home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer 5.7 / 2000-04_Disc_5.7.bin / Databases / databases.exe / 0 / RCDATA / TFORMDEMO / TFORMDEMO.txt
Text File  |  1998-12-08  |  8KB  |  397 lines

  1. object FormDemo: TFormDemo
  2.   Left = 374
  3.   Top = 121
  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 LabelDemoDatabase: TLabel
  31.     Left = 360
  32.     Top = 0
  33.     Width = 119
  34.     Height = 18
  35.     Caption = 'Demos 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 Label2: TLabel
  45.     Left = 120
  46.     Top = 62
  47.     Width = 44
  48.     Height = 17
  49.     Caption = 'Demo:'
  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 = 489
  62.     Height = 69
  63.     DataField = 'TITLE'
  64.     DataSource = DemosDataSource
  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 LabelCategory: TLabel
  75.     Left = 120
  76.     Top = 172
  77.     Width = 63
  78.     Height = 17
  79.     Caption = 'Category:'
  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 LabelIssue: TLabel
  89.     Left = 120
  90.     Top = 284
  91.     Width = 39
  92.     Height = 17
  93.     Caption = 'Issue:'
  94.     Font.Charset = ANSI_CHARSET
  95.     Font.Color = clWindowText
  96.     Font.Height = -15
  97.     Font.Name = 'Arial'
  98.     Font.Style = []
  99.     ParentFont = False
  100.     Transparent = True
  101.   end
  102.   object DBText3: TDBText
  103.     Left = 120
  104.     Top = 191
  105.     Width = 62
  106.     Height = 18
  107.     AutoSize = True
  108.     DataField = 'CATEGORY'
  109.     DataSource = DemosDataSource
  110.     Font.Charset = ANSI_CHARSET
  111.     Font.Color = clWindowText
  112.     Font.Height = -15
  113.     Font.Name = 'Arial'
  114.     Font.Style = [fsBold]
  115.     ParentFont = False
  116.     Transparent = True
  117.   end
  118.   object LabelPublisher: TLabel
  119.     Left = 120
  120.     Top = 227
  121.     Width = 65
  122.     Height = 17
  123.     Caption = 'Publisher:'
  124.     Font.Charset = ANSI_CHARSET
  125.     Font.Color = clWindowText
  126.     Font.Height = -15
  127.     Font.Name = 'Arial'
  128.     Font.Style = []
  129.     ParentFont = False
  130.     Transparent = True
  131.   end
  132.   object DBText5: TDBText
  133.     Left = 120
  134.     Top = 246
  135.     Width = 62
  136.     Height = 18
  137.     AutoSize = True
  138.     DataField = 'CONAME'
  139.     DataSource = DemosDataSource
  140.     Font.Charset = ANSI_CHARSET
  141.     Font.Color = clWindowText
  142.     Font.Height = -15
  143.     Font.Name = 'Arial'
  144.     Font.Style = [fsBold]
  145.     ParentFont = False
  146.     Transparent = True
  147.   end
  148.   object LabelTypeStr: TLabel
  149.     Left = 120
  150.     Top = 423
  151.     Width = 79
  152.     Height = 16
  153.     Caption = 'Type a string:'
  154.     Font.Charset = ANSI_CHARSET
  155.     Font.Color = clWindowText
  156.     Font.Height = -13
  157.     Font.Name = 'Arial'
  158.     Font.Style = []
  159.     ParentFont = False
  160.     Transparent = True
  161.   end
  162.   object LabelInstallCmd: TLabel
  163.     Left = 391
  164.     Top = 172
  165.     Width = 114
  166.     Height = 17
  167.     Caption = 'Install Command:'
  168.     Font.Charset = ANSI_CHARSET
  169.     Font.Color = clWindowText
  170.     Font.Height = -15
  171.     Font.Name = 'Arial'
  172.     Font.Style = []
  173.     ParentFont = False
  174.     Transparent = True
  175.   end
  176.   object DBText2: TDBText
  177.     Left = 391
  178.     Top = 191
  179.     Width = 62
  180.     Height = 18
  181.     AutoSize = True
  182.     DataField = 'INSTALL'
  183.     DataSource = DemosDataSource
  184.     Font.Charset = ANSI_CHARSET
  185.     Font.Color = clWindowText
  186.     Font.Height = -15
  187.     Font.Name = 'Arial'
  188.     Font.Style = [fsBold]
  189.     ParentFont = False
  190.     Transparent = True
  191.   end
  192.   object LabelTechNumber: TLabel
  193.     Left = 391
  194.     Top = 227
  195.     Width = 148
  196.     Height = 17
  197.     Caption = 'Tech Support Number:'
  198.     Font.Charset = ANSI_CHARSET
  199.     Font.Color = clWindowText
  200.     Font.Height = -15
  201.     Font.Name = 'Arial'
  202.     Font.Style = []
  203.     ParentFont = False
  204.     Transparent = True
  205.   end
  206.   object DBText6: TDBText
  207.     Left = 391
  208.     Top = 246
  209.     Width = 62
  210.     Height = 18
  211.     AutoSize = True
  212.     DataField = 'TECHNUMBER'
  213.     DataSource = DemosDataSource
  214.     Font.Charset = ANSI_CHARSET
  215.     Font.Color = clWindowText
  216.     Font.Height = -15
  217.     Font.Name = 'Arial'
  218.     Font.Style = [fsBold]
  219.     ParentFont = False
  220.     Transparent = True
  221.   end
  222.   object LabelOpSys: TLabel
  223.     Left = 391
  224.     Top = 284
  225.     Width = 122
  226.     Height = 17
  227.     Caption = 'Operating System:'
  228.     Font.Charset = ANSI_CHARSET
  229.     Font.Color = clWindowText
  230.     Font.Height = -15
  231.     Font.Name = 'Arial'
  232.     Font.Style = []
  233.     ParentFont = False
  234.     Transparent = True
  235.   end
  236.   object DBText7: TDBText
  237.     Left = 391
  238.     Top = 303
  239.     Width = 62
  240.     Height = 18
  241.     AutoSize = True
  242.     DataField = 'OS'
  243.     DataSource = DemosDataSource
  244.     Font.Charset = ANSI_CHARSET
  245.     Font.Color = clWindowText
  246.     Font.Height = -15
  247.     Font.Name = 'Arial'
  248.     Font.Style = [fsBold]
  249.     ParentFont = False
  250.     Transparent = True
  251.   end
  252.   object DBText4: TDBText
  253.     Left = 120
  254.     Top = 303
  255.     Width = 62
  256.     Height = 18
  257.     AutoSize = True
  258.     DataField = 'ISSUE'
  259.     DataSource = DemosDataSource
  260.     Font.Charset = ANSI_CHARSET
  261.     Font.Color = clWindowText
  262.     Font.Height = -15
  263.     Font.Name = 'Arial'
  264.     Font.Style = [fsBold]
  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 DemosNavigator: TDBNavigator
  326.     Left = 432
  327.     Top = 37
  328.     Width = 188
  329.     Height = 20
  330.     DataSource = DemosDataSource
  331.     VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
  332.     ParentShowHint = False
  333.     ShowHint = True
  334.     TabOrder = 0
  335.     TabStop = True
  336.   end
  337.   object Panel1: TPanel
  338.     Left = 121
  339.     Top = 158
  340.     Width = 500
  341.     Height = 1
  342.     BevelOuter = bvNone
  343.     Color = clRed
  344.     TabOrder = 1
  345.   end
  346.   object EditSearch: TEdit
  347.     Left = 204
  348.     Top = 419
  349.     Width = 188
  350.     Height = 25
  351.     Color = clSilver
  352.     TabOrder = 2
  353.     OnKeyDown = EditSearchKeyDown
  354.   end
  355.   object BtnSearch: TButton
  356.     Left = 402
  357.     Top = 419
  358.     Width = 97
  359.     Height = 25
  360.     Caption = 'Search'
  361.     ParentShowHint = False
  362.     ShowHint = True
  363.     TabOrder = 3
  364.     OnClick = BtnSearchClick
  365.   end
  366.   object BtnSearchAgain: TButton
  367.     Left = 506
  368.     Top = 419
  369.     Width = 121
  370.     Height = 25
  371.     Caption = 'Search Again'
  372.     ParentShowHint = False
  373.     ShowHint = True
  374.     TabOrder = 4
  375.     OnClick = BtnSearchAgainClick
  376.   end
  377.   object DemosTable: TMDBFTable
  378.     About = 'MiTeC DBF Table 1.35 - ∩┐╜ 1997-98, MichaL MutL'
  379.     FileName = 'cd_demos.dbf'
  380.     SaveData = False
  381.     Left = 16
  382.     Top = 72
  383.   end
  384.   object DemosDataSource: TDataSource
  385.     DataSet = DemosTable
  386.     Left = 16
  387.     Top = 104
  388.   end
  389.   object PlacementInfo: TFormPlacement
  390.     IniFileName = 'PCGamer_Lx1'
  391.     IniSection = 'FormDemo'
  392.     UseRegistry = True
  393.     Left = 24
  394.     Top = 280
  395.   end
  396. end
  397.