_ Partial Class frmSettings Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try If disposing AndAlso components IsNot Nothing Then components.Dispose() End If Finally MyBase.Dispose(disposing) End Try End Sub 'Wird vom Windows Form-Designer benötigt. Private components As System.ComponentModel.IContainer 'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich. 'Das Bearbeiten ist mit dem Windows Form-Designer möglich. 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. _ Private Sub InitializeComponent() Me.Panel1 = New System.Windows.Forms.Panel() Me.Label17 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Label7 = New System.Windows.Forms.Label() Me.Label18 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label21 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.txtBrgVV_at_summe = New System.Windows.Forms.TextBox() Me.txtBrgVV_at_tag_warn1 = New System.Windows.Forms.TextBox() Me.txtBrgVV_at_tag_warn2 = New System.Windows.Forms.TextBox() Me.txtBrgVV_de_summe = New System.Windows.Forms.TextBox() Me.txtAufschub_de_VeragAG_summe = New System.Windows.Forms.TextBox() Me.txtAufschub_at_VeragAG_summe = New System.Windows.Forms.TextBox() Me.txtAufschub_at_VeragCS_summe = New System.Windows.Forms.TextBox() Me.txtAufschub_at_VeragZS_summe = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.Label9 = New System.Windows.Forms.Label() Me.Label10 = New System.Windows.Forms.Label() Me.Label1 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.Label13 = New System.Windows.Forms.Label() Me.Label14 = New System.Windows.Forms.Label() Me.Label15 = New System.Windows.Forms.Label() Me.txtBrgVV_at_woche_warn1 = New System.Windows.Forms.TextBox() Me.txtBrgVV_at_woche_warn2 = New System.Windows.Forms.TextBox() Me.Label16 = New System.Windows.Forms.Label() Me.Label19 = New System.Windows.Forms.Label() Me.txtAufschub_de_VeragAG_warn1 = New System.Windows.Forms.TextBox() Me.txtAufschub_de_VeragAG_warn2 = New System.Windows.Forms.TextBox() Me.txtAufschub_at_VeragAG_warn1 = New System.Windows.Forms.TextBox() Me.txtAufschub_at_VeragAG_warn2 = New System.Windows.Forms.TextBox() Me.txtAufschub_at_VeragCS_warn1 = New System.Windows.Forms.TextBox() Me.txtAufschub_at_VeragCS_warn2 = New System.Windows.Forms.TextBox() Me.txtAufschub_at_VeragZS_warn1 = New System.Windows.Forms.TextBox() Me.txtAufschub_at_VeragZS_warn2 = New System.Windows.Forms.TextBox() Me.Label20 = New System.Windows.Forms.Label() Me.Label22 = New System.Windows.Forms.Label() Me.Label23 = New System.Windows.Forms.Label() Me.Label24 = New System.Windows.Forms.Label() Me.Button3 = New System.Windows.Forms.Button() Me.txtBrgVV_de_tag_warn1 = New System.Windows.Forms.TextBox() Me.txtBrgVV_de_woche_warn1 = New System.Windows.Forms.TextBox() Me.txtBrgVV_de_tag_warn2 = New System.Windows.Forms.TextBox() Me.txtBrgVV_de_woche_warn2 = New System.Windows.Forms.TextBox() Me.btnSaveToDB = New System.Windows.Forms.Button() Me.txtBrgVV_at_imex_woche_warn2 = New System.Windows.Forms.TextBox() Me.txtBrgVV_at_imex_tag_warn2 = New System.Windows.Forms.TextBox() Me.txtBrgVV_at_imex_woche_warn1 = New System.Windows.Forms.TextBox() Me.txtBrgVV_at_imex_tag_warn1 = New System.Windows.Forms.TextBox() Me.txtBrgVV_at_imex_summe = New System.Windows.Forms.TextBox() Me.Label25 = New System.Windows.Forms.Label() Me.Panel1.SuspendLayout() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.Panel1.Controls.Add(Me.Label17) Me.Panel1.Controls.Add(Me.Button1) Me.Panel1.Controls.Add(Me.Button2) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top Me.Panel1.Location = New System.Drawing.Point(0, 0) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(803, 50) Me.Panel1.TabIndex = 16 ' 'Label17 ' Me.Label17.AutoSize = True Me.Label17.Font = New System.Drawing.Font("Microsoft Sans Serif", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label17.ForeColor = System.Drawing.Color.White Me.Label17.Location = New System.Drawing.Point(12, 9) Me.Label17.Name = "Label17" Me.Label17.Size = New System.Drawing.Size(213, 26) Me.Label17.TabIndex = 0 Me.Label17.Text = "VERAG Monitoring" ' 'Button1 ' Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.ForeColor = System.Drawing.SystemColors.Control Me.Button1.Location = New System.Drawing.Point(683, 13) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(103, 23) Me.Button1.TabIndex = 0 Me.Button1.Text = "Hauptfenster" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button2.ForeColor = System.Drawing.SystemColors.Control Me.Button2.Location = New System.Drawing.Point(418, 13) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(172, 23) Me.Button2.TabIndex = 0 Me.Button2.Text = "Default-Einstellungen laden" Me.Button2.UseVisualStyleBackColor = True ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label7.Location = New System.Drawing.Point(20, 183) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(99, 13) Me.Label7.TabIndex = 14 Me.Label7.Text = "Aufschubkonten" ' 'Label18 ' Me.Label18.AutoSize = True Me.Label18.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label18.Location = New System.Drawing.Point(22, 268) Me.Label18.Name = "Label18" Me.Label18.Size = New System.Drawing.Size(239, 13) Me.Label18.TabIndex = 15 Me.Label18.Text = "AT - VERAG Zollsercvie GmbH - HZA Linz/Wels:" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label6.Location = New System.Drawing.Point(22, 248) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(260, 13) Me.Label6.TabIndex = 4 Me.Label6.Text = "AT - VERAG Customs Sercvie GmbH - HZA Salzburg:" ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label12.Location = New System.Drawing.Point(168, 97) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(116, 13) Me.Label12.TabIndex = 11 Me.Label12.Text = "Bürgschaftssumme:" ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(18, 97) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(82, 13) Me.Label4.TabIndex = 10 Me.Label4.Text = "Bürgschaften" ' 'Label21 ' Me.Label21.AutoSize = True Me.Label21.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label21.Location = New System.Drawing.Point(22, 228) Me.Label21.Name = "Label21" Me.Label21.Size = New System.Drawing.Size(217, 13) Me.Label21.TabIndex = 9 Me.Label21.Text = "AT - VERAG Spedition AG - HZA Linz/Wels:" ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label5.Location = New System.Drawing.Point(22, 208) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(215, 13) Me.Label5.TabIndex = 8 Me.Label5.Text = "DE - VERAG Spedition AG - HZA München:" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label3.Location = New System.Drawing.Point(20, 142) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(135, 13) Me.Label3.TabIndex = 6 Me.Label3.Text = "AT - gVV - HZA Linz/Wels:" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(20, 122) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(133, 13) Me.Label2.TabIndex = 12 Me.Label2.Text = "DE - gVV - HZA München:" ' 'txtBrgVV_at_summe ' Me.txtBrgVV_at_summe.Location = New System.Drawing.Point(171, 139) Me.txtBrgVV_at_summe.Name = "txtBrgVV_at_summe" Me.txtBrgVV_at_summe.Size = New System.Drawing.Size(111, 20) Me.txtBrgVV_at_summe.TabIndex = 17 ' 'txtBrgVV_at_tag_warn1 ' Me.txtBrgVV_at_tag_warn1.Location = New System.Drawing.Point(335, 139) Me.txtBrgVV_at_tag_warn1.Name = "txtBrgVV_at_tag_warn1" Me.txtBrgVV_at_tag_warn1.Size = New System.Drawing.Size(100, 20) Me.txtBrgVV_at_tag_warn1.TabIndex = 17 ' 'txtBrgVV_at_tag_warn2 ' Me.txtBrgVV_at_tag_warn2.Location = New System.Drawing.Point(441, 139) Me.txtBrgVV_at_tag_warn2.Name = "txtBrgVV_at_tag_warn2" Me.txtBrgVV_at_tag_warn2.Size = New System.Drawing.Size(100, 20) Me.txtBrgVV_at_tag_warn2.TabIndex = 17 ' 'txtBrgVV_de_summe ' Me.txtBrgVV_de_summe.Location = New System.Drawing.Point(171, 119) Me.txtBrgVV_de_summe.Name = "txtBrgVV_de_summe" Me.txtBrgVV_de_summe.Size = New System.Drawing.Size(111, 20) Me.txtBrgVV_de_summe.TabIndex = 17 ' 'txtAufschub_de_VeragAG_summe ' Me.txtAufschub_de_VeragAG_summe.Location = New System.Drawing.Point(335, 205) Me.txtAufschub_de_VeragAG_summe.Name = "txtAufschub_de_VeragAG_summe" Me.txtAufschub_de_VeragAG_summe.Size = New System.Drawing.Size(113, 20) Me.txtAufschub_de_VeragAG_summe.TabIndex = 17 ' 'txtAufschub_at_VeragAG_summe ' Me.txtAufschub_at_VeragAG_summe.Location = New System.Drawing.Point(335, 225) Me.txtAufschub_at_VeragAG_summe.Name = "txtAufschub_at_VeragAG_summe" Me.txtAufschub_at_VeragAG_summe.Size = New System.Drawing.Size(113, 20) Me.txtAufschub_at_VeragAG_summe.TabIndex = 17 ' 'txtAufschub_at_VeragCS_summe ' Me.txtAufschub_at_VeragCS_summe.Location = New System.Drawing.Point(335, 245) Me.txtAufschub_at_VeragCS_summe.Name = "txtAufschub_at_VeragCS_summe" Me.txtAufschub_at_VeragCS_summe.Size = New System.Drawing.Size(113, 20) Me.txtAufschub_at_VeragCS_summe.TabIndex = 17 ' 'txtAufschub_at_VeragZS_summe ' Me.txtAufschub_at_VeragZS_summe.Location = New System.Drawing.Point(335, 265) Me.txtAufschub_at_VeragZS_summe.Name = "txtAufschub_at_VeragZS_summe" Me.txtAufschub_at_VeragZS_summe.Size = New System.Drawing.Size(113, 20) Me.txtAufschub_at_VeragZS_summe.TabIndex = 17 ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label8.Location = New System.Drawing.Point(332, 189) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(116, 13) Me.Label8.TabIndex = 11 Me.Label8.Text = "Bürgschaftssumme:" ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label9.Location = New System.Drawing.Point(332, 103) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(73, 13) Me.Label9.TabIndex = 11 Me.Label9.Text = "Warnung 1:" ' 'Label10 ' Me.Label10.AutoSize = True Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label10.Location = New System.Drawing.Point(387, 84) Me.Label10.Name = "Label10" Me.Label10.Size = New System.Drawing.Size(82, 13) Me.Label10.TabIndex = 11 Me.Label10.Text = "Tagesssaldo:" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label1.Location = New System.Drawing.Point(19, 63) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(227, 20) Me.Label1.TabIndex = 13 Me.Label1.Text = "Einstellungen - Grenzwerte" ' 'Label11 ' Me.Label11.AutoSize = True Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label11.Location = New System.Drawing.Point(438, 103) Me.Label11.Name = "Label11" Me.Label11.Size = New System.Drawing.Size(73, 13) Me.Label11.TabIndex = 11 Me.Label11.Text = "Warnung 2:" ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label13.Location = New System.Drawing.Point(577, 103) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(73, 13) Me.Label13.TabIndex = 11 Me.Label13.Text = "Warnung 1:" ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label14.Location = New System.Drawing.Point(683, 103) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(73, 13) Me.Label14.TabIndex = 11 Me.Label14.Text = "Warnung 2:" ' 'Label15 ' Me.Label15.AutoSize = True Me.Label15.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label15.Location = New System.Drawing.Point(632, 84) Me.Label15.Name = "Label15" Me.Label15.Size = New System.Drawing.Size(104, 13) Me.Label15.TabIndex = 11 Me.Label15.Text = "Wochenreferenz:" ' 'txtBrgVV_at_woche_warn1 ' Me.txtBrgVV_at_woche_warn1.Location = New System.Drawing.Point(580, 139) Me.txtBrgVV_at_woche_warn1.Name = "txtBrgVV_at_woche_warn1" Me.txtBrgVV_at_woche_warn1.Size = New System.Drawing.Size(100, 20) Me.txtBrgVV_at_woche_warn1.TabIndex = 17 ' 'txtBrgVV_at_woche_warn2 ' Me.txtBrgVV_at_woche_warn2.Location = New System.Drawing.Point(686, 139) Me.txtBrgVV_at_woche_warn2.Name = "txtBrgVV_at_woche_warn2" Me.txtBrgVV_at_woche_warn2.Size = New System.Drawing.Size(100, 20) Me.txtBrgVV_at_woche_warn2.TabIndex = 17 ' 'Label16 ' Me.Label16.AutoSize = True Me.Label16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label16.Location = New System.Drawing.Point(481, 189) Me.Label16.Name = "Label16" Me.Label16.Size = New System.Drawing.Size(73, 13) Me.Label16.TabIndex = 11 Me.Label16.Text = "Warnung 1:" ' 'Label19 ' Me.Label19.AutoSize = True Me.Label19.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label19.Location = New System.Drawing.Point(587, 189) Me.Label19.Name = "Label19" Me.Label19.Size = New System.Drawing.Size(73, 13) Me.Label19.TabIndex = 11 Me.Label19.Text = "Warnung 2:" ' 'txtAufschub_de_VeragAG_warn1 ' Me.txtAufschub_de_VeragAG_warn1.Location = New System.Drawing.Point(484, 205) Me.txtAufschub_de_VeragAG_warn1.Name = "txtAufschub_de_VeragAG_warn1" Me.txtAufschub_de_VeragAG_warn1.Size = New System.Drawing.Size(100, 20) Me.txtAufschub_de_VeragAG_warn1.TabIndex = 17 ' 'txtAufschub_de_VeragAG_warn2 ' Me.txtAufschub_de_VeragAG_warn2.Location = New System.Drawing.Point(590, 205) Me.txtAufschub_de_VeragAG_warn2.Name = "txtAufschub_de_VeragAG_warn2" Me.txtAufschub_de_VeragAG_warn2.Size = New System.Drawing.Size(100, 20) Me.txtAufschub_de_VeragAG_warn2.TabIndex = 17 ' 'txtAufschub_at_VeragAG_warn1 ' Me.txtAufschub_at_VeragAG_warn1.Location = New System.Drawing.Point(484, 225) Me.txtAufschub_at_VeragAG_warn1.Name = "txtAufschub_at_VeragAG_warn1" Me.txtAufschub_at_VeragAG_warn1.Size = New System.Drawing.Size(100, 20) Me.txtAufschub_at_VeragAG_warn1.TabIndex = 17 ' 'txtAufschub_at_VeragAG_warn2 ' Me.txtAufschub_at_VeragAG_warn2.Location = New System.Drawing.Point(590, 225) Me.txtAufschub_at_VeragAG_warn2.Name = "txtAufschub_at_VeragAG_warn2" Me.txtAufschub_at_VeragAG_warn2.Size = New System.Drawing.Size(100, 20) Me.txtAufschub_at_VeragAG_warn2.TabIndex = 17 ' 'txtAufschub_at_VeragCS_warn1 ' Me.txtAufschub_at_VeragCS_warn1.Location = New System.Drawing.Point(484, 245) Me.txtAufschub_at_VeragCS_warn1.Name = "txtAufschub_at_VeragCS_warn1" Me.txtAufschub_at_VeragCS_warn1.Size = New System.Drawing.Size(100, 20) Me.txtAufschub_at_VeragCS_warn1.TabIndex = 17 ' 'txtAufschub_at_VeragCS_warn2 ' Me.txtAufschub_at_VeragCS_warn2.Location = New System.Drawing.Point(590, 245) Me.txtAufschub_at_VeragCS_warn2.Name = "txtAufschub_at_VeragCS_warn2" Me.txtAufschub_at_VeragCS_warn2.Size = New System.Drawing.Size(100, 20) Me.txtAufschub_at_VeragCS_warn2.TabIndex = 17 ' 'txtAufschub_at_VeragZS_warn1 ' Me.txtAufschub_at_VeragZS_warn1.Location = New System.Drawing.Point(484, 265) Me.txtAufschub_at_VeragZS_warn1.Name = "txtAufschub_at_VeragZS_warn1" Me.txtAufschub_at_VeragZS_warn1.Size = New System.Drawing.Size(100, 20) Me.txtAufschub_at_VeragZS_warn1.TabIndex = 17 ' 'txtAufschub_at_VeragZS_warn2 ' Me.txtAufschub_at_VeragZS_warn2.Location = New System.Drawing.Point(590, 265) Me.txtAufschub_at_VeragZS_warn2.Name = "txtAufschub_at_VeragZS_warn2" Me.txtAufschub_at_VeragZS_warn2.Size = New System.Drawing.Size(100, 20) Me.txtAufschub_at_VeragZS_warn2.TabIndex = 17 ' 'Label20 ' Me.Label20.AutoSize = True Me.Label20.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label20.Location = New System.Drawing.Point(22, 304) Me.Label20.Name = "Label20" Me.Label20.Size = New System.Drawing.Size(151, 13) Me.Label20.TabIndex = 11 Me.Label20.Text = "Warnung 1: Summe sehr hoch" ' 'Label22 ' Me.Label22.AutoSize = True Me.Label22.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label22.Location = New System.Drawing.Point(22, 319) Me.Label22.Name = "Label22" Me.Label22.Size = New System.Drawing.Size(248, 13) Me.Label22.TabIndex = 11 Me.Label22.Text = "Warnung 2: Summe unmittelbar vor Überschreitung" ' 'Label23 ' Me.Label23.AutoSize = True Me.Label23.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label23.Location = New System.Drawing.Point(22, 334) Me.Label23.Name = "Label23" Me.Label23.Size = New System.Drawing.Size(208, 13) Me.Label23.TabIndex = 11 Me.Label23.Text = "Überschreitung: anhand Bürgschaftsumme" ' 'Label24 ' Me.Label24.AutoSize = True Me.Label24.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label24.Location = New System.Drawing.Point(22, 289) Me.Label24.Name = "Label24" Me.Label24.Size = New System.Drawing.Size(76, 13) Me.Label24.TabIndex = 11 Me.Label24.Text = "Warnstufen:" ' 'Button3 ' Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button3.Location = New System.Drawing.Point(683, 322) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(103, 23) Me.Button3.TabIndex = 18 Me.Button3.Text = "Speichern" Me.Button3.UseVisualStyleBackColor = True ' 'txtBrgVV_de_tag_warn1 ' Me.txtBrgVV_de_tag_warn1.Location = New System.Drawing.Point(335, 119) Me.txtBrgVV_de_tag_warn1.Name = "txtBrgVV_de_tag_warn1" Me.txtBrgVV_de_tag_warn1.Size = New System.Drawing.Size(100, 20) Me.txtBrgVV_de_tag_warn1.TabIndex = 17 ' 'txtBrgVV_de_woche_warn1 ' Me.txtBrgVV_de_woche_warn1.Location = New System.Drawing.Point(580, 119) Me.txtBrgVV_de_woche_warn1.Name = "txtBrgVV_de_woche_warn1" Me.txtBrgVV_de_woche_warn1.Size = New System.Drawing.Size(100, 20) Me.txtBrgVV_de_woche_warn1.TabIndex = 17 ' 'txtBrgVV_de_tag_warn2 ' Me.txtBrgVV_de_tag_warn2.Location = New System.Drawing.Point(441, 119) Me.txtBrgVV_de_tag_warn2.Name = "txtBrgVV_de_tag_warn2" Me.txtBrgVV_de_tag_warn2.Size = New System.Drawing.Size(100, 20) Me.txtBrgVV_de_tag_warn2.TabIndex = 17 ' 'txtBrgVV_de_woche_warn2 ' Me.txtBrgVV_de_woche_warn2.Location = New System.Drawing.Point(686, 119) Me.txtBrgVV_de_woche_warn2.Name = "txtBrgVV_de_woche_warn2" Me.txtBrgVV_de_woche_warn2.Size = New System.Drawing.Size(100, 20) Me.txtBrgVV_de_woche_warn2.TabIndex = 17 ' 'btnSaveToDB ' Me.btnSaveToDB.Location = New System.Drawing.Point(508, 322) Me.btnSaveToDB.Name = "btnSaveToDB" Me.btnSaveToDB.Size = New System.Drawing.Size(142, 23) Me.btnSaveToDB.TabIndex = 19 Me.btnSaveToDB.Text = "Als default in DB speichern" Me.btnSaveToDB.UseVisualStyleBackColor = True ' 'txtBrgVV_at_imex_woche_warn2 ' Me.txtBrgVV_at_imex_woche_warn2.Location = New System.Drawing.Point(686, 159) Me.txtBrgVV_at_imex_woche_warn2.Name = "txtBrgVV_at_imex_woche_warn2" Me.txtBrgVV_at_imex_woche_warn2.Size = New System.Drawing.Size(100, 20) Me.txtBrgVV_at_imex_woche_warn2.TabIndex = 21 ' 'txtBrgVV_at_imex_tag_warn2 ' Me.txtBrgVV_at_imex_tag_warn2.Location = New System.Drawing.Point(441, 159) Me.txtBrgVV_at_imex_tag_warn2.Name = "txtBrgVV_at_imex_tag_warn2" Me.txtBrgVV_at_imex_tag_warn2.Size = New System.Drawing.Size(100, 20) Me.txtBrgVV_at_imex_tag_warn2.TabIndex = 22 ' 'txtBrgVV_at_imex_woche_warn1 ' Me.txtBrgVV_at_imex_woche_warn1.Location = New System.Drawing.Point(580, 159) Me.txtBrgVV_at_imex_woche_warn1.Name = "txtBrgVV_at_imex_woche_warn1" Me.txtBrgVV_at_imex_woche_warn1.Size = New System.Drawing.Size(100, 20) Me.txtBrgVV_at_imex_woche_warn1.TabIndex = 23 ' 'txtBrgVV_at_imex_tag_warn1 ' Me.txtBrgVV_at_imex_tag_warn1.Location = New System.Drawing.Point(335, 159) Me.txtBrgVV_at_imex_tag_warn1.Name = "txtBrgVV_at_imex_tag_warn1" Me.txtBrgVV_at_imex_tag_warn1.Size = New System.Drawing.Size(100, 20) Me.txtBrgVV_at_imex_tag_warn1.TabIndex = 24 ' 'txtBrgVV_at_imex_summe ' Me.txtBrgVV_at_imex_summe.Location = New System.Drawing.Point(171, 159) Me.txtBrgVV_at_imex_summe.Name = "txtBrgVV_at_imex_summe" Me.txtBrgVV_at_imex_summe.Size = New System.Drawing.Size(111, 20) Me.txtBrgVV_at_imex_summe.TabIndex = 25 ' 'Label25 ' Me.Label25.AutoSize = True Me.Label25.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label25.Location = New System.Drawing.Point(20, 162) Me.Label25.Name = "Label25" Me.Label25.Size = New System.Drawing.Size(135, 13) Me.Label25.TabIndex = 20 Me.Label25.Text = "AT - gVV - HZA Linz/Wels:" ' 'frmSettings ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(803, 357) Me.Controls.Add(Me.txtBrgVV_at_imex_woche_warn2) Me.Controls.Add(Me.txtBrgVV_at_imex_tag_warn2) Me.Controls.Add(Me.txtBrgVV_at_imex_woche_warn1) Me.Controls.Add(Me.txtBrgVV_at_imex_tag_warn1) Me.Controls.Add(Me.txtBrgVV_at_imex_summe) Me.Controls.Add(Me.Label25) Me.Controls.Add(Me.btnSaveToDB) Me.Controls.Add(Me.Button3) Me.Controls.Add(Me.txtBrgVV_de_woche_warn2) Me.Controls.Add(Me.txtBrgVV_at_woche_warn2) Me.Controls.Add(Me.txtAufschub_at_VeragZS_warn2) Me.Controls.Add(Me.txtAufschub_at_VeragCS_warn2) Me.Controls.Add(Me.txtAufschub_at_VeragAG_warn2) Me.Controls.Add(Me.txtAufschub_de_VeragAG_warn2) Me.Controls.Add(Me.txtBrgVV_de_tag_warn2) Me.Controls.Add(Me.txtBrgVV_at_tag_warn2) Me.Controls.Add(Me.txtBrgVV_de_woche_warn1) Me.Controls.Add(Me.txtBrgVV_at_woche_warn1) Me.Controls.Add(Me.txtAufschub_at_VeragZS_warn1) Me.Controls.Add(Me.txtAufschub_at_VeragCS_warn1) Me.Controls.Add(Me.txtAufschub_at_VeragAG_warn1) Me.Controls.Add(Me.txtAufschub_de_VeragAG_warn1) Me.Controls.Add(Me.txtBrgVV_de_tag_warn1) Me.Controls.Add(Me.txtBrgVV_at_tag_warn1) Me.Controls.Add(Me.txtAufschub_at_VeragZS_summe) Me.Controls.Add(Me.txtAufschub_at_VeragCS_summe) Me.Controls.Add(Me.txtAufschub_at_VeragAG_summe) Me.Controls.Add(Me.txtAufschub_de_VeragAG_summe) Me.Controls.Add(Me.txtBrgVV_de_summe) Me.Controls.Add(Me.txtBrgVV_at_summe) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.Label7) Me.Controls.Add(Me.Label18) Me.Controls.Add(Me.Label15) Me.Controls.Add(Me.Label6) Me.Controls.Add(Me.Label14) Me.Controls.Add(Me.Label10) Me.Controls.Add(Me.Label19) Me.Controls.Add(Me.Label13) Me.Controls.Add(Me.Label23) Me.Controls.Add(Me.Label22) Me.Controls.Add(Me.Label24) Me.Controls.Add(Me.Label20) Me.Controls.Add(Me.Label16) Me.Controls.Add(Me.Label11) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.Label12) Me.Controls.Add(Me.Label4) Me.Controls.Add(Me.Label21) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.Label1) Me.Name = "frmSettings" Me.Text = "frmSettings" Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Label17 As System.Windows.Forms.Label Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents Label18 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents Label12 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label21 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents txtBrgVV_at_summe As System.Windows.Forms.TextBox Friend WithEvents txtBrgVV_at_tag_warn1 As System.Windows.Forms.TextBox Friend WithEvents txtBrgVV_at_tag_warn2 As System.Windows.Forms.TextBox Friend WithEvents txtBrgVV_de_summe As System.Windows.Forms.TextBox Friend WithEvents txtAufschub_de_VeragAG_summe As System.Windows.Forms.TextBox Friend WithEvents txtAufschub_at_VeragAG_summe As System.Windows.Forms.TextBox Friend WithEvents txtAufschub_at_VeragCS_summe As System.Windows.Forms.TextBox Friend WithEvents txtAufschub_at_VeragZS_summe As System.Windows.Forms.TextBox Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents Label13 As System.Windows.Forms.Label Friend WithEvents Label14 As System.Windows.Forms.Label Friend WithEvents Label15 As System.Windows.Forms.Label Friend WithEvents txtBrgVV_at_woche_warn1 As System.Windows.Forms.TextBox Friend WithEvents txtBrgVV_at_woche_warn2 As System.Windows.Forms.TextBox Friend WithEvents Label16 As System.Windows.Forms.Label Friend WithEvents Label19 As System.Windows.Forms.Label Friend WithEvents txtAufschub_de_VeragAG_warn1 As System.Windows.Forms.TextBox Friend WithEvents txtAufschub_de_VeragAG_warn2 As System.Windows.Forms.TextBox Friend WithEvents txtAufschub_at_VeragAG_warn1 As System.Windows.Forms.TextBox Friend WithEvents txtAufschub_at_VeragAG_warn2 As System.Windows.Forms.TextBox Friend WithEvents txtAufschub_at_VeragCS_warn1 As System.Windows.Forms.TextBox Friend WithEvents txtAufschub_at_VeragCS_warn2 As System.Windows.Forms.TextBox Friend WithEvents txtAufschub_at_VeragZS_warn1 As System.Windows.Forms.TextBox Friend WithEvents txtAufschub_at_VeragZS_warn2 As System.Windows.Forms.TextBox Friend WithEvents Label20 As System.Windows.Forms.Label Friend WithEvents Label22 As System.Windows.Forms.Label Friend WithEvents Label23 As System.Windows.Forms.Label Friend WithEvents Label24 As System.Windows.Forms.Label Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Button3 As System.Windows.Forms.Button Friend WithEvents txtBrgVV_de_tag_warn1 As System.Windows.Forms.TextBox Friend WithEvents txtBrgVV_de_woche_warn1 As System.Windows.Forms.TextBox Friend WithEvents txtBrgVV_de_tag_warn2 As System.Windows.Forms.TextBox Friend WithEvents txtBrgVV_de_woche_warn2 As System.Windows.Forms.TextBox Friend WithEvents btnSaveToDB As System.Windows.Forms.Button Friend WithEvents txtBrgVV_at_imex_woche_warn2 As TextBox Friend WithEvents txtBrgVV_at_imex_tag_warn2 As TextBox Friend WithEvents txtBrgVV_at_imex_woche_warn1 As TextBox Friend WithEvents txtBrgVV_at_imex_tag_warn1 As TextBox Friend WithEvents txtBrgVV_at_imex_summe As TextBox Friend WithEvents Label25 As Label End Class