frmAnhaengeVormulare
This commit is contained in:
88
VERAGAddIn/frmAvisoAnfügen.Designer.vb
generated
88
VERAGAddIn/frmAvisoAnfügen.Designer.vb
generated
@@ -33,12 +33,12 @@ Partial Class frmAvisoAnfuegen
|
||||
Me.lblErr_Aviso = New System.Windows.Forms.Label()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.cbx = New System.Windows.Forms.CheckBox()
|
||||
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
|
||||
Me.cbxAnhaengeZusaetzlichSpeichern = New System.Windows.Forms.CheckBox()
|
||||
Me.cbxAnhaengeSpeichern = New System.Windows.Forms.CheckBox()
|
||||
Me.Label4 = New System.Windows.Forms.Label()
|
||||
Me.Label5 = New System.Windows.Forms.Label()
|
||||
Me.btnVermerke = New System.Windows.Forms.Button()
|
||||
Me.bttnSaveMail = New System.Windows.Forms.Button()
|
||||
Me.btnSaveMail = New System.Windows.Forms.Button()
|
||||
Me.btnSaveAttachments = New System.Windows.Forms.Button()
|
||||
Me.dgvAnhaenge = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
||||
Me.columnName = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
@@ -159,32 +159,32 @@ Partial Class frmAvisoAnfuegen
|
||||
Me.Label3.TabIndex = 19
|
||||
Me.Label3.Text = "Kategorie:"
|
||||
'
|
||||
'cbx
|
||||
'cbxAnhaengeZusaetzlichSpeichern
|
||||
'
|
||||
Me.cbx.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.cbx.AutoSize = True
|
||||
Me.cbx.Checked = True
|
||||
Me.cbx.CheckState = System.Windows.Forms.CheckState.Checked
|
||||
Me.cbx.Location = New System.Drawing.Point(535, 650)
|
||||
Me.cbx.Name = "cbx"
|
||||
Me.cbx.Size = New System.Drawing.Size(179, 17)
|
||||
Me.cbx.TabIndex = 22
|
||||
Me.cbx.Text = "Anhänge zusätzlich abspeichern"
|
||||
Me.cbx.UseVisualStyleBackColor = True
|
||||
Me.cbxAnhaengeZusaetzlichSpeichern.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.cbxAnhaengeZusaetzlichSpeichern.AutoSize = True
|
||||
Me.cbxAnhaengeZusaetzlichSpeichern.Checked = True
|
||||
Me.cbxAnhaengeZusaetzlichSpeichern.CheckState = System.Windows.Forms.CheckState.Checked
|
||||
Me.cbxAnhaengeZusaetzlichSpeichern.Location = New System.Drawing.Point(535, 650)
|
||||
Me.cbxAnhaengeZusaetzlichSpeichern.Name = "cbxAnhaengeZusaetzlichSpeichern"
|
||||
Me.cbxAnhaengeZusaetzlichSpeichern.Size = New System.Drawing.Size(179, 17)
|
||||
Me.cbxAnhaengeZusaetzlichSpeichern.TabIndex = 22
|
||||
Me.cbxAnhaengeZusaetzlichSpeichern.Text = "Anhänge zusätzlich abspeichern"
|
||||
Me.cbxAnhaengeZusaetzlichSpeichern.UseVisualStyleBackColor = True
|
||||
'
|
||||
'CheckBox1
|
||||
'cbxAnhaengeSpeichern
|
||||
'
|
||||
Me.CheckBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.CheckBox1.AutoSize = True
|
||||
Me.CheckBox1.Checked = True
|
||||
Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked
|
||||
Me.CheckBox1.Location = New System.Drawing.Point(15, 651)
|
||||
Me.CheckBox1.Name = "CheckBox1"
|
||||
Me.CheckBox1.Size = New System.Drawing.Size(118, 17)
|
||||
Me.CheckBox1.TabIndex = 23
|
||||
Me.CheckBox1.Text = "Anhänge speichern"
|
||||
Me.CheckBox1.UseVisualStyleBackColor = True
|
||||
Me.CheckBox1.Visible = False
|
||||
Me.cbxAnhaengeSpeichern.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.cbxAnhaengeSpeichern.AutoSize = True
|
||||
Me.cbxAnhaengeSpeichern.Checked = True
|
||||
Me.cbxAnhaengeSpeichern.CheckState = System.Windows.Forms.CheckState.Checked
|
||||
Me.cbxAnhaengeSpeichern.Location = New System.Drawing.Point(15, 651)
|
||||
Me.cbxAnhaengeSpeichern.Name = "cbxAnhaengeSpeichern"
|
||||
Me.cbxAnhaengeSpeichern.Size = New System.Drawing.Size(118, 17)
|
||||
Me.cbxAnhaengeSpeichern.TabIndex = 23
|
||||
Me.cbxAnhaengeSpeichern.Text = "Anhänge speichern"
|
||||
Me.cbxAnhaengeSpeichern.UseVisualStyleBackColor = True
|
||||
Me.cbxAnhaengeSpeichern.Visible = False
|
||||
'
|
||||
'Label4
|
||||
'
|
||||
@@ -224,19 +224,19 @@ Partial Class frmAvisoAnfuegen
|
||||
Me.btnVermerke.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnVermerke.UseVisualStyleBackColor = True
|
||||
'
|
||||
'bttnSaveMail
|
||||
'btnSaveMail
|
||||
'
|
||||
Me.bttnSaveMail.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.bttnSaveMail.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.bttnSaveMail.Image = Global.VERAGAddIn.My.Resources.Resources.email_big1
|
||||
Me.bttnSaveMail.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.bttnSaveMail.Location = New System.Drawing.Point(535, 596)
|
||||
Me.bttnSaveMail.Name = "bttnSaveMail"
|
||||
Me.bttnSaveMail.Size = New System.Drawing.Size(179, 53)
|
||||
Me.bttnSaveMail.TabIndex = 11
|
||||
Me.bttnSaveMail.Text = "E-Mail speichern" & Global.Microsoft.VisualBasic.ChrW(13)
|
||||
Me.bttnSaveMail.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.bttnSaveMail.UseVisualStyleBackColor = True
|
||||
Me.btnSaveMail.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnSaveMail.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnSaveMail.Image = Global.VERAGAddIn.My.Resources.Resources.email_big1
|
||||
Me.btnSaveMail.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnSaveMail.Location = New System.Drawing.Point(535, 596)
|
||||
Me.btnSaveMail.Name = "btnSaveMail"
|
||||
Me.btnSaveMail.Size = New System.Drawing.Size(179, 53)
|
||||
Me.btnSaveMail.TabIndex = 11
|
||||
Me.btnSaveMail.Text = "E-Mail speichern" & Global.Microsoft.VisualBasic.ChrW(13)
|
||||
Me.btnSaveMail.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnSaveMail.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btnSaveAttachments
|
||||
'
|
||||
@@ -520,7 +520,7 @@ Partial Class frmAvisoAnfuegen
|
||||
Me.Controls.Add(Me.lblErr_Bezeichnung)
|
||||
Me.Controls.Add(Me.txtBezeichnung)
|
||||
Me.Controls.Add(Me.Label2)
|
||||
Me.Controls.Add(Me.bttnSaveMail)
|
||||
Me.Controls.Add(Me.btnSaveMail)
|
||||
Me.Controls.Add(Me.btnSaveAttachments)
|
||||
Me.Controls.Add(Me.Button1)
|
||||
Me.Controls.Add(Me.txtAbfertigungsnummer)
|
||||
@@ -530,8 +530,8 @@ Partial Class frmAvisoAnfuegen
|
||||
Me.Controls.Add(Me.Label13)
|
||||
Me.Controls.Add(Me.Label14)
|
||||
Me.Controls.Add(Me.lbl)
|
||||
Me.Controls.Add(Me.cbx)
|
||||
Me.Controls.Add(Me.CheckBox1)
|
||||
Me.Controls.Add(Me.cbxAnhaengeZusaetzlichSpeichern)
|
||||
Me.Controls.Add(Me.cbxAnhaengeSpeichern)
|
||||
Me.ForeColor = System.Drawing.SystemColors.ControlText
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.Name = "frmAvisoAnfuegen"
|
||||
@@ -554,7 +554,7 @@ Partial Class frmAvisoAnfuegen
|
||||
Friend WithEvents dgvAviso As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
||||
Friend WithEvents Button1 As Windows.Forms.Button
|
||||
Friend WithEvents btnSaveAttachments As Windows.Forms.Button
|
||||
Friend WithEvents bttnSaveMail As Windows.Forms.Button
|
||||
Friend WithEvents btnSaveMail As Windows.Forms.Button
|
||||
Friend WithEvents Label2 As Windows.Forms.Label
|
||||
Friend WithEvents txtBezeichnung As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
Friend WithEvents lblErr_Bezeichnung As Windows.Forms.Label
|
||||
@@ -565,8 +565,8 @@ Partial Class frmAvisoAnfuegen
|
||||
Friend WithEvents Label3 As Windows.Forms.Label
|
||||
Friend WithEvents cboArt As VERAG_PROG_ALLGEMEIN.MyComboBox
|
||||
Friend WithEvents dgvAnhaenge As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
||||
Friend WithEvents cbx As Windows.Forms.CheckBox
|
||||
Friend WithEvents CheckBox1 As Windows.Forms.CheckBox
|
||||
Friend WithEvents cbxAnhaengeZusaetzlichSpeichern As Windows.Forms.CheckBox
|
||||
Friend WithEvents cbxAnhaengeSpeichern As Windows.Forms.CheckBox
|
||||
Friend WithEvents Label4 As Windows.Forms.Label
|
||||
Friend WithEvents columnName As Windows.Forms.DataGridViewTextBoxColumn
|
||||
Friend WithEvents Pfad As Windows.Forms.DataGridViewTextBoxColumn
|
||||
|
||||
Reference in New Issue
Block a user