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   
Text File  |  1999-06-19  |  6KB  |  268 lines

  1. object LaCarteDlg: TLaCarteDlg
  2.   Left = 171
  3.   Top = 117
  4.   Width = 627
  5.   Height = 328
  6.   Caption = 'Mix your Lessons a la Carte'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsStayOnTop
  12.   KeyPreview = True
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnHide = FormHide
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 263
  22.     Width = 619
  23.     Height = 38
  24.     Align = alBottom
  25.     BevelOuter = bvNone
  26.     TabOrder = 0
  27.     object ImageVokki: TImage
  28.       Left = 8
  29.       Top = 1
  30.       Width = 32
  31.       Height = 32
  32.       Picture.Data = {<image000.ico>}
  33.       Visible = False
  34.     end
  35.     object ImageText: TImage
  36.       Left = 48
  37.       Top = 1
  38.       Width = 32
  39.       Height = 32
  40.       Picture.Data = {<image001.ico>}
  41.       Visible = False
  42.     end
  43.     object Panel2: TPanel
  44.       Left = 295
  45.       Top = 0
  46.       Width = 324
  47.       Height = 38
  48.       Align = alRight
  49.       BevelOuter = bvNone
  50.       TabOrder = 0
  51.       object ButtonOk: TButton
  52.         Left = 4
  53.         Top = 4
  54.         Width = 75
  55.         Height = 25
  56.         Cancel = True
  57.         Caption = 'OK'
  58.         Default = True
  59.         ModalResult = 1
  60.         TabOrder = 0
  61.       end
  62.       object ButtonAdd: TButton
  63.         Left = 84
  64.         Top = 4
  65.         Width = 75
  66.         Height = 25
  67.         Caption = '&Add'
  68.         TabOrder = 1
  69.         OnClick = ButtonAddClick
  70.       end
  71.       object ButtonRemove: TButton
  72.         Left = 159
  73.         Top = 4
  74.         Width = 75
  75.         Height = 25
  76.         Caption = '&Remove'
  77.         TabOrder = 2
  78.         OnClick = ButtonRemoveClick
  79.       end
  80.       object ButtonCancel: TButton
  81.         Left = 240
  82.         Top = 4
  83.         Width = 75
  84.         Height = 25
  85.         Caption = 'Cancel'
  86.         ModalResult = 2
  87.         TabOrder = 3
  88.       end
  89.     end
  90.   end
  91.   object Panel3: TPanel
  92.     Left = 145
  93.     Top = 0
  94.     Width = 474
  95.     Height = 263
  96.     Align = alClient
  97.     BevelOuter = bvNone
  98.     BorderWidth = 8
  99.     TabOrder = 1
  100.     object LessonListView: TListView
  101.       Left = 8
  102.       Top = 8
  103.       Width = 458
  104.       Height = 234
  105.       Align = alClient
  106.       Columns = <
  107.         item
  108.           Caption = 'File'
  109.           Width = 90
  110.         end
  111.         item
  112.           Caption = 'Title'
  113.           Width = 90
  114.         end
  115.         item
  116.           Caption = 'Language 1'
  117.           Width = 69
  118.           WidthType = (
  119.             -2)
  120.         end
  121.         item
  122.           Caption = 'Language 2'
  123.           Width = 69
  124.           WidthType = (
  125.             -2)
  126.         end
  127.         item
  128.           Alignment = taRightJustify
  129.           Caption = 'Entries'
  130.           Width = 44
  131.           WidthType = (
  132.             -2)
  133.         end
  134.         item
  135.           Alignment = taRightJustify
  136.           Caption = 'Words'
  137.           Width = 92
  138.           WidthType = (
  139.             -2)
  140.         end>
  141.       ReadOnly = False
  142.       Items.Data = {
  143.         450000000200000000000000FFFFFFFFFFFFFFFF02000000000000000C313233
  144.         34353637382E31323302783102783100000000FFFFFFFFFFFFFFFF0000000000
  145.         0000000179}
  146.       MultiSelect = True
  147.       TabOrder = 1
  148.       ViewStyle = vsReport
  149.       SmallImages = LessonImageList
  150.     end
  151.     object Panel5: TPanel
  152.       Left = 8
  153.       Top = 242
  154.       Width = 458
  155.       Height = 13
  156.       Align = alBottom
  157.       BevelOuter = bvNone
  158.       TabOrder = 0
  159.       object Bevel1: TBevel
  160.         Left = 0
  161.         Top = 11
  162.         Width = 458
  163.         Height = 2
  164.         Align = alBottom
  165.       end
  166.     end
  167.   end
  168.   object Panel4: TPanel
  169.     Left = 0
  170.     Top = 0
  171.     Width = 145
  172.     Height = 263
  173.     Align = alLeft
  174.     BevelOuter = bvNone
  175.     BorderWidth = 4
  176.     TabOrder = 2
  177.     object LabelCaption: TLabel
  178.       Left = 13
  179.       Top = 64
  180.       Width = 137
  181.       Height = 16
  182.       Alignment = taRightJustify
  183.       Caption = 'Lessons a la Carte'
  184.       Font.Color = clBlack
  185.       Font.Height = -15
  186.       Font.Name = 'MS Sans Serif'
  187.       Font.Style = [fsBold, fsItalic]
  188.       ParentFont = False
  189.     end
  190.     object LabelMixInfo: TLabel
  191.       Left = 8
  192.       Top = 96
  193.       Width = 136
  194.       Height = 56
  195.       Alignment = taRightJustify
  196.       AutoSize = False
  197.       Caption = 
  198.         'Questions are drawn at random from the lessons on the list besid' +
  199.         'e.'
  200.       WordWrap = True
  201.     end
  202.     object LabelDragDrop: TLabel
  203.       Left = 8
  204.       Top = 148
  205.       Width = 136
  206.       Height = 40
  207.       Alignment = taRightJustify
  208.       AutoSize = False
  209.       Caption = 
  210.         'You can drag && drop or add as many lessons as you like to the l' +
  211.         'ist.'
  212.       WordWrap = True
  213.     end
  214.     object LabelQuestions: TLabel
  215.       Left = 8
  216.       Top = 186
  217.       Width = 33
  218.       Height = 40
  219.       Alignment = taRightJustify
  220.       AutoSize = False
  221.       Caption = 'How many questions would you like to be asked each turn?'
  222.       Visible = False
  223.       WordWrap = True
  224.     end
  225.     object Image: TImage
  226.       Left = 96
  227.       Top = 9
  228.       Width = 48
  229.       Height = 48
  230.       Picture.Data = {<image002.bmp>}
  231.     end
  232.     object LabelHelp: TLabel
  233.       Left = 40
  234.       Top = 199
  235.       Width = 104
  236.       Height = 33
  237.       Alignment = taRightJustify
  238.       AutoSize = False
  239.       Caption = 'Read more about Lessons a la Carte.'
  240.       Font.Color = clBlue
  241.       Font.Height = -12
  242.       Font.Name = 'MS Sans Serif'
  243.       Font.Style = [fsUnderline]
  244.       ParentFont = False
  245.       WordWrap = True
  246.       OnClick = LabelHelpClick
  247.     end
  248.     object SpinEditQuestions: TSpinEdit
  249.       Left = -1
  250.       Top = 199
  251.       Width = 50
  252.       Height = 22
  253.       Increment = 10
  254.       MaxValue = 0
  255.       MinValue = 0
  256.       TabOrder = 0
  257.       Value = 0
  258.       Visible = False
  259.       OnChange = SpinEditQuestionsChange
  260.       OnKeyDown = SpinEditQuestionsKeyDown
  261.     end
  262.   end
  263.   object LessonImageList: TImageList
  264.     Left = 8
  265.     Top = 8
  266.   end
  267. end
  268.