home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / sharewar / room / rooarr3d.exe / RooArr.exe / 0 / RCDATA / TFORMCOORD / TFORMCOORD.txt
Encoding:
Text File  |  2003-02-17  |  1.9 KB  |  106 lines

  1. object FormCoord: TFormCoord
  2.   Left = 222
  3.   Top = 106
  4.   HelpContext = 4
  5.   BorderStyle = bsDialog
  6.   Caption = 'Local Coordinates'
  7.   ClientHeight = 113
  8.   ClientWidth = 274
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   OnMouseDown = FormMouseDown
  17.   OnMouseMove = FormMouseMove
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object BoxStart: TGroupBox
  22.     Left = 8
  23.     Top = 8
  24.     Width = 153
  25.     Height = 73
  26.     Caption = 'Origin'
  27.     TabOrder = 0
  28.     object Label3: TLabel
  29.       Left = 8
  30.       Top = 20
  31.       Width = 8
  32.       Height = 13
  33.       Caption = 'x:'
  34.     end
  35.     object Label4: TLabel
  36.       Left = 80
  37.       Top = 20
  38.       Width = 8
  39.       Height = 13
  40.       Caption = 'y:'
  41.     end
  42.     object EdPosX: TEdit
  43.       Left = 24
  44.       Top = 16
  45.       Width = 49
  46.       Height = 21
  47.       TabOrder = 0
  48.     end
  49.     object EdPosY: TEdit
  50.       Left = 96
  51.       Top = 16
  52.       Width = 49
  53.       Height = 21
  54.       TabOrder = 1
  55.     end
  56.     object BtnClickObr: TButton
  57.       Left = 8
  58.       Top = 40
  59.       Width = 137
  60.       Height = 25
  61.       Caption = 'Select in the drawing'
  62.       TabOrder = 2
  63.       OnClick = BtnClickObrClick
  64.     end
  65.   end
  66.   object BtnOK: TButton
  67.     Left = 192
  68.     Top = 8
  69.     Width = 75
  70.     Height = 25
  71.     Caption = 'OK'
  72.     Default = True
  73.     ModalResult = 1
  74.     TabOrder = 1
  75.     OnClick = BtnOKClick
  76.   end
  77.   object BtnCancel: TButton
  78.     Left = 192
  79.     Top = 40
  80.     Width = 75
  81.     Height = 25
  82.     Cancel = True
  83.     Caption = 'Cancel'
  84.     ModalResult = 2
  85.     TabOrder = 2
  86.   end
  87.   object BtnHelp: TButton
  88.     Left = 192
  89.     Top = 72
  90.     Width = 75
  91.     Height = 25
  92.     HelpContext = 10
  93.     Caption = 'Help'
  94.     TabOrder = 3
  95.     OnClick = BtnHelpClick
  96.   end
  97.   object ChkUseLocalCoord: TCheckBox
  98.     Left = 8
  99.     Top = 88
  100.     Width = 177
  101.     Height = 17
  102.     Caption = 'Use local coordinates'
  103.     TabOrder = 4
  104.   end
  105. end
  106.