frmAnhaengeVormulare
This commit is contained in:
40
VERAGAddIn/frmAvisoFormularAnfügen.Designer.vb
generated
40
VERAGAddIn/frmAvisoFormularAnfügen.Designer.vb
generated
@@ -38,11 +38,11 @@ Partial Class frmAvisoFormularAnfuegen
|
||||
Me.pbAnhaenge = New System.Windows.Forms.PictureBox()
|
||||
Me.lblMultiAttachements = New System.Windows.Forms.Label()
|
||||
Me.dgvAnhaenge = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
||||
Me.columnName = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.Pfad = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.MyPanel1 = New VERAG_PROG_ALLGEMEIN.MyPanel(Me.components)
|
||||
Me.btnOK = New System.Windows.Forms.Button()
|
||||
Me.btnCancel = New System.Windows.Forms.Button()
|
||||
Me.columnName = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.Pfad = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
||||
Me.panelKunden.SuspendLayout()
|
||||
Me.pnlBottom.SuspendLayout()
|
||||
CType(Me.pbAnhaenge, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -153,9 +153,9 @@ Partial Class frmAvisoFormularAnfuegen
|
||||
'pnlDetails
|
||||
'
|
||||
Me.pnlDetails.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
||||
Me.pnlDetails.Location = New System.Drawing.Point(0, 103)
|
||||
Me.pnlDetails.Location = New System.Drawing.Point(12, 103)
|
||||
Me.pnlDetails.Name = "pnlDetails"
|
||||
Me.pnlDetails.Size = New System.Drawing.Size(518, 426)
|
||||
Me.pnlDetails.Size = New System.Drawing.Size(492, 426)
|
||||
Me.pnlDetails.TabIndex = 38
|
||||
'
|
||||
'pnlBottom
|
||||
@@ -175,9 +175,9 @@ Partial Class frmAvisoFormularAnfuegen
|
||||
Me.pbAnhaenge.Anchor = System.Windows.Forms.AnchorStyles.Bottom
|
||||
Me.pbAnhaenge.Enabled = False
|
||||
Me.pbAnhaenge.Image = Global.VERAGAddIn.My.Resources.Resources.pdf_gray
|
||||
Me.pbAnhaenge.Location = New System.Drawing.Point(12, 106)
|
||||
Me.pbAnhaenge.Location = New System.Drawing.Point(18, 112)
|
||||
Me.pbAnhaenge.Name = "pbAnhaenge"
|
||||
Me.pbAnhaenge.Size = New System.Drawing.Size(63, 52)
|
||||
Me.pbAnhaenge.Size = New System.Drawing.Size(57, 41)
|
||||
Me.pbAnhaenge.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
||||
Me.pbAnhaenge.TabIndex = 32
|
||||
Me.pbAnhaenge.TabStop = False
|
||||
@@ -213,6 +213,20 @@ Partial Class frmAvisoFormularAnfuegen
|
||||
Me.dgvAnhaenge.TabIndex = 39
|
||||
Me.dgvAnhaenge.Visible = False
|
||||
'
|
||||
'columnName
|
||||
'
|
||||
Me.columnName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
||||
Me.columnName.HeaderText = "Name"
|
||||
Me.columnName.Name = "columnName"
|
||||
Me.columnName.ReadOnly = True
|
||||
'
|
||||
'Pfad
|
||||
'
|
||||
Me.Pfad.HeaderText = "Pfad"
|
||||
Me.Pfad.Name = "Pfad"
|
||||
Me.Pfad.ReadOnly = True
|
||||
Me.Pfad.Visible = False
|
||||
'
|
||||
'MyPanel1
|
||||
'
|
||||
Me.MyPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
||||
@@ -245,20 +259,6 @@ Partial Class frmAvisoFormularAnfuegen
|
||||
Me.btnCancel.Text = "Abbrechen"
|
||||
Me.btnCancel.UseVisualStyleBackColor = True
|
||||
'
|
||||
'columnName
|
||||
'
|
||||
Me.columnName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
||||
Me.columnName.HeaderText = "Name"
|
||||
Me.columnName.Name = "columnName"
|
||||
Me.columnName.ReadOnly = True
|
||||
'
|
||||
'Pfad
|
||||
'
|
||||
Me.Pfad.HeaderText = "Pfad"
|
||||
Me.Pfad.Name = "Pfad"
|
||||
Me.Pfad.ReadOnly = True
|
||||
Me.Pfad.Visible = False
|
||||
'
|
||||
'frmAvisoFormularAnfuegen
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
|
||||
Reference in New Issue
Block a user