Page 1 of 2 12>
Topic Options
#179782 - 2007-08-27 11:17 PM 10 line code window has got to go!
Bryce Offline
KiX Supporter
*****

Registered: 2000-02-29
Posts: 3167
Loc: Houston TX
can we please please please for the LOVE OF GOD PLEASE!! get rid of this 10 line code window?

I know when I see a post with code, i am not all that inclined to read it and help a person out, because i can only see 10 lines of their code at a time.

this is a very frustrating "feature".

Top
#179786 - 2007-08-27 11:45 PM Re: 10 line code window has got to go! [Re: Bryce]
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11628
Loc: CA
This is supposed to be addressed in 7.3 but since 7.2.2 just finishing up (ours is actually still beta) it won't be for a few months probably.

However I see you're using FireFox 2.006 so there is a local CSS fix you can make to change that view if you want.

Basically it is a CSS coding issue/bug due to IE7 but since a lot of the code layout needs change in UBBT then they will look at changing it for 7.3

Let me know if you want to do the local hack for FF

Top
#179788 - 2007-08-27 11:49 PM Re: 10 line code window has got to go! [Re: NTDOC]
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
hmmm, i use firefox 2.0.0.6 and i don't see no 10 line code windows.
Top
#179793 - 2007-08-28 12:27 AM Re: 10 line code window has got to go! [Re: Shawn]
Bryce Offline
KiX Supporter
*****

Registered: 2000-02-29
Posts: 3167
Loc: Houston TX
here is a test

 Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

Top
#179794 - 2007-08-28 12:29 AM Re: 10 line code window has got to go! [Re: Bryce]
Shawn Administrator Offline
Administrator
*****

Registered: 1999-08-13
Posts: 8611
i see this:

-----------------
code:
-----------------
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
-------------

Broke or no ?

Top
#179795 - 2007-08-28 12:30 AM Re: 10 line code window has got to go! [Re: Bryce]
Bryce Offline
KiX Supporter
*****

Registered: 2000-02-29
Posts: 3167
Loc: Houston TX
yup, even in IE, i see a small window....


Top
#179798 - 2007-08-28 12:45 AM Re: 10 line code window has got to go! [Re: Bryce]
Witto Offline
MM club member
*****

Registered: 2004-09-29
Posts: 1828
Loc: Belgium
That is just 9 lines of code, not 10. Yuk
Top
#179799 - 2007-08-28 01:23 AM Re: 10 line code window has got to go! [Re: Witto]
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11628
Loc: CA
I see 19 lines
Top
#179801 - 2007-08-28 02:54 AM Re: 10 line code window has got to go! [Re: NTDOC]
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
I see nothing wrong with the code windows with scrollbars. If only the width worked to not have to side scroll the entire IE window.

If you want to "see" all the lines, copy/paste it to your fav editor.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#179803 - 2007-08-28 03:21 AM Re: 10 line code window has got to go! [Re: Les]
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11628
Loc: CA
Here is a 3,600+ line example.

 Code:
;Inquisitor5.kix
;$=setconsole("minimize")

Break On
;********* FORM CREATE BEGIN **********
$Form = CreateObject('Kixtart.Form')
$Form.BackColor = 212,208,200
$Form.ControlBox = "True"
$Form.DrawGrid = "True"
$Form.FontBold = "False"
$Form.FontItalic = "False"
$Form.FontName = "Microsoft Sans Serif"
$Form.FontSize = 8.25
$Form.FontUnderline = "False"
$Form.ForeColor = 0,0,0
$Form.FormBorderStyle = 3
$Form.Height = iif(instr(@producttype,'XP'),595,580)
$Form.Left = 11
$Form.MaximizeBox = "False"
$Form.MinimizeBox = "False"
$Form.SizeGripStyle = 2
$Form.StartPosition = 4
$Form.Tag = ""
$Form.Text = "Inquisitor2 Console"
$Form.Top = 3
$Form.ToolTipText = ""
$Form.TopMost = "False"
$Form.Width = 800
$Form.WindowState = 0

? $form.Version
? @kix
if $form.Version < '2.3.0.41'
	$=sendmessage(@wksta,'This Kixforms app requires Kixforms.dll version 2.3.0 B build 41 or greater')
	quit
	endif

;********* FORM CREATE END **********

;************* TARGETBOX **************
$TargetBox = $Form.Controls.GroupBox
$TargetBox.Anchor = 5
$TargetBox.BackColor = 212,208,200
$TargetBox.Enabled = "True"
$TargetBox.FlatStyle = 2
$TargetBox.FontBold = "False"
$TargetBox.FontItalic = "False"
$TargetBox.FontName = "Microsoft Sans Serif"
$TargetBox.FontSize = 8.25
$TargetBox.FontUnderline = "False"
$TargetBox.ForeColor = 0,0,0
$TargetBox.Height = 130
$TargetBox.Left = 13
$TargetBox.Tag = ""
$TargetBox.Text = "Target"
$TargetBox.Top = 10
$TargetBox.Visible = "True"
$TargetBox.Width = 129
;*************************************

;************* RADIOBUTTON1 **************
$RadioButton1 = $TargetBox.Controls.RadioButton
$RadioButton1.Anchor = 5
$RadioButton1.BackColor = 212,208,200
$RadioButton1.Checked = "True"
$RadioButton1.Enabled = "True"
$RadioButton1.FlatStyle = 2
$RadioButton1.ForeColor = 0,0,0
$RadioButton1.Height = 21
$RadioButton1.FontBold = "False"
$RadioButton1.FontItalic = "False"
$RadioButton1.FontName = "Microsoft Sans Serif"
$RadioButton1.FontSize = 8.25
$RadioButton1.FontUnderline = "False"
$RadioButton1.Left = 15
$RadioButton1.TabStop = "True"
$RadioButton1.Tag = ""
$RadioButton1.Text = "PC Name or IP"
$RadioButton1.Top = 15
$RadioButton1.Visible = "True"
$RadioButton1.Width = 98
;*************************************

;************* RADIOBUTTON2 **************
$RadioButton2 = $TargetBox.Controls.RadioButton
$RadioButton2.Anchor = 5
$RadioButton2.BackColor = 212,208,200
$RadioButton2.Checked = "False"
$RadioButton2.Enabled = "True"
$RadioButton2.FlatStyle = 2
$RadioButton2.ForeColor = 0,0,0
$RadioButton2.Height = 21
$RadioButton2.FontBold = "False"
$RadioButton2.FontItalic = "False"
$RadioButton2.FontName = "Microsoft Sans Serif"
$RadioButton2.FontSize = 8.25
$RadioButton2.FontUnderline = "False"
$RadioButton2.Left = 15
$RadioButton2.TabStop = "False"
$RadioButton2.Tag = ""
$RadioButton2.Text = "User Name"
$RadioButton2.Top = 35
$RadioButton2.Visible = "True"
$RadioButton2.Width = 108
;*************************************

;************* TEXTBOX2 **************
$TextBox2 = $TargetBox.Controls.TextBox
$TextBox2.Anchor = 5
$TextBox2.AcceptsReturn = "true"
$TextBox2.AcceptsTab = "False"
$TextBox2.BackColor = 255,255,255
$TextBox2.BorderStyle = 2
$TextBox2.Enabled = "True"
$TextBox2.FontBold = "False"
$TextBox2.FontItalic = "False"
$TextBox2.FontName = "Microsoft Sans Serif"
$TextBox2.FontSize = 8.25
$TextBox2.FontUnderline = "False"
$TextBox2.ForeColor = 0,0,0
$TextBox2.Height = 20
$TextBox2.HideSelection = "True"
$TextBox2.Left = 15
$TextBox2.MaxLength = 32767
$TextBox2.Multiline = "False"
$TextBox2.PasswordChar = ""
$TextBox2.ReadOnly = "False"
$TextBox2.ScrollBars = 0
$TextBox2.TabStop = "True"
$TextBox2.Tag = ""
$TextBox2.Text = ""
$TextBox2.TextAlign = 0
$TextBox2.Top = 65
$TextBox2.Visible = "True"
$TextBox2.Width = 100
$TextBox2.WordWrap = "False"
$TextBox2.OnKeyDown = "keydown()"
;*************************************

;************* CONNECTBUTTON **************
$ConnectButton = $TargetBox.Controls.Button
$ConnectButton.Anchor = 5
$ConnectButton.TextAlign = 32
$ConnectButton.Enabled = "True"
$ConnectButton.FlatStyle = 2
$ConnectButton.FontBold = "False"
$ConnectButton.FontItalic = "False"
$ConnectButton.FontName = "Microsoft Sans Serif"
$ConnectButton.FontSize = 8.25
$ConnectButton.FontUnderline = "False"
$ConnectButton.ForeColor = 0,0,0
$ConnectButton.Height = 24
$ConnectButton.Left = 15
$ConnectButton.TabStop = "True"
$ConnectButton.Tag = ""
$ConnectButton.Text = "Connect"
$ConnectButton.ToolTipText = ""
$ConnectButton.Top = 95
$ConnectButton.Visible = "True"
$ConnectButton.Width = 101
$ConnectButton.OnClick = "ConnectClick()"
;*************************************

;************* TARGETDETAILSBOX **************
$TargetDetailsBox = $Form.Controls.GroupBox
$TargetDetailsBox.Anchor = 5
$TargetDetailsBox.BackColor = 212,208,200
$TargetDetailsBox.Enabled = "True"
$TargetDetailsBox.FlatStyle = 2
$TargetDetailsBox.FontBold = "False"
$TargetDetailsBox.FontItalic = "False"
$TargetDetailsBox.FontName = "Microsoft Sans Serif"
$TargetDetailsBox.FontSize = 8.25
$TargetDetailsBox.FontUnderline = "False"
$TargetDetailsBox.ForeColor = 0,0,0
$TargetDetailsBox.Height = 140
$TargetDetailsBox.Left = 13
$TargetDetailsBox.Tag = ""
$TargetDetailsBox.Text = "Target Details"
$TargetDetailsBox.Top = 150
$TargetDetailsBox.Visible = "True"
$TargetDetailsBox.Width = 128
;*************************************

;************* LABEL1 **************
$Label1 = $TargetDetailsBox.Controls.Label
$Label1.Anchor = 5
$Label1.BackColor = 212,208,200
$Label1.BorderStyle = 0
$Label1.Enabled = "True"
$Label1.FlatStyle = 2
$Label1.FontBold = "False"
$Label1.FontItalic = "False"
$Label1.FontName = "Microsoft Sans Serif"
$Label1.FontSize = 8.25
$Label1.FontUnderline = "False"
$Label1.ForeColor = 0,0,0
$Label1.Height = 15
$Label1.Left = 15
$Label1.Tag = ""
$Label1.Text = "Computer Name"
$Label1.ToolTipText = ""
$Label1.Top = 15
$Label1.Visible = "True"
$Label1.Width = 100
;*************************************

