| 
            Last change
 on this file since 1525 was             460, checked in by Kevin Toppenberg, 17 years ago           | 
        
        
          | 
             
Uploading from OR_30_258 
 
           | 
        
        
          | 
            File size:
            2.1 KB
           | 
        
      
      
| Line |   | 
|---|
| 1 | object frmTemplateDialog: TfrmTemplateDialog
 | 
|---|
| 2 |   Left = 268
 | 
|---|
| 3 |   Top = 155
 | 
|---|
| 4 |   Width = 640
 | 
|---|
| 5 |   Height = 440
 | 
|---|
| 6 |   BorderIcons = [biSystemMenu, biMaximize]
 | 
|---|
| 7 |   Caption = 'Text Dialog'
 | 
|---|
| 8 |   Color = clBtnFace
 | 
|---|
| 9 |   Font.Charset = DEFAULT_CHARSET
 | 
|---|
| 10 |   Font.Color = clWindowText
 | 
|---|
| 11 |   Font.Height = -11
 | 
|---|
| 12 |   Font.Name = 'MS Sans Serif'
 | 
|---|
| 13 |   Font.Style = []
 | 
|---|
| 14 |   OldCreateOrder = False
 | 
|---|
| 15 |   Position = poScreenCenter
 | 
|---|
| 16 |   OnClose = FormClose
 | 
|---|
| 17 |   OnCloseQuery = FormCloseQuery
 | 
|---|
| 18 |   OnCreate = FormCreate
 | 
|---|
| 19 |   OnDestroy = FormDestroy
 | 
|---|
| 20 |   OnPaint = FormPaint
 | 
|---|
| 21 |   PixelsPerInch = 96
 | 
|---|
| 22 |   TextHeight = 13
 | 
|---|
| 23 |   object sbMain: TScrollBox
 | 
|---|
| 24 |     Left = 0
 | 
|---|
| 25 |     Top = 0
 | 
|---|
| 26 |     Width = 632
 | 
|---|
| 27 |     Height = 375
 | 
|---|
| 28 |     VertScrollBar.Tracking = True
 | 
|---|
| 29 |     Align = alClient
 | 
|---|
| 30 |     Font.Charset = ANSI_CHARSET
 | 
|---|
| 31 |     Font.Color = clWindowText
 | 
|---|
| 32 |     Font.Height = -11
 | 
|---|
| 33 |     Font.Name = 'Courier New'
 | 
|---|
| 34 |     Font.Style = []
 | 
|---|
| 35 |     ParentFont = False
 | 
|---|
| 36 |     TabOrder = 0
 | 
|---|
| 37 |   end
 | 
|---|
| 38 |   object pnlBottom: TScrollBox
 | 
|---|
| 39 |     Left = 0
 | 
|---|
| 40 |     Top = 375
 | 
|---|
| 41 |     Width = 632
 | 
|---|
| 42 |     Height = 38
 | 
|---|
| 43 |     Align = alBottom
 | 
|---|
| 44 |     TabOrder = 1
 | 
|---|
| 45 |     object lblFootnote: TStaticText
 | 
|---|
| 46 |       Left = 196
 | 
|---|
| 47 |       Top = 7
 | 
|---|
| 48 |       Width = 134
 | 
|---|
| 49 |       Height = 17
 | 
|---|
| 50 |       Alignment = taCenter
 | 
|---|
| 51 |       Caption = '* Indicates a Required Field'
 | 
|---|
| 52 |       TabOrder = 5
 | 
|---|
| 53 |     end
 | 
|---|
| 54 |     object btnCancel: TButton
 | 
|---|
| 55 |       Left = 551
 | 
|---|
| 56 |       Top = 3
 | 
|---|
| 57 |       Width = 75
 | 
|---|
| 58 |       Height = 21
 | 
|---|
| 59 |       Cancel = True
 | 
|---|
| 60 |       Caption = 'Cancel'
 | 
|---|
| 61 |       ModalResult = 2
 | 
|---|
| 62 |       TabOrder = 4
 | 
|---|
| 63 |     end
 | 
|---|
| 64 |     object btnOK: TButton
 | 
|---|
| 65 |       Left = 472
 | 
|---|
| 66 |       Top = 3
 | 
|---|
| 67 |       Width = 75
 | 
|---|
| 68 |       Height = 21
 | 
|---|
| 69 |       Caption = 'OK'
 | 
|---|
| 70 |       ModalResult = 1
 | 
|---|
| 71 |       TabOrder = 3
 | 
|---|
| 72 |       OnClick = btnOKClick
 | 
|---|
| 73 |     end
 | 
|---|
| 74 |     object btnAll: TButton
 | 
|---|
| 75 |       Left = 6
 | 
|---|
| 76 |       Top = 3
 | 
|---|
| 77 |       Width = 75
 | 
|---|
| 78 |       Height = 21
 | 
|---|
| 79 |       Caption = 'All'
 | 
|---|
| 80 |       TabOrder = 0
 | 
|---|
| 81 |       OnClick = btnAllClick
 | 
|---|
| 82 |     end
 | 
|---|
| 83 |     object btnNone: TButton
 | 
|---|
| 84 |       Left = 86
 | 
|---|
| 85 |       Top = 3
 | 
|---|
| 86 |       Width = 75
 | 
|---|
| 87 |       Height = 21
 | 
|---|
| 88 |       Caption = 'None'
 | 
|---|
| 89 |       TabOrder = 1
 | 
|---|
| 90 |       OnClick = btnNoneClick
 | 
|---|
| 91 |     end
 | 
|---|
| 92 |     object btnPreview: TButton
 | 
|---|
| 93 |       Left = 360
 | 
|---|
| 94 |       Top = 3
 | 
|---|
| 95 |       Width = 75
 | 
|---|
| 96 |       Height = 21
 | 
|---|
| 97 |       Caption = 'Preview'
 | 
|---|
| 98 |       TabOrder = 2
 | 
|---|
| 99 |       OnClick = btnPreviewClick
 | 
|---|
| 100 |     end
 | 
|---|
| 101 |   end
 | 
|---|
| 102 | end
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.