home *** CD-ROM | disk | FTP | other *** search
/ BUG 10 / BUGCD1998_01.ISO / desktop / smagic / smagic.exe / 0 / RCDATA / TFRMMENU / TFRMMENU.txt < prev   
Text File  |  1997-08-25  |  5KB  |  244 lines

  1. object frmMenu: TfrmMenu
  2.   Left = 299
  3.   Top = 136
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Menu'
  7.   ClientHeight = 227
  8.   ClientWidth = 282
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   OnCloseQuery = FormCloseQuery
  18.   OnCreate = FormCreate
  19.   OnKeyDown = FormKeyDown
  20.   OnKeyPress = FormKeyPress
  21.   OnResize = FormResize
  22.   OnShow = FormShow
  23.   PixelsPerInch = 96
  24.   TextHeight = 13
  25.   object Label1: TLabel
  26.     Left = 89
  27.     Top = 208
  28.     Width = 32
  29.     Height = 13
  30.     Caption = 'Label1'
  31.     Visible = False
  32.   end
  33.   object Label2: TLabel
  34.     Left = 112
  35.     Top = 208
  36.     Width = 32
  37.     Height = 13
  38.     Caption = 'Label2'
  39.     Visible = False
  40.   end
  41.   object Label3: TLabel
  42.     Left = 136
  43.     Top = 208
  44.     Width = 32
  45.     Height = 13
  46.     Caption = 'Label3'
  47.     Visible = False
  48.   end
  49.   object Label4: TLabel
  50.     Left = 8
  51.     Top = 200
  52.     Width = 32
  53.     Height = 13
  54.     Caption = 'Label4'
  55.     Visible = False
  56.   end
  57.   object Label5: TLabel
  58.     Left = 32
  59.     Top = 200
  60.     Width = 32
  61.     Height = 13
  62.     Caption = 'Label5'
  63.     Visible = False
  64.   end
  65.   object Label6: TLabel
  66.     Left = 56
  67.     Top = 200
  68.     Width = 32
  69.     Height = 13
  70.     Caption = 'Label6'
  71.     Visible = False
  72.   end
  73.   object Label7: TLabel
  74.     Left = 8
  75.     Top = 208
  76.     Width = 32
  77.     Height = 13
  78.     Caption = 'Label7'
  79.     Visible = False
  80.   end
  81.   object Label8: TLabel
  82.     Left = 32
  83.     Top = 208
  84.     Width = 32
  85.     Height = 13
  86.     Caption = 'Label8'
  87.     Visible = False
  88.   end
  89.   object Label9: TLabel
  90.     Left = 57
  91.     Top = 208
  92.     Width = 32
  93.     Height = 13
  94.     Caption = 'Label9'
  95.     Visible = False
  96.   end
  97.   object TimeOut: TLabel
  98.     Left = 8
  99.     Top = 176
  100.     Width = 3
  101.     Height = 13
  102.   end
  103.   object StatusLabel: TLabel
  104.     Left = 144
  105.     Top = 0
  106.     Width = 3
  107.     Height = 13
  108.     Visible = False
  109.   end
  110.   object RadioGroup1: TRadioGroup
  111.     Left = 8
  112.     Top = 5
  113.     Width = 265
  114.     Height = 169
  115.     Caption = 'Main Menu'
  116.     Font.Charset = DEFAULT_CHARSET
  117.     Font.Color = clBlack
  118.     Font.Height = -13
  119.     Font.Name = 'MS Sans Serif'
  120.     Font.Style = [fsBold]
  121.     ParentFont = False
  122.     TabOrder = 0
  123.   end
  124.   object butOk: TButton
  125.     Left = 8
  126.     Top = 197
  127.     Width = 73
  128.     Height = 25
  129.     Caption = '&Ok'
  130.     Default = True
  131.     ModalResult = 1
  132.     TabOrder = 10
  133.     OnClick = butOkClick
  134.   end
  135.   object RadioButton1: TRadioButton
  136.     Left = 16
  137.     Top = 24
  138.     Width = 249
  139.     Height = 17
  140.     Caption = 'RadioButton1'
  141.     Checked = True
  142.     TabOrder = 1
  143.     TabStop = True
  144.     Visible = False
  145.     OnClick = RadioButton1Click
  146.   end
  147.   object RadioButton2: TRadioButton
  148.     Left = 16
  149.     Top = 40
  150.     Width = 249
  151.     Height = 17
  152.     Caption = 'RadioButton2'
  153.     TabOrder = 2
  154.     Visible = False
  155.     OnClick = RadioButton2Click
  156.   end
  157.   object RadioButton3: TRadioButton
  158.     Left = 16
  159.     Top = 56
  160.     Width = 249
  161.     Height = 17
  162.     Caption = 'RadioButton3'
  163.     TabOrder = 3
  164.     Visible = False
  165.     OnClick = RadioButton3Click
  166.   end
  167.   object RadioButton4: TRadioButton
  168.     Left = 16
  169.     Top = 72
  170.     Width = 249
  171.     Height = 17
  172.     Caption = 'RadioButton4'
  173.     TabOrder = 4
  174.     Visible = False
  175.     OnClick = RadioButton4Click
  176.   end
  177.   object RadioButton5: TRadioButton
  178.     Left = 16
  179.     Top = 88
  180.     Width = 249
  181.     Height = 17
  182.     Caption = 'RadioButton5'
  183.     TabOrder = 5
  184.     Visible = False
  185.     OnClick = RadioButton5Click
  186.   end
  187.   object RadioButton6: TRadioButton
  188.     Left = 16
  189.     Top = 104
  190.     Width = 249
  191.     Height = 17
  192.     Caption = 'RadioButton6'
  193.     TabOrder = 6
  194.     Visible = False
  195.     OnClick = RadioButton6Click
  196.   end
  197.   object RadioButton7: TRadioButton
  198.     Left = 16
  199.     Top = 120
  200.     Width = 249
  201.     Height = 17
  202.     Caption = 'RadioButton7'
  203.     TabOrder = 7
  204.     Visible = False
  205.     OnClick = RadioButton7Click
  206.   end
  207.   object RadioButton8: TRadioButton
  208.     Left = 16
  209.     Top = 136
  210.     Width = 249
  211.     Height = 17
  212.     Caption = 'RadioButton8'
  213.     TabOrder = 8
  214.     Visible = False
  215.     OnClick = RadioButton8Click
  216.   end
  217.   object RadioButton9: TRadioButton
  218.     Left = 16
  219.     Top = 152
  220.     Width = 249
  221.     Height = 17
  222.     Caption = 'RadioButton9'
  223.     TabOrder = 9
  224.     Visible = False
  225.     OnClick = RadioButton9Click
  226.   end
  227.   object CancelBut: TButton
  228.     Left = 200
  229.     Top = 197
  230.     Width = 73
  231.     Height = 25
  232.     Cancel = True
  233.     Caption = '&Quit Script'
  234.     ModalResult = 2
  235.     TabOrder = 11
  236.   end
  237.   object TimeOutTimer: TTimer
  238.     Enabled = False
  239.     OnTimer = TimeOutTimerTimer
  240.     Left = 240
  241.     Top = 16
  242.   end
  243. end
  244.