;************* TEXTBOX4 **************
$TextBox4 = $TargetDetailsBox.Controls.TextBox
$TextBox4.Anchor = 5
$TextBox4.AcceptsReturn = "False"
$TextBox4.AcceptsTab = "False"
$TextBox4.BackColor = 255,255,255
$TextBox4.BorderStyle = 1
$TextBox4.Enabled = "True"
$TextBox4.FontBold = "False"
$TextBox4.FontItalic = "False"
$TextBox4.FontName = "Microsoft Sans Serif"
$TextBox4.FontSize = 8.25
$TextBox4.FontUnderline = "False"
$TextBox4.ForeColor = 0,0,0
$TextBox4.Height = 20
$TextBox4.HideSelection = "True"
$TextBox4.Left = 15
$TextBox4.MaxLength = 32767
$TextBox4.Multiline = "False"
$TextBox4.PasswordChar = ""
$TextBox4.ReadOnly = "True"
$TextBox4.ScrollBars = 0
$TextBox4.TabStop = "True"
$TextBox4.Tag = ""
$TextBox4.Text = ""
$TextBox4.TextAlign = 0
$TextBox4.Top = 30
$TextBox4.Visible = "True"
$TextBox4.Width = 100
$TextBox4.WordWrap = "True"
;*************************************

;************* LABEL2 **************
$Label2 = $TargetDetailsBox.Controls.Label
$Label2.Anchor = 5
$Label2.BackColor = 212,208,200
$Label2.BorderStyle = 0
$Label2.Enabled = "True"
$Label2.FlatStyle = 2
$Label2.FontBold = "False"
$Label2.FontItalic = "False"
$Label2.FontName = "Microsoft Sans Serif"
$Label2.FontSize = 8.25
$Label2.FontUnderline = "False"
$Label2.ForeColor = 0,0,0
$Label2.Height = 15
$Label2.Left = 15
$Label2.Tag = ""
$Label2.Text = "User Name"
$Label2.ToolTipText = ""
$Label2.Top = 55
$Label2.Visible = "True"
$Label2.Width = 100
;*************************************

;************* TEXTBOX5 **************
$TextBox5 = $TargetDetailsBox.Controls.TextBox
$TextBox5.Anchor = 5
$TextBox5.AcceptsReturn = "False"
$TextBox5.AcceptsTab = "False"
$TextBox5.BackColor = 255,255,255
$TextBox5.BorderStyle = 1
$TextBox5.Enabled = "True"
$TextBox5.FontBold = "False"
$TextBox5.FontItalic = "False"
$TextBox5.FontName = "Microsoft Sans Serif"
$TextBox5.FontSize = 8.25
$TextBox5.FontUnderline = "False"
$TextBox5.ForeColor = 0,0,0
$TextBox5.Height = 20
$TextBox5.HideSelection = "True"
$TextBox5.Left = 15
$TextBox5.MaxLength = 32767
$TextBox5.Multiline = "False"
$TextBox5.PasswordChar = ""
$TextBox5.ReadOnly = "True"
$TextBox5.ScrollBars = 0
$TextBox5.TabStop = "True"
$TextBox5.Tag = ""
$TextBox5.Text = ""
$TextBox5.TextAlign = 0
$TextBox5.Top = 70
$TextBox5.Visible = "True"
$TextBox5.Width = 100
$TextBox5.WordWrap = "True"
;*************************************

;************* LABEL3 **************
$Label3 = $TargetDetailsBox.Controls.Label
$Label3.Anchor = 5
$Label3.BackColor = 212,208,200
$Label3.BorderStyle = 0
$Label3.Enabled = "True"
$Label3.FlatStyle = 2
$Label3.FontBold = "False"
$Label3.FontItalic = "False"
$Label3.FontName = "Microsoft Sans Serif"
$Label3.FontSize = 8.25
$Label3.FontUnderline = "False"
$Label3.ForeColor = 0,0,0
$Label3.Height = 15
$Label3.Left = 15
$Label3.Tag = ""
$Label3.Text = "IP Address"
$Label3.ToolTipText = ""
$Label3.Top = 95
$Label3.Visible = "True"
$Label3.Width = 100
;*************************************

;************* TEXTBOX6 **************
$TextBox6 = $TargetDetailsBox.Controls.TextBox
$TextBox6.Anchor = 5
$TextBox6.AcceptsReturn = "False"
$TextBox6.AcceptsTab = "False"
$TextBox6.BackColor = 255,255,255
$TextBox6.BorderStyle = 1
$TextBox6.Enabled = "True"
$TextBox6.FontBold = "False"
$TextBox6.FontItalic = "False"
$TextBox6.FontName = "Microsoft Sans Serif"
$TextBox6.FontSize = 8.25
$TextBox6.FontUnderline = "False"
$TextBox6.ForeColor = 0,0,0
$TextBox6.Height = 20
$TextBox6.HideSelection = "True"
$TextBox6.Left = 15
$TextBox6.MaxLength = 32767
$TextBox6.Multiline = "False"
$TextBox6.PasswordChar = ""
$TextBox6.ReadOnly = "True"
$TextBox6.ScrollBars = 0
$TextBox6.TabStop = "True"
$TextBox6.Tag = ""
$TextBox6.Text = ""
$TextBox6.TextAlign = 0
$TextBox6.Top = 110
$TextBox6.Visible = "True"
$TextBox6.Width = 100
$TextBox6.WordWrap = "True"
;*************************************

;************* TOOLBOX **************
$ToolBox = $Form.Controls.GroupBox
$ToolBox.Anchor = 5
$ToolBox.BackColor = 212,208,200
$ToolBox.Enabled = "True"
$ToolBox.FlatStyle = 2
$ToolBox.FontBold = "False"
$ToolBox.FontItalic = "False"
$ToolBox.FontName = "Microsoft Sans Serif"
$ToolBox.FontSize = 8.25
$ToolBox.FontUnderline = "False"
$ToolBox.ForeColor = 0,0,0
$ToolBox.Height = 245
$ToolBox.Left = 13
$ToolBox.Tag = ""
$ToolBox.Text = "Tools"
$ToolBox.Top = 300
$ToolBox.Visible = "True"
$ToolBox.Width = 128
;*************************************

;************* TOOLS1 **************
$tools1 = $ToolBox.Controls.Button
$tools1.Anchor = 5
$tools1.TextAlign = 32
$tools1.Enabled = "False"
$tools1.FlatStyle = 2
$tools1.FontBold = "False"
$tools1.FontItalic = "False"
$tools1.FontName = "Microsoft Sans Serif"
$tools1.FontSize = 8.25
$tools1.FontUnderline = "False"
$tools1.ForeColor = 0,0,0
$tools1.Height = 20
$tools1.Left = 15
$tools1.TabStop = "True"
$tools1.Tag = ""
$tools1.Text = "SMS Remote"
$tools1.ToolTipText = ""
$tools1.Top = 15
$tools1.Visible = "True"
$tools1.Width = 99
$tools1.OnClick = "SMSRemote()"
;*************************************

;************* TOOLS2 **************
$tools2 = $ToolBox.Controls.Button
$tools2.Anchor = 5
$tools2.TextAlign = 32
$tools2.Enabled = "False"
$tools2.FlatStyle = 2
$tools2.FontBold = "False"
$tools2.FontItalic = "False"
$tools2.FontName = "Microsoft Sans Serif"
$tools2.FontSize = 8.25
$tools2.FontUnderline = "False"
$tools2.ForeColor = 0,0,0
$tools2.Height = 20
$tools2.Left = 15
$tools2.TabStop = "True"
$tools2.Tag = ""
$tools2.Text = "Explore C:\"
$tools2.ToolTipText = ""
$tools2.Top = 40
$tools2.Visible = "True"
$tools2.Width = 99
$tools2.OnClick = "Explore()"
;*************************************

;************* TOOLS3 **************
$tools3 = $ToolBox.Controls.Button
$tools3.Anchor = 5
$tools3.TextAlign = 32
$tools3.Enabled = "False"
$tools3.FlatStyle = 2
$tools3.FontBold = "False"
$tools3.FontItalic = "False"
$tools3.FontName = "Microsoft Sans Serif"
$tools3.FontSize = 8.25
$tools3.FontUnderline = "False"
$tools3.ForeColor = 0,0,0
$tools3.Height = 20
$tools3.Left = 15
$tools3.TabStop = "True"
$tools3.Tag = ""
$tools3.Text = "Shutdown"
$tools3.ToolTipText = ""
$tools3.Top = 65
$tools3.Visible = "True"
$tools3.Width = 99
$tools3.OnClick = "LRSShow()"
;*************************************

;************* TOOLS4 **************
$tools4 = $ToolBox.Controls.ToolButton
$tools4.Anchor = 5
$tools4.TextAlign = 32
$tools4.Enabled = "False"
$tools4.FlatStyle = 2
$tools4.FontBold = "False"
$tools4.FontItalic = "False"
$tools4.FontName = "Microsoft Sans Serif"
$tools4.FontSize = 8.25
$tools4.FontUnderline = "False"
$tools4.ForeColor = 0,0,0
$tools4.Height = 20
$tools4.Left = 15
$tools4.Style = 1
$tools4.TabStop = "True"
$tools4.Tag = ""
$tools4.Text = "Wake on LAN"
$tools4.ToolTipText = ""
$tools4.Top = 90
$tools4.Visible = "True"
$tools4.Width = 99
$tools4.OnClick = "WOL()"
;*************************************

;************* TOOLS5 **************
$tools5 = $ToolBox.Controls.Button
$tools5.Anchor = 5
$tools5.TextAlign = 32
$tools5.Enabled = "False"
$tools5.FlatStyle = 2
$tools5.FontBold = "False"
$tools5.FontItalic = "False"
$tools5.FontName = "Microsoft Sans Serif"
$tools5.FontSize = 8.25
$tools5.FontUnderline = "False"
$tools5.ForeColor = 0,0,0
$tools5.Height = 20
$tools5.Left = 15
$tools5.TabStop = "True"
$tools5.Tag = ""
$tools5.Text = "Google Search"
$tools5.ToolTipText = ""
$tools5.Top = 115
$tools5.Visible = "True"
$tools5.Width = 99
$tools5.OnClick = "MSGoogle()"
;*************************************

;************* TOOLS6 **************
$tools6 = $ToolBox.Controls.Button
$tools6.Anchor = 5
$tools6.TextAlign = 32
$tools6.Enabled = "False"
$tools6.FlatStyle = 2
$tools6.FontBold = "False"
$tools6.FontItalic = "False"
$tools6.FontName = "Microsoft Sans Serif"
$tools6.FontSize = 8.25
$tools6.FontUnderline = "False"
$tools6.ForeColor = 0,0,0
$tools6.Height = 20
$tools6.Left = 15
$tools6.TabStop = "True"
$tools6.Tag = ""
$tools6.Text = "Magic SVC Desk"
$tools6.ToolTipText = ""
$tools6.Top = 140
$tools6.Visible = "True"
$tools6.Width = 99
$tools6.OnClick = "MagicSVC()"
;*************************************

;************* TOOLS7 **************
$tools7 = $ToolBox.Controls.Button
$tools7.Anchor = 5
$tools7.TextAlign = 32
$tools7.Enabled = "False"
$tools7.FlatStyle = 2
$tools7.FontBold = "False"
$tools7.FontItalic = "False"
$tools7.FontName = "Microsoft Sans Serif"
$tools7.FontSize = 8.25
$tools7.FontUnderline = "False"
$tools7.ForeColor = 0,0,0
$tools7.Height = 20
$tools7.Left = 15
$tools7.TabStop = "True"
$tools7.Tag = ""
$tools7.Text = "Support Website"
$tools7.ToolTipText = ""
$tools7.Top = 165
$tools7.Visible = "True"
$tools7.Width = 99
$tools7.OnClick = "GoToMake"
;*************************************

