Ignore:
Timestamp:
Jul 6, 2008, 8:20:14 PM (16 years ago)
Author:
Kevin Toppenberg
Message:

Uploading from OR_30_258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/foia-cprs/CPRS-Chart/fReports.dfm

    r459 r460  
    11inherited frmReports: TfrmReports
    2   Left = 215
    3   Top = 126
    4   Width = 786
    5   Height = 377
     2  Left = 456
     3  Top = 200
     4  Width = 725
     5  Height = 654
    66  HelpContext = 9000
    77  Caption = 'Reports Page'
     
    1212  TextHeight = 13
    1313  inherited shpPageBottom: TShape
    14     Top = 340
    15     Width = 778
     14    Top = 617
     15    Width = 717
    1616    Height = 10
    1717  end
    1818  inherited sptHorz: TSplitter
    1919    Left = 119
    20     Height = 340
     20    Height = 617
     21    OnMoved = sptHorzMoved
    2122  end
    2223  inherited pnlLeft: TPanel
    2324    Width = 119
    24     Height = 340
     25    Height = 617
    2526    object Splitter1: TSplitter
    2627      Left = 0
    27       Top = 91
     28      Top = 259
    2829      Width = 119
    29       Height = 10
     30      Height = 6
    3031      Cursor = crVSplit
    3132      Align = alBottom
     33      Color = clBtnFace
     34      ParentColor = False
    3235      OnCanResize = Splitter1CanResize
    3336    end
     
    3639      Top = 0
    3740      Width = 119
    38       Height = 91
     41      Height = 259
    3942      Align = alClient
    4043      BevelOuter = bvNone
     
    5760        Top = 19
    5861        Width = 119
    59         Height = 72
     62        Height = 240
    6063        Align = alClient
    6164        HideSelection = False
     
    7376    object pnlLeftBottom: TPanel
    7477      Left = 0
    75       Top = 201
     78      Top = 365
    7679      Width = 119
    77       Height = 139
     80      Height = 252
    7881      Align = alBottom
     82      Anchors = [akLeft, akTop, akRight, akBottom]
    7983      BevelOuter = bvNone
    8084      TabOrder = 1
     85      Visible = False
    8186      object lblQualifier: TOROffsetLabel
    8287        Left = 0
    8388        Top = 0
    8489        Width = 119
    85         Height = 20
     90        Height = 13
    8691        Align = alTop
    8792        HorzOffset = 3
     
    9297      object lblHeaders: TLabel
    9398        Left = 0
    94         Top = 20
     99        Top = 13
    95100        Width = 119
    96101        Height = 13
     
    102107      object lstHeaders: TORListBox
    103108        Left = 0
    104         Top = 33
    105         Width = 119
    106         Height = 106
     109        Top = 26
     110        Width = 119
     111        Height = 226
    107112        Align = alClient
    108113        ItemHeight = 13
     
    119124      object lstQualifier: TORListBox
    120125        Left = 0
    121         Top = 33
    122         Width = 119
    123         Height = 106
     126        Top = 26
     127        Width = 119
     128        Height = 226
    124129        Style = lbOwnerDrawFixed
    125130        Align = alClient
     
    135140        TabPositions = '10'
    136141      end
     142      object pnlViews: TORAutoPanel
     143        Left = 0
     144        Top = 26
     145        Width = 119
     146        Height = 226
     147        Align = alClient
     148        BevelOuter = bvNone
     149        TabOrder = 3
     150        Visible = False
     151        object pnlTopViews: TPanel
     152          Left = 0
     153          Top = 0
     154          Width = 119
     155          Height = 80
     156          Align = alTop
     157          BevelOuter = bvNone
     158          TabOrder = 0
     159          DesignSize = (
     160            119
     161            80)
     162          object lblDateRange: TLabel
     163            Left = 0
     164            Top = 63
     165            Width = 58
     166            Height = 13
     167            Anchors = [akLeft, akTop, akRight]
     168            Caption = 'Date Range'
     169          end
     170          object chkDualViews: TCheckBox
     171            Left = 0
     172            Top = 0
     173            Width = 121
     174            Height = 17
     175            Anchors = [akLeft, akTop, akRight]
     176            Caption = 'Split Views'
     177            TabOrder = 0
     178            OnClick = chkDualViewsClick
     179          end
     180          object btnGraphSelections: TORAlignButton
     181            Left = 0
     182            Top = 20
     183            Width = 119
     184            Height = 21
     185            Anchors = [akLeft, akTop, akRight]
     186            Caption = 'Select/Define...'
     187            TabOrder = 1
     188            OnClick = btnGraphSelectionsClick
     189          end
     190          object btnChangeView: TORAlignButton
     191            Left = 0
     192            Top = 41
     193            Width = 119
     194            Height = 21
     195            Anchors = [akLeft, akTop, akRight]
     196            Caption = 'Settings...'
     197            TabOrder = 2
     198            OnClick = btnChangeViewClick
     199          end
     200        end
     201        object lstDateRange: TORListBox
     202          Left = 0
     203          Top = 80
     204          Width = 119
     205          Height = 146
     206          Align = alClient
     207          Font.Charset = DEFAULT_CHARSET
     208          Font.Color = clWindowText
     209          Font.Height = -11
     210          Font.Name = 'MS Sans Serif'
     211          Font.Style = []
     212          ItemHeight = 13
     213          ParentFont = False
     214          ParentShowHint = False
     215          ShowHint = True
     216          TabOrder = 1
     217          OnClick = lstDateRangeClick
     218          ItemTipColor = clWindow
     219          LongList = False
     220          Pieces = '2'
     221          TabPositions = '10'
     222        end
     223      end
    137224    end
    138225    object pnlProcedures: TPanel
    139226      Left = 0
    140       Top = 101
     227      Top = 265
    141228      Width = 119
    142229      Height = 100
     
    144231      BevelOuter = bvNone
    145232      TabOrder = 2
     233      Visible = False
    146234      object lblProcedures: TOROffsetLabel
    147235        Left = 0
     
    151239        Align = alTop
    152240        Caption = 'Radiology Procedures'
     241        Color = clBtnFace
    153242        HorzOffset = 2
     243        ParentColor = False
    154244        Transparent = False
    155245        VertOffset = 2
     
    178268  inherited pnlRight: TPanel
    179269    Left = 123
    180     Width = 655
    181     Height = 340
     270    Width = 594
     271    Height = 617
    182272    object sptHorzRight: TSplitter
    183273      Left = 0
    184274      Top = 177
    185       Width = 655
     275      Width = 594
    186276      Height = 4
    187277      Cursor = crVSplit
     
    193283      Left = 0
    194284      Top = 0
    195       Width = 655
     285      Width = 594
    196286      Height = 57
    197287      Align = alTop
     
    201291        Left = 0
    202292        Top = 17
    203         Width = 655
     293        Width = 594
    204294        Height = 25
    205295        Align = alTop
     
    212302        Left = 0
    213303        Top = 0
    214         Width = 655
     304        Width = 594
    215305        Height = 17
    216306        Align = alTop
     
    222312      object TabControl1: TTabControl
    223313        Left = 0
    224         Top = 40
    225         Width = 655
    226         Height = 17
    227         Align = alBottom
     314        Top = 42
     315        Width = 594
     316        Height = 20
     317        Align = alTop
     318        Font.Charset = DEFAULT_CHARSET
     319        Font.Color = clWindowText
     320        Font.Height = -11
     321        Font.Name = 'MS Sans Serif'
     322        Font.Style = []
    228323        HotTrack = True
     324        ParentFont = False
     325        Style = tsButtons
     326        TabHeight = 16
    229327        TabOrder = 0
    230328        TabStop = False
     
    236334      Left = 0
    237335      Top = 181
    238       Width = 655
    239       Height = 159
     336      Width = 594
     337      Height = 436
    240338      Align = alClient
    241339      TabOrder = 2
     340      object WebBrowser1: TWebBrowser
     341        Left = 1
     342        Top = 31
     343        Width = 592
     344        Height = 277
     345        TabStop = False
     346        Align = alClient
     347        TabOrder = 1
     348        OnDocumentComplete = WebBrowser1DocumentComplete
     349        ControlData = {
     350          4C0000002F3D0000A11C00000000000000000000000000000000000000000000
     351          000000004C000000000000000000000001000000E0D057007335CF11AE690800
     352          2B2E126208000000000000004C0000000114020000000000C000000000000046
     353          8000000000000000000000000000000000000000000000000000000000000000
     354          00000000000000000100000000000000000000000000000000000000}
     355      end
    242356      object Memo1: TMemo
    243357        Left = 1
    244358        Top = 1
    245         Width = 653
     359        Width = 592
    246360        Height = 30
    247361        TabStop = False
     
    259373        OnKeyUp = Memo1KeyUp
    260374      end
    261       object WebBrowser1: TWebBrowser
    262         Left = 1
    263         Top = 31
    264         Width = 653
    265         Height = 127
    266         TabStop = False
    267         Align = alClient
    268         TabOrder = 1
    269         OnDocumentComplete = WebBrowser1DocumentComplete
    270         ControlData = {
    271           4C0000007D430000200D00000000000000000000000000000000000000000000
    272           000000004C000000000000000000000001000000E0D057007335CF11AE690800
    273           2B2E126208000000000000004C0000000114020000000000C000000000000046
    274           8000000000000000000000000000000000000000000000000000000000000000
    275           00000000000000000100000000000000000000000000000000000000}
    276       end
    277375      object memText: TRichEdit
    278376        Left = 1
    279         Top = 31
    280         Width = 653
     377        Top = 308
     378        Width = 592
    281379        Height = 127
    282         Align = alClient
     380        Align = alBottom
    283381        Color = clCream
    284382        Font.Charset = ANSI_CHARSET
     
    293391        ScrollBars = ssBoth
    294392        TabOrder = 2
     393        Visible = False
    295394        WantReturns = False
    296395        WordWrap = False
     
    300399      Left = 0
    301400      Top = 57
    302       Width = 655
     401      Width = 594
    303402      Height = 120
    304403      Align = alTop
     
    308407        Left = 1
    309408        Top = 1
    310         Width = 653
     409        Width = 592
    311410        Height = 118
    312411        Hint = 'To sort, click on column headers|'
Note: See TracChangeset for help on using the changeset viewer.