/jcl/examples/windows/clr/ClrDemoTableForm.dfm
Unknown | 102 lines | 102 code | 0 blank | 0 comment | 0 complexity | 11ddb81f7d6d359f2703d5c8788b2089 MD5 | raw file
Possible License(s): BSD-3-Clause
1object frmTable: TfrmTable 2 Left = 384 3 Top = 245 4 BorderStyle = bsDialog 5 Caption = 'Table Stream' 6 ClientHeight = 453 7 ClientWidth = 632 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 = [] 14 OldCreateOrder = False 15 Position = poMainFormCenter 16 PixelsPerInch = 96 17 TextHeight = 13 18 object lblVer: TLabel 19 Left = 8 20 Top = 8 21 Width = 119 22 Height = 13 23 Caption = 'Table Schemata Version:' 24 end 25 object edtVer: TEdit 26 Left = 136 27 Top = 4 28 Width = 57 29 Height = 21 30 Color = clInactiveBorder 31 ReadOnly = True 32 TabOrder = 0 33 end 34 object btnOK: TBitBtn 35 Left = 278 36 Top = 424 37 Width = 75 38 Height = 25 39 TabOrder = 1 40 Kind = bkOK 41 end 42 object lstTables: TListView 43 Left = 8 44 Top = 32 45 Width = 617 46 Height = 193 47 Columns = < 48 item 49 Caption = 'Index' 50 Width = 40 51 end 52 item 53 Alignment = taCenter 54 Caption = 'Rows' 55 Width = 40 56 end 57 item 58 Alignment = taCenter 59 Caption = 'Offset' 60 Width = 76 61 end 62 item 63 Caption = 'Size' 64 Width = 40 65 end 66 item 67 Caption = 'Type' 68 Width = 200 69 end> 70 GridLines = True 71 ReadOnly = True 72 RowSelect = True 73 TabOrder = 2 74 ViewStyle = vsReport 75 OnSelectItem = lstTablesSelectItem 76 end 77 object memDump: TMemo 78 Left = 8 79 Top = 232 80 Width = 617 81 Height = 185 82 Color = clInactiveBorder 83 Font.Charset = GB2312_CHARSET 84 Font.Color = clWindowText 85 Font.Height = -16 86 Font.Name = 'Fixedsys' 87 Font.Style = [] 88 ParentFont = False 89 ReadOnly = True 90 ScrollBars = ssVertical 91 TabOrder = 3 92 end 93 object btnDumpIL: TButton 94 Left = 200 95 Top = 4 96 Width = 75 97 Height = 25 98 Caption = 'Dump IL' 99 TabOrder = 4 100 OnClick = btnDumpILClick 101 end 102end