;************* tools8 **************
$tools8 = $ToolBox.Controls.Button
$tools8.Anchor = 5
$tools8.TextAlign = 32
$tools8.Enabled = "False"
$tools8.FlatStyle = 2
$tools8.FontBold = "False"
$tools8.FontItalic = "False"
$tools8.FontName = "Microsoft Sans Serif"
$tools8.FontSize = 8.25
$tools8.FontUnderline = "False"
$tools8.ForeColor = 0,0,0
$tools8.Height = 20
$tools8.Left = 15
$tools8.TabStop = "True"
$tools8.Tag = ""
$tools8.Text = "Run All"
$tools8.ToolTipText = ""
$tools8.Top = 190
$tools8.Visible = "True"
$tools8.Width = 99
$tools8.OnClick = "RunAll"
;*************************************

;************* tools9 **************
$tools9 = $ToolBox.Controls.Button
$tools9.Anchor = 5
$tools9.TextAlign = 32
$tools9.Enabled = "False"
$tools9.FlatStyle = 2
$tools9.FontBold = "False"
$tools9.FontItalic = "False"
$tools9.FontName = "Microsoft Sans Serif"
$tools9.FontSize = 8.25
$tools9.FontUnderline = "False"
$tools9.ForeColor = 0,0,0
$tools9.Height = 20
$tools9.Left = 15
$tools9.TabStop = "True"
$tools9.Tag = ""
$tools9.Text = "Export Report"
$tools9.ToolTipText = ""
$tools9.Top = 215
$tools9.Visible = "True"
$tools9.Width = 99
$tools9.OnClick = "ExportReport"
;*************************************

;************* TABCONTROL1 **************
$TabControl1 = $Form.Controls.TabControl()
$TabControl1.Bounds = 150,15,423,255

$TabPage0 = $TabControl1.TabPages.Add
$TabPage0.Text = "User Details"

$TabPage1 = $TabControl1.TabPages.Add
$TabPage1.Text = "Hardware"

$TabPage2 = $TabControl1.TabPages.Add
$TabPage2.Text = "Windows OS"

$TabPage3 = $TabControl1.TabPages.Add
$TabPage3.Text = "Internet Explorer"

$TabPage4 = $TabControl1.TabPages.Add
$TabPage4.Text = "MS Office"

$TabPage5 = $TabControl1.TabPages.Add
$TabPage5.Text = "ProgFiles"

;************* UserProp **************
$UserProp = $TabPage0.Controls.ListView
$UserProp.AllowColumnReorder = "True"
$UserProp.Anchor = 5
$UserProp.AutoArrange = "False"
$UserProp.BackColor = 255,255,255
$UserProp.BorderStyle = 2
$UserProp.CheckBoxes = "False"
$UserProp.Enabled = "True"
$UserProp.FontBold = "False"
$UserProp.FontItalic = "False"
$UserProp.FontName = "Microsoft Sans Serif"
$UserProp.FontSize = 8.25
$UserProp.FontUnderline = "False"
$UserProp.ForeColor = 0,0,0
$UserProp.FullRowSelect = "True"
$UserProp.GridLines = "True"
$UserProp.Height = 180
$UserProp.HeaderStyle = 0
$UserProp.HideSelection = "True"
$UserProp.LabelEdit = "False"
$UserProp.LabelWrap = "False"
$UserProp.Left = 12
$UserProp.MultiSelect = "False"
$UserProp.TabStop = "False"
$UserProp.Tag = ""
$UserProp.Top = 15
$UserProp.View = 1
$UserProp.Visible = "True"
$UserProp.Width = 390
$=$UserProp.Columns.Add("",100)
$=$UserProp.Columns.Add("",268)
;*************************************

;************* UserPropPBAR **************
$UserPropPBar = $TabPage0.Controls.ProgressBar
$UserPropPBar.Anchor = 5
$UserPropPBar.BackColor = 255,255,255
$UserPropPBar.BorderStyle = 2
$UserPropPBar.Enabled = "True"
$UserPropPBar.ForeColor = 0,0,0
$UserPropPBar.Height = 24
$UserPropPBar.Left = 12
$UserPropPBar.Style = 1
$UserPropPBar.TabStop = "False"
$UserPropPBar.Tag = ""
$UserPropPBar.Top = 200
$UserPropPBar.Visible = "True"
$UserPropPBar.Width = 360
;*************************************

;************* UserPropUPDATE **************
$UserPropUpdate = $TabPage0.Controls.ToolButton
$UserPropUpdate.Anchor = 5
$UserPropUpdate.TextAlign = 32
$UserPropUpdate.Enabled = "False"
$UserPropUpdate.FlatStyle = 2
$UserPropUpdate.FontBold = "False"
$UserPropUpdate.FontItalic = "False"
$UserPropUpdate.FontName = "Microsoft Sans Serif"
$UserPropUpdate.FontSize = 8.25
$UserPropUpdate.FontUnderline = "False"
$UserPropUpdate.ForeColor = 0,0,0
$UserPropUpdate.Height = 24
$UserPropUpdate.icon = 36
$UserPropUpdate.Left = 380
$UserPropUpdate.Style = 1
$UserPropUpdate.TabStop = "True"
$UserPropUpdate.Tag = ""
$UserPropUpdate.Text = ""
$UserPropUpdate.ToolTipText = ""
$UserPropUpdate.Top = 200
$UserPropUpdate.Visible = "True"
$UserPropUpdate.Width = 22
$UserPropUpdate.OnClick = "UserPropClicked()"
;*************************************

;************* HARDWARE **************
$Hardware = $TabPage1.Controls.ListView
$Hardware.AllowColumnReorder = "True"
$Hardware.Anchor = 5
$Hardware.AutoArrange = "False"
$Hardware.BackColor = 255,255,255
$Hardware.BorderStyle = 2
$Hardware.CheckBoxes = "False"
$Hardware.Enabled = "True"
$Hardware.FontBold = "False"
$Hardware.FontItalic = "False"
$Hardware.FontName = "Microsoft Sans Serif"
$Hardware.FontSize = 8.25
$Hardware.FontUnderline = "False"
$Hardware.ForeColor = 0,0,0
$Hardware.FullRowSelect = "True"
$Hardware.GridLines = "True"
$Hardware.Height = 180
$Hardware.HeaderStyle = 0
$Hardware.HideSelection = "True"
$Hardware.LabelEdit = "False"
$Hardware.LabelWrap = "False"
$Hardware.Left = 12
$Hardware.MultiSelect = "False"
$Hardware.TabStop = "False"
$Hardware.Tag = ""
$Hardware.Top = 15
$Hardware.View = 1
$Hardware.Visible = "True"
$Hardware.Width = 390
$=$Hardware.Columns.Add("",100)
$=$Hardware.Columns.Add("",268)
;*************************************

;************* HARDWAREPBAR **************
$HardwarePBar = $TabPage1.Controls.ProgressBar
$HardwarePBar.Anchor = 5
$HardwarePBar.BackColor = 255,255,255
$HardwarePBar.BorderStyle = 2
$HardwarePBar.Enabled = "True"
$HardwarePBar.ForeColor = 0,0,0
$HardwarePBar.Height = 24
$HardwarePBar.Left = 12
$HardwarePBar.Style = 1
$HardwarePBar.TabStop = "False"
$HardwarePBar.Tag = ""
$HardwarePBar.Top = 200
$HardwarePBar.Visible = "True"
$HardwarePBar.Width = 360
;*************************************

;************* HARDWAREUPDATE **************
$HardwareUpdate = $TabPage1.Controls.ToolButton
$HardwareUpdate.Anchor = 5
$HardwareUpdate.TextAlign = 32
$HardwareUpdate.Enabled = "False"
$HardwareUpdate.FlatStyle = 2
$HardwareUpdate.FontBold = "False"
$HardwareUpdate.FontItalic = "False"
$HardwareUpdate.FontName = "Microsoft Sans Serif"
$HardwareUpdate.FontSize = 8.25
$HardwareUpdate.FontUnderline = "False"
$HardwareUpdate.ForeColor = 0,0,0
$HardwareUpdate.Height = 24
$HardwareUpdate.icon = 36
$HardwareUpdate.Left = 380
$HardwareUpdate.Style = 1
$HardwareUpdate.TabStop = "True"
$HardwareUpdate.Tag = ""
$HardwareUpdate.Text = ""
$HardwareUpdate.ToolTipText = ""
$HardwareUpdate.Top = 200
$HardwareUpdate.Visible = "True"
$HardwareUpdate.Width = 22
$HardwareUpdate.OnClick = "HardwareClicked()"
;*************************************

;************* WINDOWS **************
$Windows = $TabPage2.Controls.ListView
$Windows.AllowColumnReorder = "True"
$Windows.Anchor = 5
$Windows.AutoArrange = "False"
$Windows.BackColor = 255,255,255
$Windows.BorderStyle = 2
$Windows.CheckBoxes = "False"
$Windows.Enabled = "True"
$Windows.FontBold = "False"
$Windows.FontItalic = "False"
$Windows.FontName = "Microsoft Sans Serif"
$Windows.FontSize = 8.25
$Windows.FontUnderline = "False"
$Windows.ForeColor = 0,0,0
$Windows.FullRowSelect = "True"
$Windows.GridLines = "True"
$Windows.Height = 180
$Windows.HeaderStyle = 0
$Windows.HideSelection = "True"
$Windows.LabelEdit = "False"
$Windows.LabelWrap = "False"
$Windows.Left = 12
$Windows.MultiSelect = "False"
$Windows.TabStop = "True"
$Windows.Tag = ""
$Windows.Top = 15
$Windows.View = 1
$Windows.Visible = "True"
$Windows.Width = 390
$=$Windows.Columns.Add("",100)
$=$Windows.Columns.Add("",268)
;*************************************

;************* WindowsPBAR **************
$WindowsPBar = $TabPage2.Controls.ProgressBar
$WindowsPBar.Anchor = 5
$WindowsPBar.BackColor = 255,255,255
$WindowsPBar.BorderStyle = 2
$WindowsPBar.Enabled = "True"
$WindowsPBar.ForeColor = 0,0,0
$WindowsPBar.Height = 24
$WindowsPBar.Left = 12
$WindowsPBar.Style = 1
$WindowsPBar.TabStop = "False"
$WindowsPBar.Tag = ""
$WindowsPBar.Top = 200
$WindowsPBar.Visible = "True"
$WindowsPBar.Width = 360
;*************************************

;************* WindowsUpdate **************
$WindowsUpdate = $TabPage2.Controls.ToolButton
$WindowsUpdate.Anchor = 5
$WindowsUpdate.TextAlign = 32
$WindowsUpdate.Enabled = "False"
$WindowsUpdate.FlatStyle = 2
$WindowsUpdate.FontBold = "False"
$WindowsUpdate.FontItalic = "False"
$WindowsUpdate.FontName = "Microsoft Sans Serif"
$WindowsUpdate.FontSize = 8.25
$WindowsUpdate.FontUnderline = "False"
$WindowsUpdate.ForeColor = 0,0,0
$WindowsUpdate.Height = 24
$WindowsUpdate.icon = 36
$WindowsUpdate.Left = 380
$WindowsUpdate.Style = 1
$WindowsUpdate.TabStop = "True"
$WindowsUpdate.Tag = ""
$WindowsUpdate.Text = ""
$WindowsUpdate.ToolTipText = ""
$WindowsUpdate.Top = 200
$WindowsUpdate.Visible = "True"
$WindowsUpdate.Width = 22
$WindowsUpdate.OnClick = "WindowsClicked()"
;*************************************

