Ignore:
Timestamp:
Jul 7, 2010, 4:51:54 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Upgrading to version 27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/fGraphProfiles.dfm

    r456 r830  
    1 object frmGraphProfiles: TfrmGraphProfiles
     1inherited frmGraphProfiles: TfrmGraphProfiles
    22  Left = 721
    33  Top = 528
     4  HorzScrollBar.Visible = False
     5  VertScrollBar.Visible = False
    46  BorderIcons = [biSystemMenu, biHelp]
    57  BorderStyle = bsDialog
     
    79  ClientHeight = 379
    810  ClientWidth = 477
    9   Color = clBtnFace
    10   Font.Charset = DEFAULT_CHARSET
    11   Font.Color = clWindowText
    12   Font.Height = -11
    13   Font.Name = 'MS Sans Serif'
    14   Font.Style = []
    15   OldCreateOrder = False
    1611  Position = poMainFormCenter
    1712  OnClose = FormClose
    1813  OnCreate = FormCreate
    1914  OnShow = FormShow
     15  ExplicitWidth = 483
     16  ExplicitHeight = 404
    2017  PixelsPerInch = 96
    2118  TextHeight = 13
    22   object lblSource: TLabel
    23     Left = 8
    24     Top = 29
    25     Width = 37
    26     Height = 13
    27     Hint = 'These are the different types of data for graphing.'
    28     Caption = 'Source:'
    29     ParentShowHint = False
    30     ShowHint = False
    31   end
    32   object lblSelection: TLabel
     19  object lblSelection: TLabel [0]
    3320    Left = 142
    3421    Top = 29
     
    4027    ShowHint = False
    4128  end
    42   object lblDisplay: TLabel
     29  object lblDisplay: TLabel [1]
    4330    Left = 312
    4431    Top = 29
     
    5239    ShowHint = False
    5340  end
    54   object bvlBase: TBevel
     41  object bvlBase: TBevel [2]
    5542    Left = 8
    5643    Top = 339
     
    5845    Height = 2
    5946  end
    60   object lblEditInfo: TLabel
    61     Left = 132
     47  object lblEditInfo: TLabel [3]
     48    Left = 142
    6249    Top = 278
    6350    Width = 202
     
    6552    Caption = 'Items for Graphing can be saved as Views.'
    6653  end
    67   object lblSelectionInfo: TLabel
    68     Left = 42
     54  object lblSelectionInfo: TLabel [4]
     55    Left = 142
    6956    Top = 8
    7057    Width = 89
     
    7461    ShowHint = False
    7562  end
    76   object lblSelectandDefine: TLabel
     63  object lblSelectandDefine: TLabel [5]
    7764    Left = 8
    7865    Top = 350
     
    8471    WordWrap = True
    8572  end
    86   object lblEditInfo1: TLabel
    87     Left = 132
     73  object lblEditInfo1: TLabel [6]
     74    Left = 142
    8875    Top = 294
    8976    Width = 187
     
    9178    Caption = 'Edit Views by saving to the same name.'
    9279  end
    93   object btnClear: TButton
     80  object lblUser: TLabel [7]
     81    Left = 8
     82    Top = 236
     83    Width = 36
     84    Height = 13
     85    Caption = 'Person:'
     86    ParentShowHint = False
     87    ShowHint = False
     88    WordWrap = True
     89  end
     90  object btnClear: TButton [8]
    9491    Left = 8
    9592    Top = 312
     
    10097    ParentShowHint = False
    10198    ShowHint = False
    102     TabOrder = 8
     99    TabOrder = 7
    103100    OnClick = btnClearClick
    104101  end
    105   object btnSave: TButton
     102  object btnSave: TButton [9]
    106103    Left = 286
    107104    Top = 312
     
    112109    ParentShowHint = False
    113110    ShowHint = False
    114     TabOrder = 12
     111    TabOrder = 11
    115112    OnClick = btnSaveClick
    116113  end
    117   object btnDelete: TButton
     114  object btnDelete: TButton [10]
    118115    Left = 100
    119     Top = 312
     116    Top = 313
    120117    Width = 85
    121     Height = 21
     118    Height = 20
    122119    Caption = 'Delete...'
    123120    Enabled = False
    124121    ParentShowHint = False
    125122    ShowHint = False
    126     TabOrder = 9
     123    TabOrder = 8
    127124    OnClick = btnDeleteClick
    128125  end
    129   object btnRemoveOne: TButton
     126  object btnRemoveOne: TButton [11]
    130127    Left = 280
    131128    Top = 173
     
    136133    ParentShowHint = False
    137134    ShowHint = False
    138     TabOrder = 6
     135    TabOrder = 5
    139136    OnClick = btnRemoveOneClick
    140137  end
    141   object btnRemoveAll: TButton
     138  object btnRemoveAll: TButton [12]
    142139    Left = 280
    143140    Top = 205
     
    148145    ParentShowHint = False
    149146    ShowHint = False
    150     TabOrder = 7
     147    TabOrder = 6
    151148    OnClick = btnRemoveAllClick
    152149  end
    153   object lstSource: TORListBox
    154     Left = 8
    155     Top = 44
    156     Width = 120
    157     Height = 225
    158     ItemHeight = 13
    159     ParentShowHint = False
    160     ShowHint = False
    161     TabOrder = 0
    162     OnDblClick = lstSourceDblClick
    163     ItemTipColor = clWindow
    164     LongList = False
    165     Pieces = '2'
    166     OnChange = lstSourceChange
    167   end
    168   object lstItemsDisplayed: TORListBox
    169     Left = 312
     150  object lstItemsDisplayed: TORListBox [13]
     151    Left = 319
    170152    Top = 44
    171153    Width = 150
    172     Height = 225
     154    Height = 228
    173155    ItemHeight = 13
    174156    ParentShowHint = False
    175157    ShowHint = False
    176158    Sorted = True
    177     TabOrder = 3
     159    TabOrder = 2
    178160    OnDblClick = lstItemsDisplayedDblClick
    179161    ItemTipColor = clWindow
     
    182164    OnChange = lstItemsDisplayedChange
    183165  end
    184   object pnlSource: TPanel
    185     Left = 147
    186     Top = 1
     166  object pnlSource: TPanel [14]
     167    Left = 247
     168    Top = -2
    187169    Width = 190
    188170    Height = 25
    189171    BevelOuter = bvNone
    190     TabOrder = 11
     172    TabOrder = 10
    191173    object radSourcePat: TRadioButton
    192       Left = 87
    193       Top = 6
     174      Left = 106
     175      Top = 5
    194176      Width = 82
    195177      Height = 17
     
    203185    object radSourceAll: TRadioButton
    204186      Left = 0
    205       Top = 6
     187      Top = 5
    206188      Width = 60
    207189      Height = 17
     
    214196    end
    215197  end
    216   object lstItemsTopSelection: TORListBox
     198  object lstItemsSelection: TORListBox [15]
    217199    Left = 142
    218200    Top = 44
    219     Width = 120
     201    Width = 124
    220202    Height = 225
    221203    ItemHeight = 13
     
    223205    ShowHint = False
    224206    Sorted = True
    225     TabOrder = 2
     207    TabOrder = 1
    226208    Visible = False
    227209    OnDblClick = cboAllItemsClick
     
    231213    OnChange = cboAllItemsChange
    232214  end
    233   object pnlTempData: TPanel
    234     Left = 16
    235     Top = 230
     215  object pnlApply: TPanel [16]
     216    Left = 0
     217    Top = 344
     218    Width = 377
     219    Height = 36
     220    BevelOuter = bvNone
     221    ParentShowHint = False
     222    ShowHint = False
     223    TabOrder = 14
     224    object lblApply: TLabel
     225      Left = 8
     226      Top = 2
     227      Width = 138
     228      Height = 13
     229      Caption = 'Display Items for Graphing to:'
     230    end
     231    object radTop: TRadioButton
     232      Left = 8
     233      Top = 17
     234      Width = 57
     235      Height = 17
     236      Caption = 'Top'
     237      Checked = True
     238      TabOrder = 0
     239      TabStop = True
     240    end
     241    object radBottom: TRadioButton
     242      Left = 74
     243      Top = 17
     244      Width = 57
     245      Height = 17
     246      Caption = 'Bottom'
     247      TabOrder = 1
     248    end
     249    object radBoth: TRadioButton
     250      Left = 141
     251      Top = 17
     252      Width = 57
     253      Height = 17
     254      Caption = 'Both'
     255      TabOrder = 2
     256    end
     257    object radNeither: TRadioButton
     258      Left = 208
     259      Top = 17
     260      Width = 81
     261      Height = 17
     262      Caption = 'No Change'
     263      TabOrder = 3
     264    end
     265  end
     266  object btnAdd: TButton [17]
     267    Left = 280
     268    Top = 125
     269    Width = 21
     270    Height = 21
     271    Caption = '>'
     272    Enabled = False
     273    ParentShowHint = False
     274    ShowHint = False
     275    TabOrder = 4
     276    OnClick = cboAllItemsClick
     277  end
     278  object btnAddAll: TButton [18]
     279    Left = 280
     280    Top = 93
     281    Width = 21
     282    Height = 21
     283    Caption = '>>'
     284    Enabled = False
     285    ParentShowHint = False
     286    ShowHint = False
     287    TabOrder = 3
     288    OnClick = btnAddAllClick
     289  end
     290  object btnRename: TButton [19]
     291    Left = 195
     292    Top = 312
     293    Width = 85
     294    Height = 21
     295    Caption = 'Rename...'
     296    Enabled = False
     297    ParentShowHint = False
     298    ShowHint = False
     299    TabOrder = 9
     300    OnClick = btnRenameClick
     301  end
     302  object btnSavePublic: TButton [20]
     303    Left = 379
     304    Top = 312
     305    Width = 85
     306    Height = 21
     307    Caption = 'Save Public...'
     308    Enabled = False
     309    ParentShowHint = False
     310    ShowHint = False
     311    TabOrder = 12
     312    OnClick = btnSaveClick
     313  end
     314  object cboAllItems: TORComboBox [21]
     315    Left = 142
     316    Top = 44
     317    Width = 124
     318    Height = 228
     319    Style = orcsSimple
     320    AutoSelect = True
     321    Color = clWindow
     322    DropDownCount = 8
     323    ItemHeight = 13
     324    ItemTipColor = clWindow
     325    ItemTipEnable = True
     326    ListItemsOnly = True
     327    LongList = True
     328    LookupPiece = 0
     329    MaxLength = 0
     330    ParentShowHint = False
     331    Pieces = '3'
     332    ShowHint = False
     333    Sorted = False
     334    SynonymChars = '<>'
     335    TabOrder = 0
     336    OnChange = cboAllItemsChange
     337    OnDblClick = cboAllItemsClick
     338    OnNeedData = cboAllItemsNeedData
     339    CharsNeedMatch = 1
     340  end
     341  object btnClose: TButton [22]
     342    Left = 371
     343    Top = 353
     344    Width = 97
     345    Height = 21
     346    Cancel = True
     347    Caption = 'Close'
     348    ParentShowHint = False
     349    ShowHint = False
     350    TabOrder = 15
     351    OnClick = btnCloseClick
     352  end
     353  object pnlAllSources: TPanel [23]
     354    Left = 8
     355    Top = 30
     356    Width = 128
     357    Height = 245
     358    BevelOuter = bvNone
     359    ParentShowHint = False
     360    ShowHint = True
     361    TabOrder = 16
     362    object splViews: TSplitter
     363      Left = 0
     364      Top = 122
     365      Width = 128
     366      Height = 3
     367      Cursor = crVSplit
     368      Align = alBottom
     369      ExplicitTop = 0
     370      ExplicitWidth = 125
     371    end
     372    object pnlSources: TPanel
     373      Left = 0
     374      Top = 0
     375      Width = 128
     376      Height = 122
     377      Align = alClient
     378      BevelOuter = bvNone
     379      TabOrder = 0
     380      object lblSource: TLabel
     381        Left = 0
     382        Top = 0
     383        Width = 128
     384        Height = 13
     385        Hint = 'These are the different types of data for graphing.'
     386        Align = alTop
     387        Caption = 'Sources:'
     388        ParentShowHint = False
     389        ShowHint = False
     390        ExplicitWidth = 42
     391      end
     392      object lstSources: TORListBox
     393        Left = 0
     394        Top = 13
     395        Width = 128
     396        Height = 109
     397        Align = alClient
     398        ItemHeight = 13
     399        ParentShowHint = False
     400        ShowHint = False
     401        TabOrder = 0
     402        OnDblClick = lstSourcesDblClick
     403        OnEnter = lstSourcesEnter
     404        OnExit = lstSourcesExit
     405        ItemTipColor = clWindow
     406        LongList = False
     407        Pieces = '2'
     408        OnChange = lstSourcesChange
     409      end
     410    end
     411    object pnlOtherSources: TPanel
     412      Left = 0
     413      Top = 125
     414      Width = 128
     415      Height = 120
     416      Align = alBottom
     417      BevelInner = bvRaised
     418      BevelOuter = bvLowered
     419      BorderWidth = 1
     420      TabOrder = 1
     421      object pnlOtherSourcesUser: TPanel
     422        Left = 3
     423        Top = 76
     424        Width = 122
     425        Height = 41
     426        Align = alBottom
     427        BevelOuter = bvNone
     428        TabOrder = 0
     429        object lblOtherPersons: TLabel
     430          Left = 0
     431          Top = 7
     432          Width = 122
     433          Height = 13
     434          Align = alBottom
     435          Caption = 'Select Person:'
     436          ExplicitWidth = 69
     437        end
     438        object cboUser: TORComboBox
     439          Left = 0
     440          Top = 20
     441          Width = 122
     442          Height = 21
     443          Style = orcsDropDown
     444          Align = alBottom
     445          AutoSelect = True
     446          Color = clWindow
     447          DropDownCount = 6
     448          Items.Strings = (
     449            '')
     450          ItemHeight = 13
     451          ItemTipColor = clWindow
     452          ItemTipEnable = True
     453          ListItemsOnly = False
     454          LongList = True
     455          LookupPiece = 0
     456          MaxLength = 0
     457          Pieces = '2'
     458          Sorted = False
     459          SynonymChars = '<>'
     460          TabOrder = 0
     461          TabStop = True
     462          OnClick = cboUserClick
     463          OnNeedData = cboUserNeedData
     464          CharsNeedMatch = 1
     465        end
     466      end
     467      object pnlOtherSourcesBottom: TPanel
     468        Left = 3
     469        Top = 3
     470        Width = 122
     471        Height = 73
     472        Align = alClient
     473        BevelOuter = bvNone
     474        TabOrder = 1
     475        object lstOtherSources: TORListBox
     476          Left = 0
     477          Top = 30
     478          Width = 122
     479          Height = 43
     480          Align = alClient
     481          BevelInner = bvNone
     482          BevelOuter = bvNone
     483          ItemHeight = 13
     484          ParentShowHint = False
     485          ShowHint = False
     486          TabOrder = 0
     487          OnDblClick = lstSourcesDblClick
     488          OnEnter = lstSourcesEnter
     489          OnExit = lstSourcesExit
     490          ItemTipColor = clWindow
     491          LongList = False
     492          Pieces = '2'
     493          OnChange = lstSourcesChange
     494        end
     495        object pnlOtherViews: TPanel
     496          Left = 0
     497          Top = 0
     498          Width = 122
     499          Height = 30
     500          Align = alTop
     501          BevelOuter = bvNone
     502          TabOrder = 1
     503          object lblOtherViews: TLabel
     504            Left = 0
     505            Top = 17
     506            Width = 122
     507            Height = 13
     508            Align = alBottom
     509            Caption = 'Other Views:'
     510            ExplicitWidth = 60
     511          end
     512          object lblSelectOthers: TLabel
     513            Left = 0
     514            Top = 0
     515            Width = 122
     516            Height = 13
     517            Align = alTop
     518            Caption = 'Select Views from others'
     519            ExplicitWidth = 116
     520          end
     521        end
     522      end
     523    end
     524  end
     525  object btnViews: TButton [24]
     526    Left = 8
     527    Top = 5
     528    Width = 120
     529    Height = 21
     530    Caption = 'Show Other Views'
     531    ParentShowHint = False
     532    ShowHint = False
     533    TabOrder = 17
     534    Visible = False
     535    OnClick = btnViewsClick
     536  end
     537  object pnlTempData: TPanel [25]
     538    Left = 264
     539    Top = 232
    236540    Width = 425
    237541    Height = 49
    238     TabOrder = 14
     542    TabOrder = 13
    239543    Visible = False
    240544    object lblSave: TLabel
     
    289593    end
    290594  end
    291   object pnlApply: TPanel
    292     Left = 0
    293     Top = 344
    294     Width = 377
    295     Height = 36
    296     BevelOuter = bvNone
    297     ParentShowHint = False
    298     ShowHint = False
    299     TabOrder = 15
    300     object lblApply: TLabel
    301       Left = 8
    302       Top = 2
    303       Width = 138
    304       Height = 13
    305       Caption = 'Display Items for Graphing to:'
    306     end
    307     object radTop: TRadioButton
    308       Left = 8
    309       Top = 17
    310       Width = 57
    311       Height = 17
    312       Caption = 'Top'
    313       Checked = True
    314       TabOrder = 0
    315       TabStop = True
    316     end
    317     object radBottom: TRadioButton
    318       Left = 74
    319       Top = 17
    320       Width = 57
    321       Height = 17
    322       Caption = 'Bottom'
    323       TabOrder = 1
    324     end
    325     object radBoth: TRadioButton
    326       Left = 141
    327       Top = 17
    328       Width = 57
    329       Height = 17
    330       Caption = 'Both'
    331       TabOrder = 2
    332     end
    333     object radNeither: TRadioButton
    334       Left = 208
    335       Top = 17
    336       Width = 81
    337       Height = 17
    338       Caption = 'No Change'
    339       TabOrder = 3
    340     end
    341   end
    342   object btnAdd: TButton
    343     Left = 280
    344     Top = 125
    345     Width = 21
    346     Height = 21
    347     Caption = '>'
    348     Enabled = False
    349     ParentShowHint = False
    350     ShowHint = False
    351     TabOrder = 5
    352     OnClick = cboAllItemsClick
    353   end
    354   object btnAddAll: TButton
    355     Left = 280
    356     Top = 93
    357     Width = 21
    358     Height = 21
    359     Caption = '>>'
    360     Enabled = False
    361     ParentShowHint = False
    362     ShowHint = False
    363     TabOrder = 4
    364     OnClick = cboAllItemsClick
    365   end
    366   object btnRename: TButton
    367     Left = 193
    368     Top = 312
    369     Width = 85
    370     Height = 21
    371     Caption = 'Rename...'
    372     Enabled = False
    373     ParentShowHint = False
    374     ShowHint = False
    375     TabOrder = 10
    376     OnClick = btnRenameClick
    377   end
    378   object btnSavePublic: TButton
    379     Left = 379
    380     Top = 312
    381     Width = 85
    382     Height = 21
    383     Caption = 'Save Public...'
    384     Enabled = False
    385     ParentShowHint = False
    386     ShowHint = False
    387     TabOrder = 13
    388     OnClick = btnSaveClick
    389   end
    390   object cboAllItems: TORComboBox
    391     Left = 142
    392     Top = 44
    393     Width = 123
    394     Height = 225
    395     Style = orcsSimple
    396     AutoSelect = True
    397     Color = clWindow
    398     DropDownCount = 8
    399     ItemHeight = 13
    400     ItemTipColor = clWindow
    401     ItemTipEnable = True
    402     ListItemsOnly = True
    403     LongList = True
    404     LookupPiece = 0
    405     MaxLength = 0
    406     ParentShowHint = False
    407     Pieces = '3'
    408     ShowHint = False
    409     Sorted = False
    410     SynonymChars = '<>'
    411     TabOrder = 1
    412     OnChange = cboAllItemsChange
    413     OnDblClick = cboAllItemsClick
    414     OnNeedData = cboAllItemsNeedData
    415     CharsNeedMatch = 1
    416   end
    417   object btnClose: TButton
    418     Left = 371
    419     Top = 353
    420     Width = 97
    421     Height = 21
    422     Cancel = True
    423     Caption = 'Close'
    424     ParentShowHint = False
    425     ShowHint = False
    426     TabOrder = 16
    427     OnClick = btnCloseClick
     595  object btnDefinitions: TButton [26]
     596    Left = 8
     597    Top = 281
     598    Width = 120
     599    Height = 21
     600    Caption = 'View Definitions...'
     601    ParentShowHint = False
     602    ShowHint = False
     603    TabOrder = 18
     604    OnClick = btnDefinitionsClick
     605  end
     606  inherited amgrMain: TVA508AccessibilityManager
     607    Left = 448
     608    Top = 280
     609    Data = (
     610      (
     611        'Component = btnClear'
     612        'Status = stsDefault')
     613      (
     614        'Component = btnSave'
     615        'Status = stsDefault')
     616      (
     617        'Component = btnDelete'
     618        'Status = stsDefault')
     619      (
     620        'Component = btnRemoveOne'
     621        'Status = stsDefault')
     622      (
     623        'Component = btnRemoveAll'
     624        'Status = stsDefault')
     625      (
     626        'Component = lstItemsDisplayed'
     627        'Status = stsDefault')
     628      (
     629        'Component = pnlSource'
     630        'Status = stsDefault')
     631      (
     632        'Component = radSourcePat'
     633        'Status = stsDefault')
     634      (
     635        'Component = radSourceAll'
     636        'Status = stsDefault')
     637      (
     638        'Component = lstItemsSelection'
     639        'Status = stsDefault')
     640      (
     641        'Component = pnlTempData'
     642        'Status = stsDefault')
     643      (
     644        'Component = lstActualItems'
     645        'Status = stsDefault')
     646      (
     647        'Component = lstDrugClass'
     648        'Status = stsDefault')
     649      (
     650        'Component = lstScratch'
     651        'Status = stsDefault')
     652      (
     653        'Component = lstTests'
     654        'Status = stsDefault')
     655      (
     656        'Component = pnlApply'
     657        'Status = stsDefault')
     658      (
     659        'Component = radTop'
     660        'Status = stsDefault')
     661      (
     662        'Component = radBottom'
     663        'Status = stsDefault')
     664      (
     665        'Component = radBoth'
     666        'Status = stsDefault')
     667      (
     668        'Component = radNeither'
     669        'Status = stsDefault')
     670      (
     671        'Component = btnAdd'
     672        'Status = stsDefault')
     673      (
     674        'Component = btnAddAll'
     675        'Status = stsDefault')
     676      (
     677        'Component = btnRename'
     678        'Status = stsDefault')
     679      (
     680        'Component = btnSavePublic'
     681        'Status = stsDefault')
     682      (
     683        'Component = cboAllItems'
     684        'Status = stsDefault')
     685      (
     686        'Component = btnClose'
     687        'Status = stsDefault')
     688      (
     689        'Component = frmGraphProfiles'
     690        'Status = stsDefault')
     691      (
     692        'Component = pnlAllSources'
     693        'Status = stsDefault')
     694      (
     695        'Component = pnlSources'
     696        'Status = stsDefault')
     697      (
     698        'Component = lstSources'
     699        'Status = stsDefault')
     700      (
     701        'Component = pnlOtherSources'
     702        'Status = stsDefault')
     703      (
     704        'Component = pnlOtherSourcesUser'
     705        'Status = stsDefault')
     706      (
     707        'Component = cboUser'
     708        'Status = stsDefault')
     709      (
     710        'Component = pnlOtherSourcesBottom'
     711        'Status = stsDefault')
     712      (
     713        'Component = lstOtherSources'
     714        'Status = stsDefault')
     715      (
     716        'Component = btnViews'
     717        'Status = stsDefault')
     718      (
     719        'Component = btnDefinitions'
     720        'Status = stsDefault')
     721      (
     722        'Component = pnlOtherViews'
     723        'Status = stsDefault'))
    428724  end
    429725end
Note: See TracChangeset for help on using the changeset viewer.