| 
            Last change
 on this file since 845 was             453, checked in by Kevin Toppenberg, 17 years ago           | 
        
        
          | 
             
Initial upload of TMG-CPRS 1.0.26.69 
 
           | 
        
        
          | 
            File size:
            1.9 KB
           | 
        
      
      
| Rev | Line |   | 
|---|
| [453] | 1 | object frmVitalsDate: TfrmVitalsDate
 | 
|---|
 | 2 |   Left = 193
 | 
|---|
 | 3 |   Top = 381
 | 
|---|
 | 4 |   Width = 363
 | 
|---|
 | 5 |   Height = 87
 | 
|---|
 | 6 |   Caption = 'Vitals Date & Time'
 | 
|---|
 | 7 |   Color = clBtnFace
 | 
|---|
 | 8 |   Font.Charset = DEFAULT_CHARSET
 | 
|---|
 | 9 |   Font.Color = clWindowText
 | 
|---|
 | 10 |   Font.Height = -11
 | 
|---|
 | 11 |   Font.Name = 'MS Sans Serif'
 | 
|---|
 | 12 |   Font.Style = []
 | 
|---|
 | 13 |   OldCreateOrder = False
 | 
|---|
 | 14 |   Position = poScreenCenter
 | 
|---|
 | 15 |   OnCreate = FormCreate
 | 
|---|
 | 16 |   DesignSize = (
 | 
|---|
 | 17 |     355
 | 
|---|
 | 18 |     53)
 | 
|---|
 | 19 |   PixelsPerInch = 96
 | 
|---|
 | 20 |   TextHeight = 13
 | 
|---|
 | 21 |   object Label1: TLabel
 | 
|---|
 | 22 |     Left = 8
 | 
|---|
 | 23 |     Top = 12
 | 
|---|
 | 24 |     Width = 151
 | 
|---|
 | 25 |     Height = 13
 | 
|---|
 | 26 |     Caption = 'Enter Vital Entry Date and Time:'
 | 
|---|
 | 27 |   end
 | 
|---|
 | 28 |   object dteVitals: TORDateBox
 | 
|---|
 | 29 |     Tag = 11
 | 
|---|
 | 30 |     Left = 167
 | 
|---|
 | 31 |     Top = 8
 | 
|---|
 | 32 |     Width = 133
 | 
|---|
 | 33 |     Height = 21
 | 
|---|
 | 34 |     TabOrder = 0
 | 
|---|
 | 35 |     DateOnly = False
 | 
|---|
 | 36 |     RequireTime = True
 | 
|---|
 | 37 |     Caption = 'Enter Vital Entry Date and Time:'
 | 
|---|
 | 38 |   end
 | 
|---|
 | 39 |   object btnOK: TButton
 | 
|---|
 | 40 |     Left = 195
 | 
|---|
 | 41 |     Top = 36
 | 
|---|
 | 42 |     Width = 75
 | 
|---|
 | 43 |     Height = 21
 | 
|---|
 | 44 |     Anchors = [akRight, akBottom]
 | 
|---|
 | 45 |     Caption = '&OK'
 | 
|---|
 | 46 |     Default = True
 | 
|---|
 | 47 |     ModalResult = 1
 | 
|---|
 | 48 |     TabOrder = 2
 | 
|---|
 | 49 |   end
 | 
|---|
 | 50 |   object btnCancel: TButton
 | 
|---|
 | 51 |     Left = 275
 | 
|---|
 | 52 |     Top = 36
 | 
|---|
 | 53 |     Width = 75
 | 
|---|
 | 54 |     Height = 21
 | 
|---|
 | 55 |     Anchors = [akRight, akBottom]
 | 
|---|
 | 56 |     Cancel = True
 | 
|---|
 | 57 |     Caption = '&Cancel'
 | 
|---|
 | 58 |     ModalResult = 2
 | 
|---|
 | 59 |     TabOrder = 3
 | 
|---|
 | 60 |   end
 | 
|---|
 | 61 |   object btnNow: TButton
 | 
|---|
 | 62 |     Left = 307
 | 
|---|
 | 63 |     Top = 8
 | 
|---|
 | 64 |     Width = 43
 | 
|---|
 | 65 |     Height = 21
 | 
|---|
 | 66 |     Anchors = [akTop, akRight]
 | 
|---|
 | 67 |     Caption = 'NOW'
 | 
|---|
 | 68 |     TabOrder = 1
 | 
|---|
 | 69 |     OnClick = btnNowClick
 | 
|---|
 | 70 |   end
 | 
|---|
 | 71 |   object DKLanguageController1: TDKLanguageController
 | 
|---|
 | 72 |     Left = 168
 | 
|---|
 | 73 |     Top = 32
 | 
|---|
 | 74 |     LangData = {
 | 
|---|
 | 75 |       0D0066726D566974616C7344617465010100000001000000070043617074696F
 | 
|---|
 | 76 |       6E010500000006004C6162656C31010100000002000000070043617074696F6E
 | 
|---|
 | 77 |       000900647465566974616C73010100000003000000070043617074696F6E0005
 | 
|---|
 | 78 |       0062746E4F4B010100000004000000070043617074696F6E00090062746E4361
 | 
|---|
 | 79 |       6E63656C010100000005000000070043617074696F6E00060062746E4E6F7701
 | 
|---|
 | 80 |       0100000006000000070043617074696F6E00}
 | 
|---|
 | 81 |   end
 | 
|---|
 | 82 | end
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.