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/fNotesBP.dfm

    r459 r460  
    1212  TextHeight = 13
    1313  object Label1: TStaticText
    14     Left = 6
    15     Top = 6
    16     Width = 229
    17     Height = 13
     14    Left = 0
     15    Top = 0
     16    Width = 310
     17    Height = 17
     18    Align = alTop
    1819    AutoSize = False
    1920    Caption = 'The selected title has associated boilerplate text.'
    20     TabOrder = 3
     21    TabOrder = 1
    2122  end
    2223  object radOptions: TRadioGroup
    23     Left = 6
    24     Top = 25
    25     Width = 295
    26     Height = 90
     24    Left = 0
     25    Top = 17
     26    Width = 310
     27    Height = 103
     28    Align = alClient
    2729    Caption = ' Choose from: '
    2830    ItemIndex = 0
     
    3335    TabOrder = 0
    3436  end
    35   object cmdPreview: TButton
    36     Left = 6
    37     Top = 127
    38     Width = 79
    39     Height = 21
    40     Caption = 'Preview Text'
    41     TabOrder = 1
    42     OnClick = cmdPreviewClick
    43   end
    44   object cmdClose: TButton
    45     Left = 230
    46     Top = 127
    47     Width = 72
    48     Height = 21
    49     Caption = 'OK'
    50     Default = True
     37  object btnPanel: TPanel
     38    Left = 0
     39    Top = 120
     40    Width = 310
     41    Height = 28
     42    Align = alBottom
    5143    TabOrder = 2
    52     OnClick = cmdCloseClick
     44    object cmdPreview: TButton
     45      Left = 6
     46      Top = 4
     47      Width = 79
     48      Height = 21
     49      Caption = 'Preview Text'
     50      TabOrder = 0
     51      OnClick = cmdPreviewClick
     52    end
     53    object cmdClose: TButton
     54      Left = 230
     55      Top = 4
     56      Width = 72
     57      Height = 21
     58      Caption = 'OK'
     59      Default = True
     60      TabOrder = 1
     61      OnClick = cmdCloseClick
     62    end
    5363  end
    5464end
Note: See TracChangeset for help on using the changeset viewer.