home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 5.9 / 2000-06_-_Disc_5.9_Imperfect.iso / Databases / databases.exe / 0 / RCDATA / TFORMREVIEWS / TFORMREVIEWS.txt
Text File  |  1998-12-08  |  10KB  |  451 lines

  1. object FormReviews: TFormReviews
  2.   Left = 331
  3.   Top = 175
  4.   BorderStyle = bsDialog
  5.   Caption = 'PC Gamer DISC'
  6.   ClientHeight = 449
  7.   ClientWidth = 632
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -15
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnKeyDown = FormKeyDown
  20.   PixelsPerInch = 120
  21.   TextHeight = 17
  22.   object Image1: TImage
  23.     Left = 0
  24.     Top = 0
  25.     Width = 632
  26.     Height = 449
  27.     AutoSize = True
  28.     OnMouseMove = AllMouseMove
  29.   end
  30.   object LabelReviewsDatabase: TLabel
  31.     Left = 360
  32.     Top = 0
  33.     Width = 131
  34.     Height = 18
  35.     Caption = 'Reviews Database'
  36.     Font.Charset = ANSI_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -15
  39.     Font.Name = 'Arial'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.     Transparent = True
  43.   end
  44.   object LabelTitle: TLabel
  45.     Left = 120
  46.     Top = 62
  47.     Width = 31
  48.     Height = 17
  49.     Caption = 'Title:'
  50.     Font.Charset = ANSI_CHARSET
  51.     Font.Color = clWindowText
  52.     Font.Height = -15
  53.     Font.Name = 'Arial'
  54.     Font.Style = []
  55.     ParentFont = False
  56.     Transparent = True
  57.   end
  58.   object DBText1: TDBText
  59.     Left = 120
  60.     Top = 84
  61.     Width = 313
  62.     Height = 69
  63.     DataField = 'TITLE'
  64.     DataSource = ReviewsDataSource
  65.     Font.Charset = ANSI_CHARSET
  66.     Font.Color = clRed
  67.     Font.Height = -23
  68.     Font.Name = 'Arial'
  69.     Font.Style = [fsBold]
  70.     ParentFont = False
  71.     Transparent = True
  72.     WordWrap = True
  73.   end
  74.   object LabelRating: TLabel
  75.     Left = 456
  76.     Top = 62
  77.     Width = 46
  78.     Height = 17
  79.     Caption = 'Rating:'
  80.     Font.Charset = ANSI_CHARSET
  81.     Font.Color = clWindowText
  82.     Font.Height = -15
  83.     Font.Name = 'Arial'
  84.     Font.Style = []
  85.     ParentFont = False
  86.     Transparent = True
  87.   end
  88.   object DBText2: TDBText
  89.     Left = 456
  90.     Top = 84
  91.     Width = 33
  92.     Height = 29
  93.     DataField = 'RATING'
  94.     DataSource = ReviewsDataSource
  95.     Font.Charset = ANSI_CHARSET
  96.     Font.Color = clRed
  97.     Font.Height = -23
  98.     Font.Name = 'Arial'
  99.     Font.Style = [fsBold]
  100.     ParentFont = False
  101.     Transparent = True
  102.     WordWrap = True
  103.   end
  104.   object Label4: TLabel
  105.     Left = 493
  106.     Top = 85
  107.     Width = 17
  108.     Height = 24
  109.     Caption = '%'
  110.     Color = clWhite
  111.     Font.Charset = ANSI_CHARSET
  112.     Font.Color = clRed
  113.     Font.Height = -20
  114.     Font.Name = 'Arial'
  115.     Font.Style = [fsBold]
  116.     ParentColor = False
  117.     ParentFont = False
  118.   end
  119.   object LabelCategory: TLabel
  120.     Left = 120
  121.     Top = 157
  122.     Width = 63
  123.     Height = 17
  124.     Caption = 'Category:'
  125.     Font.Charset = ANSI_CHARSET
  126.     Font.Color = clWindowText
  127.     Font.Height = -15
  128.     Font.Name = 'Arial'
  129.     Font.Style = []
  130.     ParentFont = False
  131.     Transparent = True
  132.   end
  133.   object LabelIssue: TLabel
  134.     Left = 456
  135.     Top = 157
  136.     Width = 39
  137.     Height = 17
  138.     Caption = 'Issue:'
  139.     Font.Charset = ANSI_CHARSET
  140.     Font.Color = clWindowText
  141.     Font.Height = -15
  142.     Font.Name = 'Arial'
  143.     Font.Style = []
  144.     ParentFont = False
  145.     Transparent = True
  146.   end
  147.   object DBText3: TDBText
  148.     Left = 120
  149.     Top = 176
  150.     Width = 62
  151.     Height = 18
  152.     AutoSize = True
  153.     DataField = 'CATEGORY'
  154.     DataSource = ReviewsDataSource
  155.     Font.Charset = ANSI_CHARSET
  156.     Font.Color = clWindowText
  157.     Font.Height = -15
  158.     Font.Name = 'Arial'
  159.     Font.Style = [fsBold]
  160.     ParentFont = False
  161.     Transparent = True
  162.   end
  163.   object DBText4: TDBText
  164.     Left = 456
  165.     Top = 176
  166.     Width = 62
  167.     Height = 18
  168.     AutoSize = True
  169.     DataField = 'ISSUE_PAGE'
  170.     DataSource = ReviewsDataSource
  171.     Font.Charset = ANSI_CHARSET
  172.     Font.Color = clWindowText
  173.     Font.Height = -15
  174.     Font.Name = 'Arial'
  175.     Font.Style = [fsBold]
  176.     ParentFont = False
  177.     Transparent = True
  178.   end
  179.   object LabelPublisher: TLabel
  180.     Left = 120
  181.     Top = 202
  182.     Width = 65
  183.     Height = 17
  184.     Caption = 'Publisher:'
  185.     Font.Charset = ANSI_CHARSET
  186.     Font.Color = clWindowText
  187.     Font.Height = -15
  188.     Font.Name = 'Arial'
  189.     Font.Style = []
  190.     ParentFont = False
  191.     Transparent = True
  192.   end
  193.   object DBText5: TDBText
  194.     Left = 120
  195.     Top = 221
  196.     Width = 62
  197.     Height = 18
  198.     AutoSize = True
  199.     DataField = 'CONAME'
  200.     DataSource = ReviewsDataSource
  201.     Font.Charset = ANSI_CHARSET
  202.     Font.Color = clWindowText
  203.     Font.Height = -15
  204.     Font.Name = 'Arial'
  205.     Font.Style = [fsBold]
  206.     ParentFont = False
  207.     Transparent = True
  208.   end
  209.   object LabelHighs: TLabel
  210.     Left = 120
  211.     Top = 247
  212.     Width = 48
  213.     Height = 23
  214.     Caption = 'Highs'
  215.     Color = clWhite
  216.     Font.Charset = ANSI_CHARSET
  217.     Font.Color = clWindowText
  218.     Font.Height = -20
  219.     Font.Name = 'Arial'
  220.     Font.Style = []
  221.     ParentColor = False
  222.     ParentFont = False
  223.   end
  224.   object LabelLows: TLabel
  225.     Left = 290
  226.     Top = 247
  227.     Width = 47
  228.     Height = 23
  229.     Caption = 'Lows'
  230.     Color = clWhite
  231.     Font.Charset = ANSI_CHARSET
  232.     Font.Color = clWindowText
  233.     Font.Height = -20
  234.     Font.Name = 'Arial'
  235.     Font.Style = []
  236.     ParentColor = False
  237.     ParentFont = False
  238.   end
  239.   object LabelBottomLine: TLabel
  240.     Left = 460
  241.     Top = 247
  242.     Width = 99
  243.     Height = 23
  244.     Caption = 'BottomLine'
  245.     Color = clWhite
  246.     Font.Charset = ANSI_CHARSET
  247.     Font.Color = clWindowText
  248.     Font.Height = -20
  249.     Font.Name = 'Arial'
  250.     Font.Style = []
  251.     ParentColor = False
  252.     ParentFont = False
  253.   end
  254.   object LabelTypeStr: TLabel
  255.     Left = 120
  256.     Top = 426
  257.     Width = 79
  258.     Height = 16
  259.     Caption = 'Type a string:'
  260.     Font.Charset = ANSI_CHARSET
  261.     Font.Color = clWindowText
  262.     Font.Height = -13
  263.     Font.Name = 'Arial'
  264.     Font.Style = []
  265.     ParentFont = False
  266.     Transparent = True
  267.   end
  268.   object LabClose: TLabel
  269.     Left = 20
  270.     Top = 360
  271.     Width = 41
  272.     Height = 18
  273.     Alignment = taCenter
  274.     Caption = 'Close'
  275.     Color = clBlack
  276.     Font.Charset = ANSI_CHARSET
  277.     Font.Color = clWhite
  278.     Font.Height = -15
  279.     Font.Name = 'Arial'
  280.     Font.Style = [fsBold]
  281.     ParentColor = False
  282.     ParentFont = False
  283.     WordWrap = True
  284.     OnClick = LabCloseClick
  285.     OnMouseMove = AllMouseMove
  286.   end
  287.   object LabMenu: TLabel
  288.     Left = 20
  289.     Top = 72
  290.     Width = 40
  291.     Height = 36
  292.     Alignment = taCenter
  293.     Caption = 'Main Menu'
  294.     Color = clBlack
  295.     Font.Charset = ANSI_CHARSET
  296.     Font.Color = clWhite
  297.     Font.Height = -15
  298.     Font.Name = 'Arial'
  299.     Font.Style = [fsBold]
  300.     ParentColor = False
  301.     ParentFont = False
  302.     WordWrap = True
  303.     OnClick = LabMenuClick
  304.     OnMouseMove = AllMouseMove
  305.   end
  306.   object LabSearch: TLabel
  307.     Left = 15
  308.     Top = 128
  309.     Width = 50
  310.     Height = 36
  311.     Alignment = taCenter
  312.     Caption = 'Search Dialog'
  313.     Color = clBlack
  314.     Font.Charset = ANSI_CHARSET
  315.     Font.Color = clWhite
  316.     Font.Height = -15
  317.     Font.Name = 'Arial'
  318.     Font.Style = [fsBold]
  319.     ParentColor = False
  320.     ParentFont = False
  321.     WordWrap = True
  322.     OnClick = LabSearchClick
  323.     OnMouseMove = AllMouseMove
  324.   end
  325.   object DBText6: TDBText
  326.     Left = 456
  327.     Top = 221
  328.     Width = 62
  329.     Height = 18
  330.     AutoSize = True
  331.     DataField = 'EDITOR_S_C'
  332.     DataSource = ReviewsDataSource
  333.     Font.Charset = ANSI_CHARSET
  334.     Font.Color = clWindowText
  335.     Font.Height = -15
  336.     Font.Name = 'Arial'
  337.     Font.Style = [fsBold]
  338.     ParentFont = False
  339.     Transparent = True
  340.   end
  341.   object ReviewsNavigator: TDBNavigator
  342.     Left = 432
  343.     Top = 37
  344.     Width = 188
  345.     Height = 20
  346.     DataSource = ReviewsDataSource
  347.     VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
  348.     ParentShowHint = False
  349.     ShowHint = True
  350.     TabOrder = 0
  351.     TabStop = True
  352.   end
  353.   object DBMemo1: TDBMemo
  354.     Left = 120
  355.     Top = 277
  356.     Width = 160
  357.     Height = 130
  358.     BorderStyle = bsNone
  359.     Color = clWhite
  360.     DataField = 'HIGHS'
  361.     DataSource = ReviewsDataSource
  362.     ReadOnly = True
  363.     TabOrder = 1
  364.   end
  365.   object Panel1: TPanel
  366.     Left = 120
  367.     Top = 271
  368.     Width = 500
  369.     Height = 1
  370.     BevelOuter = bvNone
  371.     Color = clRed
  372.     TabOrder = 2
  373.   end
  374.   object DBMemo2: TDBMemo
  375.     Left = 290
  376.     Top = 276
  377.     Width = 160
  378.     Height = 130
  379.     BorderStyle = bsNone
  380.     Color = clWhite
  381.     DataField = 'LOWS'
  382.     DataSource = ReviewsDataSource
  383.     ReadOnly = True
  384.     TabOrder = 3
  385.   end
  386.   object DBMemo3: TDBMemo
  387.     Left = 460
  388.     Top = 276
  389.     Width = 160
  390.     Height = 130
  391.     BorderStyle = bsNone
  392.     Color = clWhite
  393.     DataField = 'BOTTOMLINE'
  394.     DataSource = ReviewsDataSource
  395.     ReadOnly = True
  396.     TabOrder = 4
  397.   end
  398.   object EditSearch: TEdit
  399.     Left = 204
  400.     Top = 422
  401.     Width = 188
  402.     Height = 25
  403.     Color = clSilver
  404.     TabOrder = 5
  405.     OnKeyDown = EditSearchKeyDown
  406.   end
  407.   object BtnSearch: TButton
  408.     Left = 402
  409.     Top = 422
  410.     Width = 97
  411.     Height = 25
  412.     Hint = 'You can also press Enter'
  413.     Caption = 'Search'
  414.     ParentShowHint = False
  415.     ShowHint = True
  416.     TabOrder = 6
  417.     OnClick = BtnSearchClick
  418.   end
  419.   object BtnSearchAgain: TButton
  420.     Left = 506
  421.     Top = 422
  422.     Width = 121
  423.     Height = 25
  424.     Hint = 'You can also press Control+Enter'
  425.     Caption = 'Search Again'
  426.     ParentShowHint = False
  427.     ShowHint = True
  428.     TabOrder = 7
  429.     OnClick = BtnSearchAgainClick
  430.   end
  431.   object ReviewsTable: TMDBFTable
  432.     About = 'MiTeC DBF Table 1.35 - ∩┐╜ 1997-98, MichaL MutL'
  433.     FileName = 'reviews.dbf'
  434.     SaveData = False
  435.     Left = 16
  436.     Top = 72
  437.   end
  438.   object ReviewsDataSource: TDataSource
  439.     DataSet = ReviewsTable
  440.     Left = 16
  441.     Top = 104
  442.   end
  443.   object PlacementInfo: TFormPlacement
  444.     IniFileName = 'PCGamer_Lx1'
  445.     IniSection = 'FormReviews'
  446.     UseRegistry = True
  447.     Left = 24
  448.     Top = 280
  449.   end
  450. end
  451.