;************* IntExp **************
$IntExp = $TabPage3.Controls.ListView
$IntExp.AllowColumnReorder = "True"
$IntExp.Anchor = 5
$IntExp.AutoArrange = "False"
$IntExp.BackColor = 255,255,255
$IntExp.BorderStyle = 2
$IntExp.CheckBoxes = "False"
$IntExp.Enabled = "True"
$IntExp.FontBold = "False"
$IntExp.FontItalic = "False"
$IntExp.FontName = "Microsoft Sans Serif"
$IntExp.FontSize = 8.25
$IntExp.FontUnderline = "False"
$IntExp.ForeColor = 0,0,0
$IntExp.FullRowSelect = "True"
$IntExp.GridLines = "True"
$IntExp.Height = 180
$IntExp.HeaderStyle = 0
$IntExp.HideSelection = "True"
$IntExp.LabelEdit = "False"
$IntExp.LabelWrap = "False"
$IntExp.Left = 12
$IntExp.MultiSelect = "False"
$IntExp.TabStop = "False"
$IntExp.Tag = ""
$IntExp.Top = 15
$IntExp.View = 1
$IntExp.Visible = "True"
$IntExp.Width = 390
$=$IntExp.Columns.Add("",100)
$=$IntExp.Columns.Add("",268)
;*************************************

;************* IntExpPBAR **************
$IntExpPBar = $TabPage3.Controls.ProgressBar
$IntExpPBar.Anchor = 5
$IntExpPBar.BackColor = 255,255,255
$IntExpPBar.BorderStyle = 2
$IntExpPBar.Enabled = "True"
$IntExpPBar.ForeColor = 0,0,0
$IntExpPBar.Height = 24
$IntExpPBar.Left = 12
$IntExpPBar.Style = 1
$IntExpPBar.TabStop = "False"
$IntExpPBar.Tag = ""
$IntExpPBar.Top = 200
$IntExpPBar.Visible = "True"
$IntExpPBar.Width = 360
;*************************************

;************* IntExpUPDATE **************
$IntExpUpdate = $TabPage3.Controls.ToolButton
$IntExpUpdate.Anchor = 5
$IntExpUpdate.TextAlign = 32
$IntExpUpdate.Enabled = "False"
$IntExpUpdate.FlatStyle = 2
$IntExpUpdate.FontBold = "False"
$IntExpUpdate.FontItalic = "False"
$IntExpUpdate.FontName = "Microsoft Sans Serif"
$IntExpUpdate.FontSize = 8.25
$IntExpUpdate.FontUnderline = "False"
$IntExpUpdate.ForeColor = 0,0,0
$IntExpUpdate.Height = 24
$IntExpUpdate.icon = 36
$IntExpUpdate.Left = 380
$IntExpUpdate.Style = 1
$IntExpUpdate.TabStop = "True"
$IntExpUpdate.Tag = ""
$IntExpUpdate.Text = ""
$IntExpUpdate.ToolTipText = ""
$IntExpUpdate.Top = 200
$IntExpUpdate.Visible = "True"
$IntExpUpdate.Width = 22
$IntExpUpdate.OnClick = "IntExpClicked()"
;*************************************

;************* MSOFFICE **************
$MSOffice = $TabPage4.Controls.ListView
$MSOffice.AllowColumnReorder = "True"
$MSOffice.Anchor = 5
$MSOffice.AutoArrange = "False"
$MSOffice.BackColor = 255,255,255
$MSOffice.BorderStyle = 2
$MSOffice.CheckBoxes = "False"
$MSOffice.Enabled = "True"
$MSOffice.FontBold = "False"
$MSOffice.FontItalic = "False"
$MSOffice.FontName = "Microsoft Sans Serif"
$MSOffice.FontSize = 8.25
$MSOffice.FontUnderline = "False"
$MSOffice.ForeColor = 0,0,0
$MSOffice.FullRowSelect = "True"
$MSOffice.GridLines = "True"
$MSOffice.Height = 180
$MSOffice.HeaderStyle = 0
$MSOffice.HideSelection = "True"
$MSOffice.LabelEdit = "False"
$MSOffice.LabelWrap = "False"
$MSOffice.Left = 12
$MSOffice.MultiSelect = "False"
$MSOffice.TabStop = "True"
$MSOffice.Tag = ""
$MSOffice.Top = 15
$MSOffice.View = 1
$MSOffice.Visible = "True"
$MSOffice.Width = 390
$=$MSOffice.Columns.Add("",100)
$=$MSOffice.Columns.Add("",268)
;*************************************

;************* MSOfficePBAR **************
$MSOBoxPBar = $TabPage4.Controls.ProgressBar
$MSOBoxPBar.Anchor = 5
$MSOBoxPBar.BackColor = 255,255,255
$MSOBoxPBar.BorderStyle = 2
$MSOBoxPBar.Enabled = "True"
$MSOBoxPBar.ForeColor = 0,0,0
$MSOBoxPBar.Height = 24
$MSOBoxPBar.Left = 12
$MSOBoxPBar.Style = 1
$MSOBoxPBar.TabStop = "False"
$MSOBoxPBar.Tag = ""
$MSOBoxPBar.Top = 200
$MSOBoxPBar.Visible = "True"
$MSOBoxPBar.Width = 360
;*************************************

;************* MSOUpdate **************
$MSOUpdate = $TabPage4.Controls.ToolButton
$MSOUpdate.Anchor = 5
$MSOUpdate.TextAlign = 32
$MSOUpdate.Enabled = "False"
$MSOUpdate.FlatStyle = 2
$MSOUpdate.FontBold = "False"
$MSOUpdate.FontItalic = "False"
$MSOUpdate.FontName = "Microsoft Sans Serif"
$MSOUpdate.FontSize = 8.25
$MSOUpdate.FontUnderline = "False"
$MSOUpdate.ForeColor = 0,0,0
$MSOUpdate.Height = 24
$MSOUpdate.icon = 36
$MSOUpdate.Left = 380
$MSOUpdate.Style = 1
$MSOUpdate.TabStop = "True"
$MSOUpdate.Tag = ""
$MSOUpdate.Text = ""
$MSOUpdate.ToolTipText = ""
$MSOUpdate.Top = 200
$MSOUpdate.Visible = "True"
$MSOUpdate.Width = 22
$MSOUpdate.OnClick = "MSOUpdateClicked()"
;*************************************

;************* ProgFiles **************
$ProgFiles = $TabPage5.Controls.ListView
$ProgFiles.AllowColumnReorder = "True"
$ProgFiles.Anchor = 5
$ProgFiles.AutoArrange = "False"
$ProgFiles.BackColor = 255,255,255
$ProgFiles.BorderStyle = 2
$ProgFiles.CheckBoxes = "False"
$ProgFiles.Enabled = "True"
$ProgFiles.FontBold = "False"
$ProgFiles.FontItalic = "False"
$ProgFiles.FontName = "Microsoft Sans Serif"
$ProgFiles.FontSize = 8.25
$ProgFiles.FontUnderline = "False"
$ProgFiles.ForeColor = 0,0,0
$ProgFiles.FullRowSelect = "True"
$ProgFiles.GridLines = "True"
$ProgFiles.Height = 180
$ProgFiles.HeaderStyle = 0
$ProgFiles.HideSelection = "True"
$ProgFiles.LabelEdit = "False"
$ProgFiles.LabelWrap = "False"
$ProgFiles.Left = 12
$ProgFiles.MultiSelect = "False"
$ProgFiles.TabStop = "False"
$ProgFiles.Tag = ""
$ProgFiles.Top = 15
$ProgFiles.View = 1
$ProgFiles.Visible = "True"
$ProgFiles.Width = 390
$=$ProgFiles.Columns.Add("",100)
$=$ProgFiles.Columns.Add("",268)
;*************************************

;************* ProgFilesPBAR **************
$ProgFilesPBar = $TabPage5.Controls.ProgressBar
$ProgFilesPBar.Anchor = 5
$ProgFilesPBar.BackColor = 255,255,255
$ProgFilesPBar.BorderStyle = 2
$ProgFilesPBar.Enabled = "True"
$ProgFilesPBar.ForeColor = 0,0,0
$ProgFilesPBar.Height = 24
$ProgFilesPBar.Left = 12
$ProgFilesPBar.Style = 1
$ProgFilesPBar.TabStop = "False"
$ProgFilesPBar.Tag = ""
$ProgFilesPBar.Top = 200
$ProgFilesPBar.Visible = "True"
$ProgFilesPBar.Width = 360
;*************************************

;************* ProgFilesUPDATE **************
$ProgFilesUpdate = $TabPage5.Controls.ToolButton
$ProgFilesUpdate.Anchor = 5
$ProgFilesUpdate.TextAlign = 32
$ProgFilesUpdate.Enabled = "False"
$ProgFilesUpdate.FlatStyle = 2
$ProgFilesUpdate.FontBold = "False"
$ProgFilesUpdate.FontItalic = "False"
$ProgFilesUpdate.FontName = "Microsoft Sans Serif"
$ProgFilesUpdate.FontSize = 8.25
$ProgFilesUpdate.FontUnderline = "False"
$ProgFilesUpdate.ForeColor = 0,0,0
$ProgFilesUpdate.Height = 24
$ProgFilesUpdate.icon = 36
$ProgFilesUpdate.Left = 380
$ProgFilesUpdate.Style = 1
$ProgFilesUpdate.TabStop = "True"
$ProgFilesUpdate.Tag = ""
$ProgFilesUpdate.Text = ""
$ProgFilesUpdate.ToolTipText = ""
$ProgFilesUpdate.Top = 200
$ProgFilesUpdate.Visible = "True"
$ProgFilesUpdate.Width = 22
$ProgFilesUpdate.OnClick = "ProgFilesClicked()"
;*************************************

;************* QUICKUNINSTALLBOX *********************************************
$QuickUninstallBox = $Form.Controls.GroupBox
$QuickUninstallBox.Anchor = 5
$QuickUninstallBox.BackColor = 212,208,200
$QuickUninstallBox.Enabled = "True"
$QuickUninstallBox.FlatStyle = 2
$QuickUninstallBox.FontBold = "False"
$QuickUninstallBox.FontItalic = "False"
$QuickUninstallBox.FontName = "Microsoft Sans Serif"
$QuickUninstallBox.FontSize = 8.25
$QuickUninstallBox.FontUnderline = "False"
$QuickUninstallBox.ForeColor = 0,0,0
$QuickUninstallBox.Height = 219
$QuickUninstallBox.Left = 582
$QuickUninstallBox.Tag = ""
$QuickUninstallBox.Text = "Quick Uninstaller"
$QuickUninstallBox.Top = 327
$QuickUninstallBox.Visible = "True"
$QuickUninstallBox.Width = 200
;*************************************

;************* UNINSTALLCOMBO **************
$UninstallCombo = $QuickUninstallBox.Controls.ComboBox
$UninstallCombo.Anchor = 5
$UninstallCombo.DropDownStyle = 1
$UninstallCombo.DropDownWidth = 266
$UninstallCombo.Enabled = "True"
$UninstallCombo.FontBold = "False"
$UninstallCombo.FontItalic = "False"
$UninstallCombo.FontName = "Microsoft Sans Serif"
$UninstallCombo.FontSize = 8.25
$UninstallCombo.FontUnderline = "False"
$UninstallCombo.Height = 21
$UninstallCombo.Left = 15
$UninstallCombo.Sorted = "False"
$UninstallCombo.TabStop = "True"
$UninstallCombo.Tag = ""
$UninstallCombo.Top = 15
$UninstallCombo.Visible = "True"
$UninstallCombo.Width = 180
$UninstallCombo.OnClick = "UninstallComboClicked()"
;*************************************

