15-08-23
This commit is contained in:
10
Connectors.Form/frmMain.Designer.vb
generated
10
Connectors.Form/frmMain.Designer.vb
generated
@@ -53,7 +53,7 @@
|
||||
Me.ListBoxControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.ListBoxControl1.Location = New System.Drawing.Point(0, 63)
|
||||
Me.ListBoxControl1.Name = "ListBoxControl1"
|
||||
Me.ListBoxControl1.Size = New System.Drawing.Size(632, 215)
|
||||
Me.ListBoxControl1.Size = New System.Drawing.Size(632, 191)
|
||||
Me.ListBoxControl1.TabIndex = 0
|
||||
'
|
||||
'RibbonControl1
|
||||
@@ -166,21 +166,25 @@
|
||||
'
|
||||
Me.txtFilesProcessed.Caption = "Keine Dateien"
|
||||
Me.txtFilesProcessed.Id = 5
|
||||
Me.txtFilesProcessed.ImageOptions.SvgImage = CType(resources.GetObject("txtFilesProcessed.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.txtFilesProcessed.Name = "txtFilesProcessed"
|
||||
Me.txtFilesProcessed.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph
|
||||
'
|
||||
'txtErrorsOccurred
|
||||
'
|
||||
Me.txtErrorsOccurred.Caption = "Keine Dateien"
|
||||
Me.txtErrorsOccurred.Caption = "Keine Fehler"
|
||||
Me.txtErrorsOccurred.Id = 6
|
||||
Me.txtErrorsOccurred.ImageOptions.SvgImage = CType(resources.GetObject("txtErrorsOccurred.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.txtErrorsOccurred.Name = "txtErrorsOccurred"
|
||||
Me.txtErrorsOccurred.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph
|
||||
'
|
||||
'frmMain
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(632, 278)
|
||||
Me.Controls.Add(Me.RibbonStatusBar1)
|
||||
Me.Controls.Add(Me.ListBoxControl1)
|
||||
Me.Controls.Add(Me.RibbonStatusBar1)
|
||||
Me.Controls.Add(Me.RibbonControl1)
|
||||
Me.IconOptions.SvgImage = CType(resources.GetObject("frmMain.IconOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.Name = "frmMain"
|
||||
|
||||
Reference in New Issue
Block a user