home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 March / Chip_1998-03_cd.bin / zkuste / delphi / ruzkomp / APITHING.ZIP / MyThing.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Encoding:
Text File  |  1997-09-14  |  5.1 KB  |  279 lines

  1. object Form1: TForm1
  2.   Left = 364
  3.   Top = 130
  4.   Width = 560
  5.   Height = 383
  6.   Caption = 'Tim'#39's APIThing Demo App'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Button1: TButton
  17.     Left = 12
  18.     Top = 8
  19.     Width = 125
  20.     Height = 30
  21.     Caption = 'File Comments'
  22.     TabOrder = 0
  23.     OnClick = Button1Click
  24.   end
  25.   object Button2: TButton
  26.     Left = 12
  27.     Top = 48
  28.     Width = 125
  29.     Height = 30
  30.     Caption = 'File Version'
  31.     TabOrder = 1
  32.     OnClick = Button2Click
  33.   end
  34.   object Button3: TButton
  35.     Left = 12
  36.     Top = 88
  37.     Width = 125
  38.     Height = 30
  39.     Caption = 'Free Disk Space'
  40.     TabOrder = 2
  41.     OnClick = Button3Click
  42.   end
  43.   object Button4: TButton
  44.     Left = 12
  45.     Top = 128
  46.     Width = 125
  47.     Height = 30
  48.     Caption = 'Current Directory'
  49.     TabOrder = 3
  50.     OnClick = Button4Click
  51.   end
  52.   object Button5: TButton
  53.     Left = 148
  54.     Top = 8
  55.     Width = 125
  56.     Height = 30
  57.     Caption = 'File Size'
  58.     TabOrder = 4
  59.     OnClick = Button5Click
  60.   end
  61.   object Button6: TButton
  62.     Left = 148
  63.     Top = 48
  64.     Width = 125
  65.     Height = 30
  66.     Caption = 'Short Path Name'
  67.     TabOrder = 5
  68.     OnClick = Button6Click
  69.   end
  70.   object Button7: TButton
  71.     Left = 148
  72.     Top = 88
  73.     Width = 125
  74.     Height = 30
  75.     Caption = 'Temp Path'
  76.     TabOrder = 6
  77.     OnClick = Button7Click
  78.   end
  79.   object Button8: TButton
  80.     Left = 148
  81.     Top = 128
  82.     Width = 125
  83.     Height = 30
  84.     Caption = 'Volume Info'
  85.     TabOrder = 7
  86.     OnClick = Button8Click
  87.   end
  88.   object Button9: TButton
  89.     Left = 284
  90.     Top = 8
  91.     Width = 125
  92.     Height = 30
  93.     Caption = 'Full Path Name'
  94.     TabOrder = 8
  95.     OnClick = Button9Click
  96.   end
  97.   object Button10: TButton
  98.     Left = 284
  99.     Top = 48
  100.     Width = 125
  101.     Height = 30
  102.     Caption = 'Logical Drives'
  103.     TabOrder = 9
  104.     OnClick = Button10Click
  105.   end
  106.   object Button11: TButton
  107.     Left = 284
  108.     Top = 88
  109.     Width = 125
  110.     Height = 30
  111.     Caption = 'Windows Directory'
  112.     TabOrder = 10
  113.     OnClick = Button11Click
  114.   end
  115.   object Button12: TButton
  116.     Left = 284
  117.     Top = 128
  118.     Width = 125
  119.     Height = 30
  120.     Caption = 'System Directory'
  121.     TabOrder = 11
  122.     OnClick = Button12Click
  123.   end
  124.   object Panel1: TPanel
  125.     Left = 12
  126.     Top = 288
  127.     Width = 397
  128.     Height = 57
  129.     BevelInner = bvLowered
  130.     BevelOuter = bvLowered
  131.     TabOrder = 12
  132.     object Image1: TImage
  133.       Left = 8
  134.       Top = 8
  135.       Width = 81
  136.       Height = 41
  137.       AutoSize = True
  138.       Center = True
  139.       IncrementalDisplay = True
  140.       Stretch = True
  141.     end
  142.     object Label1: TLabel
  143.       Left = 256
  144.       Top = 16
  145.       Width = 41
  146.       Height = 16
  147.       Alignment = taRightJustify
  148.       Caption = 'Label1'
  149.     end
  150.   end
  151.   object Button13: TButton
  152.     Left = 12
  153.     Top = 168
  154.     Width = 125
  155.     Height = 30
  156.     Caption = 'File Times'
  157.     TabOrder = 13
  158.     OnClick = Button13Click
  159.   end
  160.   object Button14: TButton
  161.     Left = 284
  162.     Top = 168
  163.     Width = 125
  164.     Height = 30
  165.     Caption = 'User Name'
  166.     TabOrder = 14
  167.     OnClick = Button14Click
  168.   end
  169.   object Button15: TButton
  170.     Left = 12
  171.     Top = 208
  172.     Width = 125
  173.     Height = 30
  174.     Caption = 'Computer Name'
  175.     TabOrder = 15
  176.     OnClick = Button15Click
  177.   end
  178.   object Button16: TButton
  179.     Left = 12
  180.     Top = 248
  181.     Width = 125
  182.     Height = 30
  183.     Caption = 'Find Executable'
  184.     TabOrder = 16
  185.     OnClick = Button16Click
  186.   end
  187.   object Button18: TButton
  188.     Left = 148
  189.     Top = 168
  190.     Width = 125
  191.     Height = 30
  192.     Caption = 'Processor Type'
  193.     TabOrder = 17
  194.     OnClick = Button18Click
  195.   end
  196.   object Button19: TButton
  197.     Left = 284
  198.     Top = 208
  199.     Width = 125
  200.     Height = 30
  201.     Caption = 'Page Size'
  202.     TabOrder = 18
  203.     OnClick = Button19Click
  204.   end
  205.   object Button20: TButton
  206.     Left = 148
  207.     Top = 208
  208.     Width = 125
  209.     Height = 30
  210.     Caption = 'Processors'
  211.     TabOrder = 19
  212.     OnClick = Button20Click
  213.   end
  214.   object Button21: TButton
  215.     Left = 148
  216.     Top = 248
  217.     Width = 125
  218.     Height = 30
  219.     Caption = 'OS Version Info'
  220.     TabOrder = 20
  221.     OnClick = Button21Click
  222.   end
  223.   object Button17: TButton
  224.     Left = 284
  225.     Top = 248
  226.     Width = 125
  227.     Height = 30
  228.     Caption = 'About'
  229.     TabOrder = 21
  230.     OnClick = Button17Click
  231.   end
  232.   object Button22: TButton
  233.     Left = 420
  234.     Top = 8
  235.     Width = 125
  236.     Height = 30
  237.     Caption = 'Format A:\'
  238.     TabOrder = 22
  239.     OnClick = Button22Click
  240.   end
  241.   object Button23: TButton
  242.     Left = 419
  243.     Top = 48
  244.     Width = 125
  245.     Height = 30
  246.     Caption = 'Physical Memory'
  247.     TabOrder = 23
  248.     OnClick = Button23Click
  249.   end
  250.   object Button24: TButton
  251.     Left = 419
  252.     Top = 88
  253.     Width = 125
  254.     Height = 30
  255.     Caption = 'Drive Type'
  256.     TabOrder = 24
  257.     OnClick = Button24Click
  258.   end
  259.   object Button25: TButton
  260.     Left = 419
  261.     Top = 128
  262.     Width = 125
  263.     Height = 30
  264.     Caption = 'Shut Down'
  265.     TabOrder = 25
  266.     OnClick = Button25Click
  267.   end
  268.   object Timer1: TTimer
  269.     Interval = 500
  270.     OnTimer = Timer1Timer
  271.     Left = 312
  272.     Top = 296
  273.   end
  274.   object APIThing: TtvAPIThing
  275.     Left = 448
  276.     Top = 232
  277.   end
  278. end
  279.