;************* UNINSTALLCMDLINE **************
$UninstallCMDLine = $QuickUninstallBox.Controls.TextBox
$UninstallCMDLine.Anchor = 5
$UninstallCMDLine.AcceptsReturn = "False"
$UninstallCMDLine.AcceptsTab = "False"
$UninstallCMDLine.BackColor = 255,255,255
$UninstallCMDLine.BorderStyle = 2
$UninstallCMDLine.Enabled = "True"
$UninstallCMDLine.FontBold = "False"
$UninstallCMDLine.FontItalic = "False"
$UninstallCMDLine.FontName = "Microsoft Sans Serif"
$UninstallCMDLine.FontSize = 8.25
$UninstallCMDLine.FontUnderline = "False"
$UninstallCMDLine.ForeColor = 0,0,0
$UninstallCMDLine.Height = 33
$UninstallCMDLine.HideSelection = "True"
$UninstallCMDLine.Left = 15
$UninstallCMDLine.MaxLength = 32767
$UninstallCMDLine.Multiline = "True"
$UninstallCMDLine.PasswordChar = ""
$UninstallCMDLine.ReadOnly = "False"
$UninstallCMDLine.ScrollBars = 0
$UninstallCMDLine.TabStop = "True"
$UninstallCMDLine.Tag = ""
$UninstallCMDLine.Text = ""
$UninstallCMDLine.TextAlign = 0
$UninstallCMDLine.Top = 45
$UninstallCMDLine.Visible = "True"
$UninstallCMDLine.Width = 180
$UninstallCMDLine.WordWrap = "True"
;*************************************

;************* UNINSTALLBUTTON **************
$UninstallButton = $QuickUninstallBox.Controls.Button
$UninstallButton.Anchor = 5
$UninstallButton.TextAlign = 32
$UninstallButton.Enabled = "False"
$UninstallButton.FlatStyle = 2
$UninstallButton.FontBold = "False"
$UninstallButton.FontItalic = "False"
$UninstallButton.FontName = "Microsoft Sans Serif"
$UninstallButton.FontSize = 8.25
$UninstallButton.FontUnderline = "False"
$UninstallButton.ForeColor = 0,0,0
$UninstallButton.Height = 23
$UninstallButton.Left = 13
$UninstallButton.TabStop = "True"
$UninstallButton.Tag = ""
$UninstallButton.Text = "Uninstall"
$UninstallButton.ToolTipText = ""
$UninstallButton.Top = 85
$UninstallButton.Visible = "True"
$UninstallButton.Width = 75
$UninstallButton.OnClick = "UninstallButtonClicked"
;*************************************

;************* UninstallUpdate **************
$UninstallUpdate = $QuickUninstallBox.Controls.ToolButton
$UninstallUpdate.Anchor = 5
$UninstallUpdate.TextAlign = 32
$UninstallUpdate.Enabled = "False"
$UninstallUpdate.FlatStyle = 2
$UninstallUpdate.FontBold = "False"
$UninstallUpdate.FontItalic = "False"
$UninstallUpdate.FontName = "Microsoft Sans Serif"
$UninstallUpdate.FontSize = 8.25
$UninstallUpdate.FontUnderline = "False"
$UninstallUpdate.ForeColor = 0,0,0
$UninstallUpdate.Height = 24
$UninstallUpdate.icon = 36
$UninstallUpdate.Left = 165
$UninstallUpdate.Style = 1
$UninstallUpdate.TabStop = "True"
$UninstallUpdate.Tag = ""
$UninstallUpdate.Text = ""
$UninstallUpdate.ToolTipText = ""
$UninstallUpdate.Top = 185
$UninstallUpdate.Visible = "True"
$UninstallUpdate.Width = 22
$UninstallUpdate.OnClick = "UninstallUpdateClicked()"
;*************************************

;************* MCAFEEBOX *************************************************
$McafeeBox = $Form.Controls.GroupBox
$McafeeBox.Anchor = 5
$McafeeBox.BackColor = 212,208,200
$McafeeBox.Enabled = "True"
$McafeeBox.FlatStyle = 2
$McafeeBox.FontBold = "False"
$McafeeBox.FontItalic = "False"
$McafeeBox.FontName = "Microsoft Sans Serif"
$McafeeBox.FontSize = 8.25
$McafeeBox.FontUnderline = "False"
$McafeeBox.ForeColor = 0,0,0
$McafeeBox.Height = 265
$McafeeBox.Left = 150
$McafeeBox.Tag = ""
$McafeeBox.Text = "McAfee"
$McafeeBox.Top = 280
$McafeeBox.Visible = "True"
$McafeeBox.Width = 130
;*************************************

;************* LABEL4 **************
$Label4 = $McafeeBox.Controls.Label
$Label4.Anchor = 5
$Label4.BackColor = 212,208,200
$Label4.BorderStyle = 0
$Label4.Enabled = "True"
$Label4.FlatStyle = 2
$Label4.FontBold = "False"
$Label4.FontItalic = "False"
$Label4.FontName = "Microsoft Sans Serif"
$Label4.FontSize = 8.25
$Label4.FontUnderline = "False"
$Label4.ForeColor = 0,0,0
$Label4.Height = 16
$Label4.Left = 15
$Label4.Tag = ""
$Label4.Text = "Engine"
$Label4.ToolTipText = ""
$Label4.Top = 20
$Label4.Visible = "True"
$Label4.Width = 101
;*************************************

;************* ENGINE **************
$Engine = $McafeeBox.Controls.TextBox
$Engine.Anchor = 5
$Engine.AcceptsReturn = "False"
$Engine.AcceptsTab = "False"
$Engine.BackColor = 255,255,255
$Engine.BorderStyle = 1
$Engine.Enabled = "True"
$Engine.FontBold = "False"
$Engine.FontItalic = "False"
$Engine.FontName = "Microsoft Sans Serif"
$Engine.FontSize = 8.25
$Engine.FontUnderline = "False"
$Engine.ForeColor = 0,0,0
$Engine.Height = 20
$Engine.HideSelection = "True"
$Engine.Left = 15
$Engine.MaxLength = 32767
$Engine.Multiline = "False"
$Engine.PasswordChar = ""
$Engine.ReadOnly = "True"
$Engine.ScrollBars = 0
$Engine.TabStop = "True"
$Engine.Tag = ""
$Engine.Text = ""
$Engine.TextAlign = 0
$Engine.Top = 36
$Engine.Visible = "True"
$Engine.Width = 100
$Engine.WordWrap = "False"
;*************************************

;************* LABEL5 **************
$Label5 = $McafeeBox.Controls.Label
$Label5.Anchor = 5
$Label5.BackColor = 212,208,200
$Label5.BorderStyle = 0
$Label5.Enabled = "True"
$Label5.FlatStyle = 2
$Label5.FontBold = "False"
$Label5.FontItalic = "False"
$Label5.FontName = "Microsoft Sans Serif"
$Label5.FontSize = 8.25
$Label5.FontUnderline = "False"
$Label5.ForeColor = 0,0,0
$Label5.Height = 15
$Label5.Left = 15
$Label5.Tag = ""
$Label5.Text = "DAT File"
$Label5.ToolTipText = ""
$Label5.Top = 60
$Label5.Visible = "True"
$Label5.Width = 100
;*************************************

;************* DATFILE **************
$DATFile = $McafeeBox.Controls.TextBox
$DATFile.Anchor = 5
$DATFile.AcceptsReturn = "False"
$DATFile.AcceptsTab = "False"
$DATFile.BackColor = 255,255,255
$DATFile.BorderStyle = 1
$DATFile.Enabled = "True"
$DATFile.FontBold = "False"
$DATFile.FontItalic = "False"
$DATFile.FontName = "Microsoft Sans Serif"
$DATFile.FontSize = 8.25
$DATFile.FontUnderline = "False"
$DATFile.ForeColor = 0,0,0
$DATFile.Height = 20
$DATFile.HideSelection = "True"
$DATFile.Left = 15
$DATFile.MaxLength = 32767
$DATFile.Multiline = "False"
$DATFile.PasswordChar = ""
$DATFile.ReadOnly = "True"
$DATFile.ScrollBars = 0
$DATFile.TabStop = "True"
$DATFile.Tag = ""
$DATFile.Text = ""
$DATFile.TextAlign = 0
$DATFile.Top = 75
$DATFile.Visible = "True"
$DATFile.Width = 100
$DATFile.WordWrap = "False"
;*************************************

;************* LABEL8 **************
$Label8 = $McafeeBox.Controls.Label
$Label8.Anchor = 5
$Label8.BackColor = 212,208,200
$Label8.BorderStyle = 0
$Label8.Enabled = "True"
$Label8.FlatStyle = 2
$Label8.FontBold = "False"
$Label8.FontItalic = "False"
$Label8.FontName = "Microsoft Sans Serif"
$Label8.FontSize = 8.25
$Label8.FontUnderline = "False"
$Label8.ForeColor = 0,0,0
$Label8.Height = 15
$Label8.Left = 15
$Label8.Tag = ""
$Label8.Text = "DAT Date"
$Label8.ToolTipText = ""
$Label8.Top = 100
$Label8.Visible = "True"
$Label8.Width = 99
;*************************************

;************* DATDATE **************
$DATDate = $McafeeBox.Controls.TextBox
$DATDate.Anchor = 5
$DATDate.AcceptsReturn = "False"
$DATDate.AcceptsTab = "False"
$DATDate.BackColor = 255,255,255
$DATDate.BorderStyle = 1
$DATDate.Enabled = "True"
$DATDate.FontBold = "False"
$DATDate.FontItalic = "False"
$DATDate.FontName = "Microsoft Sans Serif"
$DATDate.FontSize = 8.25
$DATDate.FontUnderline = "False"
$DATDate.ForeColor = 0,0,0
$DATDate.Height = 20
$DATDate.HideSelection = "True"
$DATDate.Left = 15
$DATDate.MaxLength = 32767
$DATDate.Multiline = "False"
$DATDate.PasswordChar = ""
$DATDate.ReadOnly = "True"
$DATDate.ScrollBars = 0
$DATDate.TabStop = "True"
$DATDate.Tag = ""
$DATDate.Text = ""
$DATDate.TextAlign = 0
$DATDate.Top = 115
$DATDate.Visible = "True"
$DATDate.Width = 100
$DATDate.WordWrap = "False"
;*************************************

;************* UPDATEENGINEBUTTON **************
$UpdateEngineButton = $McafeeBox.Controls.Button
$UpdateEngineButton.Anchor = 5
$UpdateEngineButton.TextAlign = 32
$UpdateEngineButton.Enabled = "False"
$UpdateEngineButton.FlatStyle = 2
$UpdateEngineButton.FontBold = "False"
$UpdateEngineButton.FontItalic = "False"
$UpdateEngineButton.FontName = "Microsoft Sans Serif"
$UpdateEngineButton.FontSize = 8.25
$UpdateEngineButton.FontUnderline = "False"
$UpdateEngineButton.ForeColor = 0,0,0
$UpdateEngineButton.Height = 23
$UpdateEngineButton.Left = 15
$UpdateEngineButton.TabStop = "True"
$UpdateEngineButton.Tag = ""
$UpdateEngineButton.Text = "Update Engine"
$UpdateEngineButton.ToolTipText = ""
$UpdateEngineButton.Top = 145
$UpdateEngineButton.Visible = "True"
$UpdateEngineButton.Width = 100
$UpdateEngineButton.OnClick = "McAfeeUpdateEngineClicked"
;*************************************

