home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 March / Chip_2004-03_cd1.bin / tema / siggis / siGGis.exe / 0 / RCDATA / TFBOUNDS / TFBOUNDS.txt
Text File  |  2002-02-12  |  2KB  |  114 lines

  1. object FBounds: TFBounds
  2.   Left = 499
  3.   Top = 117
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Bounds'
  6.   ClientHeight = 142
  7.   ClientWidth = 215
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 109
  19.     Width = 215
  20.     Height = 33
  21.     Align = alBottom
  22.     TabOrder = 0
  23.     object SpeedButton1: TSpeedButton
  24.       Left = 4
  25.       Top = 4
  26.       Width = 9
  27.       Height = 25
  28.       OnClick = SpeedButton1Click
  29.     end
  30.     object BOk: TBitBtn
  31.       Left = 72
  32.       Top = 4
  33.       Width = 75
  34.       Height = 25
  35.       Caption = 'Ok'
  36.       Font.Color = clBlack
  37.       Font.Height = -11
  38.       Font.Name = 'MS Sans Serif'
  39.       Font.Style = [fsBold]
  40.       ParentFont = False
  41.       TabOrder = 0
  42.       OnClick = BOkClick
  43.     end
  44.   end
  45.   object Panel2: TPanel
  46.     Left = 0
  47.     Top = 0
  48.     Width = 215
  49.     Height = 109
  50.     Align = alClient
  51.     TabOrder = 1
  52.     object Label1: TLabel
  53.       Left = 8
  54.       Top = 10
  55.       Width = 29
  56.       Height = 13
  57.       Caption = 'X min:'
  58.     end
  59.     object Label2: TLabel
  60.       Left = 8
  61.       Top = 34
  62.       Width = 29
  63.       Height = 13
  64.       Caption = 'Y min:'
  65.     end
  66.     object Label3: TLabel
  67.       Left = 8
  68.       Top = 58
  69.       Width = 32
  70.       Height = 13
  71.       Caption = 'X max:'
  72.     end
  73.     object Label4: TLabel
  74.       Left = 8
  75.       Top = 82
  76.       Width = 32
  77.       Height = 13
  78.       Caption = 'Y max:'
  79.     end
  80.     object EXmin: TEdit
  81.       Left = 88
  82.       Top = 8
  83.       Width = 121
  84.       Height = 21
  85.       TabOrder = 0
  86.       OnExit = EXminExit
  87.     end
  88.     object EYmin: TEdit
  89.       Left = 88
  90.       Top = 32
  91.       Width = 121
  92.       Height = 21
  93.       TabOrder = 1
  94.       OnExit = EYminExit
  95.     end
  96.     object EXmax: TEdit
  97.       Left = 88
  98.       Top = 56
  99.       Width = 121
  100.       Height = 21
  101.       TabOrder = 2
  102.       OnExit = EXmaxExit
  103.     end
  104.     object EYMax: TEdit
  105.       Left = 88
  106.       Top = 80
  107.       Width = 121
  108.       Height = 21
  109.       TabOrder = 3
  110.       OnExit = EYMaxExit
  111.     end
  112.   end
  113. end
  114.