-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathPalSel.dfm
46 lines (46 loc) · 858 Bytes
/
PalSel.dfm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
object FormPal: TFormPal
Left = 212
Top = 103
BorderStyle = bsDialog
Caption = 'Select Palette'
ClientHeight = 321
ClientWidth = 193
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object lstPalette: TListBox
Left = 8
Top = 8
Width = 177
Height = 273
ItemHeight = 13
TabOrder = 0
end
object cmdOK: TButton
Left = 8
Top = 288
Width = 75
Height = 23
Caption = 'OK'
Default = True
TabOrder = 1
OnClick = cmdOKClick
end
object cmdCancel: TButton
Left = 88
Top = 288
Width = 75
Height = 23
Cancel = True
Caption = 'Cancel'
TabOrder = 2
OnClick = cmdCancelClick
end
end