home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 9 / FreelogHS09.iso / FractalExplo / FE_ogl.dll / 0 / RCDATA / TRESOURCEFORM / TRESOURCEFORM.txt < prev   
Text File  |  2001-05-14  |  3KB  |  125 lines

  1. object ResourceForm: TResourceForm
  2.   Left = 360
  3.   Top = 137
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Texture library'
  7.   ClientHeight = 221
  8.   ClientWidth = 273
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 16
  22.   object Panel1: TPanel
  23.     Left = 140
  24.     Top = 28
  25.     Width = 130
  26.     Height = 130
  27.     BevelOuter = bvLowered
  28.     TabOrder = 0
  29.     object Image1: TImage
  30.       Left = 1
  31.       Top = 1
  32.       Width = 128
  33.       Height = 128
  34.       Align = alClient
  35.       Center = True
  36.     end
  37.   end
  38.   object BitBtn1: TBitBtn
  39.     Left = 140
  40.     Top = 164
  41.     Width = 129
  42.     Height = 25
  43.     Caption = 'OK'
  44.     Default = True
  45.     Font.Charset = DEFAULT_CHARSET
  46.     Font.Color = clWindowText
  47.     Font.Height = -11
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = []
  50.     ParentFont = False
  51.     TabOrder = 1
  52.     OnClick = BitBtn1Click
  53.     Glyph.Data = {
  54.       DE010000424DDE01000000000000760000002800000024000000120000000100
  55.       0400000000006801000000000000000000001000000010000000000000000000
  56.       80000080000000808000800000008000800080800000C0C0C000808080000000
  57.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  58.       3333333333333333333333330000333333333333333333333333F33333333333
  59.       00003333344333333333333333388F3333333333000033334224333333333333
  60.       338338F3333333330000333422224333333333333833338F3333333300003342
  61.       222224333333333383333338F3333333000034222A22224333333338F338F333
  62.       8F33333300003222A3A2224333333338F3838F338F33333300003A2A333A2224
  63.       33333338F83338F338F33333000033A33333A222433333338333338F338F3333
  64.       0000333333333A222433333333333338F338F33300003333333333A222433333
  65.       333333338F338F33000033333333333A222433333333333338F338F300003333
  66.       33333333A222433333333333338F338F00003333333333333A22433333333333
  67.       3338F38F000033333333333333A223333333333333338F830000333333333333
  68.       333A333333333333333338330000333333333333333333333333333333333333
  69.       0000}
  70.     NumGlyphs = 2
  71.     Spacing = 8
  72.   end
  73.   object BitBtn2: TBitBtn
  74.     Left = 140
  75.     Top = 192
  76.     Width = 129
  77.     Height = 25
  78.     Font.Charset = DEFAULT_CHARSET
  79.     Font.Color = clWindowText
  80.     Font.Height = -11
  81.     Font.Name = 'MS Sans Serif'
  82.     Font.Style = []
  83.     ParentFont = False
  84.     TabOrder = 2
  85.     Kind = bkCancel
  86.     Spacing = 8
  87.   end
  88.   object ListBox1: TListBox
  89.     Left = 4
  90.     Top = 4
  91.     Width = 129
  92.     Height = 213
  93.     Font.Charset = RUSSIAN_CHARSET
  94.     Font.Color = clWindowText
  95.     Font.Height = -11
  96.     Font.Name = 'Courier New'
  97.     Font.Style = []
  98.     ItemHeight = 14
  99.     ParentFont = False
  100.     TabOrder = 3
  101.     OnClick = ListBox1Click
  102.   end
  103.   object ComboBox1: TComboBox
  104.     Left = 140
  105.     Top = 4
  106.     Width = 129
  107.     Height = 21
  108.     Style = csDropDownList
  109.     Font.Charset = DEFAULT_CHARSET
  110.     Font.Color = clWindowText
  111.     Font.Height = -11
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = []
  114.     ItemHeight = 13
  115.     Items.Strings = (
  116.       'All'
  117.       'Terrain'
  118.       'Sky'
  119.       'Water')
  120.     ParentFont = False
  121.     TabOrder = 4
  122.     OnChange = ComboBox1Change
  123.   end
  124. end
  125.