home *** CD-ROM | disk | FTP | other *** search
/ Freelog 1 / Freelog001.iso / Logs / Educatif / Declic / Declic32.exe / 0 / RCDATA / TROTATIONDLG / TROTATIONDLG.txt
Text File  |  1998-12-20  |  3KB  |  113 lines

  1. object RotationDlg: TRotationDlg
  2.   Left = 20
  3.   Top = 415
  4.   HelpContext = 506
  5.   ActiveControl = OKBtn
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'Rotation'
  9.   ClientHeight = 118
  10.   ClientWidth = 264
  11.   Font.Color = clBlack
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object BevelDecor: TBevel
  20.     Left = 10
  21.     Top = 7
  22.     Width = 248
  23.     Height = 75
  24.     Style = bsRaised
  25.     IsControl = True
  26.   end
  27.   object LabelCentreDesc: TLabel
  28.     Left = 26
  29.     Top = 24
  30.     Width = 126
  31.     Height = 13
  32.     Caption = 'Le centre de la rotation est'
  33.   end
  34.   object LabelCentreNom: TLabel
  35.     Left = 189
  36.     Top = 24
  37.     Width = 12
  38.     Height = 13
  39.     Caption = '??'
  40.   end
  41.   object LabelAngleDesc: TLabel
  42.     Left = 26
  43.     Top = 50
  44.     Width = 71
  45.     Height = 13
  46.     Caption = 'L'#39'angle mesure'
  47.   end
  48.   object LabelDegree: TLabel
  49.     Left = 214
  50.     Top = 44
  51.     Width = 6
  52.     Height = 13
  53.     Caption = 'o'
  54.   end
  55.   object OKBtn: TBitBtn
  56.     Left = 52
  57.     Top = 88
  58.     Width = 77
  59.     Height = 27
  60.     TabOrder = 1
  61.     Kind = bkOK
  62.     Margin = 2
  63.     Style = bsNew
  64.     Spacing = -1
  65.     IsControl = True
  66.   end
  67.   object CancelBtn: TBitBtn
  68.     Left = 135
  69.     Top = 88
  70.     Width = 77
  71.     Height = 27
  72.     TabOrder = 2
  73.     OnClick = CancelBtnClick
  74.     Kind = bkCancel
  75.     Margin = 2
  76.     Style = bsNew
  77.     Spacing = -1
  78.     IsControl = True
  79.   end
  80.   object EditAngle: TEdit
  81.     Left = 116
  82.     Top = 48
  83.     Width = 72
  84.     Height = 21
  85.     TabOrder = 0
  86.     OnChange = EditAngleChange
  87.     OnKeyPress = EditAngleKeyPress
  88.   end
  89.   object SpinButtonRot: TSpinButton
  90.     Left = 192
  91.     Top = 48
  92.     Width = 15
  93.     Height = 20
  94.     DownGlyph.Data = {
  95.       A6000000424DA600000000000000760000002800000009000000060000000100
  96.       0400000000003000000000000000000000000000000000000000000000000000
  97.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  98.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  99.       0000333303333000000033300033300000003300000330000000300000003000
  100.       00003333333330000000}
  101.     TabOrder = 3
  102.     UpGlyph.Data = {
  103.       A6000000424DA600000000000000760000002800000009000000060000000100
  104.       0400000000003000000000000000000000000000000000000000000000000000
  105.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  106.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  107.       0000300000003000000033000003300000003330003330000000333303333000
  108.       00003333333330000000}
  109.     OnDownClick = SpinButtonRotDownClick
  110.     OnUpClick = SpinButtonRotUpClick
  111.   end
  112. end
  113.