Changeset 7 for UMainForm.dfm
- Timestamp:
- Oct 12, 2007, 1:43:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
UMainForm.dfm
r6 r7 21 21 PixelsPerInch = 96 22 22 TextHeight = 13 23 object Label1: TLabel 24 Left = 8 25 Top = 297 26 Width = 3 27 Height = 13 28 end 23 29 object Memo1: TMemo 24 30 Left = 8 25 31 Top = 8 26 Width = 29027 Height = 31332 Width = 346 33 Height = 283 28 34 ScrollBars = ssBoth 29 35 TabOrder = 0 … … 31 37 object Button1: TButton 32 38 Left = 304 33 Top = 839 Top = 297 34 40 Width = 50 35 41 Height = 25 … … 56 62 TabOrder = 3 57 63 end 64 object Button2: TButton 65 Left = 232 66 Top = 297 67 Width = 66 68 Height = 25 69 Caption = 'Analyze' 70 TabOrder = 4 71 OnClick = Button2Click 72 end 58 73 end
Note:
See TracChangeset
for help on using the changeset viewer.