This commit is contained in:
Kawawete 2024-03-08 17:10:44 +01:00
commit 54ee71c7f2
1 changed files with 4 additions and 4 deletions

View File

@ -32,8 +32,8 @@ $Mquestion = New-Object System.Windows.Forms.ToolStripMenuItem
$MQuestionApropos = New-Object System.Windows.Forms.ToolStripMenuItem $MQuestionApropos = New-Object System.Windows.Forms.ToolStripMenuItem
$MQuestionWiki = New-Object System.Windows.Forms.ToolStripMenuItem $MQuestionWiki = New-Object System.Windows.Forms.ToolStripMenuItem
$Bgo = New-Object System.Windows.Forms.Button $Bgo = New-Object System.Windows.Forms.Button
$comboBox1 = New-Object System.Windows.Forms.ComboBox $CBsourceSite = New-Object System.Windows.Forms.ComboBox
$comboBox2 = New-Object System.Windows.Forms.ComboBox $CBdestSite = New-Object System.Windows.Forms.ComboBox
$progressBar1 = New-Object System.Windows.Forms.ProgressBar $progressBar1 = New-Object System.Windows.Forms.ProgressBar
$sourceInfo = New-Object System.Windows.Forms.ToolTip($components) $sourceInfo = New-Object System.Windows.Forms.ToolTip($components)
$label1 = New-Object System.Windows.Forms.Label $label1 = New-Object System.Windows.Forms.Label
@ -98,7 +98,7 @@ $Bgo.TabIndex = 1
$Bgo.Text = "GO" $Bgo.Text = "GO"
$Bgo.UseVisualStyleBackColor = $true $Bgo.UseVisualStyleBackColor = $true
# #
# comboBox1 # CBsourceSite
# #
$comboBox1.FormattingEnabled = $true $comboBox1.FormattingEnabled = $true
$comboBox1.Location = New-Object System.Drawing.Point(23, 44) $comboBox1.Location = New-Object System.Drawing.Point(23, 44)
@ -106,7 +106,7 @@ $comboBox1.Name = "comboBox1"
$comboBox1.Size = New-Object System.Drawing.Size(587, 21) $comboBox1.Size = New-Object System.Drawing.Size(587, 21)
$comboBox1.TabIndex = 2 $comboBox1.TabIndex = 2
# #
# comboBox2 # CBdestSite
# #
$comboBox2.FormattingEnabled = $true $comboBox2.FormattingEnabled = $true
$comboBox2.Location = New-Object System.Drawing.Point(23, 113) $comboBox2.Location = New-Object System.Drawing.Point(23, 113)