;************* UPDATEDATBUTTON **************
$UpdateDATButton = $McafeeBox.Controls.Button
$UpdateDATButton.Anchor = 5
$UpdateDATButton.TextAlign = 32
$UpdateDATButton.Enabled = "False"
$UpdateDATButton.FlatStyle = 2
$UpdateDATButton.FontBold = "False"
$UpdateDATButton.FontItalic = "False"
$UpdateDATButton.FontName = "Microsoft Sans Serif"
$UpdateDATButton.FontSize = 8.25
$UpdateDATButton.FontUnderline = "False"
$UpdateDATButton.ForeColor = 0,0,0
$UpdateDATButton.Height = 23
$UpdateDATButton.Left = 15
$UpdateDATButton.TabStop = "True"
$UpdateDATButton.Tag = ""
$UpdateDATButton.Text = "Update DAT"
$UpdateDATButton.ToolTipText = ""
$UpdateDATButton.Top = 175
$UpdateDATButton.Visible = "True"
$UpdateDATButton.Width = 100
$UpdateDATButton.OnClick = "McAfeeUpdateDATClicked"
;*************************************

;************* STARTSCANBUTTON **************
$StartScanButton = $McafeeBox.Controls.Button
$StartScanButton.Anchor = 5
$StartScanButton.TextAlign = 32
$StartScanButton.Enabled = "False"
$StartScanButton.FlatStyle = 2
$StartScanButton.FontBold = "False"
$StartScanButton.FontItalic = "False"
$StartScanButton.FontName = "Microsoft Sans Serif"
$StartScanButton.FontSize = 8.25
$StartScanButton.FontUnderline = "False"
$StartScanButton.ForeColor = 0,0,0
$StartScanButton.Height = 23
$StartScanButton.Left = 15
$StartScanButton.TabStop = "True"
$StartScanButton.Tag = ""
$StartScanButton.Text = "Start Scan Job"
$StartScanButton.ToolTipText = ""
$StartScanButton.Top = 205
$StartScanButton.Visible = "True"
$StartScanButton.Width = 100
$StartScanButton.OnClick = "McAfeeScanClicked"
;*************************************

;************* McAfeeUpdate **************
$McAfeeUpdate = $McAfeeBox.Controls.ToolButton
$McAfeeUpdate.Anchor = 5
$McAfeeUpdate.TextAlign = 32
$McAfeeUpdate.Enabled = "False"
$McAfeeUpdate.FlatStyle = 2
$McAfeeUpdate.FontBold = "False"
$McAfeeUpdate.FontItalic = "False"
$McAfeeUpdate.FontName = "Microsoft Sans Serif"
$McAfeeUpdate.FontSize = 8.25
$McAfeeUpdate.FontUnderline = "False"
$McAfeeUpdate.ForeColor = 0,0,0
$McAfeeUpdate.Height = 24
$McAfeeUpdate.icon = 36
$McAfeeUpdate.Left = 95
$McAfeeUpdate.Style = 1
$McAfeeUpdate.TabStop = "True"
$McAfeeUpdate.Tag = ""
$McAfeeUpdate.Text = ""
$McAfeeUpdate.ToolTipText = ""
$McAfeeUpdate.Top = 235
$McAfeeUpdate.Visible = "True"
$McAfeeUpdate.Width = 22
$McAfeeUpdate.OnClick = "McAfeeUpdateClicked()"
;*************************************

;************* PKILLBOX **************************************************
$PKillBox = $Form.Controls.GroupBox
$PKillBox.Anchor = 5
$PKillBox.BackColor = 212,208,200
$PKillBox.Enabled = "True"
$PKillBox.FlatStyle = 2
$PKillBox.FontBold = "False"
$PKillBox.FontItalic = "False"
$PKillBox.FontName = "Microsoft Sans Serif"
$PKillBox.FontSize = 8.25
$PKillBox.FontUnderline = "False"
$PKillBox.ForeColor = 0,0,0
$PKillBox.Height = 130
$PKillBox.Left = 583
$PKillBox.Tag = ""
$PKillBox.Text = "Process Killer"
$PKillBox.Top = 10
$PKillBox.Visible = "True"
$PKillBox.Width = 200
;*************************************

;************* PROCESSCOMBO **************
$ProcessCombo = $PKillBox.Controls.ComboBox
$ProcessCombo.Anchor = 5
$ProcessCombo.DropDownStyle = 1
$ProcessCombo.DropDownWidth = 121
$ProcessCombo.Enabled = "True"
$ProcessCombo.FontBold = "False"
$ProcessCombo.FontItalic = "False"
$ProcessCombo.FontName = "Microsoft Sans Serif"
$ProcessCombo.FontSize = 8.25
$ProcessCombo.FontUnderline = "False"
$ProcessCombo.Height = 21
$ProcessCombo.Left = 15
$ProcessCombo.Sorted = "False"
$ProcessCombo.TabStop = "True"
$ProcessCombo.Tag = ""
$ProcessCombo.Top = 35
$ProcessCombo.Visible = "True"
$ProcessCombo.Width = 172
$ProcessCombo.OnClick = "ClkProc()"
;*************************************

;************* LABEL6 **************
$Label6 = $PKillBox.Controls.Label
$Label6.Anchor = 5
$Label6.BackColor = 212,208,200
$Label6.BorderStyle = 0
$Label6.Enabled = "True"
$Label6.FlatStyle = 2
$Label6.FontBold = "False"
$Label6.FontItalic = "False"
$Label6.FontName = "Microsoft Sans Serif"
$Label6.FontSize = 8.25
$Label6.FontUnderline = "False"
$Label6.ForeColor = 0,0,0
$Label6.Height = 15
$Label6.Left = 15
$Label6.Tag = ""
$Label6.Text = "Process Name"
$Label6.ToolTipText = ""
$Label6.Top = 20
$Label6.Visible = "True"
$Label6.Width = 122
;*************************************

;************* LABEL7 **************
$Label7 = $PKillBox.Controls.Label
$Label7.Anchor = 5
$Label7.BackColor = 212,208,200
$Label7.BorderStyle = 0
$Label7.Enabled = "True"
$Label7.FlatStyle = 2
$Label7.FontBold = "False"
$Label7.FontItalic = "False"
$Label7.FontName = "Microsoft Sans Serif"
$Label7.FontSize = 8.25
$Label7.FontUnderline = "False"
$Label7.ForeColor = 0,0,0
$Label7.Height = 16
$Label7.Left = 105
$Label7.Tag = ""
$Label7.Text = "PID"
$Label7.ToolTipText = ""
$Label7.Top = 68
$Label7.Visible = "True"
$Label7.Width = 22
;*************************************

;************* PIDCOMBO **************
$PIDCombo = $PKillBox.Controls.ComboBox
$PIDCombo.Anchor = 5
$PIDCombo.DropDownStyle = 1
$PIDCombo.DropDownWidth = 79
$PIDCombo.Enabled = "True"
$PIDCombo.FontBold = "False"
$PIDCombo.FontItalic = "False"
$PIDCombo.FontName = "Microsoft Sans Serif"
$PIDCombo.FontSize = 8.25
$PIDCombo.FontUnderline = "False"
$PIDCombo.Height = 21
$PIDCombo.Left = 127
$PIDCombo.Sorted = "False"
$PIDCombo.TabStop = "True"
$PIDCombo.Tag = ""
$PIDCombo.Top = 65
$PIDCombo.Visible = "True"
$PIDCombo.Width = 60
$PIDCombo.OnClick = "ClkPid()"
;*************************************

;************* KILLPROCBUTTON **************
$KillProcButton = $PKillBox.Controls.Button
$KillProcButton.Anchor = 5
$KillProcButton.TextAlign = 32
$KillProcButton.Enabled = "False"
$KillProcButton.FlatStyle = 2
$KillProcButton.FontBold = "False"
$KillProcButton.FontItalic = "False"
$KillProcButton.FontName = "Microsoft Sans Serif"
$KillProcButton.FontSize = 8.25
$KillProcButton.FontUnderline = "False"
$KillProcButton.ForeColor = 0,0,0
$KillProcButton.Height = 23
$KillProcButton.Left = 15
$KillProcButton.TabStop = "True"
$KillProcButton.Tag = ""
$KillProcButton.Text = "Kill Process"
$KillProcButton.ToolTipText = ""
$KillProcButton.Top = 65
$KillProcButton.Visible = "True"
$KillProcButton.Width = 75
$KillProcButton.OnClick = "KillProcess()"
;*************************************

;************* ProcessStatusBox **************
$ProcessStatusBox = $PKillBOX.Controls.TextBox
$ProcessStatusBox.AcceptsReturn = "False"
$ProcessStatusBox.Anchor =5
$ProcessStatusBox.AcceptsTab = "False"
$ProcessStatusBox.BackColor = 255,255,255
$ProcessStatusBox.BorderStyle = 5
$ProcessStatusBox.Enabled = "True"
$ProcessStatusBox.FontBold = "False"
$ProcessStatusBox.FontItalic = "False"
$ProcessStatusBox.FontName = "Microsoft Sans Serif"
$ProcessStatusBox.FontSize = 8.25
$ProcessStatusBox.FontUnderline = "False"
$ProcessStatusBox.ForeColor = 0,0,0
$ProcessStatusBox.Height = 23
$ProcessStatusBox.HideSelection = "True"
$ProcessStatusBox.Left = 15
$ProcessStatusBox.MaxLength = 32767
$ProcessStatusBox.Multiline = "False"
$ProcessStatusBox.PasswordChar = ""
$ProcessStatusBox.ReadOnly = "True"
$ProcessStatusBox.ScrollBars = 0
$ProcessStatusBox.TabStop = "False"
$ProcessStatusBox.Tag = ""
$ProcessStatusBox.Text = ""
$ProcessStatusBox.TextAlign = 2
$ProcessStatusBox.Top = 95
$ProcessStatusBox.Visible = "True"
$ProcessStatusBox.Width = 140
$ProcessStatusBox.WordWrap = "False"
;*************************************

;************* PKILLUPDATE **************
$PKillUpdate = $PKillBox.Controls.ToolButton
$PKillUpdate.Anchor = 5
$PKillUpdate.TextAlign = 32
$PKillUpdate.Enabled = "False"
$PKillUpdate.FlatStyle = 2
$PKillUpdate.FontBold = "False"
$PKillUpdate.FontItalic = "False"
$PKillUpdate.FontName = "Microsoft Sans Serif"
$PKillUpdate.FontSize = 8.25
$PKillUpdate.FontUnderline = "False"
$PKillUpdate.ForeColor = 0,0,0
$PKillUpdate.Height = 24
$PKillUpdate.icon = 36
$PKillUpdate.Left = 165
$PKillUpdate.Style = 1
$PKillUpdate.TabStop = "True"
$PKillUpdate.Tag = ""
$PKillUpdate.Text = ""
$PKillUpdate.ToolTipText = ""
$PKillUpdate.Top = 95
$PKillUpdate.Visible = "True"
$PKillUpdate.Width = 22
$PKillUpdate.OnClick = "GetProcesses()"
;*************************************

