| 
            Last change
 on this file since 627 was             459, checked in by Kevin Toppenberg, 17 years ago           | 
        
        
          | 
             
Adding foia-cprs branch 
 
           | 
        
        
          | 
            File size:
            1.3 KB
           | 
        
      
      
| Line |   | 
|---|
| 1 | inherited frmCompleteOrders: TfrmCompleteOrders
 | 
|---|
| 2 |   Left = 327
 | 
|---|
| 3 |   Top = 169
 | 
|---|
| 4 |   Height = 284
 | 
|---|
| 5 |   Caption = 'Complete Orders'
 | 
|---|
| 6 |   Position = poScreenCenter
 | 
|---|
| 7 |   OnCreate = FormCreate
 | 
|---|
| 8 |   PixelsPerInch = 96
 | 
|---|
| 9 |   TextHeight = 13
 | 
|---|
| 10 |   object Label1: TLabel
 | 
|---|
| 11 |     Left = 8
 | 
|---|
| 12 |     Top = 8
 | 
|---|
| 13 |     Width = 231
 | 
|---|
| 14 |     Height = 13
 | 
|---|
| 15 |     Caption = 'The following orders will be marked as complete -'
 | 
|---|
| 16 |   end
 | 
|---|
| 17 |   object lblESCode: TLabel
 | 
|---|
| 18 |     Left = 8
 | 
|---|
| 19 |     Top = 214
 | 
|---|
| 20 |     Width = 123
 | 
|---|
| 21 |     Height = 13
 | 
|---|
| 22 |     Caption = 'Electronic Signature Code'
 | 
|---|
| 23 |   end
 | 
|---|
| 24 |   object lstOrders: TCaptionListBox
 | 
|---|
| 25 |     Left = 8
 | 
|---|
| 26 |     Top = 22
 | 
|---|
| 27 |     Width = 411
 | 
|---|
| 28 |     Height = 176
 | 
|---|
| 29 |     ItemHeight = 13
 | 
|---|
| 30 |     TabOrder = 3
 | 
|---|
| 31 |     Caption = 'The following orders will be marked as complete -'
 | 
|---|
| 32 |   end
 | 
|---|
| 33 |   object cmdOK: TButton
 | 
|---|
| 34 |     Left = 267
 | 
|---|
| 35 |     Top = 228
 | 
|---|
| 36 |     Width = 72
 | 
|---|
| 37 |     Height = 21
 | 
|---|
| 38 |     Caption = 'OK'
 | 
|---|
| 39 |     Default = True
 | 
|---|
| 40 |     TabOrder = 1
 | 
|---|
| 41 |     OnClick = cmdOKClick
 | 
|---|
| 42 |   end
 | 
|---|
| 43 |   object cmdCancel: TButton
 | 
|---|
| 44 |     Left = 347
 | 
|---|
| 45 |     Top = 228
 | 
|---|
| 46 |     Width = 72
 | 
|---|
| 47 |     Height = 21
 | 
|---|
| 48 |     Cancel = True
 | 
|---|
| 49 |     Caption = 'Cancel'
 | 
|---|
| 50 |     TabOrder = 2
 | 
|---|
| 51 |     OnClick = cmdCancelClick
 | 
|---|
| 52 |   end
 | 
|---|
| 53 |   object txtESCode: TCaptionEdit
 | 
|---|
| 54 |     Left = 8
 | 
|---|
| 55 |     Top = 228
 | 
|---|
| 56 |     Width = 137
 | 
|---|
| 57 |     Height = 21
 | 
|---|
| 58 |     PasswordChar = '*'
 | 
|---|
| 59 |     TabOrder = 0
 | 
|---|
| 60 |     Caption = 'Electronic Signature Code'
 | 
|---|
| 61 |   end
 | 
|---|
| 62 | end
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.