RPT
This commit is contained in:
@@ -37,7 +37,7 @@ Partial Class frmAuditFlow_Pruefungsojekt
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.txtBezeichnung = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.txtKennung = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.MyComboBox1 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.cboMA = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.Label8 = New System.Windows.Forms.Label()
|
||||
Me.datVon = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.datBis = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
@@ -52,12 +52,12 @@ Partial Class frmAuditFlow_Pruefungsojekt
|
||||
Me.txtIntervallWert = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.cboIntervall = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.CheckBox2 = New System.Windows.Forms.CheckBox()
|
||||
Me.Label15 = New System.Windows.Forms.Label()
|
||||
Me.txtZustaendigIntern_Mail = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.Panel2 = New System.Windows.Forms.Panel()
|
||||
Me.Button2 = New System.Windows.Forms.Button()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
Me.txtMailErinnerung_SendenAnIntZust = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.Label16 = New System.Windows.Forms.Label()
|
||||
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
|
||||
Me.pnlTop.SuspendLayout()
|
||||
Me.Panel1.SuspendLayout()
|
||||
@@ -251,19 +251,19 @@ Partial Class frmAuditFlow_Pruefungsojekt
|
||||
Me.txtKennung.Size = New System.Drawing.Size(436, 28)
|
||||
Me.txtKennung.TabIndex = 44
|
||||
'
|
||||
'MyComboBox1
|
||||
'cboMA
|
||||
'
|
||||
Me.MyComboBox1._allowedValuesFreiText = Nothing
|
||||
Me.MyComboBox1._allowFreiText = False
|
||||
Me.MyComboBox1._value = ""
|
||||
Me.MyComboBox1.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
|
||||
Me.MyComboBox1.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
||||
Me.MyComboBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
||||
Me.MyComboBox1.FormattingEnabled = True
|
||||
Me.MyComboBox1.Location = New System.Drawing.Point(110, 282)
|
||||
Me.MyComboBox1.Name = "MyComboBox1"
|
||||
Me.MyComboBox1.Size = New System.Drawing.Size(436, 28)
|
||||
Me.MyComboBox1.TabIndex = 46
|
||||
Me.cboMA._allowedValuesFreiText = Nothing
|
||||
Me.cboMA._allowFreiText = False
|
||||
Me.cboMA._value = ""
|
||||
Me.cboMA.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend
|
||||
Me.cboMA.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems
|
||||
Me.cboMA.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
||||
Me.cboMA.FormattingEnabled = True
|
||||
Me.cboMA.Location = New System.Drawing.Point(110, 282)
|
||||
Me.cboMA.Name = "cboMA"
|
||||
Me.cboMA.Size = New System.Drawing.Size(436, 28)
|
||||
Me.cboMA.TabIndex = 46
|
||||
'
|
||||
'Label8
|
||||
'
|
||||
@@ -425,7 +425,7 @@ Partial Class frmAuditFlow_Pruefungsojekt
|
||||
Me.txtIntervallWert._ShortDateOnly = False
|
||||
Me.txtIntervallWert._TimeOnly = False
|
||||
Me.txtIntervallWert._TimeOnly_Seconds = False
|
||||
Me.txtIntervallWert._value = ""
|
||||
Me.txtIntervallWert._value = "1"
|
||||
Me.txtIntervallWert._Waehrung = False
|
||||
Me.txtIntervallWert._WaehrungZeichen = True
|
||||
Me.txtIntervallWert.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
||||
@@ -439,6 +439,7 @@ Partial Class frmAuditFlow_Pruefungsojekt
|
||||
Me.txtIntervallWert.Name = "txtIntervallWert"
|
||||
Me.txtIntervallWert.Size = New System.Drawing.Size(110, 28)
|
||||
Me.txtIntervallWert.TabIndex = 59
|
||||
Me.txtIntervallWert.Text = "1"
|
||||
'
|
||||
'cboIntervall
|
||||
'
|
||||
@@ -457,9 +458,9 @@ Partial Class frmAuditFlow_Pruefungsojekt
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.Panel1.Controls.Add(Me.CheckBox2)
|
||||
Me.Panel1.Controls.Add(Me.Label15)
|
||||
Me.Panel1.Controls.Add(Me.txtMailErinnerung_SendenAnIntZust)
|
||||
Me.Panel1.Controls.Add(Me.Label16)
|
||||
Me.Panel1.Controls.Add(Me.txtZustaendigIntern_Mail)
|
||||
Me.Panel1.Controls.Add(Me.txtErinnerungVorlaubInTagen)
|
||||
Me.Panel1.Controls.Add(Me.Label9)
|
||||
Me.Panel1.Controls.Add(Me.datBis)
|
||||
@@ -471,6 +472,19 @@ Partial Class frmAuditFlow_Pruefungsojekt
|
||||
Me.Panel1.Size = New System.Drawing.Size(566, 110)
|
||||
Me.Panel1.TabIndex = 61
|
||||
'
|
||||
'CheckBox2
|
||||
'
|
||||
Me.CheckBox2.AutoSize = True
|
||||
Me.CheckBox2.Checked = True
|
||||
Me.CheckBox2.CheckState = System.Windows.Forms.CheckState.Checked
|
||||
Me.CheckBox2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
|
||||
Me.CheckBox2.Location = New System.Drawing.Point(260, 73)
|
||||
Me.CheckBox2.Name = "CheckBox2"
|
||||
Me.CheckBox2.Size = New System.Drawing.Size(112, 17)
|
||||
Me.CheckBox2.TabIndex = 68
|
||||
Me.CheckBox2.Text = "E-Mail Erinnerung:"
|
||||
Me.CheckBox2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Label15
|
||||
'
|
||||
Me.Label15.AutoSize = True
|
||||
@@ -481,6 +495,31 @@ Partial Class frmAuditFlow_Pruefungsojekt
|
||||
Me.Label15.TabIndex = 61
|
||||
Me.Label15.Text = "Fälligkeit:"
|
||||
'
|
||||
'txtZustaendigIntern_Mail
|
||||
'
|
||||
Me.txtZustaendigIntern_Mail._DateTimeOnly = False
|
||||
Me.txtZustaendigIntern_Mail._numbersOnly = False
|
||||
Me.txtZustaendigIntern_Mail._numbersOnlyKommastellen = ""
|
||||
Me.txtZustaendigIntern_Mail._numbersOnlyTrennzeichen = True
|
||||
Me.txtZustaendigIntern_Mail._Prozent = False
|
||||
Me.txtZustaendigIntern_Mail._ShortDateNew = False
|
||||
Me.txtZustaendigIntern_Mail._ShortDateOnly = False
|
||||
Me.txtZustaendigIntern_Mail._TimeOnly = False
|
||||
Me.txtZustaendigIntern_Mail._TimeOnly_Seconds = False
|
||||
Me.txtZustaendigIntern_Mail._value = ""
|
||||
Me.txtZustaendigIntern_Mail._Waehrung = False
|
||||
Me.txtZustaendigIntern_Mail._WaehrungZeichen = True
|
||||
Me.txtZustaendigIntern_Mail.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
||||
Me.txtZustaendigIntern_Mail.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtZustaendigIntern_Mail.Location = New System.Drawing.Point(378, 66)
|
||||
Me.txtZustaendigIntern_Mail.MaxLineLength = -1
|
||||
Me.txtZustaendigIntern_Mail.MaxLines_Warning = ""
|
||||
Me.txtZustaendigIntern_Mail.MaxLines_Warning_Label = Nothing
|
||||
Me.txtZustaendigIntern_Mail.Multiline = True
|
||||
Me.txtZustaendigIntern_Mail.Name = "txtZustaendigIntern_Mail"
|
||||
Me.txtZustaendigIntern_Mail.Size = New System.Drawing.Size(168, 28)
|
||||
Me.txtZustaendigIntern_Mail.TabIndex = 65
|
||||
'
|
||||
'Panel2
|
||||
'
|
||||
Me.Panel2.BackColor = System.Drawing.Color.PapayaWhip
|
||||
@@ -525,44 +564,11 @@ Partial Class frmAuditFlow_Pruefungsojekt
|
||||
Me.Button1.Text = "Alle offenen Fälligkeiten löschen"
|
||||
Me.Button1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtMailErinnerung_SendenAnIntZust
|
||||
'
|
||||
Me.txtMailErinnerung_SendenAnIntZust._DateTimeOnly = False
|
||||
Me.txtMailErinnerung_SendenAnIntZust._numbersOnly = False
|
||||
Me.txtMailErinnerung_SendenAnIntZust._numbersOnlyKommastellen = ""
|
||||
Me.txtMailErinnerung_SendenAnIntZust._numbersOnlyTrennzeichen = True
|
||||
Me.txtMailErinnerung_SendenAnIntZust._Prozent = False
|
||||
Me.txtMailErinnerung_SendenAnIntZust._ShortDateNew = False
|
||||
Me.txtMailErinnerung_SendenAnIntZust._ShortDateOnly = False
|
||||
Me.txtMailErinnerung_SendenAnIntZust._TimeOnly = False
|
||||
Me.txtMailErinnerung_SendenAnIntZust._TimeOnly_Seconds = False
|
||||
Me.txtMailErinnerung_SendenAnIntZust._value = ""
|
||||
Me.txtMailErinnerung_SendenAnIntZust._Waehrung = False
|
||||
Me.txtMailErinnerung_SendenAnIntZust._WaehrungZeichen = True
|
||||
Me.txtMailErinnerung_SendenAnIntZust.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
||||
Me.txtMailErinnerung_SendenAnIntZust.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtMailErinnerung_SendenAnIntZust.Location = New System.Drawing.Point(356, 66)
|
||||
Me.txtMailErinnerung_SendenAnIntZust.MaxLineLength = -1
|
||||
Me.txtMailErinnerung_SendenAnIntZust.MaxLines_Warning = ""
|
||||
Me.txtMailErinnerung_SendenAnIntZust.MaxLines_Warning_Label = Nothing
|
||||
Me.txtMailErinnerung_SendenAnIntZust.Multiline = True
|
||||
Me.txtMailErinnerung_SendenAnIntZust.Name = "txtMailErinnerung_SendenAnIntZust"
|
||||
Me.txtMailErinnerung_SendenAnIntZust.Size = New System.Drawing.Size(190, 28)
|
||||
Me.txtMailErinnerung_SendenAnIntZust.TabIndex = 65
|
||||
'
|
||||
'Label16
|
||||
'
|
||||
Me.Label16.AutoSize = True
|
||||
Me.Label16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!)
|
||||
Me.Label16.Location = New System.Drawing.Point(257, 74)
|
||||
Me.Label16.Name = "Label16"
|
||||
Me.Label16.Size = New System.Drawing.Size(93, 13)
|
||||
Me.Label16.TabIndex = 66
|
||||
Me.Label16.Text = "E-Mail Erinnerung:"
|
||||
'
|
||||
'CheckBox1
|
||||
'
|
||||
Me.CheckBox1.AutoSize = True
|
||||
Me.CheckBox1.Checked = True
|
||||
Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked
|
||||
Me.CheckBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.CheckBox1.Location = New System.Drawing.Point(484, 72)
|
||||
Me.CheckBox1.Name = "CheckBox1"
|
||||
@@ -580,7 +586,7 @@ Partial Class frmAuditFlow_Pruefungsojekt
|
||||
Me.Controls.Add(Me.CheckBox1)
|
||||
Me.Controls.Add(Me.Button1)
|
||||
Me.Controls.Add(Me.Button2)
|
||||
Me.Controls.Add(Me.MyComboBox1)
|
||||
Me.Controls.Add(Me.cboMA)
|
||||
Me.Controls.Add(Me.Label8)
|
||||
Me.Controls.Add(Me.txtKennung)
|
||||
Me.Controls.Add(Me.txtBezeichnung)
|
||||
@@ -626,7 +632,7 @@ Partial Class frmAuditFlow_Pruefungsojekt
|
||||
Friend WithEvents Label3 As Windows.Forms.Label
|
||||
Friend WithEvents txtBezeichnung As MyTextBox
|
||||
Friend WithEvents txtKennung As MyTextBox
|
||||
Friend WithEvents MyComboBox1 As MyComboBox
|
||||
Friend WithEvents cboMA As MyComboBox
|
||||
Friend WithEvents Label8 As Windows.Forms.Label
|
||||
Friend WithEvents datVon As MyTextBox
|
||||
Friend WithEvents datBis As MyTextBox
|
||||
@@ -645,7 +651,7 @@ Partial Class frmAuditFlow_Pruefungsojekt
|
||||
Friend WithEvents Label15 As Windows.Forms.Label
|
||||
Friend WithEvents Button2 As Windows.Forms.Button
|
||||
Friend WithEvents Button1 As Windows.Forms.Button
|
||||
Friend WithEvents txtMailErinnerung_SendenAnIntZust As MyTextBox
|
||||
Friend WithEvents Label16 As Windows.Forms.Label
|
||||
Friend WithEvents txtZustaendigIntern_Mail As MyTextBox
|
||||
Friend WithEvents CheckBox1 As Windows.Forms.CheckBox
|
||||
Friend WithEvents CheckBox2 As Windows.Forms.CheckBox
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user