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

  1. object FracSize: TFracSize
  2.   Left = 728
  3.   Top = 105
  4.   BorderIcons = [biMinimize]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Image size'
  7.   ClientHeight = 121
  8.   ClientWidth = 145
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -10
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Scaled = False
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel1: TBevel
  21.     Left = 4
  22.     Top = 84
  23.     Width = 137
  24.     Height = 5
  25.     Shape = bsTopLine
  26.   end
  27.   object StaticText1: TStaticText
  28.     Left = 4
  29.     Top = 8
  30.     Width = 48
  31.     Height = 20
  32.     AutoSize = False
  33.     Caption = '&Width:'
  34.     FocusControl = Edit1
  35.     Font.Charset = RUSSIAN_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -11
  38.     Font.Name = 'Arial'
  39.     Font.Style = []
  40.     ParentFont = False
  41.     TabOrder = 0
  42.   end
  43.   object StaticText2: TStaticText
  44.     Left = 4
  45.     Top = 36
  46.     Width = 48
  47.     Height = 19
  48.     AutoSize = False
  49.     Caption = '&Height:'
  50.     FocusControl = Edit2
  51.     Font.Charset = RUSSIAN_CHARSET
  52.     Font.Color = clWindowText
  53.     Font.Height = -11
  54.     Font.Name = 'Arial'
  55.     Font.Style = []
  56.     ParentFont = False
  57.     TabOrder = 1
  58.   end
  59.   object Edit1: TEdit
  60.     Tag = 1
  61.     Left = 60
  62.     Top = 4
  63.     Width = 65
  64.     Height = 22
  65.     Font.Charset = RUSSIAN_CHARSET
  66.     Font.Color = clWindowText
  67.     Font.Height = -11
  68.     Font.Name = 'Arial'
  69.     Font.Style = []
  70.     MaxLength = 5
  71.     ParentFont = False
  72.     TabOrder = 2
  73.     Text = 'Edit1'
  74.     OnExit = Edit1Exit
  75.     OnKeyPress = Edit1KeyPress
  76.   end
  77.   object Edit2: TEdit
  78.     Tag = 2
  79.     Left = 60
  80.     Top = 32
  81.     Width = 65
  82.     Height = 22
  83.     Font.Charset = RUSSIAN_CHARSET
  84.     Font.Color = clWindowText
  85.     Font.Height = -11
  86.     Font.Name = 'Arial'
  87.     Font.Style = []
  88.     MaxLength = 5
  89.     ParentFont = False
  90.     TabOrder = 3
  91.     Text = 'Edit2'
  92.     OnExit = Edit2Exit
  93.     OnKeyPress = Edit1KeyPress
  94.   end
  95.   object BitBtn1: TBitBtn
  96.     Left = 4
  97.     Top = 92
  98.     Width = 65
  99.     Height = 25
  100.     Caption = '&Ok'
  101.     Default = True
  102.     Font.Charset = RUSSIAN_CHARSET
  103.     Font.Color = clWindowText
  104.     Font.Height = -11
  105.     Font.Name = 'MS Sans Serif'
  106.     Font.Style = []
  107.     ParentFont = False
  108.     TabOrder = 5
  109.     OnClick = BitBtn1Click
  110.     NumGlyphs = 2
  111.     Spacing = 8
  112.   end
  113.   object BitBtn2: TBitBtn
  114.     Left = 76
  115.     Top = 92
  116.     Width = 65
  117.     Height = 25
  118.     Cancel = True
  119.     Caption = '&Cancel'
  120.     Font.Charset = RUSSIAN_CHARSET
  121.     Font.Color = clWindowText
  122.     Font.Height = -11
  123.     Font.Name = 'MS Sans Serif'
  124.     Font.Style = []
  125.     ModalResult = 2
  126.     ParentFont = False
  127.     TabOrder = 6
  128.     NumGlyphs = 2
  129.   end
  130.   object SpinButton1: TSpinButton
  131.     Tag = 1
  132.     Left = 125
  133.     Top = 5
  134.     Width = 15
  135.     Height = 20
  136.     DownGlyph.Data = {
  137.       BA000000424DBA00000000000000420000002800000009000000060000000100
  138.       1000030000007800000000000000000000000000000000000000007C0000E003
  139.       00001F000000E03DE03DE03DE03DE03DE03DE03DE03DE03D0500E03DE03DE03D
  140.       E03D0000E03DE03DE03DE03D1802E03DE03DE03D000000000000E03DE03DE03D
  141.       1502E03DE03D00000000000000000000E03DE03D7802E03D0000000000000000
  142.       000000000000E03D0600E03DE03DE03DE03DE03DE03DE03DE03DE03D96B5}
  143.     TabOrder = 7
  144.     UpGlyph.Data = {
  145.       BA000000424DBA00000000000000420000002800000009000000060000000100
  146.       1000030000007800000000000000000000000000000000000000007C0000E003
  147.       00001F000000E03DE03DE03DE03DE03DE03DE03DE03DE03D0500E03D00000000
  148.       00000000000000000000E03D1802E03DE03D00000000000000000000E03DE03D
  149.       1502E03DE03DE03D000000000000E03DE03DE03D7802E03DE03DE03DE03D0000
  150.       E03DE03DE03DE03D0600E03DE03DE03DE03DE03DE03DE03DE03DE03D00A0}
  151.     OnDownClick = SpinButton1DownClick
  152.     OnUpClick = SpinButton1UpClick
  153.   end
  154.   object SpinButton2: TSpinButton
  155.     Tag = 2
  156.     Left = 125
  157.     Top = 33
  158.     Width = 15
  159.     Height = 20
  160.     DownGlyph.Data = {
  161.       BA000000424DBA00000000000000420000002800000009000000060000000100
  162.       1000030000007800000000000000000000000000000000000000007C0000E003
  163.       00001F000000E03DE03DE03DE03DE03DE03DE03DE03DE03D0500E03DE03DE03D
  164.       E03D0000E03DE03DE03DE03D1802E03DE03DE03D000000000000E03DE03DE03D
  165.       1502E03DE03D00000000000000000000E03DE03D7802E03D0000000000000000
  166.       000000000000E03D0600E03DE03DE03DE03DE03DE03DE03DE03DE03D96B5}
  167.     TabOrder = 8
  168.     UpGlyph.Data = {
  169.       BA000000424DBA00000000000000420000002800000009000000060000000100
  170.       1000030000007800000000000000000000000000000000000000007C0000E003
  171.       00001F000000E03DE03DE03DE03DE03DE03DE03DE03DE03D0500E03D00000000
  172.       00000000000000000000E03D1802E03DE03D00000000000000000000E03DE03D
  173.       1502E03DE03DE03D000000000000E03DE03DE03D7802E03DE03DE03DE03D0000
  174.       E03DE03DE03DE03D0600E03DE03DE03DE03DE03DE03DE03DE03DE03D00A0}
  175.     OnDownClick = SpinButton1DownClick
  176.     OnUpClick = SpinButton1UpClick
  177.   end
  178.   object CheckBox1: TCheckBox
  179.     Left = 4
  180.     Top = 64
  181.     Width = 137
  182.     Height = 14
  183.     Alignment = taLeftJustify
  184.     Caption = 'Keep &proportions'
  185.     Font.Charset = RUSSIAN_CHARSET
  186.     Font.Color = clWindowText
  187.     Font.Height = -11
  188.     Font.Name = 'Arial'
  189.     Font.Style = []
  190.     ParentFont = False
  191.     State = cbChecked
  192.     TabOrder = 4
  193.     OnClick = CheckBox1Click
  194.   end
  195. end
  196.