home *** CD-ROM | disk | FTP | other *** search
/ Freelog Special Freeware 31 / FreelogHS31.iso / Texte / Transcript / InstallTranscript2.2_fr.exe / Transcript.exe / 0 / RCDATA / TEDITAUTOCORRECTIONSFORM / TEDITAUTOCORRECTIONSFORM.txt < prev   
Text File  |  2007-05-11  |  4KB  |  183 lines

  1. object EditAutoCorrectionsForm: TEditAutoCorrectionsForm
  2.   Left = 200
  3.   Top = 167
  4.   Width = 449
  5.   Height = 377
  6.   HelpContext = 1000
  7.   ActiveControl = edAutoText
  8.   BorderWidth = 1
  9.   Caption = 'Edit autoreplacements list'
  10.   Color = clBtnFace
  11.   Constraints.MinHeight = 377
  12.   Constraints.MinWidth = 449
  13.   Font.Charset = DEFAULT_CHARSET
  14.   Font.Color = clWindowText
  15.   Font.Height = -13
  16.   Font.Name = 'MS Sans Serif'
  17.   Font.Style = []
  18.   Icon.Data = {<image000.ico>}
  19.   OldCreateOrder = False
  20.   Position = poMainFormCenter
  21.   OnActivate = FormActivate
  22.   OnClose = FormClose
  23.   OnCreate = FormCreate
  24.   OnDestroy = FormDestroy
  25.   OnDeactivate = FormDeactivate
  26.   OnResize = FormResize
  27.   OnShow = FormShow
  28.   DesignSize = (
  29.     439
  30.     348)
  31.   PixelsPerInch = 96
  32.   TextHeight = 16
  33.   object JvLabel1: TJvLabel
  34.     Left = 8
  35.     Top = 8
  36.     Width = 57
  37.     Height = 16
  38.     Caption = '&Replace:'
  39.     FocusControl = edAutoText
  40.     HotTrackFont.Charset = DEFAULT_CHARSET
  41.     HotTrackFont.Color = clWindowText
  42.     HotTrackFont.Height = -13
  43.     HotTrackFont.Name = 'MS Sans Serif'
  44.     HotTrackFont.Style = []
  45.   end
  46.   object JvLabel2: TJvLabel
  47.     Left = 135
  48.     Top = 8
  49.     Width = 31
  50.     Height = 16
  51.     Caption = '&With:'
  52.     FocusControl = edReplaceText
  53.     HotTrackFont.Charset = DEFAULT_CHARSET
  54.     HotTrackFont.Color = clWindowText
  55.     HotTrackFont.Height = -13
  56.     HotTrackFont.Name = 'MS Sans Serif'
  57.     HotTrackFont.Style = []
  58.   end
  59.   object lblCount: TJvLabel
  60.     Left = 424
  61.     Top = 8
  62.     Width = 9
  63.     Height = 16
  64.     Alignment = taRightJustify
  65.     Caption = '0'
  66.     Anchors = [akTop, akRight]
  67.     HotTrackFont.Charset = DEFAULT_CHARSET
  68.     HotTrackFont.Color = clWindowText
  69.     HotTrackFont.Height = -13
  70.     HotTrackFont.Name = 'MS Sans Serif'
  71.     HotTrackFont.Style = []
  72.   end
  73.   object BtnClose: TButton
  74.     Left = 272
  75.     Top = 317
  76.     Width = 75
  77.     Height = 25
  78.     Anchors = [akLeft, akBottom]
  79.     Cancel = True
  80.     Caption = '&Close'
  81.     ModalResult = 2
  82.     TabOrder = 5
  83.     OnClick = BtnCloseClick
  84.   end
  85.   object HelpBtn: TButton
  86.     Left = 360
  87.     Top = 317
  88.     Width = 75
  89.     Height = 25
  90.     Anchors = [akLeft, akBottom]
  91.     Caption = '&Help'
  92.     TabOrder = 6
  93.     OnClick = HelpBtnClick
  94.   end
  95.   object sgAutoCorrect: TJvStringGrid
  96.     Left = 8
  97.     Top = 48
  98.     Width = 425
  99.     Height = 262
  100.     TabStop = False
  101.     Anchors = [akLeft, akTop, akRight, akBottom]
  102.     ColCount = 2
  103.     Constraints.MinHeight = 257
  104.     Constraints.MinWidth = 425
  105.     DefaultColWidth = 150
  106.     DefaultRowHeight = 22
  107.     Enabled = False
  108.     FixedCols = 0
  109.     RowCount = 1
  110.     FixedRows = 0
  111.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  112.     TabOrder = 2
  113.     OnClick = sgAutoCorrectClick
  114.     OnEnter = sgAutoCorrectEnter
  115.     OnSelectCell = sgAutoCorrectSelectCell
  116.     Alignment = taLeftJustify
  117.     FixedFont.Charset = DEFAULT_CHARSET
  118.     FixedFont.Color = clWindowText
  119.     FixedFont.Height = -11
  120.     FixedFont.Name = 'MS Sans Serif'
  121.     FixedFont.Style = []
  122.   end
  123.   object edAutoText: TJvEdit
  124.     Left = 8
  125.     Top = 24
  126.     Width = 125
  127.     Height = 24
  128.     UseFixedPopup = False
  129.     Modified = False
  130.     TabOrder = 0
  131.     OnChange = edAutoTextChange
  132.     OnClick = edAutoTextClick
  133.     OnKeyDown = edAutoTextKeyDown
  134.   end
  135.   object edReplaceText: TJvEdit
  136.     Left = 135
  137.     Top = 24
  138.     Width = 298
  139.     Height = 24
  140.     UseFixedPopup = False
  141.     Modified = False
  142.     Anchors = [akLeft, akTop, akRight]
  143.     TabOrder = 1
  144.     OnChange = edAutoTextChange
  145.     OnKeyDown = edAutoTextKeyDown
  146.   end
  147.   object btnAdd: TButton
  148.     Left = 8
  149.     Top = 317
  150.     Width = 90
  151.     Height = 25
  152.     Anchors = [akLeft, akBottom]
  153.     Cancel = True
  154.     Caption = '&Add'
  155.     Default = True
  156.     Enabled = False
  157.     ModalResult = 2
  158.     TabOrder = 3
  159.     OnClick = btnAddClick
  160.   end
  161.   object btnDelete: TButton
  162.     Left = 112
  163.     Top = 317
  164.     Width = 90
  165.     Height = 25
  166.     Anchors = [akLeft, akBottom]
  167.     Cancel = True
  168.     Caption = '&Delete'
  169.     Enabled = False
  170.     ModalResult = 2
  171.     TabOrder = 4
  172.     OnClick = btnDeleteClick
  173.   end
  174.   object Translator: TJvgLanguageLoader
  175.     FormSection = 'EditAutoCorrectionsForm'
  176.     StringsSection = 'Strings'
  177.     Left = 320
  178.   end
  179.   object ThemeManager1: TThemeManager
  180.     Left = 352
  181.   end
  182. end
  183.