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

  1. object RtfTabsDialog: TRtfTabsDialog
  2.   Left = 204
  3.   Top = 301
  4.   HelpContext = 500
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Tabs'
  8.   ClientHeight = 275
  9.   ClientWidth = 342
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   Position = poMainFormCenter
  19.   ShowHint = True
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object JvLabel1: TJvLabel
  24.     Left = 8
  25.     Top = 8
  26.     Width = 74
  27.     Height = 16
  28.     Caption = '&Tabposition'
  29.     FocusControl = TabPosEdit
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clWindowText
  32.     Font.Height = -13
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentFont = False
  36.     AutoOpenURL = False
  37.     HotTrackFont.Charset = DEFAULT_CHARSET
  38.     HotTrackFont.Color = clWindowText
  39.     HotTrackFont.Height = -13
  40.     HotTrackFont.Name = 'MS Sans Serif'
  41.     HotTrackFont.Style = []
  42.     ImageIndex = 0
  43.   end
  44.   object JvBevel1: TJvBevel
  45.     Left = 8
  46.     Top = 232
  47.     Width = 326
  48.     Height = 2
  49.   end
  50.   object OKBtn: TButton
  51.     Left = 88
  52.     Top = 244
  53.     Width = 75
  54.     Height = 25
  55.     Action = actOK
  56.     Caption = '&OK'
  57.     Default = True
  58.     ModalResult = 1
  59.     TabOrder = 7
  60.   end
  61.   object CancelBtn: TButton
  62.     Left = 176
  63.     Top = 244
  64.     Width = 75
  65.     Height = 25
  66.     Action = actCancel
  67.     Cancel = True
  68.     Caption = '&Cancel'
  69.     ModalResult = 2
  70.     TabOrder = 8
  71.   end
  72.   object HelpBtn: TButton
  73.     Left = 261
  74.     Top = 244
  75.     Width = 75
  76.     Height = 25
  77.     Caption = '&Help'
  78.     TabOrder = 9
  79.     OnClick = HelpBtnClick
  80.   end
  81.   object TabPosEdit: TJvValidateEdit
  82.     Left = 8
  83.     Top = 26
  84.     Width = 113
  85.     Height = 21
  86.     CheckChars = '0123456789,'
  87.     CriticalPoints.CheckPoints = cpNone
  88.     CriticalPoints.ColorAbove = clBlue
  89.     CriticalPoints.ColorBelow = clRed
  90.     DisplayFormat = dfFloat
  91.     DecimalPlaces = 2
  92.     DisplaySuffix = ' cm'
  93.     EditText = '0'
  94.     HasMinValue = True
  95.     TabOrder = 0
  96.     Text = ' cm'
  97.     Value = 0
  98.     ZeroEmpty = True
  99.     OnKeyDown = TabPosEditKeyDown
  100.   end
  101.   object TabsListBox: TJvListBox
  102.     Left = 8
  103.     Top = 48
  104.     Width = 113
  105.     Height = 129
  106.     ItemHeight = 15
  107.     Background.FillMode = bfmTile
  108.     Background.Visible = False
  109.     Style = lbOwnerDrawFixed
  110.     TabOrder = 1
  111.     OnClick = TabsListBoxClick
  112.     OnDrawItem = TabsListBoxDrawItem
  113.     Alignment = taRightJustify
  114.   end
  115.   object AlignmentGroup: TJvRadioGroup
  116.     Left = 132
  117.     Top = 8
  118.     Width = 201
  119.     Height = 97
  120.     Hint = 'Set tab alignment'
  121.     Caption = 'Ali&gnment'
  122.     Columns = 2
  123.     ItemIndex = 0
  124.     Items.Strings = (
  125.       'Left'
  126.       'Center'
  127.       'Right'
  128.       'Decimal'
  129.       'Bar')
  130.     TabOrder = 2
  131.     OnClick = AlignmentGroupClick
  132.     CaptionVisible = True
  133.   end
  134.   object LeaderGroup: TJvRadioGroup
  135.     Left = 132
  136.     Top = 108
  137.     Width = 201
  138.     Height = 69
  139.     Hint = 'Set leader character'
  140.     Caption = '&Leader'
  141.     Columns = 2
  142.     ItemIndex = 0
  143.     Items.Strings = (
  144.       '&1 None'
  145.       '&2 .........'
  146.       '&3 ---------'
  147.       '&4 _____')
  148.     TabOrder = 3
  149.     CaptionVisible = True
  150.   end
  151.   object DeleteAllBtn: TButton
  152.     Left = 261
  153.     Top = 198
  154.     Width = 75
  155.     Height = 25
  156.     Action = actClearAll
  157.     TabOrder = 6
  158.   end
  159.   object DeleteBtn: TButton
  160.     Left = 176
  161.     Top = 198
  162.     Width = 75
  163.     Height = 25
  164.     Action = actClear
  165.     TabOrder = 5
  166.   end
  167.   object AddBtn: TButton
  168.     Left = 88
  169.     Top = 198
  170.     Width = 75
  171.     Height = 25
  172.     Action = actSet
  173.     TabOrder = 4
  174.   end
  175.   object Translator: TJvgLanguageLoader
  176.     FormSection = 'TabSettingsDialog'
  177.     StringsSection = 'RtfTabsDialog'
  178.     Left = 8
  179.     Top = 240
  180.   end
  181.   object ActionList1: TActionList
  182.     Left = 40
  183.     Top = 240
  184.     object actSet: TAction
  185.       Caption = '&Set'
  186.       OnExecute = actSetExecute
  187.       OnUpdate = IsTabStopFilled
  188.     end
  189.     object actClear: TAction
  190.       Caption = 'Cl&ear'
  191.       OnExecute = actClearExecute
  192.       OnUpdate = IsTabStopFilled
  193.     end
  194.     object actClearAll: TAction
  195.       Caption = 'Clear &All'
  196.       OnExecute = actClearAllExecute
  197.     end
  198.     object actOK: TAction
  199.       Caption = 'OK'
  200.       OnExecute = actOKExecute
  201.     end
  202.     object actCancel: TAction
  203.       Caption = 'Cancel'
  204.       OnExecute = actCancelExecute
  205.     end
  206.   end
  207. end
  208.