| Last change
 on this file since 624 was             459, checked in by Kevin Toppenberg, 17 years ago | 
        
          | 
Adding foia-cprs branch
 | 
        
          | File size:
            1.4 KB | 
      
      
| Rev | Line |  | 
|---|
| [459] | 1 | object frmDbgServer: TfrmDbgServer | 
|---|
|  | 2 | Left = 206 | 
|---|
|  | 3 | Top = 168 | 
|---|
|  | 4 | Width = 508 | 
|---|
|  | 5 | Height = 328 | 
|---|
|  | 6 | Caption = 'Server Information' | 
|---|
|  | 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 | KeyPreview = True | 
|---|
|  | 14 | OldCreateOrder = True | 
|---|
|  | 15 | Position = poScreenCenter | 
|---|
|  | 16 | OnCreate = FormCreate | 
|---|
|  | 17 | OnKeyUp = FormKeyUp | 
|---|
|  | 18 | PixelsPerInch = 96 | 
|---|
|  | 19 | TextHeight = 13 | 
|---|
|  | 20 | object Label1: TLabel | 
|---|
|  | 21 | Left = 6 | 
|---|
|  | 22 | Top = 6 | 
|---|
|  | 23 | Width = 101 | 
|---|
|  | 24 | Height = 13 | 
|---|
|  | 25 | Caption = 'Current Symbol Table' | 
|---|
|  | 26 | end | 
|---|
|  | 27 | object memSymbols: TRichEdit | 
|---|
|  | 28 | Left = 6 | 
|---|
|  | 29 | Top = 20 | 
|---|
|  | 30 | Width = 488 | 
|---|
|  | 31 | Height = 248 | 
|---|
|  | 32 | Font.Charset = ANSI_CHARSET | 
|---|
|  | 33 | Font.Color = clWindowText | 
|---|
|  | 34 | Font.Height = -11 | 
|---|
|  | 35 | Font.Name = 'Courier New' | 
|---|
|  | 36 | Font.Style = [] | 
|---|
|  | 37 | Lines.Strings = ( | 
|---|
|  | 38 | 'memSymbols') | 
|---|
|  | 39 | ParentFont = False | 
|---|
|  | 40 | ReadOnly = True | 
|---|
|  | 41 | ScrollBars = ssVertical | 
|---|
|  | 42 | TabOrder = 0 | 
|---|
|  | 43 | WantReturns = False | 
|---|
|  | 44 | end | 
|---|
|  | 45 | object RadioButton1: TRadioButton | 
|---|
|  | 46 | Left = 8 | 
|---|
|  | 47 | Top = 276 | 
|---|
|  | 48 | Width = 125 | 
|---|
|  | 49 | Height = 17 | 
|---|
|  | 50 | Caption = 'Current Symbol Table' | 
|---|
|  | 51 | Checked = True | 
|---|
|  | 52 | TabOrder = 1 | 
|---|
|  | 53 | TabStop = True | 
|---|
|  | 54 | end | 
|---|
|  | 55 | object RadioButton2: TRadioButton | 
|---|
|  | 56 | Left = 156 | 
|---|
|  | 57 | Top = 276 | 
|---|
|  | 58 | Width = 105 | 
|---|
|  | 59 | Height = 17 | 
|---|
|  | 60 | Caption = 'Global Reference' | 
|---|
|  | 61 | TabOrder = 2 | 
|---|
|  | 62 | end | 
|---|
|  | 63 | object Edit1: TEdit | 
|---|
|  | 64 | Left = 264 | 
|---|
|  | 65 | Top = 274 | 
|---|
|  | 66 | Width = 229 | 
|---|
|  | 67 | Height = 21 | 
|---|
|  | 68 | Enabled = False | 
|---|
|  | 69 | TabOrder = 3 | 
|---|
|  | 70 | end | 
|---|
|  | 71 | end | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.