home *** CD-ROM | disk | FTP | other *** search
/ GameStar Special 2004 August / GSSH0804.iso / Action / Cloudphobia / Cloudphobia.exe / config.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  2004-04-11  |  5KB  |  246 lines

  1. object Form1: TForm1
  2.   Left = 228
  3.   Top = 65
  4.   Width = 265
  5.   Height = 519
  6.   Caption = 'cloudphobia Settings'
  7.   Color = clBtnFace
  8.   Font.Charset = SHIFTJIS_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -12
  11.   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   Position = poDesktopCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 12
  18.   object GroupBox1: TGroupBox
  19.     Left = 40
  20.     Top = 80
  21.     Width = 177
  22.     Height = 41
  23.     Caption = 'Screen Mode'
  24.     TabOrder = 0
  25.     object RadioButton1: TRadioButton
  26.       Left = 8
  27.       Top = 16
  28.       Width = 89
  29.       Height = 17
  30.       Caption = 'FullScreen'
  31.       TabOrder = 0
  32.       OnClick = RadioButton1Click
  33.     end
  34.     object RadioButton2: TRadioButton
  35.       Left = 96
  36.       Top = 16
  37.       Width = 65
  38.       Height = 17
  39.       Caption = 'Window'
  40.       TabOrder = 1
  41.       OnClick = RadioButton2Click
  42.     end
  43.   end
  44.   object GroupBox2: TGroupBox
  45.     Left = 40
  46.     Top = 136
  47.     Width = 177
  48.     Height = 41
  49.     Caption = 'Color Mode'
  50.     TabOrder = 1
  51.     object RadioButton3: TRadioButton
  52.       Left = 8
  53.       Top = 16
  54.       Width = 65
  55.       Height = 17
  56.       Caption = '16bit'
  57.       TabOrder = 0
  58.       OnClick = RadioButton3Click
  59.     end
  60.     object RadioButton4: TRadioButton
  61.       Left = 96
  62.       Top = 16
  63.       Width = 49
  64.       Height = 17
  65.       Caption = '32bit'
  66.       TabOrder = 1
  67.       OnClick = RadioButton4Click
  68.     end
  69.   end
  70.   object GroupBox3: TGroupBox
  71.     Left = 40
  72.     Top = 192
  73.     Width = 177
  74.     Height = 41
  75.     Caption = 'Play BGM'
  76.     TabOrder = 2
  77.     object RadioButton5: TRadioButton
  78.       Left = 8
  79.       Top = 16
  80.       Width = 73
  81.       Height = 17
  82.       Caption = 'On'
  83.       TabOrder = 0
  84.       OnClick = RadioButton5Click
  85.     end
  86.     object RadioButton6: TRadioButton
  87.       Left = 96
  88.       Top = 16
  89.       Width = 49
  90.       Height = 17
  91.       Caption = 'Off'
  92.       TabOrder = 1
  93.       OnClick = RadioButton6Click
  94.     end
  95.   end
  96.   object Button1: TButton
  97.     Left = 48
  98.     Top = 440
  99.     Width = 75
  100.     Height = 25
  101.     Caption = 'OK'
  102.     TabOrder = 3
  103.     OnClick = Button1Click
  104.   end
  105.   object Button2: TButton
  106.     Left = 136
  107.     Top = 440
  108.     Width = 75
  109.     Height = 25
  110.     Caption = 'Cancel'
  111.     TabOrder = 4
  112.     OnClick = Button2Click
  113.   end
  114.   object GroupBox4: TGroupBox
  115.     Left = 40
  116.     Top = 360
  117.     Width = 177
  118.     Height = 65
  119.     Caption = 'Screen Resolution'
  120.     TabOrder = 5
  121.     object RadioButton7: TRadioButton
  122.       Left = 8
  123.       Top = 16
  124.       Width = 73
  125.       Height = 17
  126.       Caption = '320 x 240'
  127.       TabOrder = 0
  128.       OnClick = RadioButton7Click
  129.     end
  130.     object RadioButton8: TRadioButton
  131.       Left = 96
  132.       Top = 16
  133.       Width = 73
  134.       Height = 17
  135.       Caption = '640 x 480'
  136.       TabOrder = 1
  137.       OnClick = RadioButton8Click
  138.     end
  139.     object RadioButton9: TRadioButton
  140.       Left = 8
  141.       Top = 40
  142.       Width = 81
  143.       Height = 17
  144.       Caption = '1024 x 768'
  145.       TabOrder = 2
  146.       OnClick = RadioButton9Click
  147.     end
  148.     object RadioButton10: TRadioButton
  149.       Left = 96
  150.       Top = 40
  151.       Width = 73
  152.       Height = 17
  153.       Caption = '1280 x 960'
  154.       TabOrder = 3
  155.       OnClick = RadioButton10Click
  156.     end
  157.   end
  158.   object GroupBox5: TGroupBox
  159.     Left = 40
  160.     Top = 248
  161.     Width = 177
  162.     Height = 41
  163.     Caption = 'Play SE'
  164.     TabOrder = 6
  165.     object RadioButton11: TRadioButton
  166.       Left = 8
  167.       Top = 16
  168.       Width = 49
  169.       Height = 17
  170.       Caption = 'On'
  171.       TabOrder = 0
  172.       OnClick = RadioButton11Click
  173.     end
  174.     object RadioButton12: TRadioButton
  175.       Left = 96
  176.       Top = 16
  177.       Width = 49
  178.       Height = 17
  179.       Caption = 'Off'
  180.       TabOrder = 1
  181.       OnClick = RadioButton12Click
  182.     end
  183.   end
  184.   object GroupBox6: TGroupBox
  185.     Left = 40
  186.     Top = 304
  187.     Width = 177
  188.     Height = 41
  189.     Caption = 'Extra Effects'
  190.     TabOrder = 7
  191.     object RadioButton13: TRadioButton
  192.       Left = 8
  193.       Top = 16
  194.       Width = 57
  195.       Height = 17
  196.       Caption = 'On'
  197.       TabOrder = 0
  198.       OnClick = RadioButton13Click
  199.     end
  200.     object RadioButton14: TRadioButton
  201.       Left = 96
  202.       Top = 16
  203.       Width = 49
  204.       Height = 17
  205.       Caption = 'Off'
  206.       TabOrder = 1
  207.       OnClick = RadioButton14Click
  208.     end
  209.   end
  210.   object GroupBox7: TGroupBox
  211.     Left = 40
  212.     Top = 24
  213.     Width = 177
  214.     Height = 41
  215.     Caption = 'Effect Level'
  216.     TabOrder = 8
  217.     object RadioButton15: TRadioButton
  218.       Left = 8
  219.       Top = 16
  220.       Width = 41
  221.       Height = 17
  222.       Caption = 'low'
  223.       TabOrder = 0
  224.       OnClick = RadioButton15Click
  225.     end
  226.     object RadioButton16: TRadioButton
  227.       Left = 64
  228.       Top = 16
  229.       Width = 41
  230.       Height = 17
  231.       Caption = 'mid'
  232.       TabOrder = 1
  233.       OnClick = RadioButton16Click
  234.     end
  235.     object RadioButton17: TRadioButton
  236.       Left = 120
  237.       Top = 16
  238.       Width = 49
  239.       Height = 17
  240.       Caption = 'high'
  241.       TabOrder = 2
  242.       OnClick = RadioButton17Click
  243.     end
  244.   end
  245. end
  246.