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

  1. object HomotDlg: THomotDlg
  2.   Left = 59
  3.   Top = 198
  4.   HelpContext = 507
  5.   ActiveControl = OKBtn
  6.   BorderIcons = []
  7.   BorderStyle = bsDialog
  8.   Caption = 'Homoth∩┐╜tie'
  9.   ClientHeight = 124
  10.   ClientWidth = 269
  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 = 8
  22.     Width = 248
  23.     Height = 80
  24.     Style = bsRaised
  25.     IsControl = True
  26.   end
  27.   object LabelCentreDesc: TLabel
  28.     Left = 26
  29.     Top = 24
  30.     Width = 136
  31.     Height = 13
  32.     Caption = 'Le centre de l'#39'homoth∩┐╜tie 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 LabelRapportDesc: TLabel
  42.     Left = 26
  43.     Top = 51
  44.     Width = 72
  45.     Height = 13
  46.     Caption = 'Le rapport vaut'
  47.   end
  48.   object OKBtn: TBitBtn
  49.     Left = 55
  50.     Top = 94
  51.     Width = 77
  52.     Height = 27
  53.     TabOrder = 0
  54.     Kind = bkOK
  55.     Margin = 2
  56.     Style = bsNew
  57.     Spacing = -1
  58.     IsControl = True
  59.   end
  60.   object CancelBtn: TBitBtn
  61.     Left = 138
  62.     Top = 94
  63.     Width = 77
  64.     Height = 27
  65.     TabOrder = 1
  66.     OnClick = CancelBtnClick
  67.     Kind = bkCancel
  68.     Margin = 2
  69.     Style = bsNew
  70.     Spacing = -1
  71.     IsControl = True
  72.   end
  73.   object EditRapport: TEdit
  74.     Left = 124
  75.     Top = 49
  76.     Width = 72
  77.     Height = 21
  78.     TabOrder = 2
  79.     OnChange = EditRapportChange
  80.     OnKeyPress = EditRapportKeyPress
  81.   end
  82.   object SpinButtonRapport: TSpinButton
  83.     Left = 199
  84.     Top = 49
  85.     Width = 15
  86.     Height = 20
  87.     DownGlyph.Data = {
  88.       A6000000424DA600000000000000760000002800000009000000060000000100
  89.       0400000000003000000000000000000000000000000000000000000000000000
  90.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  91.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  92.       0000333303333000000033300033300000003300000330000000300000003000
  93.       00003333333330000000}
  94.     TabOrder = 3
  95.     UpGlyph.Data = {
  96.       A6000000424DA600000000000000760000002800000009000000060000000100
  97.       0400000000003000000000000000000000000000000000000000000000000000
  98.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  99.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  100.       0000300000003000000033000003300000003330003330000000333303333000
  101.       00003333333330000000}
  102.     OnDownClick = SpinButtonRapportDownClick
  103.     OnUpClick = SpinButtonRapportUpClick
  104.   end
  105. end
  106.