Merge branch 'main' of https://git.azuze.fr/kawa/ps-scripts
This commit is contained in:
commit
54ee71c7f2
|
@ -32,8 +32,8 @@ $Mquestion = New-Object System.Windows.Forms.ToolStripMenuItem
|
|||
$MQuestionApropos = New-Object System.Windows.Forms.ToolStripMenuItem
|
||||
$MQuestionWiki = New-Object System.Windows.Forms.ToolStripMenuItem
|
||||
$Bgo = New-Object System.Windows.Forms.Button
|
||||
$comboBox1 = New-Object System.Windows.Forms.ComboBox
|
||||
$comboBox2 = New-Object System.Windows.Forms.ComboBox
|
||||
$CBsourceSite = New-Object System.Windows.Forms.ComboBox
|
||||
$CBdestSite = New-Object System.Windows.Forms.ComboBox
|
||||
$progressBar1 = New-Object System.Windows.Forms.ProgressBar
|
||||
$sourceInfo = New-Object System.Windows.Forms.ToolTip($components)
|
||||
$label1 = New-Object System.Windows.Forms.Label
|
||||
|
@ -98,7 +98,7 @@ $Bgo.TabIndex = 1
|
|||
$Bgo.Text = "GO"
|
||||
$Bgo.UseVisualStyleBackColor = $true
|
||||
#
|
||||
# comboBox1
|
||||
# CBsourceSite
|
||||
#
|
||||
$comboBox1.FormattingEnabled = $true
|
||||
$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.TabIndex = 2
|
||||
#
|
||||
# comboBox2
|
||||
# CBdestSite
|
||||
#
|
||||
$comboBox2.FormattingEnabled = $true
|
||||
$comboBox2.Location = New-Object System.Drawing.Point(23, 113)
|
||||
|
|
Loading…
Reference in New Issue