home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 June / PCWorld_1999-06_cd.bin / software / Vyzkuste / Painter / Painter17.exe / 0 / RCDATA / TFRACTALSF / TFRACTALSF.txt
Text File  |  1999-04-23  |  4KB  |  231 lines

  1. object FractalsF: TFractalsF
  2.   Left = 480
  3.   Top = 141
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Fractals'
  6.   ClientHeight = 288
  7.   ClientWidth = 206
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 8
  22.     Width = 18
  23.     Height = 16
  24.     Caption = 'X0'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clNavy
  27.     Font.Height = -13
  28.     Font.Name = 'MS Sans Serif'
  29.     Font.Style = [fsBold]
  30.     ParentFont = False
  31.   end
  32.   object Label2: TLabel
  33.     Left = 16
  34.     Top = 40
  35.     Width = 19
  36.     Height = 16
  37.     Caption = 'Y0'
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clNavy
  40.     Font.Height = -13
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = [fsBold]
  43.     ParentFont = False
  44.   end
  45.   object Label3: TLabel
  46.     Left = 16
  47.     Top = 72
  48.     Width = 18
  49.     Height = 16
  50.     Caption = 'X1'
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clNavy
  53.     Font.Height = -13
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = [fsBold]
  56.     ParentFont = False
  57.   end
  58.   object Label4: TLabel
  59.     Left = 16
  60.     Top = 104
  61.     Width = 19
  62.     Height = 16
  63.     Caption = 'Y1'
  64.     Font.Charset = DEFAULT_CHARSET
  65.     Font.Color = clNavy
  66.     Font.Height = -13
  67.     Font.Name = 'MS Sans Serif'
  68.     Font.Style = [fsBold]
  69.     ParentFont = False
  70.   end
  71.   object itercap: TLabel
  72.     Left = 16
  73.     Top = 160
  74.     Width = 85
  75.     Height = 16
  76.     Caption = '16 Iterations'
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clNavy
  79.     Font.Height = -13
  80.     Font.Name = 'MS Sans Serif'
  81.     Font.Style = [fsBold]
  82.     ParentFont = False
  83.   end
  84.   object colorcap: TLabel
  85.     Left = 16
  86.     Top = 208
  87.     Width = 66
  88.     Height = 16
  89.     Caption = '16 Colors'
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = clNavy
  92.     Font.Height = -13
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = [fsBold]
  95.     ParentFont = False
  96.   end
  97.   object edX0: TEdit
  98.     Left = 40
  99.     Top = 8
  100.     Width = 65
  101.     Height = 24
  102.     TabOrder = 0
  103.     Text = '-2.25'
  104.   end
  105.   object edY0: TEdit
  106.     Left = 40
  107.     Top = 40
  108.     Width = 65
  109.     Height = 24
  110.     TabOrder = 1
  111.     Text = '-1.5'
  112.   end
  113.   object edX1: TEdit
  114.     Left = 40
  115.     Top = 72
  116.     Width = 65
  117.     Height = 24
  118.     TabOrder = 2
  119.     Text = '0.75'
  120.   end
  121.   object edY1: TEdit
  122.     Left = 40
  123.     Top = 104
  124.     Width = 65
  125.     Height = 24
  126.     TabOrder = 3
  127.     Text = '1.5'
  128.   end
  129.   object goFractal: TButton
  130.     Left = 120
  131.     Top = 8
  132.     Width = 75
  133.     Height = 25
  134.     Caption = 'Show'
  135.     TabOrder = 4
  136.     OnClick = goFractalClick
  137.   end
  138.   object ckMandel: TCheckBox
  139.     Left = 40
  140.     Top = 136
  141.     Width = 73
  142.     Height = 17
  143.     Caption = 'Mandel'
  144.     Checked = True
  145.     State = cbChecked
  146.     TabOrder = 5
  147.   end
  148.   object cboFractals: TComboBox
  149.     Left = 16
  150.     Top = 256
  151.     Width = 177
  152.     Height = 22
  153.     Style = csOwnerDrawFixed
  154.     Color = 12639424
  155.     ItemHeight = 16
  156.     PopupMenu = fracpop
  157.     TabOrder = 6
  158.     OnClick = cboFractalsClick
  159.     OnDrawItem = cboFractalsDrawItem
  160.   end
  161.   object fraciter: TTrackBar
  162.     Left = 16
  163.     Top = 176
  164.     Width = 169
  165.     Height = 25
  166.     Max = 64
  167.     Min = 16
  168.     Orientation = trHorizontal
  169.     Frequency = 1
  170.     Position = 16
  171.     SelEnd = 0
  172.     SelStart = 0
  173.     TabOrder = 7
  174.     ThumbLength = 20
  175.     TickMarks = tmBottomRight
  176.     TickStyle = tsNone
  177.     OnChange = fraciterChange
  178.   end
  179.   object fracnc: TTrackBar
  180.     Left = 16
  181.     Top = 224
  182.     Width = 169
  183.     Height = 25
  184.     Max = 64
  185.     Min = 16
  186.     Orientation = trHorizontal
  187.     Frequency = 1
  188.     Position = 16
  189.     SelEnd = 0
  190.     SelStart = 0
  191.     TabOrder = 8
  192.     ThumbLength = 20
  193.     TickMarks = tmBottomRight
  194.     TickStyle = tsNone
  195.     OnChange = fracncChange
  196.   end
  197.   object goDefault: TButton
  198.     Left = 120
  199.     Top = 40
  200.     Width = 75
  201.     Height = 25
  202.     Caption = 'Default'
  203.     TabOrder = 9
  204.     OnClick = goDefaultClick
  205.   end
  206.   object fracPreview: TCheckBox
  207.     Left = 120
  208.     Top = 72
  209.     Width = 89
  210.     Height = 17
  211.     Caption = 'Preview'
  212.     TabOrder = 10
  213.   end
  214.   object fracpop: TPopupMenu
  215.     Left = 80
  216.     Top = 160
  217.     object Add1: TMenuItem
  218.       Caption = '&Add'
  219.       OnClick = Add1Click
  220.     end
  221.     object Delete1: TMenuItem
  222.       Caption = '&Delete'
  223.       OnClick = Delete1Click
  224.     end
  225.     object Update1: TMenuItem
  226.       Caption = '&Update'
  227.       OnClick = Update1Click
  228.     end
  229.   end
  230. end
  231.