You are on page 1of 4

PROJECT I

ALGORITMA DAN PEMROGRAMAN LANJUTAN


Gambar LayOut TabSheet2

Gambar LayOut TabSheet1

NO. COMPONENT
PROPERTIES
EVENT
1. Form1
Left = 192
OnCreate =
Top = 114
FormCreate
BorderStyle = bsSingle
Caption = 'Sorting Algorithm'
ClientHeight = 466
ClientWidth = 640
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = []
Icon.Data = {}
OldCreateOrder = False
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 15
2. PageControl1
Left = 0
Top = 0
Width = 640

3.

TabSheet1

4.

RichEdit1

5.

TabSheet2

6.

RadioGroup1

7.

Panel1

8.

Splitter1

Height = 466
(Klik Kanan Untuk menambah
TabSheet)
Caption = 'Read Me'
Align = alClient
TabOrder = 0
Left = 0
Top = 0
Width = 632
Height = 436
Align = alClient
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
Caption = Demo
ImageIndex=1
Left = 0
Top = 0
Width = 185
Height = 436
Align = alLeft
Caption = 'Algorithm'
ItemIndex = 0
Items.Strings = (
'Bubble'
'Selection'
'Insertion'
'Heap'
'Merge'
'Quick'
'Shell')
TabOrder = 0
Left = 185
Top = 0
Width = 447
Height = 436
Align = alClient
Caption = 'pnlDemo'
TabOrder = 1
Left = 1
Top = 191
Width = 445
Height = 8
Cursor = crVSplit
Align = alTop

OnClick =
DoSortSelect

9.

Memo1

10. Panel2

11. Memo2

12. StaticText1

13. Panel3

Beveled = True
Left = 1
Top = 1
Width = 445
Height = 190
Align = alTop
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
Left = 1
Top = 199
Width = 445
Height = 236
Align = alClient
Caption = 'Panel2
TabOrder = 1'
Left = 1
Top = 1
Width = 443
Height = 190
Align = alTop
ReadOnly = True
ScrollBars = ssVertical
TabOrder = 0
Left = 336
Top = 202
Width = 100
Height = 19
Alignment = taCenter
AutoSize = False
BorderStyle = sbsSunken
Caption = 'Not Sorted'
Color = 15323580
Font.Charset =
DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = 'Arial'
Font.Style = [fsBold]
ParentColor = False
ParentFont = False
TabOrder = 1
Left = 1
Top = 191
Width = 320
Height = 44

14. ComboBox1

15. Button1

16. BitBtn1

Align = alLeft
BevelOuter = bvNone
TabOrder = 2
Left = 8
Top = 10
Width = 145
Height = 23
Style = csDropDownList
ItemHeight = 15
ItemIndex = 3
TabOrder = 0
Text = '6 Values'
Items.Strings = (
'1 Value'
'3 Values'
'5 Values'
'6 Values'
'8 Values'
'11 Values'
'20 Values'
'32 Values'
'59 Values'
'96 Values'
'200 Values'
'500 Values'
'1000 Values'
'2000 Values'
'5000 Values'
'10000 Values')
Left = 159
Top = 8
Width = 75
Height = 25
Caption = '&Sort'
TabOrder = 1
Left = 240
Top = 8
Width = 75
Height = 25
TabOrder = 2
Kind = bkClose

OnChange =
Repopulate

OnClick = DoSort

You might also like