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/Orders/fOtherSchedule.dfm

    r459 r460  
    11object frmOtherSchedule: TfrmOtherSchedule
    2   Left = 355
    3   Top = 154
     2  Left = 544
     3  Top = 262
    44  AutoScroll = False
    55  Caption = 'Order with schedule '#39'OTHER'#39
    66  ClientHeight = 362
    7   ClientWidth = 341
     7  ClientWidth = 369
    88  Color = clBtnFace
    99  Constraints.MinHeight = 70
     
    2323    Left = 0
    2424    Top = 82
    25     Width = 341
     25    Width = 369
    2626    Height = 8
    2727    Cursor = crVSplit
     
    3333    Left = 0
    3434    Top = 0
    35     Width = 341
     35    Width = 369
    3636    Height = 82
    3737    Align = alTop
     
    5050      Left = 52
    5151      Top = 4
    52       Width = 285
     52      Width = 313
    5353      Height = 74
    5454      Align = alClient
     
    6464    Left = 0
    6565    Top = 90
    66     Width = 341
     66    Width = 369
    6767    Height = 272
    6868    Align = alClient
     
    7272      Left = 1
    7373      Top = 1
    74       Width = 144
     74      Width = 176
    7575      Height = 202
    7676      Align = alLeft
     
    7979      object cbo7: TCheckBox
    8080        Tag = 1
    81         Left = 45
     81        Left = 86
    8282        Top = 21
    8383        Width = 60
     
    8989      object cbo1: TCheckBox
    9090        Tag = 2
    91         Left = 44
     91        Left = 85
    9292        Top = 48
    9393        Width = 60
     
    9999      object cbo2: TCheckBox
    100100        Tag = 3
    101         Left = 44
     101        Left = 85
    102102        Top = 75
    103103        Width = 60
     
    109109      object cbo3: TCheckBox
    110110        Tag = 4
    111         Left = 44
     111        Left = 85
    112112        Top = 102
    113113        Width = 60
     
    119119      object cbo4: TCheckBox
    120120        Tag = 5
    121         Left = 44
     121        Left = 85
    122122        Top = 129
    123123        Width = 60
     
    129129      object cbo5: TCheckBox
    130130        Tag = 6
    131         Left = 44
     131        Left = 85
    132132        Top = 156
    133133        Width = 60
     
    139139      object cbo6: TCheckBox
    140140        Tag = 7
    141         Left = 44
     141        Left = 85
    142142        Top = 183
    143143        Width = 60
     
    147147        OnClick = cbo6Click
    148148      end
     149      object Button1: TButton
     150        Left = 8
     151        Top = 64
     152        Width = 60
     153        Height = 19
     154        Caption = 'Everyday'
     155        TabOrder = 7
     156        OnClick = Button1Click
     157      end
    149158    end
    150159    object GroupBox2: TGroupBox
    151       Left = 152
     160      Left = 180
    152161      Top = 1
    153162      Width = 188
     
    214223      end
    215224      object btnRemove: TButton
    216         Left = 114
     225        Left = 118
    217226        Top = 94
    218227        Width = 60
    219228        Height = 19
     229        Hint = 'Remove the selected time from the Day-of-Week schedule.'
    220230        Caption = 'Remove'
     231        ParentShowHint = False
     232        ShowHint = True
    221233        TabOrder = 2
    222234        OnClick = btnRemoveClick
     235      end
     236      object btnAdd: TButton
     237        Left = 118
     238        Top = 64
     239        Width = 60
     240        Height = 19
     241        Hint = 'Add the selected time to the Day-of-Week schedule'
     242        Caption = 'Add'
     243        ParentShowHint = False
     244        ShowHint = True
     245        TabOrder = 3
     246        OnClick = btnAddClick
    223247      end
    224248    end
     
    226250      Left = 1
    227251      Top = 203
    228       Width = 339
     252      Width = 367
    229253      Height = 68
    230254      Align = alBottom
    231255      TabOrder = 2
    232256      DesignSize = (
    233         339
     257        367
    234258        68)
    235259      object Label1: TLabel
     
    241265      end
    242266      object btn0k1: TButton
    243         Left = 176
     267        Left = 204
    244268        Top = 43
    245269        Width = 75
     
    251275      end
    252276      object btnCancel: TButton
    253         Left = 257
     277        Left = 285
    254278        Top = 42
    255279        Width = 75
     
    264288        Left = 64
    265289        Top = 8
    266         Width = 268
     290        Width = 296
    267291        Height = 21
    268292        Anchors = [akLeft, akTop, akRight]
     293        Color = clInfoBk
     294        Enabled = False
     295        Font.Charset = DEFAULT_CHARSET
     296        Font.Color = clWindowText
     297        Font.Height = -11
     298        Font.Name = 'MS Sans Serif'
     299        Font.Style = [fsBold]
     300        ParentFont = False
     301        ReadOnly = True
    269302        TabOrder = 0
    270303        OnChange = txtScheduleChange
Note: See TracChangeset for help on using the changeset viewer.