MS12.02.2016
This commit is contained in:
46
Global_Indexer/frmIndexFileList.Designer.vb
generated
46
Global_Indexer/frmIndexFileList.Designer.vb
generated
@@ -43,55 +43,32 @@ Partial Class frmIndexFileList
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.Controls.Add(Me.Label1)
|
||||
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.Panel1.Location = New System.Drawing.Point(0, 0)
|
||||
resources.ApplyResources(Me.Panel1, "Panel1")
|
||||
Me.Panel1.Name = "Panel1"
|
||||
Me.Panel1.Size = New System.Drawing.Size(648, 44)
|
||||
Me.Panel1.TabIndex = 0
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Location = New System.Drawing.Point(3, 9)
|
||||
resources.ApplyResources(Me.Label1, "Label1")
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(440, 30)
|
||||
Me.Label1.TabIndex = 0
|
||||
Me.Label1.Text = "Folgende Dateien werden zur Indexierung angeboten! " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Sie haben nun Möglichkeit di" & _
|
||||
"e Indexierung für ausgewählte Dateien zu verhindern."
|
||||
'
|
||||
'btnstartIndex
|
||||
'
|
||||
Me.btnstartIndex.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.btnstartIndex.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
resources.ApplyResources(Me.btnstartIndex, "btnstartIndex")
|
||||
Me.btnstartIndex.Image = Global.Global_Indexer.My.Resources.Resources.Go
|
||||
Me.btnstartIndex.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnstartIndex.Location = New System.Drawing.Point(491, 232)
|
||||
Me.btnstartIndex.Name = "btnstartIndex"
|
||||
Me.btnstartIndex.Size = New System.Drawing.Size(145, 36)
|
||||
Me.btnstartIndex.TabIndex = 3
|
||||
Me.btnstartIndex.Text = "Starte Indexierung"
|
||||
Me.btnstartIndex.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
||||
Me.btnstartIndex.UseVisualStyleBackColor = True
|
||||
'
|
||||
'CheckedListBoxControl1
|
||||
'
|
||||
Me.CheckedListBoxControl1.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.CheckedListBoxControl1.Appearance.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
resources.ApplyResources(Me.CheckedListBoxControl1, "CheckedListBoxControl1")
|
||||
Me.CheckedListBoxControl1.Appearance.Font = CType(resources.GetObject("CheckedListBoxControl1.Appearance.Font"), System.Drawing.Font)
|
||||
Me.CheckedListBoxControl1.Appearance.Options.UseFont = True
|
||||
Me.CheckedListBoxControl1.Location = New System.Drawing.Point(6, 50)
|
||||
Me.CheckedListBoxControl1.Name = "CheckedListBoxControl1"
|
||||
Me.CheckedListBoxControl1.Size = New System.Drawing.Size(630, 176)
|
||||
Me.CheckedListBoxControl1.TabIndex = 4
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.Location = New System.Drawing.Point(6, 232)
|
||||
resources.ApplyResources(Me.Button1, "Button1")
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(115, 23)
|
||||
Me.Button1.TabIndex = 5
|
||||
Me.Button1.Text = "Alle auswählen"
|
||||
Me.Button1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'TBGI_FILES_USERBindingSource
|
||||
@@ -132,30 +109,23 @@ Partial Class frmIndexFileList
|
||||
'
|
||||
'Button2
|
||||
'
|
||||
Me.Button2.Location = New System.Drawing.Point(6, 259)
|
||||
resources.ApplyResources(Me.Button2, "Button2")
|
||||
Me.Button2.Name = "Button2"
|
||||
Me.Button2.Size = New System.Drawing.Size(115, 23)
|
||||
Me.Button2.TabIndex = 6
|
||||
Me.Button2.Text = "Alle unselektieren"
|
||||
Me.Button2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmIndexFileList
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 15.0!)
|
||||
resources.ApplyResources(Me, "$this")
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(648, 294)
|
||||
Me.ControlBox = False
|
||||
Me.Controls.Add(Me.Button2)
|
||||
Me.Controls.Add(Me.Button1)
|
||||
Me.Controls.Add(Me.CheckedListBoxControl1)
|
||||
Me.Controls.Add(Me.btnstartIndex)
|
||||
Me.Controls.Add(Me.Panel1)
|
||||
Me.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.MaximizeBox = False
|
||||
Me.MinimizeBox = False
|
||||
Me.Name = "frmIndexFileList"
|
||||
Me.Text = "Zu indexierende Dateien:"
|
||||
Me.TopMost = True
|
||||
Me.Panel1.ResumeLayout(False)
|
||||
Me.Panel1.PerformLayout()
|
||||
|
||||
Reference in New Issue
Block a user