Changeset 8 for UMainForm.dfm
- Timestamp:
- Oct 15, 2007, 8:28:00 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
UMainForm.dfm
r7 r8 31 31 Top = 8 32 32 Width = 346 33 Height = 28333 Height = 186 34 34 ScrollBars = ssBoth 35 35 TabOrder = 0 … … 37 37 object Button1: TButton 38 38 Left = 304 39 Top = 29739 Top = 401 40 40 Width = 50 41 41 Height = 25 … … 55 55 object TreeView2: TTreeView 56 56 Left = 8 57 Top = 32857 Top = 432 58 58 Width = 345 59 Height = 33759 Height = 233 60 60 Anchors = [akLeft, akTop, akBottom] 61 61 Indent = 19 … … 64 64 object Button2: TButton 65 65 Left = 232 66 Top = 29766 Top = 401 67 67 Width = 66 68 68 Height = 25 … … 71 71 OnClick = Button2Click 72 72 end 73 object Memo2: TMemo 74 Left = 8 75 Top = 200 76 Width = 346 77 Height = 195 78 ScrollBars = ssBoth 79 TabOrder = 5 80 end 81 object Button3: TButton 82 Left = 152 83 Top = 401 84 Width = 74 85 Height = 25 86 Caption = 'Parse pascal' 87 TabOrder = 6 88 OnClick = Button3Click 89 end 73 90 end
Note:
See TracChangeset
for help on using the changeset viewer.