home *** CD-ROM | disk | FTP | other *** search
/ Bila Vrana / BILA_VRANA.iso / 018A / WBIT32.ZIP / WEBIT32.EXE / 0 / RCDATA / TSIMPLEFORM / TSIMPLEFORM.txt
Text File  |  1996-11-23  |  6KB  |  272 lines

  1. object SimpleForm: TSimpleForm
  2.   Left = 201
  3.   Top = 159
  4.   Width = 551
  5.   Height = 403
  6.   Caption = 'Image Mapping'
  7.   Font.Color = clWindowText
  8.   Font.Height = -12
  9.   Font.Name = 'Arial'
  10.   Font.Style = []
  11.   Menu = MainMenu1
  12.   Position = poDefault
  13.   ShowHint = True
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 15
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 241
  22.     Width = 543
  23.     Height = 116
  24.     Align = alBottom
  25.     Color = clNavy
  26.     ParentShowHint = False
  27.     ShowHint = True
  28.     TabOrder = 0
  29.     object Label1: TLabel
  30.       Left = 3
  31.       Top = 1
  32.       Width = 4
  33.       Height = 16
  34.       Color = clYellow
  35.       Font.Color = clYellow
  36.       Font.Height = -13
  37.       Font.Name = 'Arial'
  38.       Font.Style = [fsBold]
  39.       ParentColor = False
  40.       ParentFont = False
  41.       Transparent = True
  42.     end
  43.     object Label2: TLabel
  44.       Left = 19
  45.       Top = 1
  46.       Width = 4
  47.       Height = 16
  48.       Color = clYellow
  49.       Font.Color = clYellow
  50.       Font.Height = -13
  51.       Font.Name = 'Arial'
  52.       Font.Style = [fsBold]
  53.       ParentColor = False
  54.       ParentFont = False
  55.       Transparent = True
  56.     end
  57.     object ChooseLoc: TLabel
  58.       Left = 7
  59.       Top = 65
  60.       Width = 81
  61.       Height = 14
  62.       Caption = 'Choose Location'
  63.       Font.Color = clYellow
  64.       Font.Height = -11
  65.       Font.Name = 'Arial'
  66.       Font.Style = []
  67.       ParentFont = False
  68.       Visible = False
  69.     end
  70.     object SpeedButton1: TSpeedButton
  71.       Left = 5
  72.       Top = 41
  73.       Width = 22
  74.       Height = 22
  75.       Hint = 'Add a row to the grid'
  76.       Glyph.Data = {
  77.         76010000424D7601000000000000760000002800000020000000100000000100
  78.         04000000000000010000130B0000130B00000000000000000000000000000000
  79.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  80.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  81.         33333333FF33333333FF333993333333300033377F3333333777333993333333
  82.         300033F77FFF3333377739999993333333333777777F3333333F399999933333
  83.         33003777777333333377333993333333330033377F3333333377333993333333
  84.         3333333773333333333F333333333333330033333333F33333773333333C3333
  85.         330033333337FF3333773333333CC333333333FFFFF77FFF3FF33CCCCCCCCCC3
  86.         993337777777777F77F33CCCCCCCCCC3993337777777777377333333333CC333
  87.         333333333337733333FF3333333C333330003333333733333777333333333333
  88.         3000333333333333377733333333333333333333333333333333}
  89.       NumGlyphs = 2
  90.       ParentShowHint = False
  91.       ShowHint = True
  92.       Visible = False
  93.       OnClick = SpeedButton1Click
  94.     end
  95.     object CoordGrid: TStringGrid
  96.       Left = 99
  97.       Top = 6
  98.       Width = 422
  99.       Height = 107
  100.       Hint = 'Left click in column 1 to set map style'
  101.       ColCount = 50
  102.       DefaultRowHeight = 20
  103.       RowCount = 20
  104.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goEditing]
  105.       TabOrder = 0
  106.       OnDrawCell = CoordGridDrawCell
  107.       OnMouseDown = CoordGridMouseDown
  108.       RowHeights = (
  109.         20
  110.         20
  111.         20
  112.         20
  113.         20
  114.         20
  115.         20
  116.         20
  117.         20
  118.         20
  119.         20
  120.         20
  121.         20
  122.         20
  123.         20
  124.         20
  125.         20
  126.         20
  127.         20
  128.         20)
  129.     end
  130.     object Button1: TButton
  131.       Left = 12
  132.       Top = 86
  133.       Width = 79
  134.       Height = 23
  135.       Hint = 'Display all maps'
  136.       Caption = 'Refresh'
  137.       TabOrder = 1
  138.       OnClick = Button1Click
  139.     end
  140.     object MapStyle: TComboBox
  141.       Left = 99
  142.       Top = 26
  143.       Width = 64
  144.       Height = 20
  145.       Font.Color = clWindowText
  146.       Font.Height = -9
  147.       Font.Name = 'Arial'
  148.       Font.Style = []
  149.       ItemHeight = 12
  150.       Items.Strings = (
  151.         'rect'
  152.         'poly'
  153.         'default')
  154.       ParentFont = False
  155.       TabOrder = 2
  156.       OnChange = MapStyleChange
  157.     end
  158.     object BitBtn1: TBitBtn
  159.       Left = 8
  160.       Top = 18
  161.       Width = 85
  162.       Height = 20
  163.       Hint = 'Click to start selecting map coordinates'
  164.       Caption = 'Set Positions'
  165.       TabOrder = 3
  166.       OnClick = BitBtn1Click
  167.     end
  168.     object Button2: TButton
  169.       Left = 30
  170.       Top = 42
  171.       Width = 67
  172.       Height = 21
  173.       Caption = 'Map Name'
  174.       TabOrder = 4
  175.       OnClick = Button2Click
  176.     end
  177.   end
  178.   object Memo1: TMemo
  179.     Left = 32
  180.     Top = 4
  181.     Width = 283
  182.     Height = 117
  183.     ScrollBars = ssBoth
  184.     TabOrder = 1
  185.     Visible = False
  186.   end
  187.   object MultiImage1: TPMultiImage
  188.     Left = 0
  189.     Top = 0
  190.     Width = 105
  191.     Height = 105
  192.     Color = clBtnFace
  193.     ImageName = 'file not found'
  194.     ImageDither = True
  195.     ImageReadRes = lAutoMatic
  196.     ImageWriteRes = sAutoMatic
  197.     TifSaveCompress = sNONE
  198.     JPegSaveQuality = 25
  199.     JPegSaveSmooth = 0
  200.     OnClick = MultiImage1Click
  201.     OnMouseDown = MultiImage1MouseDown
  202.     OnMouseMove = MultiImage1MouseMove
  203.     TextLeft = 0
  204.     TextTop = 0
  205.     TextRotate = 0
  206.     TabOrder = 4
  207.     TabStop = False
  208.   end
  209.   object MainMenu1: TMainMenu
  210.     Left = 2
  211.     Top = 32
  212.     object File1: TMenuItem
  213.       Caption = 'File'
  214.       ShortCut = 0
  215.       object LoadImage1: TMenuItem
  216.         Caption = 'Load Image...'
  217.         ShortCut = 0
  218.         Visible = False
  219.         OnClick = LoadImage1Click
  220.       end
  221.       object SaveFile: TMenuItem
  222.         Caption = 'Save Map to file...'
  223.         ShortCut = 0
  224.         OnClick = SaveFileClick
  225.       end
  226.       object SaveReturn: TMenuItem
  227.         Caption = 'Save map to page and return'
  228.         ShortCut = 0
  229.         OnClick = SaveReturnClick
  230.       end
  231.       object SaveCoord: TMenuItem
  232.         Caption = 'Save Web-It! coordinate file...'
  233.         ShortCut = 0
  234.         OnClick = SaveCoordClick
  235.       end
  236.       object LoadCoord: TMenuItem
  237.         Caption = 'Load Web-It! coordinate file...'
  238.         ShortCut = 0
  239.         OnClick = LoadCoordClick
  240.       end
  241.       object Exit1: TMenuItem
  242.         Caption = 'Abandon and return'
  243.         ShortCut = 0
  244.         OnClick = Exit1Click
  245.       end
  246.     end
  247.   end
  248.   object SaveDialog1: TSaveDialog
  249.     FileEditStyle = fsEdit
  250.     Filter = 'External Map Files|*.MAP|Web-It! Coordinate Files|*.COR'
  251.     Left = 2
  252.     Top = 2
  253.   end
  254.   object OpenDialog1: TOpenDialog
  255.     FileEditStyle = fsEdit
  256.     Filter = 'Graphics|*.JPG;*.GIF|Web-It! Coordinate Files|*.COR'
  257.     Left = 2
  258.     Top = 60
  259.   end
  260.   object Scaler2: TScaler
  261.     Xdevelop = 800
  262.     Ydevelop = 600
  263.     LimitScale = No
  264.     ScaleRuntime = False
  265.     Left = 2
  266.     Top = 88
  267.     PixelsPerInch = 96
  268.     ClientHeight = 357
  269.     ClientWidth = 543
  270.   end
  271. end
  272.