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

  1. object SimilDlg: TSimilDlg
  2.   Left = 78
  3.   Top = 414
  4.   HelpContext = 508
  5.   ActiveControl = OKBtn
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'Similitude'
  9.   ClientHeight = 144
  10.   ClientWidth = 270
  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 = 11
  21.     Top = 8
  22.     Width = 248
  23.     Height = 99
  24.     Style = bsRaised
  25.     IsControl = True
  26.   end
  27.   object LabelCentreDesc: TLabel
  28.     Left = 26
  29.     Top = 24
  30.     Width = 133
  31.     Height = 13
  32.     Caption = 'Le centre de la similitude est'
  33.   end
  34.   object LabelCentreNom: TLabel
  35.     Left = 197
  36.     Top = 24
  37.     Width = 12
  38.     Height = 13
  39.     Caption = '??'
  40.   end
  41.   object LabelAngleDesc: TLabel
  42.     Left = 27
  43.     Top = 51
  44.     Width = 72
  45.     Height = 13
  46.     Caption = 'Le rapport vaut'
  47.   end
  48.   object LabelAngle: TLabel
  49.     Left = 27
  50.     Top = 81
  51.     Width = 71
  52.     Height = 13
  53.     Caption = 'L'#39'angle mesure'
  54.   end
  55.   object LabelDegree: TLabel
  56.     Left = 220
  57.     Top = 74
  58.     Width = 6
  59.     Height = 13
  60.     Caption = 'o'
  61.   end
  62.   object OKBtn: TBitBtn
  63.     Left = 56
  64.     Top = 114
  65.     Width = 77
  66.     Height = 27
  67.     TabOrder = 0
  68.     Kind = bkOK
  69.     Margin = 2
  70.     Style = bsNew
  71.     Spacing = -1
  72.     IsControl = True
  73.   end
  74.   object CancelBtn: TBitBtn
  75.     Left = 140
  76.     Top = 114
  77.     Width = 77
  78.     Height = 27
  79.     TabOrder = 1
  80.     OnClick = CancelBtnClick
  81.     Kind = bkCancel
  82.     Margin = 2
  83.     Style = bsNew
  84.     Spacing = -1
  85.     IsControl = True
  86.   end
  87.   object EditRapport: TEdit
  88.     Left = 125
  89.     Top = 48
  90.     Width = 72
  91.     Height = 21
  92.     TabOrder = 2
  93.     OnChange = EditAllChange
  94.     OnKeyPress = EditAllKeyPress
  95.   end
  96.   object SpinButtonRapport: TSpinButton
  97.     Left = 199
  98.     Top = 48
  99.     Width = 15
  100.     Height = 20
  101.     DownGlyph.Data = {
  102.       A6000000424DA600000000000000760000002800000009000000060000000100
  103.       0400000000003000000000000000000000000000000000000000000000000000
  104.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  105.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  106.       0000333303333000000033300033300000003300000330000000300000003000
  107.       00003333333330000000}
  108.     TabOrder = 3
  109.     UpGlyph.Data = {
  110.       A6000000424DA600000000000000760000002800000009000000060000000100
  111.       0400000000003000000000000000000000000000000000000000000000000000
  112.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  113.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  114.       0000300000003000000033000003300000003330003330000000333303333000
  115.       00003333333330000000}
  116.     OnDownClick = SpinButtonRapportDownClick
  117.     OnUpClick = SpinButtonRapportUpClick
  118.   end
  119.   object EditAngle: TEdit
  120.     Left = 125
  121.     Top = 78
  122.     Width = 72
  123.     Height = 21
  124.     TabOrder = 4
  125.     OnChange = EditAllChange
  126.     OnKeyPress = EditAllKeyPress
  127.   end
  128.   object SpinButtonAngle: TSpinButton
  129.     Left = 200
  130.     Top = 78
  131.     Width = 15
  132.     Height = 20
  133.     DownGlyph.Data = {
  134.       A6000000424DA600000000000000760000002800000009000000060000000100
  135.       0400000000003000000000000000000000000000000000000000000000000000
  136.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  137.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  138.       0000333303333000000033300033300000003300000330000000300000003000
  139.       00003333333330000000}
  140.     TabOrder = 5
  141.     UpGlyph.Data = {
  142.       A6000000424DA600000000000000760000002800000009000000060000000100
  143.       0400000000003000000000000000000000000000000000000000000000000000
  144.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  145.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  146.       0000300000003000000033000003300000003330003330000000333303333000
  147.       00003333333330000000}
  148.     OnDownClick = SpinButtonAngleDownClick
  149.     OnUpClick = SpinButtonAngleUpClick
  150.   end
  151. end
  152.