| 
            Last change
 on this file since 1721 was             1691, checked in by healthsevak, 11 years ago           | 
        
        
          | 
             
Committing the files for first time to this new branch 
 
           | 
        
        
          | 
            File size:
            1.6 KB
           | 
        
      
      
| Rev | Line |   | 
|---|
| [1691] | 1 | object frmRpcbError: TfrmRpcbError
 | 
|---|
 | 2 |   Left = 187
 | 
|---|
 | 3 |   Top = 278
 | 
|---|
 | 4 |   BorderStyle = bsDialog
 | 
|---|
 | 5 |   Caption = 'Error!'
 | 
|---|
 | 6 |   ClientHeight = 227
 | 
|---|
 | 7 |   ClientWidth = 393
 | 
|---|
 | 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 = [fsBold]
 | 
|---|
 | 14 |   OldCreateOrder = True
 | 
|---|
 | 15 |   Position = poScreenCenter
 | 
|---|
 | 16 |   OnCreate = FormCreate
 | 
|---|
 | 17 |   PixelsPerInch = 96
 | 
|---|
 | 18 |   TextHeight = 13
 | 
|---|
 | 19 |   object Bevel1: TBevel
 | 
|---|
 | 20 |     Left = 8
 | 
|---|
 | 21 |     Top = 8
 | 
|---|
 | 22 |     Width = 377
 | 
|---|
 | 23 |     Height = 177
 | 
|---|
 | 24 |   end
 | 
|---|
 | 25 |   object Label1: TLabel
 | 
|---|
 | 26 |     Left = 72
 | 
|---|
 | 27 |     Top = 24
 | 
|---|
 | 28 |     Width = 41
 | 
|---|
 | 29 |     Height = 13
 | 
|---|
 | 30 |     Alignment = taRightJustify
 | 
|---|
 | 31 |     Caption = 'Action:'
 | 
|---|
 | 32 |   end
 | 
|---|
 | 33 |   object Symbol: TImage
 | 
|---|
 | 34 |     Left = 16
 | 
|---|
 | 35 |     Top = 16
 | 
|---|
 | 36 |     Width = 41
 | 
|---|
 | 37 |     Height = 41
 | 
|---|
 | 38 |   end
 | 
|---|
 | 39 |   object Label2: TLabel
 | 
|---|
 | 40 |     Left = 79
 | 
|---|
 | 41 |     Top = 48
 | 
|---|
 | 42 |     Width = 34
 | 
|---|
 | 43 |     Height = 13
 | 
|---|
 | 44 |     Alignment = taRightJustify
 | 
|---|
 | 45 |     Caption = 'Code:'
 | 
|---|
 | 46 |   end
 | 
|---|
 | 47 |   object Label3: TLabel
 | 
|---|
 | 48 |     Left = 16
 | 
|---|
 | 49 |     Top = 80
 | 
|---|
 | 50 |     Width = 55
 | 
|---|
 | 51 |     Height = 13
 | 
|---|
 | 52 |     Caption = 'Message:'
 | 
|---|
 | 53 |   end
 | 
|---|
 | 54 |   object lblAction: TLabel
 | 
|---|
 | 55 |     Left = 120
 | 
|---|
 | 56 |     Top = 24
 | 
|---|
 | 57 |     Width = 5
 | 
|---|
 | 58 |     Height = 13
 | 
|---|
 | 59 |   end
 | 
|---|
 | 60 |   object lblCode: TLabel
 | 
|---|
 | 61 |     Left = 120
 | 
|---|
 | 62 |     Top = 48
 | 
|---|
 | 63 |     Width = 5
 | 
|---|
 | 64 |     Height = 13
 | 
|---|
 | 65 |   end
 | 
|---|
 | 66 |   object lblMessage: TLabel
 | 
|---|
 | 67 |     Left = 80
 | 
|---|
 | 68 |     Top = 80
 | 
|---|
 | 69 |     Width = 289
 | 
|---|
 | 70 |     Height = 97
 | 
|---|
 | 71 |     AutoSize = False
 | 
|---|
 | 72 |   end
 | 
|---|
 | 73 |   object BitBtn1: TBitBtn
 | 
|---|
 | 74 |     Left = 200
 | 
|---|
 | 75 |     Top = 200
 | 
|---|
 | 76 |     Width = 81
 | 
|---|
 | 77 |     Height = 27
 | 
|---|
 | 78 |     TabOrder = 0
 | 
|---|
 | 79 |     Kind = bkOK
 | 
|---|
 | 80 |   end
 | 
|---|
 | 81 |   object BitBtn3: TBitBtn
 | 
|---|
 | 82 |     Left = 304
 | 
|---|
 | 83 |     Top = 200
 | 
|---|
 | 84 |     Width = 81
 | 
|---|
 | 85 |     Height = 27
 | 
|---|
 | 86 |     TabOrder = 1
 | 
|---|
 | 87 |     Kind = bkHelp
 | 
|---|
 | 88 |   end
 | 
|---|
 | 89 | end
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.