Ignore:
Timestamp:
Aug 12, 2009, 7:14:16 PM (15 years ago)
Author:
Kevin Toppenberg
Message:

TMG Ver 1.1 Added HTML Support, better demographics editing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/tmg-cprs/CPRS-Chart/Options/fOptionsNotes.dfm

    r453 r541  
    66  BorderStyle = bsSingle
    77  Caption = 'Notes'
    8   ClientHeight = 150
    9   ClientWidth = 399
     8  ClientHeight = 226
     9  ClientWidth = 398
    1010  Color = clBtnFace
    1111  Font.Charset = DEFAULT_CHARSET
     
    1717  OldCreateOrder = False
    1818  Position = poScreenCenter
     19  OnCreate = FormCreate
    1920  OnShow = FormShow
    2021  PixelsPerInch = 96
     
    4041    Height = 13
    4142    Caption = 'of notes (sec):'
     43  end
     44  object lblHTMLViewSize: TLabel
     45    Left = 8
     46    Top = 144
     47    Width = 159
     48    Height = 13
     49    Caption = 'Formatted Text (HTML) View Size'
    4250  end
    4351  object txtAutoSave: TCaptionEdit
     
    113121  object pnlBottom: TPanel
    114122    Left = 0
    115     Top = 117
    116     Width = 399
     123    Top = 193
     124    Width = 398
    117125    Height = 33
    118126    HelpContext = 9110
     
    124132      Left = 0
    125133      Top = 0
    126       Width = 399
     134      Width = 398
    127135      Height = 2
    128136      Align = alTop
     
    152160    end
    153161  end
     162  object cboHTMLViewSize: TComboBox
     163    Left = 8
     164    Top = 162
     165    Width = 153
     166    Height = 21
     167    ItemHeight = 13
     168    TabOrder = 6
     169    Text = '<View Size>'
     170    OnChange = cboHTMLViewSizeChange
     171    Items.Strings = (
     172      'Smallest'
     173      'Small'
     174      'Medium'
     175      'Large'
     176      'Largest')
     177  end
     178  object cbDefaultHTMLMode: TCheckBox
     179    Left = 8
     180    Top = 120
     181    Width = 225
     182    Height = 17
     183    Caption = 'Start notes in Formatted (HTML) Mode'
     184    TabOrder = 7
     185    OnClick = cbDefaultHTMLModeClick
     186  end
    154187  object DKLanguageController1: TDKLanguageController
    155     Left = 192
    156     Top = 80
     188    Left = 352
     189    Top = 88
    157190    LangData = {
    158191      0F0066726D4F7074696F6E734E6F746573010200000001000000070043617074
    159       696F6E02000000080048656C7046696C65010C0000000C006C626C4175746F53
     192      696F6E02000000080048656C7046696C65010F0000000C006C626C4175746F53
    160193      61766531010100000003000000070043617074696F6E000B006C626C436F7369
    161194      676E6572010100000004000000070043617074696F6E000C006C626C4175746F
     
    167200      6F74746F6D0000090062766C426F74746F6D0000050062746E4F4B0101000000
    168201      09000000070043617074696F6E00090062746E43616E63656C01010000000A00
    169       0000070043617074696F6E00}
     202      0000070043617074696F6E000F006C626C48544D4C5669657753697A65010100
     203      00000B000000070043617074696F6E000F0063626F48544D4C5669657753697A
     204      6501020000000D00000005004974656D730C0000000400546578740011006362
     205      44656661756C7448544D4C4D6F646501010000000E000000070043617074696F
     206      6E00}
    170207  end
    171208end
Note: See TracChangeset for help on using the changeset viewer.