_ Partial Class usrCntlBrgBuchungenVERAG Inherits System.Windows.Forms.UserControl 'UserControl ü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.btnNCTSDurmaz = New System.Windows.Forms.Button() Me.Label14 = New System.Windows.Forms.Label() Me.datVon = New System.Windows.Forms.DateTimePicker() Me.Label13 = New System.Windows.Forms.Label() Me.Label12 = New System.Windows.Forms.Label() Me.datBis = New System.Windows.Forms.DateTimePicker() Me.Label9 = New System.Windows.Forms.Label() Me.cboBRG = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.picDurmaz = New System.Windows.Forms.PictureBox() Me.lblErr = New System.Windows.Forms.Label() Me.GroupBox2 = New System.Windows.Forms.GroupBox() Me.cboNL = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.Label2 = New System.Windows.Forms.Label() Me.MyComboBox1 = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.Label1 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.cbxEZollDaten = New System.Windows.Forms.CheckBox() CType(Me.picDurmaz, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox2.SuspendLayout() Me.SuspendLayout() ' 'btnNCTSDurmaz ' Me.btnNCTSDurmaz.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnNCTSDurmaz.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer)) Me.btnNCTSDurmaz.Location = New System.Drawing.Point(6, 19) Me.btnNCTSDurmaz.Name = "btnNCTSDurmaz" Me.btnNCTSDurmaz.Size = New System.Drawing.Size(121, 37) Me.btnNCTSDurmaz.TabIndex = 4 Me.btnNCTSDurmaz.Text = "Auswertung starten" Me.btnNCTSDurmaz.UseVisualStyleBackColor = True ' 'Label14 ' Me.Label14.AutoSize = True Me.Label14.Location = New System.Drawing.Point(145, 16) Me.Label14.Name = "Label14" Me.Label14.Size = New System.Drawing.Size(276, 26) Me.Label14.TabIndex = 5 Me.Label14.Text = "Liefert eine Liste der im definierten Zeitraum verarbeiteten" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Bürgschaftsbuchunge" & _ "n." ' 'datVon ' Me.datVon.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.datVon.Location = New System.Drawing.Point(470, 71) Me.datVon.Name = "datVon" Me.datVon.Size = New System.Drawing.Size(93, 20) Me.datVon.TabIndex = 7 ' 'Label13 ' Me.Label13.AutoSize = True Me.Label13.Location = New System.Drawing.Point(436, 74) Me.Label13.Name = "Label13" Me.Label13.Size = New System.Drawing.Size(28, 13) Me.Label13.TabIndex = 8 Me.Label13.Text = "von:" ' 'Label12 ' Me.Label12.AutoSize = True Me.Label12.Location = New System.Drawing.Point(145, 55) Me.Label12.Name = "Label12" Me.Label12.Size = New System.Drawing.Size(61, 13) Me.Label12.TabIndex = 8 Me.Label12.Text = "Bürgschaft:" ' 'datBis ' Me.datBis.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.datBis.Location = New System.Drawing.Point(598, 71) Me.datBis.Name = "datBis" Me.datBis.Size = New System.Drawing.Size(93, 20) Me.datBis.TabIndex = 9 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(569, 74) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(23, 13) Me.Label9.TabIndex = 10 Me.Label9.Text = "bis:" ' 'cboBRG ' Me.cboBRG._allowedValuesFreiText = Nothing Me.cboBRG._allowFreiText = False Me.cboBRG._value = "" Me.cboBRG.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboBRG.FormattingEnabled = True Me.cboBRG.Items.AddRange(New Object() {"", "Jänner", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"}) Me.cboBRG.Location = New System.Drawing.Point(212, 51) Me.cboBRG.Name = "cboBRG" Me.cboBRG.Size = New System.Drawing.Size(218, 21) Me.cboBRG.TabIndex = 11 ' 'picDurmaz ' Me.picDurmaz.Image = Global.SDL.My.Resources.sicherheit11 Me.picDurmaz.InitialImage = Global.SDL.My.Resources.durmaz Me.picDurmaz.Location = New System.Drawing.Point(470, 12) Me.picDurmaz.Name = "picDurmaz" Me.picDurmaz.Size = New System.Drawing.Size(221, 44) Me.picDurmaz.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom Me.picDurmaz.TabIndex = 12 Me.picDurmaz.TabStop = False ' 'lblErr ' Me.lblErr.AutoSize = True Me.lblErr.ForeColor = System.Drawing.Color.Red Me.lblErr.Location = New System.Drawing.Point(6, 59) Me.lblErr.Name = "lblErr" Me.lblErr.Size = New System.Drawing.Size(69, 13) Me.lblErr.TabIndex = 13 Me.lblErr.Text = "Keine Daten!" Me.lblErr.Visible = False ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.cbxEZollDaten) Me.GroupBox2.Controls.Add(Me.cboNL) Me.GroupBox2.Controls.Add(Me.Label2) Me.GroupBox2.Controls.Add(Me.MyComboBox1) Me.GroupBox2.Controls.Add(Me.Label1) Me.GroupBox2.Controls.Add(Me.lblErr) Me.GroupBox2.Controls.Add(Me.picDurmaz) Me.GroupBox2.Controls.Add(Me.cboBRG) Me.GroupBox2.Controls.Add(Me.Label9) Me.GroupBox2.Controls.Add(Me.datBis) Me.GroupBox2.Controls.Add(Me.Label12) Me.GroupBox2.Controls.Add(Me.Label13) Me.GroupBox2.Controls.Add(Me.datVon) Me.GroupBox2.Controls.Add(Me.Label14) Me.GroupBox2.Controls.Add(Me.btnNCTSDurmaz) Me.GroupBox2.Location = New System.Drawing.Point(2, 11) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(697, 142) Me.GroupBox2.TabIndex = 13 Me.GroupBox2.TabStop = False ' 'cboNL ' Me.cboNL._allowedValuesFreiText = Nothing Me.cboNL._allowFreiText = False Me.cboNL._value = "" Me.cboNL.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cboNL.FormattingEnabled = True Me.cboNL.Items.AddRange(New Object() {"", "Jänner", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"}) Me.cboNL.Location = New System.Drawing.Point(212, 91) Me.cboNL.Name = "cboNL" Me.cboNL.Size = New System.Drawing.Size(218, 21) Me.cboNL.TabIndex = 17 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(145, 95) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(24, 13) Me.Label2.TabIndex = 16 Me.Label2.Text = "NL:" ' 'MyComboBox1 ' Me.MyComboBox1._allowedValuesFreiText = Nothing Me.MyComboBox1._allowFreiText = False Me.MyComboBox1._value = "" Me.MyComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.MyComboBox1.FormattingEnabled = True Me.MyComboBox1.Items.AddRange(New Object() {"", "Jänner", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"}) Me.MyComboBox1.Location = New System.Drawing.Point(212, 71) Me.MyComboBox1.Name = "MyComboBox1" Me.MyComboBox1.Size = New System.Drawing.Size(218, 21) Me.MyComboBox1.TabIndex = 15 ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(145, 75) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(35, 13) Me.Label1.TabIndex = 14 Me.Label1.Text = "Firma:" ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label8.ForeColor = System.Drawing.SystemColors.ControlDarkDark Me.Label8.Location = New System.Drawing.Point(3, 0) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(232, 17) Me.Label8.TabIndex = 14 Me.Label8.Text = "Bürgschaftsbuchungen VERAG" ' 'cbxEZollDaten ' Me.cbxEZollDaten.AutoSize = True Me.cbxEZollDaten.Checked = True Me.cbxEZollDaten.CheckState = System.Windows.Forms.CheckState.Checked Me.cbxEZollDaten.Location = New System.Drawing.Point(212, 118) Me.cbxEZollDaten.Name = "cbxEZollDaten" Me.cbxEZollDaten.Size = New System.Drawing.Size(85, 17) Me.cbxEZollDaten.TabIndex = 18 Me.cbxEZollDaten.Text = "E-Zoll Daten" Me.cbxEZollDaten.UseVisualStyleBackColor = True ' 'usrCntlBrgBuchungenVERAG ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.BackColor = System.Drawing.Color.White Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.GroupBox2) Me.Name = "usrCntlBrgBuchungenVERAG" Me.Size = New System.Drawing.Size(702, 160) CType(Me.picDurmaz, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents btnNCTSDurmaz As System.Windows.Forms.Button Friend WithEvents Label14 As System.Windows.Forms.Label Friend WithEvents datVon As System.Windows.Forms.DateTimePicker Friend WithEvents Label13 As System.Windows.Forms.Label Friend WithEvents Label12 As System.Windows.Forms.Label Friend WithEvents datBis As System.Windows.Forms.DateTimePicker Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents cboBRG As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents picDurmaz As System.Windows.Forms.PictureBox Friend WithEvents lblErr As System.Windows.Forms.Label Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents MyComboBox1 As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents cboNL As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents cbxEZollDaten As System.Windows.Forms.CheckBox End Class