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

  1. object RapporteurDlg: TRapporteurDlg
  2.   Left = 262
  3.   Top = 101
  4.   HelpContext = 612
  5.   BorderStyle = bsDialog
  6.   Caption = 'Rapporteur'
  7.   ClientHeight = 124
  8.   ClientWidth = 269
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object BevelDecor: TBevel
  18.     Left = 10
  19.     Top = 9
  20.     Width = 248
  21.     Height = 80
  22.     Style = bsRaised
  23.     IsControl = True
  24.   end
  25.   object LabelCentreDesc: TLabel
  26.     Left = 26
  27.     Top = 24
  28.     Width = 137
  29.     Height = 13
  30.     Caption = 'Indiquer l'#39'angle du rapporteur'
  31.   end
  32.   object LabelAngleDesc: TLabel
  33.     Left = 26
  34.     Top = 51
  35.     Width = 71
  36.     Height = 13
  37.     Caption = 'L'#39'angle mesure'
  38.   end
  39.   object LabelDegree: TLabel
  40.     Left = 218
  41.     Top = 46
  42.     Width = 6
  43.     Height = 13
  44.     Caption = 'o'
  45.   end
  46.   object EditAngle: TEdit
  47.     Left = 124
  48.     Top = 49
  49.     Width = 72
  50.     Height = 21
  51.     TabOrder = 0
  52.     OnChange = EditAngleChange
  53.     OnKeyPress = EditAngleKeyPress
  54.   end
  55.   object SpinButtonRapport: TSpinButton
  56.     Left = 199
  57.     Top = 49
  58.     Width = 15
  59.     Height = 20
  60.     DownGlyph.Data = {
  61.       A6000000424DA600000000000000760000002800000009000000060000000100
  62.       0400000000003000000000000000000000000000000000000000000000000000
  63.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  64.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  65.       0000333303333000000033300033300000003300000330000000300000003000
  66.       00003333333330000000}
  67.     TabOrder = 1
  68.     UpGlyph.Data = {
  69.       A6000000424DA600000000000000760000002800000009000000060000000100
  70.       0400000000003000000000000000000000000000000000000000000000000000
  71.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  72.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  73.       0000300000003000000033000003300000003330003330000000333303333000
  74.       00003333333330000000}
  75.     OnDownClick = SpinButtonRapportDownClick
  76.     OnUpClick = SpinButtonRapportUpClick
  77.   end
  78.   object OKBtn: TBitBtn
  79.     Left = 55
  80.     Top = 94
  81.     Width = 77
  82.     Height = 27
  83.     TabOrder = 2
  84.     Kind = bkOK
  85.     Margin = 2
  86.     Style = bsNew
  87.     Spacing = -1
  88.     IsControl = True
  89.   end
  90.   object CancelBtn: TBitBtn
  91.     Left = 138
  92.     Top = 94
  93.     Width = 77
  94.     Height = 27
  95.     TabOrder = 3
  96.     OnClick = CancelBtnClick
  97.     Kind = bkCancel
  98.     Margin = 2
  99.     Style = bsNew
  100.     Spacing = -1
  101.     IsControl = True
  102.   end
  103. end
  104.