home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2003 April / Gamestar_50_2003-04_cd2.bin / start.exe / 0 / RCDATA / TFORM5 / TFORM5.txt
Text File  |  2002-11-09  |  4KB  |  173 lines

  1. object Form5: TForm5
  2.   Left = 296
  3.   Top = 154
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'SuperChecker'
  7.   ClientHeight = 429
  8.   ClientWidth = 417
  9.   Color = 5460819
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 152
  23.     Top = 8
  24.     Width = 257
  25.     Height = 24
  26.     Alignment = taCenter
  27.     AutoSize = False
  28.     Color = clNavy
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -21
  32.     Font.Name = 'Arial'
  33.     Font.Style = [fsBold]
  34.     ParentColor = False
  35.     ParentFont = False
  36.     Transparent = True
  37.   end
  38.   object Label2: TLabel
  39.     Left = 10
  40.     Top = 198
  41.     Width = 399
  42.     Height = 27
  43.     AutoSize = False
  44.     Caption = 'Checking...'
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clWhite
  47.     Font.Height = -13
  48.     Font.Name = 'Arial'
  49.     Font.Style = [fsBold]
  50.     ParentFont = False
  51.   end
  52.   object Button1: TButton
  53.     Left = 8
  54.     Top = 8
  55.     Width = 57
  56.     Height = 23
  57.     Caption = 'Check!'
  58.     Font.Charset = DEFAULT_CHARSET
  59.     Font.Color = clWindowText
  60.     Font.Height = -11
  61.     Font.Name = 'MS Sans Serif'
  62.     Font.Style = [fsBold]
  63.     ParentFont = False
  64.     TabOrder = 0
  65.     OnClick = Button1Click
  66.   end
  67.   object Button2: TButton
  68.     Left = 8
  69.     Top = 232
  70.     Width = 57
  71.     Height = 23
  72.     Caption = 'Export'
  73.     Font.Charset = DEFAULT_CHARSET
  74.     Font.Color = clWindowText
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = [fsBold]
  78.     ParentFont = False
  79.     TabOrder = 1
  80.     OnClick = Button2Click
  81.   end
  82.   object CheckBox: TCheckListBox
  83.     Left = 8
  84.     Top = 40
  85.     Width = 401
  86.     Height = 153
  87.     Color = clSilver
  88.     Enabled = False
  89.     Font.Charset = DEFAULT_CHARSET
  90.     Font.Color = clNavy
  91.     Font.Height = -11
  92.     Font.Name = 'MS Sans Serif'
  93.     Font.Style = []
  94.     ItemHeight = 13
  95.     ParentFont = False
  96.     TabOrder = 2
  97.   end
  98.   object Edit1: TEdit
  99.     Left = 72
  100.     Top = 232
  101.     Width = 57
  102.     Height = 21
  103.     Font.Charset = DEFAULT_CHARSET
  104.     Font.Color = clWindowText
  105.     Font.Height = -11
  106.     Font.Name = 'Microsoft Sans Serif'
  107.     Font.Style = [fsBold]
  108.     MaxLength = 7
  109.     ParentFont = False
  110.     TabOrder = 3
  111.     Text = '2002/07'
  112.   end
  113.   object Edit2: TEdit
  114.     Left = 136
  115.     Top = 232
  116.     Width = 209
  117.     Height = 21
  118.     Font.Charset = DEFAULT_CHARSET
  119.     Font.Color = clWindowText
  120.     Font.Height = -11
  121.     Font.Name = 'Microsoft Sans Serif'
  122.     Font.Style = [fsBold]
  123.     ParentFont = False
  124.     TabOrder = 4
  125.     Text = 'Kategorie'
  126.   end
  127.   object DSBox: TCheckListBox
  128.     Left = 8
  129.     Top = 264
  130.     Width = 401
  131.     Height = 153
  132.     Color = clSilver
  133.     Enabled = False
  134.     Font.Charset = DEFAULT_CHARSET
  135.     Font.Color = clNavy
  136.     Font.Height = -11
  137.     Font.Name = 'MS Sans Serif'
  138.     Font.Style = []
  139.     ItemHeight = 13
  140.     ParentFont = False
  141.     TabOrder = 5
  142.   end
  143.   object Edit3: TEdit
  144.     Left = 352
  145.     Top = 232
  146.     Width = 57
  147.     Height = 21
  148.     Font.Charset = DEFAULT_CHARSET
  149.     Font.Color = clWindowText
  150.     Font.Height = -11
  151.     Font.Name = 'Microsoft Sans Serif'
  152.     Font.Style = [fsBold]
  153.     ParentFont = False
  154.     TabOrder = 6
  155.     Text = 'CD/DVD'
  156.   end
  157.   object CheckBox1: TCheckBox
  158.     Left = 72
  159.     Top = 8
  160.     Width = 81
  161.     Height = 25
  162.     Caption = 'ROMDATA'
  163.     Font.Charset = DEFAULT_CHARSET
  164.     Font.Color = clWhite
  165.     Font.Height = -11
  166.     Font.Name = 'MS Sans Serif'
  167.     Font.Style = []
  168.     ParentFont = False
  169.     TabOrder = 7
  170.     OnClick = CheckBox1Click
  171.   end
  172. end
  173.