jj fix icons

This commit is contained in:
JenneJ
2015-10-26 14:01:16 +01:00
parent 13e087c133
commit 4178cc62fa
18 changed files with 256 additions and 243 deletions

View File

@@ -39,6 +39,8 @@ Partial Class frmConfig_Basic
Me.BtnConnect = New System.Windows.Forms.Button()
Me.TabPage2 = New System.Windows.Forms.TabPage()
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
Me.Label7 = New System.Windows.Forms.Label()
Me.cmbConstructor = New System.Windows.Forms.ComboBox()
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.CheckBoxWD_ShowEnitityDocs = New System.Windows.Forms.CheckBox()
@@ -51,8 +53,6 @@ Partial Class frmConfig_Basic
Me.Button1 = New System.Windows.Forms.Button()
Me.btnApplicationFolder = New System.Windows.Forms.Button()
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
Me.cmbConstructor = New System.Windows.Forms.ComboBox()
Me.Label7 = New System.Windows.Forms.Label()
Me.TabControl1.SuspendLayout()
Me.TabPage1.SuspendLayout()
Me.TabPage2.SuspendLayout()
@@ -89,7 +89,7 @@ Partial Class frmConfig_Basic
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage1.Size = New System.Drawing.Size(687, 229)
Me.TabPage1.Size = New System.Drawing.Size(687, 261)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "Datenbank-Verbindung"
Me.TabPage1.UseVisualStyleBackColor = True
@@ -195,7 +195,7 @@ Partial Class frmConfig_Basic
'
'BtnConnect
'
Me.BtnConnect.Image = Global.DD_Record_Organiser.My.Resources.Resources.database_go
Me.BtnConnect.Image = Global.DD_Record_Organiser.My.Resources.Resources.database_go1
Me.BtnConnect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
Me.BtnConnect.Location = New System.Drawing.Point(302, 82)
Me.BtnConnect.Name = "BtnConnect"
@@ -234,6 +234,23 @@ Partial Class frmConfig_Basic
Me.GroupBox3.TabStop = False
Me.GroupBox3.Text = "Formularaufrufe:"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(284, 14)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(185, 13)
Me.Label7.TabIndex = 4
Me.Label7.Text = "Formular bei Programmstart laden:"
'
'cmbConstructor
'
Me.cmbConstructor.FormattingEnabled = True
Me.cmbConstructor.Location = New System.Drawing.Point(287, 30)
Me.cmbConstructor.Name = "cmbConstructor"
Me.cmbConstructor.Size = New System.Drawing.Size(248, 21)
Me.cmbConstructor.TabIndex = 1
'
'CheckBox1
'
Me.CheckBox1.AutoSize = True
@@ -361,23 +378,6 @@ Partial Class frmConfig_Basic
Me.LinkLabel1.TabStop = True
Me.LinkLabel1.Text = "Link zu Support-Tool Digital Data"
'
'cmbConstructor
'
Me.cmbConstructor.FormattingEnabled = True
Me.cmbConstructor.Location = New System.Drawing.Point(287, 30)
Me.cmbConstructor.Name = "cmbConstructor"
Me.cmbConstructor.Size = New System.Drawing.Size(248, 21)
Me.cmbConstructor.TabIndex = 1
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Location = New System.Drawing.Point(284, 14)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(185, 13)
Me.Label7.TabIndex = 4
Me.Label7.Text = "Formular bei Programmstart laden:"
'
'frmConfig_Basic
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)