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

  1. object MacroDlg: TMacroDlg
  2.   Left = 82
  3.   Top = 75
  4.   ActiveControl = FileEdit
  5.   BorderStyle = bsDialog
  6.   Caption = 'Macros'
  7.   ClientHeight = 268
  8.   ClientWidth = 506
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   Position = poScreenCenter
  15.   OnCloseQuery = FormCloseQuery
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 3
  22.     Top = 4
  23.     Width = 325
  24.     Height = 169
  25.     TabOrder = 0
  26.     object FileListBox: TFileListBox
  27.       Left = 153
  28.       Top = 7
  29.       Width = 167
  30.       Height = 126
  31.       Hint = 'liste des fichiers'
  32.       FileEdit = FileEdit
  33.       ItemHeight = 13
  34.       Mask = '*.fmc'
  35.       TabOrder = 0
  36.       OnClick = FileListBoxClick
  37.     end
  38.     object DirectoryListBox: TDirectoryListBox
  39.       Left = 4
  40.       Top = 7
  41.       Width = 145
  42.       Height = 103
  43.       Hint = 'liste des r∩┐╜pertoires.'
  44.       FileList = FileListBox
  45.       ItemHeight = 16
  46.       TabOrder = 1
  47.     end
  48.     object DriveComboBox: TDriveComboBox
  49.       Left = 4
  50.       Top = 114
  51.       Width = 145
  52.       Height = 19
  53.       Hint = 'liste des lecteurs.'
  54.       DirList = DirectoryListBox
  55.       TabOrder = 2
  56.     end
  57.     object FileEdit: TEdit
  58.       Left = 3
  59.       Top = 142
  60.       Width = 318
  61.       Height = 21
  62.       Hint = 'nom du fichier.'
  63.       TabOrder = 3
  64.       Text = '*.fmc'
  65.       OnKeyPress = FileEditKeyPress
  66.     end
  67.   end
  68.   object Panel2: TPanel
  69.     Left = 3
  70.     Top = 173
  71.     Width = 325
  72.     Height = 91
  73.     BorderWidth = 3
  74.     TabOrder = 1
  75.     object Memo: TMemo
  76.       Left = 4
  77.       Top = 4
  78.       Width = 317
  79.       Height = 83
  80.       Hint = 'titre/r∩┐╜sum∩┐╜ de la macro d∩┐╜j∩┐╜ sur disque.'
  81.       Align = alClient
  82.       BorderStyle = bsNone
  83.       Ctl3D = True
  84.       MaxLength = 255
  85.       ParentCtl3D = False
  86.       ReadOnly = True
  87.       TabOrder = 0
  88.       OnChange = MemoChange
  89.     end
  90.   end
  91.   object Panel3: TPanel
  92.     Left = 328
  93.     Top = 139
  94.     Width = 174
  95.     Height = 125
  96.     Hint = 'validation des choix.'
  97.     TabOrder = 2
  98.     object Bevel1: TBevel
  99.       Left = 15
  100.       Top = 92
  101.       Width = 143
  102.       Height = 29
  103.     end
  104.     object CancelBtn: TBitBtn
  105.       Left = 16
  106.       Top = 93
  107.       Width = 141
  108.       Height = 27
  109.       Cancel = True
  110.       Caption = 'Quitter'
  111.       ModalResult = 2
  112.       TabOrder = 0
  113.       NumGlyphs = 2
  114.       Style = bsNew
  115.       Spacing = -1
  116.       IsControl = True
  117.     end
  118.     object Panel5: TPanel
  119.       Left = 21
  120.       Top = 7
  121.       Width = 131
  122.       Height = 81
  123.       BevelOuter = bvLowered
  124.       TabOrder = 1
  125.       object BtnExec: TBitBtn
  126.         Left = 1
  127.         Top = 1
  128.         Width = 129
  129.         Height = 27
  130.         Hint = 'Ex∩┐╜cute une macro'
  131.         Caption = '&Ex∩┐╜cuter'
  132.         ModalResult = 6
  133.         TabOrder = 0
  134.         OnClick = BtnExecClick
  135.         Style = bsNew
  136.       end
  137.       object BtnModif: TBitBtn
  138.         Left = 1
  139.         Top = 27
  140.         Width = 129
  141.         Height = 27
  142.         Hint = 'Recharge la figure de la macro.'
  143.         Caption = '&Modifier'
  144.         ModalResult = 7
  145.         TabOrder = 1
  146.         OnClick = BtnModifClick
  147.         Style = bsNew
  148.       end
  149.       object BtnEnregistre: TBitBtn
  150.         Left = 1
  151.         Top = 53
  152.         Width = 129
  153.         Height = 27
  154.         Hint = 'Enregistre la figure actuelle comme macro.'
  155.         Caption = '&Enregistrer &sous'
  156.         TabOrder = 2
  157.         OnClick = BtnEnregistreClick
  158.         Style = bsNew
  159.       end
  160.     end
  161.   end
  162.   object Panel4: TPanel
  163.     Left = 328
  164.     Top = 4
  165.     Width = 174
  166.     Height = 135
  167.     BevelInner = bvLowered
  168.     BorderWidth = 2
  169.     TabOrder = 3
  170.     object Image: TImage
  171.       Left = 4
  172.       Top = 4
  173.       Width = 166
  174.       Height = 127
  175.       Hint = 'image associ∩┐╜e ∩┐╜ la figure.'
  176.       Align = alClient
  177.       Center = True
  178.       Stretch = True
  179.     end
  180.   end
  181. end
  182.