home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / PROGRAM / DELPHI / DELPHRES / TESTAPP / SCRN.DFM / SCRN.txt
Text File  |  1995-04-11  |  8KB  |  327 lines

  1. object ResTestApp: TResTestApp
  2.   Left = 319
  3.   Top = 164
  4.   Width = 564
  5.   Height = 416
  6.   ActiveControl = StrRes
  7.   Caption = 'ResTestApp'
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 120
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   OnCreate = FormCreate
  16.   TextHeight = 16
  17.   object L: TLabel
  18.     Left = 16
  19.     Top = 19
  20.     Width = 99
  21.     Height = 16
  22.     Caption = 'String Resource '
  23.   end
  24.   object TLabel
  25.     Left = 434
  26.     Top = 112
  27.     Width = 25
  28.     Height = 16
  29.     Caption = 'Icon'
  30.   end
  31.   object TLabel
  32.     Left = 432
  33.     Top = 200
  34.     Width = 104
  35.     Height = 16
  36.     Caption = 'Bitmap Resource'
  37.   end
  38.   object TLabel
  39.     Left = 16
  40.     Top = 112
  41.     Width = 71
  42.     Height = 16
  43.     Caption = 'File Version'
  44.   end
  45.   object TLabel
  46.     Left = 16
  47.     Top = 144
  48.     Width = 78
  49.     Height = 16
  50.     Caption = 'Prog Version'
  51.   end
  52.   object TLabel
  53.     Left = 16
  54.     Top = 176
  55.     Width = 58
  56.     Height = 16
  57.     Caption = 'Company'
  58.   end
  59.   object TLabel
  60.     Left = 16
  61.     Top = 208
  62.     Width = 57
  63.     Height = 16
  64.     Caption = 'File Desc'
  65.   end
  66.   object TLabel
  67.     Left = 16
  68.     Top = 240
  69.     Width = 46
  70.     Height = 16
  71.     Caption = 'Version'
  72.   end
  73.   object TLabel
  74.     Left = 16
  75.     Top = 272
  76.     Width = 83
  77.     Height = 16
  78.     Caption = 'Internal Name'
  79.   end
  80.   object TLabel
  81.     Left = 16
  82.     Top = 304
  83.     Width = 57
  84.     Height = 16
  85.     Caption = 'Copyright'
  86.   end
  87.   object TLabel
  88.     Left = 16
  89.     Top = 336
  90.     Width = 62
  91.     Height = 16
  92.     Caption = 'Org Name'
  93.   end
  94.   object TLabel
  95.     Left = 16
  96.     Top = 51
  97.     Width = 79
  98.     Height = 16
  99.     Caption = 'Format String'
  100.   end
  101.   object TLabel
  102.     Left = 304
  103.     Top = 51
  104.     Width = 38
  105.     Height = 16
  106.     Caption = 'Result'
  107.   end
  108.   object TLabel
  109.     Left = 490
  110.     Top = 112
  111.     Width = 39
  112.     Height = 16
  113.     Caption = 'Cursor'
  114.   end
  115.   object TLabel
  116.     Left = 16
  117.     Top = 83
  118.     Width = 79
  119.     Height = 16
  120.     Caption = 'Format String'
  121.   end
  122.   object StrRes: TEdit
  123.     Left = 128
  124.     Top = 16
  125.     Width = 409
  126.     Height = 24
  127.     ReadOnly = True
  128.     TabOrder = 0
  129.   end
  130.   object Panel1: TPanel
  131.     Left = 424
  132.     Top = 136
  133.     Width = 49
  134.     Height = 49
  135.     TabOrder = 1
  136.     object Icon: TImage
  137.       Left = 8
  138.       Top = 8
  139.       Width = 32
  140.       Height = 32
  141.       AutoSize = True
  142.     end
  143.   end
  144.   object Panel2: TPanel
  145.     Left = 440
  146.     Top = 224
  147.     Width = 97
  148.     Height = 89
  149.     TabOrder = 2
  150.     object Bmp: TImage
  151.       Left = 8
  152.       Top = 8
  153.       Width = 81
  154.       Height = 73
  155.       Stretch = True
  156.     end
  157.   end
  158.   object FVer: TEdit
  159.     Left = 128
  160.     Top = 112
  161.     Width = 289
  162.     Height = 24
  163.     ReadOnly = True
  164.     TabOrder = 3
  165.   end
  166.   object PVer: TEdit
  167.     Left = 128
  168.     Top = 144
  169.     Width = 289
  170.     Height = 24
  171.     ReadOnly = True
  172.     TabOrder = 4
  173.   end
  174.   object CoName: TEdit
  175.     Left = 128
  176.     Top = 176
  177.     Width = 289
  178.     Height = 24
  179.     ReadOnly = True
  180.     TabOrder = 5
  181.   end
  182.   object FileDesc: TEdit
  183.     Left = 128
  184.     Top = 208
  185.     Width = 289
  186.     Height = 24
  187.     ReadOnly = True
  188.     TabOrder = 6
  189.   end
  190.   object FilVers: TEdit
  191.     Left = 128
  192.     Top = 240
  193.     Width = 289
  194.     Height = 24
  195.     ReadOnly = True
  196.     TabOrder = 7
  197.   end
  198.   object IntName: TEdit
  199.     Left = 128
  200.     Top = 272
  201.     Width = 289
  202.     Height = 24
  203.     ReadOnly = True
  204.     TabOrder = 8
  205.   end
  206.   object CName: TEdit
  207.     Left = 128
  208.     Top = 304
  209.     Width = 289
  210.     Height = 24
  211.     ReadOnly = True
  212.     TabOrder = 9
  213.   end
  214.   object OrgName: TEdit
  215.     Left = 128
  216.     Top = 336
  217.     Width = 289
  218.     Height = 24
  219.     ReadOnly = True
  220.     TabOrder = 10
  221.   end
  222.   object Ok: TBitBtn
  223.     Left = 440
  224.     Top = 320
  225.     Width = 89
  226.     Height = 33
  227.     Caption = '&OK'
  228.     Default = True
  229.     ModalResult = 1
  230.     TabOrder = 11
  231.     OnClick = OkClick
  232.     Glyph.Data = {
  233.       BE060000424DBE06000000000000360400002800000024000000120000000100
  234.       0800000000008802000000000000000000000000000000000000000000000000
  235.       80000080000000808000800000008000800080800000C0C0C000C0DCC000F0C8
  236.       A400000000000000000000000000000000000000000000000000000000000000
  237.       0000000000000000000000000000000000000000000000000000000000000000
  238.       0000000000000000000000000000000000000000000000000000000000000000
  239.       0000000000000000000000000000000000000000000000000000000000000000
  240.       0000000000000000000000000000000000000000000000000000000000000000
  241.       0000000000000000000000000000000000000000000000000000000000000000
  242.       0000000000000000000000000000000000000000000000000000000000000000
  243.       0000000000000000000000000000000000000000000000000000000000000000
  244.       0000000000000000000000000000000000000000000000000000000000000000
  245.       0000000000000000000000000000000000000000000000000000000000000000
  246.       0000000000000000000000000000000000000000000000000000000000000000
  247.       0000000000000000000000000000000000000000000000000000000000000000
  248.       0000000000000000000000000000000000000000000000000000000000000000
  249.       0000000000000000000000000000000000000000000000000000000000000000
  250.       0000000000000000000000000000000000000000000000000000000000000000
  251.       0000000000000000000000000000000000000000000000000000000000000000
  252.       0000000000000000000000000000000000000000000000000000000000000000
  253.       0000000000000000000000000000000000000000000000000000000000000000
  254.       0000000000000000000000000000000000000000000000000000000000000000
  255.       0000000000000000000000000000000000000000000000000000000000000000
  256.       0000000000000000000000000000000000000000000000000000000000000000
  257.       0000000000000000000000000000000000000000000000000000000000000000
  258.       0000000000000000000000000000000000000000000000000000000000000000
  259.       0000000000000000000000000000000000000000000000000000000000000000
  260.       0000000000000000000000000000000000000000000000000000000000000000
  261.       0000000000000000000000000000000000000000000000000000000000000000
  262.       0000000000000000000000000000000000000000000000000000000000000000
  263.       0000000000000000000000000000000000000000000000000000000000000000
  264.       0000000000000000000000000000000000000000000000000000000000000000
  265.       000000000000000000000000000000000000F0FBFF00A4A0A000808080000000
  266.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00030303030303
  267.       0303030303030303030303030303030303030303030303030303030303030303
  268.       03030303030303030303030303030303030303030303FF030303030303030303
  269.       03030303030303040403030303030303030303030303030303F8F8FF03030303
  270.       03030303030303030303040202040303030303030303030303030303F80303F8
  271.       FF030303030303030303030303040202020204030303030303030303030303F8
  272.       03030303F8FF0303030303030303030304020202020202040303030303030303
  273.       0303F8030303030303F8FF030303030303030304020202FA0202020204030303
  274.       0303030303F8FF0303F8FF030303F8FF03030303030303020202FA03FA020202
  275.       040303030303030303F8FF03F803F8FF0303F8FF03030303030303FA02FA0303
  276.       03FA0202020403030303030303F8FFF8030303F8FF0303F8FF03030303030303
  277.       FA0303030303FA0202020403030303030303F80303030303F8FF0303F8FF0303
  278.       0303030303030303030303FA0202020403030303030303030303030303F8FF03
  279.       03F8FF03030303030303030303030303FA020202040303030303030303030303
  280.       0303F8FF0303F8FF03030303030303030303030303FA02020204030303030303
  281.       03030303030303F8FF0303F8FF03030303030303030303030303FA0202020403
  282.       030303030303030303030303F8FF0303F8FF03030303030303030303030303FA
  283.       0202040303030303030303030303030303F8FF03F8FF03030303030303030303
  284.       03030303FA0202030303030303030303030303030303F8FFF803030303030303
  285.       030303030303030303FA0303030303030303030303030303030303F803030303
  286.       0303030303030303030303030303030303030303030303030303030303030303
  287.       0303}
  288.     NumGlyphs = 2
  289.   end
  290.   object FmtStr: TEdit
  291.     Left = 128
  292.     Top = 48
  293.     Width = 169
  294.     Height = 24
  295.     TabOrder = 12
  296.   end
  297.   object FmtRes: TEdit
  298.     Left = 352
  299.     Top = 48
  300.     Width = 185
  301.     Height = 24
  302.     TabOrder = 13
  303.   end
  304.   object Panel3: TPanel
  305.     Left = 488
  306.     Top = 136
  307.     Width = 49
  308.     Height = 49
  309.     TabOrder = 14
  310.     object Curs: TImage
  311.       Left = 8
  312.       Top = 8
  313.       Width = 105
  314.       Height = 105
  315.       AutoSize = True
  316.     end
  317.   end
  318.   object Udef: TEdit
  319.     Left = 128
  320.     Top = 80
  321.     Width = 409
  322.     Height = 24
  323.     ReadOnly = True
  324.     TabOrder = 15
  325.   end
  326. end
  327.