home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Edition 9 / FreelogHS09.iso / FractalExplo / FE.exe / 0 / RCDATA / TTEXLIBFORM / TTEXLIBFORM.txt
Text File  |  2001-06-15  |  4KB  |  195 lines

  1. object TexLibForm: TTexLibForm
  2.   Left = 358
  3.   Top = 136
  4.   ActiveControl = ListBox1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Texture Library'
  8.   ClientHeight = 253
  9.   ClientWidth = 286
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnDestroy = FormDestroy
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Panel1: TPanel
  23.     Left = 152
  24.     Top = 28
  25.     Width = 130
  26.     Height = 130
  27.     BevelOuter = bvLowered
  28.     TabOrder = 2
  29.     object Image1: TImage
  30.       Left = 1
  31.       Top = 1
  32.       Width = 128
  33.       Height = 128
  34.       Hint = 'Texture preview area'
  35.       Align = alClient
  36.       Center = True
  37.       ParentShowHint = False
  38.       PopupMenu = PopupMenu2
  39.       ShowHint = True
  40.     end
  41.   end
  42.   object BitBtn1: TBitBtn
  43.     Left = 152
  44.     Top = 196
  45.     Width = 130
  46.     Height = 25
  47.     Caption = 'Ok'
  48.     Default = True
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ParentFont = False
  55.     TabOrder = 4
  56.     OnClick = BitBtn1Click
  57.     NumGlyphs = 2
  58.     Spacing = 8
  59.   end
  60.   object BitBtn2: TBitBtn
  61.     Left = 152
  62.     Top = 224
  63.     Width = 130
  64.     Height = 25
  65.     Cancel = True
  66.     Caption = 'Cancel'
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = []
  72.     ModalResult = 2
  73.     ParentFont = False
  74.     TabOrder = 5
  75.     NumGlyphs = 2
  76.     Spacing = 8
  77.   end
  78.   object ListBox1: TListBox
  79.     Left = 4
  80.     Top = 4
  81.     Width = 137
  82.     Height = 245
  83.     Hint = 'Select texture from list'
  84.     Font.Charset = RUSSIAN_CHARSET
  85.     Font.Color = clWindowText
  86.     Font.Height = -11
  87.     Font.Name = 'Courier New'
  88.     Font.Style = []
  89.     ItemHeight = 14
  90.     ParentFont = False
  91.     TabOrder = 0
  92.     OnClick = ListBox1Click
  93.   end
  94.   object ComboBox1: TComboBox
  95.     Left = 152
  96.     Top = 4
  97.     Width = 130
  98.     Height = 21
  99.     Hint = 'Select texture type'
  100.     Style = csDropDownList
  101.     Font.Charset = DEFAULT_CHARSET
  102.     Font.Color = clWindowText
  103.     Font.Height = -11
  104.     Font.Name = 'MS Sans Serif'
  105.     Font.Style = []
  106.     ItemHeight = 13
  107.     Items.Strings = (
  108.       'All'
  109.       'Terrain'
  110.       'Sky'
  111.       'Water')
  112.     ParentFont = False
  113.     TabOrder = 1
  114.     OnChange = ComboBox1Change
  115.   end
  116.   object BitBtn3: TBitBtn
  117.     Left = 152
  118.     Top = 168
  119.     Width = 130
  120.     Height = 25
  121.     Hint = 'Click right mouse button to more options...'
  122.     Caption = 'Generate clouds...'
  123.     ParentShowHint = False
  124.     PopupMenu = PopupMenu1
  125.     ShowHint = True
  126.     TabOrder = 3
  127.     OnClick = BitBtn3Click
  128.   end
  129.   object PopupMenu1: TPopupMenu
  130.     OnPopup = PopupMenu1Popup
  131.     Left = 256
  132.     Top = 168
  133.     object Color1: TMenuItem
  134.       Caption = 'Color...'
  135.       OnClick = Color1Click
  136.     end
  137.     object Density1: TMenuItem
  138.       Caption = 'Density...'
  139.       OnClick = Density1Click
  140.     end
  141.     object N1: TMenuItem
  142.       Caption = '-'
  143.     end
  144.     object mnGen1: TMenuItem
  145.       Tag = 1
  146.       Caption = 'Noise 1'
  147.       GroupIndex = 10
  148.       RadioItem = True
  149.       OnClick = mnGen5Click
  150.     end
  151.     object mnGen2: TMenuItem
  152.       Tag = 2
  153.       Caption = 'Noise 2'
  154.       GroupIndex = 10
  155.       RadioItem = True
  156.       OnClick = mnGen5Click
  157.     end
  158.     object mnGen3: TMenuItem
  159.       Tag = 3
  160.       Caption = 'Turbulence'
  161.       Checked = True
  162.       GroupIndex = 10
  163.       RadioItem = True
  164.       OnClick = mnGen5Click
  165.     end
  166.     object mnGen4: TMenuItem
  167.       Tag = 4
  168.       Caption = 'Marble 1'
  169.       GroupIndex = 10
  170.       RadioItem = True
  171.       OnClick = mnGen5Click
  172.     end
  173.     object mnGen5: TMenuItem
  174.       Tag = 5
  175.       Caption = 'Marble 2'
  176.       GroupIndex = 10
  177.       RadioItem = True
  178.       OnClick = mnGen5Click
  179.     end
  180.   end
  181.   object ColorDialog1: TColorDialog
  182.     Ctl3D = True
  183.     Left = 252
  184.     Top = 224
  185.   end
  186.   object PopupMenu2: TPopupMenu
  187.     Left = 156
  188.     Top = 32
  189.     object Stretch1: TMenuItem
  190.       Caption = 'Stretch...'
  191.       OnClick = Stretch1Click
  192.     end
  193.   end
  194. end
  195.