frmValidator ColumnCount TableControl

This commit is contained in:
Digital Data - Marlon Schreiber
2019-04-09 15:19:53 +02:00
parent 01326a0277
commit 6e4c1605a3
14 changed files with 7880 additions and 1083 deletions

View File

@@ -24,6 +24,7 @@ Partial Class frmAbout
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAbout))
Me.OKButton = New System.Windows.Forms.Button()
Me.lblProduktname = New System.Windows.Forms.Label()
Me.lblVersion = New System.Windows.Forms.Label()
@@ -36,18 +37,20 @@ Partial Class frmAbout
'
'OKButton
'
Me.OKButton.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.OKButton.DialogResult = System.Windows.Forms.DialogResult.Cancel
Me.OKButton.Location = New System.Drawing.Point(281, 231)
Me.OKButton.Location = New System.Drawing.Point(266, 262)
Me.OKButton.Name = "OKButton"
Me.OKButton.Size = New System.Drawing.Size(260, 23)
Me.OKButton.Size = New System.Drawing.Size(260, 27)
Me.OKButton.TabIndex = 0
Me.OKButton.Text = "&OK"
'
'lblProduktname
'
Me.lblProduktname.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblProduktname.AutoSize = True
Me.lblProduktname.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.lblProduktname.Location = New System.Drawing.Point(278, 18)
Me.lblProduktname.Location = New System.Drawing.Point(263, 53)
Me.lblProduktname.Name = "lblProduktname"
Me.lblProduktname.Size = New System.Drawing.Size(48, 17)
Me.lblProduktname.TabIndex = 2
@@ -55,8 +58,9 @@ Partial Class frmAbout
'
'lblVersion
'
Me.lblVersion.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblVersion.AutoSize = True
Me.lblVersion.Location = New System.Drawing.Point(278, 42)
Me.lblVersion.Location = New System.Drawing.Point(263, 77)
Me.lblVersion.Name = "lblVersion"
Me.lblVersion.Size = New System.Drawing.Size(40, 13)
Me.lblVersion.TabIndex = 3
@@ -64,8 +68,9 @@ Partial Class frmAbout
'
'lblCompanyName
'
Me.lblCompanyName.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.lblCompanyName.AutoSize = True
Me.lblCompanyName.Location = New System.Drawing.Point(278, 64)
Me.lblCompanyName.Location = New System.Drawing.Point(263, 99)
Me.lblCompanyName.Name = "lblCompanyName"
Me.lblCompanyName.Size = New System.Drawing.Size(40, 13)
Me.lblCompanyName.TabIndex = 4
@@ -73,9 +78,10 @@ Partial Class frmAbout
'
'txtDescription
'
Me.txtDescription.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.txtDescription.BackColor = System.Drawing.SystemColors.Control
Me.txtDescription.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
Me.txtDescription.Location = New System.Drawing.Point(281, 90)
Me.txtDescription.Location = New System.Drawing.Point(266, 125)
Me.txtDescription.Multiline = True
Me.txtDescription.Name = "txtDescription"
Me.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
@@ -84,8 +90,9 @@ Partial Class frmAbout
'
'LinkLabel1
'
Me.LinkLabel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.LinkLabel1.AutoSize = True
Me.LinkLabel1.Location = New System.Drawing.Point(281, 200)
Me.LinkLabel1.Location = New System.Drawing.Point(266, 235)
Me.LinkLabel1.Name = "LinkLabel1"
Me.LinkLabel1.Size = New System.Drawing.Size(93, 13)
Me.LinkLabel1.TabIndex = 6
@@ -94,10 +101,13 @@ Partial Class frmAbout
'
'PictureBox1
'
Me.PictureBox1.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.PM_mit_slogan1
Me.PictureBox1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
Or System.Windows.Forms.AnchorStyles.Left) _
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
Me.PictureBox1.Image = CType(resources.GetObject("PictureBox1.Image"), System.Drawing.Image)
Me.PictureBox1.Location = New System.Drawing.Point(12, 5)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(260, 249)
Me.PictureBox1.Size = New System.Drawing.Size(246, 283)
Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.PictureBox1.TabIndex = 7
Me.PictureBox1.TabStop = False
@@ -106,9 +116,10 @@ Partial Class frmAbout
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.Window
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.CancelButton = Me.OKButton
Me.ClientSize = New System.Drawing.Size(544, 268)
Me.ClientSize = New System.Drawing.Size(532, 297)
Me.Controls.Add(Me.PictureBox1)
Me.Controls.Add(Me.LinkLabel1)
Me.Controls.Add(Me.txtDescription)
@@ -118,7 +129,6 @@ Partial Class frmAbout
Me.Controls.Add(Me.OKButton)
Me.DoubleBuffered = True
Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
Me.MaximizeBox = False
Me.MinimizeBox = False
Me.Name = "frmAbout"