Ignore:
Timestamp:
Apr 19, 2010, 5:24:20 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Fixed Text Object Parameters

File:
1 edited

Legend:

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

    r612 r738  
    11object frmBroker: TfrmBroker
    2   Left = 1333
    3   Top = 298
     2  Left = 1163
     3  Top = 259
    44  Width = 441
    55  Height = 300
     
    2525    Top = 0
    2626    Width = 433
    27     Height = 53
     27    Height = 73
    2828    Align = alTop
    2929    BevelOuter = bvNone
     
    3636      Caption = 'Max Calls Retained'
    3737    end
     38    object lblStoredCallsNum: TLabel
     39      Left = 185
     40      Top = 11
     41      Width = 68
     42      Height = 13
     43      Caption = 'Stored Calls: 0'
     44    end
    3845    object lblCallID: TStaticText
    39       Left = 186
    40       Top = 26
     46      Left = 183
     47      Top = 29
    4148      Width = 90
    4249      Height = 17
     
    113120    end
    114121    object btnRLT: TButton
    115       Left = 289
    116       Top = 18
     122      Left = 288
     123      Top = 10
    117124      Width = 31
    118       Height = 21
     125      Height = 18
     126      Hint = 'Check time lapse between standard RPC call'
    119127      Caption = 'RLT'
    120128      TabOrder = 6
     
    124132      Left = 112
    125133      Top = 10
    126       Width = 66
     134      Width = 57
    127135      Height = 36
    128136      Caption = '&Clear'
     
    157165        FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF}
    158166    end
     167    object cboJumpTo: TComboBox
     168      Left = 8
     169      Top = 48
     170      Width = 419
     171      Height = 21
     172      Hint = 'Jump to a prior stored call'
     173      ItemHeight = 13
     174      ParentShowHint = False
     175      ShowHint = True
     176      TabOrder = 8
     177      Text = '-- Select a call to jump to --'
     178      OnChange = cboJumpToChange
     179      OnDropDown = cboJumpToDropDown
     180    end
    159181  end
    160182  object memData: TRichEdit
    161183    Left = 0
    162     Top = 53
     184    Top = 73
    163185    Width = 433
    164     Height = 213
     186    Height = 193
    165187    Align = alClient
    166188    HideScrollBars = False
     
    174196    Top = 216
    175197    LangData = {
    176       090066726D42726F6B6572010100000001000000070043617074696F6E010A00
     198      090066726D42726F6B6572010100000001000000070043617074696F6E010C00
    177199      00000600706E6C546F7000000B006C626C4D617843616C6C7301010000000200
    178200      0000070043617074696F6E0009006C626C43616C6C4944010100000003000000
     
    180202      070043617074696F6E000700636D645072657601010000000500000007004361
    181203      7074696F6E000700636D644E657874010100000006000000070043617074696F
    182       6E00050075644D61780000060062746E524C5401010000000700000007004361
    183       7074696F6E0007006D656D446174610000080062746E436C6561720101000000
    184       08000000070043617074696F6E00}
     204      6E00050075644D61780000060062746E524C5401020000000700000007004361
     205      7074696F6E09000000040048696E740007006D656D446174610000080062746E
     206      436C656172010100000008000000070043617074696F6E0011006C626C53746F
     207      72656443616C6C734E756D01010000000A000000070043617074696F6E000900
     208      63626F4A756D70546F01020000000B000000040048696E740C00000004005465
     209      787400}
    185210  end
    186211end
Note: See TracChangeset for help on using the changeset viewer.