home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Game Zone - 1,000+ Games
/
GAMEZONE.BIN
/
Programs
/
Win
/
PUZZLE2
/
PUZZLE$$.EXE
/
PUZZLE
/
PUZZLE.EXE
/
0
/
RCDATA
/
TLACARTEDLG
/
TLACARTEDLG.txt
< prev
Wrap
Text File
|
1999-06-19
|
6KB
|
268 lines
object LaCarteDlg: TLaCarteDlg
Left = 171
Top = 117
Width = 627
Height = 328
Caption = 'Mix your Lessons a la Carte'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
KeyPreview = True
Position = poScreenCenter
OnCreate = FormCreate
OnHide = FormHide
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 263
Width = 619
Height = 38
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object ImageVokki: TImage
Left = 8
Top = 1
Width = 32
Height = 32
Picture.Data = {<image000.ico>}
Visible = False
end
object ImageText: TImage
Left = 48
Top = 1
Width = 32
Height = 32
Picture.Data = {<image001.ico>}
Visible = False
end
object Panel2: TPanel
Left = 295
Top = 0
Width = 324
Height = 38
Align = alRight
BevelOuter = bvNone
TabOrder = 0
object ButtonOk: TButton
Left = 4
Top = 4
Width = 75
Height = 25
Cancel = True
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
end
object ButtonAdd: TButton
Left = 84
Top = 4
Width = 75
Height = 25
Caption = '&Add'
TabOrder = 1
OnClick = ButtonAddClick
end
object ButtonRemove: TButton
Left = 159
Top = 4
Width = 75
Height = 25
Caption = '&Remove'
TabOrder = 2
OnClick = ButtonRemoveClick
end
object ButtonCancel: TButton
Left = 240
Top = 4
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 3
end
end
end
object Panel3: TPanel
Left = 145
Top = 0
Width = 474
Height = 263
Align = alClient
BevelOuter = bvNone
BorderWidth = 8
TabOrder = 1
object LessonListView: TListView
Left = 8
Top = 8
Width = 458
Height = 234
Align = alClient
Columns = <
item
Caption = 'File'
Width = 90
end
item
Caption = 'Title'
Width = 90
end
item
Caption = 'Language 1'
Width = 69
WidthType = (
-2)
end
item
Caption = 'Language 2'
Width = 69
WidthType = (
-2)
end
item
Alignment = taRightJustify
Caption = 'Entries'
Width = 44
WidthType = (
-2)
end
item
Alignment = taRightJustify
Caption = 'Words'
Width = 92
WidthType = (
-2)
end>
ReadOnly = False
Items.Data = {
450000000200000000000000FFFFFFFFFFFFFFFF02000000000000000C313233
34353637382E31323302783102783100000000FFFFFFFFFFFFFFFF0000000000
0000000179}
MultiSelect = True
TabOrder = 1
ViewStyle = vsReport
SmallImages = LessonImageList
end
object Panel5: TPanel
Left = 8
Top = 242
Width = 458
Height = 13
Align = alBottom
BevelOuter = bvNone
TabOrder = 0
object Bevel1: TBevel
Left = 0
Top = 11
Width = 458
Height = 2
Align = alBottom
end
end
end
object Panel4: TPanel
Left = 0
Top = 0
Width = 145
Height = 263
Align = alLeft
BevelOuter = bvNone
BorderWidth = 4
TabOrder = 2
object LabelCaption: TLabel
Left = 13
Top = 64
Width = 137
Height = 16
Alignment = taRightJustify
Caption = 'Lessons a la Carte'
Font.Color = clBlack
Font.Height = -15
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold, fsItalic]
ParentFont = False
end
object LabelMixInfo: TLabel
Left = 8
Top = 96
Width = 136
Height = 56
Alignment = taRightJustify
AutoSize = False
Caption =
'Questions are drawn at random from the lessons on the list besid' +
'e.'
WordWrap = True
end
object LabelDragDrop: TLabel
Left = 8
Top = 148
Width = 136
Height = 40
Alignment = taRightJustify
AutoSize = False
Caption =
'You can drag && drop or add as many lessons as you like to the l' +
'ist.'
WordWrap = True
end
object LabelQuestions: TLabel
Left = 8
Top = 186
Width = 33
Height = 40
Alignment = taRightJustify
AutoSize = False
Caption = 'How many questions would you like to be asked each turn?'
Visible = False
WordWrap = True
end
object Image: TImage
Left = 96
Top = 9
Width = 48
Height = 48
Picture.Data = {<image002.bmp>}
end
object LabelHelp: TLabel
Left = 40
Top = 199
Width = 104
Height = 33
Alignment = taRightJustify
AutoSize = False
Caption = 'Read more about Lessons a la Carte.'
Font.Color = clBlue
Font.Height = -12
Font.Name = 'MS Sans Serif'
Font.Style = [fsUnderline]
ParentFont = False
WordWrap = True
OnClick = LabelHelpClick
end
object SpinEditQuestions: TSpinEdit
Left = -1
Top = 199
Width = 50
Height = 22
Increment = 10
MaxValue = 0
MinValue = 0
TabOrder = 0
Value = 0
Visible = False
OnChange = SpinEditQuestionsChange
OnKeyDown = SpinEditQuestionsKeyDown
end
end
object LessonImageList: TImageList
Left = 8
Top = 8
end
end