This commit is contained in:
SchreiberM
2017-01-04 17:09:26 +01:00
128 changed files with 17813 additions and 20419 deletions

View File

@@ -31,64 +31,43 @@ Partial Class frmWD_CreateVersion
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(12, 9)
resources.ApplyResources(Me.Label1, "Label1")
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(359, 26)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Vom ausgewählten Dokument wird in windream eine neue Version erstellt!" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Bitte geb" & _
"en Sie einen Kommentar ein:"
'
'txtComment
'
Me.txtComment.Location = New System.Drawing.Point(15, 38)
Me.txtComment.Multiline = True
resources.ApplyResources(Me.txtComment, "txtComment")
Me.txtComment.Name = "txtComment"
Me.txtComment.Size = New System.Drawing.Size(551, 87)
Me.txtComment.TabIndex = 1
'
'btnOK
'
Me.btnOK.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
resources.ApplyResources(Me.btnOK, "btnOK")
Me.btnOK.Image = Global.DD_Record_Organiser.My.Resources.Resources.key_go
Me.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.btnOK.Location = New System.Drawing.Point(15, 131)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(269, 33)
Me.btnOK.TabIndex = 2
Me.btnOK.Text = "Neue Version erstellen"
Me.btnOK.UseVisualStyleBackColor = True
'
'btncancel
'
resources.ApplyResources(Me.btncancel, "btncancel")
Me.btncancel.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.btncancel.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.btncancel.Location = New System.Drawing.Point(403, 131)
Me.btncancel.Name = "btncancel"
Me.btncancel.Size = New System.Drawing.Size(163, 33)
Me.btncancel.TabIndex = 3
Me.btncancel.Text = "Abbruch"
Me.btncancel.UseVisualStyleBackColor = True
'
'frmWD_CreateVersion
'
Me.AcceptButton = Me.btnOK
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
resources.ApplyResources(Me, "$this")
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.CancelButton = Me.btncancel
Me.ClientSize = New System.Drawing.Size(574, 172)
Me.Controls.Add(Me.btncancel)
Me.Controls.Add(Me.btnOK)
Me.Controls.Add(Me.txtComment)
Me.Controls.Add(Me.Label1)
Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmWD_CreateVersion"
Me.Text = "Neue Version erstellen"
Me.ResumeLayout(false)
Me.ResumeLayout(False)
Me.PerformLayout
End Sub