;************* REMOTEINSTALLER **************
$RemoteInstaller = $Form.Controls.GroupBox
$RemoteInstaller.Anchor = 5
$RemoteInstaller.BackColor = 212,208,200
$RemoteInstaller.FlatStyle = 2
$RemoteInstaller.FontBold = "False"
$RemoteInstaller.FontItalic = "False"
$RemoteInstaller.FontName = "Microsoft Sans Serif"
$RemoteInstaller.FontSize = 8.25
$RemoteInstaller.FontUnderline = "False"
$RemoteInstaller.ForeColor = 0,0,0
$RemoteInstaller.Height = 265
$RemoteInstaller.Left = 290
$RemoteInstaller.Tag = ""
$RemoteInstaller.Text = "Remote Installer"
$RemoteInstaller.Top = 280
$RemoteInstaller.Width = 285
;*************************************

;************* RILABEL1 **************
$RIlabel1 = $RemoteInstaller.Controls.Label
$RIlabel1.Anchor = 
$RIlabel1.BackColor = 212,208,200
$RIlabel1.BorderStyle = 0
$RIlabel1.FlatStyle = 2
$RIlabel1.FontBold = "False"
$RIlabel1.FontItalic = "False"
$RIlabel1.FontName = "Microsoft Sans Serif"
$RIlabel1.FontSize = 8.25
$RIlabel1.FontUnderline = "False"
$RIlabel1.ForeColor = 0,0,0
$RIlabel1.Height = 15
$RIlabel1.Left = 15
$RIlabel1.Tag = ""
$RIlabel1.Text = "Source Folder"
$RIlabel1.ToolTipText = ""
$RIlabel1.Top = 15
$RIlabel1.Width = 78
;*************************************

;************* REMOTEINSTALLFOLDER **************
$RemoteInstallFolder = $RemoteInstaller.Controls.TextBox
$RemoteInstallFolder.Anchor = 5
$RemoteInstallFolder.AcceptsReturn = "False"
$RemoteInstallFolder.AcceptsTab = "False"
$RemoteInstallFolder.BackColor = 255,255,255
$RemoteInstallFolder.BorderStyle = 2
$RemoteInstallFolder.FontBold = "False"
$RemoteInstallFolder.FontItalic = "False"
$RemoteInstallFolder.FontName = "Microsoft Sans Serif"
$RemoteInstallFolder.FontSize = 8.25
$RemoteInstallFolder.FontUnderline = "False"
$RemoteInstallFolder.ForeColor = 0,0,0
$RemoteInstallFolder.Height = 20
$RemoteInstallFolder.HideSelection = "True"
$RemoteInstallFolder.Left = 15
$RemoteInstallFolder.MaxLength = 32767
$RemoteInstallFolder.Multiline = "False"
$RemoteInstallFolder.PasswordChar = ""
$RemoteInstallFolder.ReadOnly = "False"
$RemoteInstallFolder.ScrollBars = 0
$RemoteInstallFolder.TabStop = "True"
$RemoteInstallFolder.Tag = ""
$RemoteInstallFolder.Text = ""
$RemoteInstallFolder.TextAlign = 0
$RemoteInstallFolder.Top = 30
$RemoteInstallFolder.Width = 239
$RemoteInstallFolder.WordWrap = "True"
;*************************************

;************* BROWSEFOLDER **************
$BrowseFolder = $RemoteInstaller.Controls.Button
$BrowseFolder.Anchor = 5
$BrowseFolder.Enabled = "True"
$BrowseFolder.FlatStyle = 2
$BrowseFolder.FontBold = "False"
$BrowseFolder.FontItalic = "False"
$BrowseFolder.FontName = "Microsoft Sans Serif"
$BrowseFolder.FontSize = 8.25
$BrowseFolder.FontUnderline = "False"
$BrowseFolder.ForeColor = 0,0,0
$BrowseFolder.Height = 21
$BrowseFolder.Left = 255
$BrowseFolder.TabStop = "True"
$BrowseFolder.Tag = ""
$BrowseFolder.Text = "..."
$BrowseFolder.ToolTipText = ""
$BrowseFolder.Top = 30
$BrowseFolder.Visible = "True"
$BrowseFolder.Width = 18
;*************************************

;************* RILABEL2 **************
$RILabel2 = $RemoteInstaller.Controls.Label
$RILabel2.Anchor = 5
$RILabel2.BackColor = 212,208,200
$RILabel2.BorderStyle = 0
$RILabel2.FlatStyle = 2
$RILabel2.FontBold = "False"
$RILabel2.FontItalic = "False"
$RILabel2.FontName = "Microsoft Sans Serif"
$RILabel2.FontSize = 8.25
$RILabel2.FontUnderline = "False"
$RILabel2.ForeColor = 0,0,0
$RILabel2.Height = 15
$RILabel2.Left = 15
$RILabel2.Tag = ""
$RILabel2.Text = "Executable Name"
$RILabel2.ToolTipText = ""
$RILabel2.Top = 60
$RILabel2.Width = 98
;*************************************

;************* REMOTEINSTEXENAME **************
$RemoteInstExeName = $RemoteInstaller.Controls.TextBox
$RemoteInstExeName.Anchor = 5
$RemoteInstExeName.AcceptsReturn = "False"
$RemoteInstExeName.AcceptsTab = "False"
$RemoteInstExeName.BackColor = 255,255,255
$RemoteInstExeName.BorderStyle = 2
$RemoteInstExeName.FontBold = "False"
$RemoteInstExeName.FontItalic = "False"
$RemoteInstExeName.FontName = "Microsoft Sans Serif"
$RemoteInstExeName.FontSize = 8.25
$RemoteInstExeName.FontUnderline = "False"
$RemoteInstExeName.ForeColor = 0,0,0
$RemoteInstExeName.Height = 20
$RemoteInstExeName.HideSelection = "True"
$RemoteInstExeName.Left = 15
$RemoteInstExeName.MaxLength = 32767
$RemoteInstExeName.Multiline = "False"
$RemoteInstExeName.PasswordChar = ""
$RemoteInstExeName.ReadOnly = "False"
$RemoteInstExeName.ScrollBars = 0
$RemoteInstExeName.TabStop = "True"
$RemoteInstExeName.Tag = ""
$RemoteInstExeName.Text = ""
$RemoteInstExeName.TextAlign = 0
$RemoteInstExeName.Top = 75
$RemoteInstExeName.Width = 238
$RemoteInstExeName.WordWrap = "False"
;*************************************

;************* BROWSEEXE **************
$BrowseExe = $RemoteInstaller.Controls.Button
$BrowseExe.Anchor = 5
$BrowseExe.Enabled = "True"
$BrowseExe.FlatStyle = 2
$BrowseExe.FontBold = "False"
$BrowseExe.FontItalic = "False"
$BrowseExe.FontName = "Microsoft Sans Serif"
$BrowseExe.FontSize = 8.25
$BrowseExe.FontUnderline = "False"
$BrowseExe.ForeColor = 0,0,0
$BrowseExe.Height = 21
$BrowseExe.Left = 255
$BrowseExe.TabStop = "True"
$BrowseExe.Tag = ""
$BrowseExe.Text = "..."
$BrowseExe.ToolTipText = ""
$BrowseExe.Top = 75
$BrowseExe.Visible = "True"
$BrowseExe.Width = 19
;*************************************

;************* RILABEL3 **************
$RILabel3 = $RemoteInstaller.Controls.Label
$RILabel3.Anchor = 
$RILabel3.BackColor = 212,208,200
$RILabel3.BorderStyle = 0
$RILabel3.FlatStyle = 2
$RILabel3.FontBold = "False"
$RILabel3.FontItalic = "False"
$RILabel3.FontName = "Microsoft Sans Serif"
$RILabel3.FontSize = 8.25
$RILabel3.FontUnderline = "False"
$RILabel3.ForeColor = 0,0,0
$RILabel3.Height = 15
$RILabel3.Left = 15
$RILabel3.Tag = ""
$RILabel3.Text = "Switches"
$RILabel3.ToolTipText = ""
$RILabel3.Top = 105
$RILabel3.Width = 98
;*************************************

;************* REMOTEINSTSWITCHES **************
$RemoteInstSwitches = $RemoteInstaller.Controls.TextBox
$RemoteInstSwitches.Anchor = 5
$RemoteInstSwitches.AcceptsReturn = "False"
$RemoteInstSwitches.AcceptsTab = "False"
$RemoteInstSwitches.BackColor = 255,255,255
$RemoteInstSwitches.BorderStyle = 2
$RemoteInstSwitches.FontBold = "False"
$RemoteInstSwitches.FontItalic = "False"
$RemoteInstSwitches.FontName = "Microsoft Sans Serif"
$RemoteInstSwitches.FontSize = 8.25
$RemoteInstSwitches.FontUnderline = "False"
$RemoteInstSwitches.ForeColor = 0,0,0
$RemoteInstSwitches.Height = 20
$RemoteInstSwitches.HideSelection = "True"
$RemoteInstSwitches.Left = 15
$RemoteInstSwitches.MaxLength = 32767
$RemoteInstSwitches.Multiline = "False"
$RemoteInstSwitches.PasswordChar = ""
$RemoteInstSwitches.ReadOnly = "False"
$RemoteInstSwitches.ScrollBars = 
$RemoteInstSwitches.TabStop = "True"
$RemoteInstSwitches.Tag = ""
$RemoteInstSwitches.Text = ""
$RemoteInstSwitches.TextAlign = 0
$RemoteInstSwitches.Top = 120
$RemoteInstSwitches.Width = 238
$RemoteInstSwitches.WordWrap = "False"
;*************************************

;************* MSUPDATES **************
$MSUpdates = $RemoteInstaller.Controls.GroupBox
$MSUpdates.Anchor = 5
$MSUpdates.BackColor = 212,208,200
$MSUpdates.FlatStyle = 2
$MSUpdates.FontBold = "False"
$MSUpdates.FontItalic = "False"
$MSUpdates.FontName = "Microsoft Sans Serif"
$MSUpdates.FontSize = 8.25
$MSUpdates.FontUnderline = "False"
$MSUpdates.ForeColor = 0,0,0
$MSUpdates.Height = 109
$MSUpdates.Left = 15
$MSUpdates.Tag = ""
$MSUpdates.Text = "MS Updates"
$MSUpdates.Top = 150
$MSUpdates.Width = 132
;*************************************

;************* OLDSTYLE **************
$OldStyle = $MSUpdates.Controls.RadioButton
$OldStyle.Anchor = 5
$OldStyle.BackColor = 212,208,200
$OldStyle.Checked = "False"
$OldStyle.FlatStyle = 2
$OldStyle.ForeColor = 0,0,0
$OldStyle.Height = 15
$OldStyle.FontBold = "False"
$OldStyle.FontItalic = "False"
$OldStyle.FontName = "Microsoft Sans Serif"
$OldStyle.FontSize = 8.25
$OldStyle.FontUnderline = "False"
$OldStyle.Left = 15
$OldStyle.TabStop = "False"
$OldStyle.Tag = ""
$OldStyle.Text = "Old"
$OldStyle.Top = 15
$OldStyle.Width = 42
;*************************************

;************* NEWSTYLE **************
$NewStyle = $MSUpdates.Controls.RadioButton
$NewStyle.Anchor = 5
$NewStyle.BackColor = 212,208,200
$NewStyle.Checked = "True"
$NewStyle.FlatStyle = 2
$NewStyle.ForeColor = 0,0,0
$NewStyle.Height = 15
$NewStyle.FontBold = "False"
$NewStyle.FontItalic = "False"
$NewStyle.FontName = "Microsoft Sans Serif"
$NewStyle.FontSize = 8.25
$NewStyle.FontUnderline = "False"
$NewStyle.Left = 75
$NewStyle.TabStop = "True"
$NewStyle.Tag = ""
$NewStyle.Text = "New"
$NewStyle.Top = 15
$NewStyle.Width = 45
;*************************************

;************* SILENT **************
$Silent = $MSUpdates.Controls.CheckBox
$Silent.Anchor = 5
$Silent.Appearance = 0
$Silent.BackColor = 212,208,200
$Silent.Checked = "False"
$Silent.CheckState = 0
$Silent.FlatStyle = 2
$Silent.FontBold = "False"
$Silent.FontItalic = "False"
$Silent.FontName = "Microsoft Sans Serif"
$Silent.FontSize = 8.25
$Silent.FontUnderline = "False"
$Silent.ForeColor = 0,0,0
$Silent.Height = 17
$Silent.Left = 15
$Silent.TabStop = "True"
$Silent.Tag = ""
$Silent.Text = "Silent"
$Silent.ThreeState = "False"
$Silent.ToolTipText = ""
$Silent.Top = 40
$Silent.Width = 81
;*************************************

;************* UNATTENDED **************
$Unattended = $MSUpdates.Controls.CheckBox
$Unattended.Anchor = 5
$Unattended.Appearance = 0
$Unattended.BackColor = 212,208,200
$Unattended.Checked = "False"
$Unattended.CheckState = 0
$Unattended.FlatStyle = 2
$Unattended.FontBold = "False"
$Unattended.FontItalic = "False"
$Unattended.FontName = "Microsoft Sans Serif"
$Unattended.FontSize = 8.25
$Unattended.FontUnderline = "False"
$Unattended.ForeColor = 0,0,0
$Unattended.Height = 15
$Unattended.Left = 15
$Unattended.TabStop = "True"
$Unattended.Tag = ""
$Unattended.Text = "Unattended"
$Unattended.ThreeState = "False"
$Unattended.ToolTipText = ""
$Unattended.Top = 55
$Unattended.Width = 84
;*************************************

;************* CLOSEAPPS **************
$CloseApps = $MSUpdates.Controls.CheckBox
$CloseApps.Anchor = 5
$CloseApps.Appearance = 0
$CloseApps.BackColor = 212,208,200
$CloseApps.Checked = "False"
$CloseApps.CheckState = 0
$CloseApps.FlatStyle = 2
$CloseApps.FontBold = "False"
$CloseApps.FontItalic = "False"
$CloseApps.FontName = "Microsoft Sans Serif"
$CloseApps.FontSize = 8.25
$CloseApps.FontUnderline = "False"
$CloseApps.ForeColor = 0,0,0
$CloseApps.Height = 13
$CloseApps.Left = 15
$CloseApps.TabStop = "True"
$CloseApps.Tag = ""
$CloseApps.Text = "Close Apps"
$CloseApps.ThreeState = "False"
$CloseApps.ToolTipText = ""
$CloseApps.Top = 70
$CloseApps.Width = 81
;*************************************

;************* REBOOT **************
$Reboot = $MSUpdates.Controls.CheckBox
$Reboot.Anchor = 5
$Reboot.Appearance = 0
$Reboot.BackColor = 212,208,200
$Reboot.Checked = "False"
$Reboot.CheckState = 0
$Reboot.FlatStyle = 2
$Reboot.FontBold = "False"
$Reboot.FontItalic = "False"
$Reboot.FontName = "Microsoft Sans Serif"
$Reboot.FontSize = 8.25
$Reboot.FontUnderline = "False"
$Reboot.ForeColor = 0,0,0
$Reboot.Height = 14
$Reboot.Left = 15
$Reboot.TabStop = "True"
$Reboot.Tag = ""
$Reboot.Text = "Reboot"
$Reboot.ThreeState = "False"
$Reboot.ToolTipText = ""
$Reboot.Top = 85
$Reboot.Width = 81
;*************************************

;************* EXECUTE **************
$Execute = $RemoteInstaller.Controls.Button
$Execute.Anchor = 5
$Execute.Enabled = "True"
$Execute.FlatStyle = 2
$Execute.FontBold = "False"
$Execute.FontItalic = "False"
$Execute.FontName = "Microsoft Sans Serif"
$Execute.FontSize = 8.25
$Execute.FontUnderline = "False"
$Execute.ForeColor = 0,0,0
$Execute.Height = 20
$Execute.Left = 160
$Execute.TabStop = "True"
$Execute.Tag = ""
$Execute.Text = "Execute"
$Execute.ToolTipText = ""
$Execute.Top = 237
$Execute.Visible = "True"
$Execute.Width = 108
;*************************************

;************* REMINSTINSTRUCTIONS **************
$RemInstInstructions = $RemoteInstaller.Controls.Label
$RemInstInstructions.Anchor = 5
$RemInstInstructions.BackColor = 212,208,200
$RemInstInstructions.BorderStyle = 2
$RemInstInstructions.FlatStyle = 2
$RemInstInstructions.FontBold = "False"
$RemInstInstructions.FontItalic = "False"
$RemInstInstructions.FontName = "Microsoft Sans Serif"
$RemInstInstructions.FontSize = 8.25
$RemInstInstructions.FontUnderline = "False"
$RemInstInstructions.ForeColor = 0,0,0
$RemInstInstructions.Height = 70
$RemInstInstructions.Left = 160
$RemInstInstructions.Tag = ""
$RemInstInstructions.Text = ""
$RemInstInstructions.ToolTipText = ""
$RemInstInstructions.Top = 155
$RemInstInstructions.Width = 107
;*************************************

;************* ServiceBOX **************************************************
$ServiceBox = $Form.Controls.GroupBox
$ServiceBox.Anchor = 5
$ServiceBox.BackColor = 212,208,200
$ServiceBox.Enabled = "True"
$ServiceBox.FlatStyle = 2
$ServiceBox.FontBold = "False"
$ServiceBox.FontItalic = "False"
$ServiceBox.FontName = "Microsoft Sans Serif"
$ServiceBox.FontSize = 8.25
$ServiceBox.FontUnderline = "False"
$ServiceBox.ForeColor = 0,0,0
$ServiceBox.Height = 168
$ServiceBox.Left = 583
$ServiceBox.Tag = ""
$ServiceBox.Text = "Service Manager"
$ServiceBox.Top = 150
$ServiceBox.Visible = "True"
$ServiceBox.Width = 200
;*************************************

;************* ServiceComboBox **************
$ServiceComboBox = $ServiceBOX.Controls.ComboBox
$ServiceComboBox.Anchor = 
$ServiceComboBox.DropDownStyle = 1
$ServiceComboBox.DropDownWidth = 121
$ServiceComboBox.FontBold = "False"
$ServiceComboBox.FontItalic = "False"
$ServiceComboBox.FontName = "Microsoft Sans Serif"
$ServiceComboBox.FontSize = 8.25
$ServiceComboBox.FontUnderline = "False"
$ServiceComboBox.Height = 21
$ServiceComboBox.Left = 15
$ServiceComboBox.Sorted = "False"
$ServiceComboBox.TabStop = "True"
$ServiceComboBox.Tag = ""
$ServiceComboBox.Top = 35
$ServiceComboBox.Width = 170
$ServiceComboBox.OnClick = "ServiceStateMode()"
;*************************************

;************* ServiceLabel1 **************
$ServiceLabel1 = $ServiceBOX.Controls.Label
$ServiceLabel1.BackColor = 212,208,200
$ServiceLabel1.FontBold = "False"
$ServiceLabel1.FontItalic = "False"
$ServiceLabel1.FontName = "Microsoft Sans Serif"
$ServiceLabel1.FontSize = 8.25
$ServiceLabel1.FontUnderline = "False"
$ServiceLabel1.ForeColor = 0,0,0
$ServiceLabel1.Height = 16
$ServiceLabel1.Left = 15
$ServiceLabel1.Tag = ""
$ServiceLabel1.Text = "Service Name"
$ServiceLabel1.ToolTipText = ""
$ServiceLabel1.Top = 20
$ServiceLabel1.Width = 99
;*************************************

Top
#179804 - 2007-08-28 03:22 AM Re: 10 line code window has got to go! [Re: NTDOC]
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11628
Loc: CA
Oops looks like I ran into some sort of post limit there

But I see the whole thing without scroll windows in FireFox Bryce.

Top
#179805 - 2007-08-28 03:25 AM Re: 10 line code window has got to go! [Re: NTDOC]
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11628
Loc: CA
but it appears it didn't finish the closing tag for code.
Top
#179806 - 2007-08-28 03:33 AM Re: 10 line code window has got to go! [Re: NTDOC]
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
1910 lines, but who's counting. :p

Could you edit it and stick a closing code tag on it?
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#179807 - 2007-08-28 03:37 AM Re: 10 line code window has got to go! [Re: Les]
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
Hey, I can't use "Edit" any more.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#179808 - 2007-08-28 03:56 AM Re: 10 line code window has got to go! [Re: Les]
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11628
Loc: CA
Yes I know. At least not on this one but I think it is more of an issue overall.

I may have to shut the board down for a bit and try to fix this.

Top
#179809 - 2007-08-28 04:04 AM Re: 10 line code window has got to go! [Re: NTDOC]
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11628
Loc: CA
Can't even make a NEW post currently. Okay going to shut the board down.

If I can't get it working I may have to do a restore to the old version before too many changes on the board or windows happens.

BOARD SHUTTING DOWN in a few minutes.

Top
#179810 - 2007-08-28 04:13 AM Re: 10 line code window has got to go! [Re: NTDOC]
NTDOC Administrator Offline
Administrator
*****

Registered: 2000-07-28
Posts: 11628
Loc: CA
Okay that BIG post actually caused IIS Worker Process to crash.

Well PHP and UBBT are the only new upgrades. Let me check around some more.

Top
#179814 - 2007-08-28 06:26 AM Re: 10 line code window has got to go! [Re: NTDOC]
Les Offline
KiX Master
*****

Registered: 2001-06-11
Posts: 12734
Loc: fortfrances.on.ca
k, edit works now.
_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.

Top
#179826 - 2007-08-28 10:32 AM Re: 10 line code window has got to go! [Re: Les]
Witto Offline
MM club member
*****

Registered: 2004-09-29
Posts: 1828
Loc: Belgium
Les,
You once told me to triple click in front of the code scroll box to select the code.
But in the example Doc gives, that does not work for me.

Top
#179867 - 2007-08-28 04:27 PM Re: 10 line code window has got to go! [Re: Witto]
Bryce Offline
KiX Supporter
*****

Registered: 2000-02-29
Posts: 3167
Loc: Houston TX
this is enough to make me cry...

If i use, IE/Firefox in windows, or Firefox/Safari in OSX, i get the same thing. \:\(


Top
Page 1 of 2 12>


Moderator:  Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart 
Hop to:
Shout Box

Who's Online
0 registered and 1044 anonymous users online.
Newest Members
StuTheCoder, M_Moore, BeeEm, min_seow, Audio
17884 Registered Users

Generated in 0.076 seconds in which 0.029 seconds were spent on a total of 13 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org