Changeset 9 for UMainForm.dfm
- Timestamp:
- Oct 16, 2007, 9:16:28 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
UMainForm.dfm
r8 r9 3 3 Top = 189 4 4 Caption = 'P'#345'eklada'#269' pascalu' 5 ClientHeight = 6 726 ClientWidth = 10175 ClientHeight = 653 6 ClientWidth = 734 7 7 Color = clBtnFace 8 8 Font.Charset = DEFAULT_CHARSET … … 17 17 OnDestroy = FormDestroy 18 18 DesignSize = ( 19 101720 6 72)19 734 20 653) 21 21 PixelsPerInch = 96 22 22 TextHeight = 13 23 object Label1: TLabel24 Left = 825 Top = 29726 Width = 327 Height = 1328 end29 23 object Memo1: TMemo 30 24 Left = 8 … … 47 41 Left = 360 48 42 Top = 8 49 Width = 64950 Height = 6 5743 Width = 366 44 Height = 638 51 45 Anchors = [akLeft, akTop, akRight, akBottom] 52 46 Indent = 19 53 47 TabOrder = 2 48 ExplicitWidth = 649 49 ExplicitHeight = 657 54 50 end 55 51 object TreeView2: TTreeView … … 57 53 Top = 432 58 54 Width = 345 59 Height = 2 3355 Height = 214 60 56 Anchors = [akLeft, akTop, akBottom] 61 57 Indent = 19 62 58 TabOrder = 3 59 ExplicitHeight = 233 63 60 end 64 61 object Button2: TButton 65 Left = 23262 Left = 176 66 63 Top = 401 67 64 Width = 66 … … 80 77 end 81 78 object Button3: TButton 82 Left = 15279 Left = 96 83 80 Top = 401 84 81 Width = 74 … … 88 85 OnClick = Button3Click 89 86 end 87 object StatusBar1: TStatusBar 88 Left = 0 89 Top = 634 90 Width = 734 91 Height = 19 92 Panels = <> 93 ExplicitLeft = 128 94 ExplicitTop = 408 95 ExplicitWidth = 0 96 end 97 object Button4: TButton 98 Left = 248 99 Top = 400 100 Width = 50 101 Height = 25 102 Caption = 'Reduce' 103 TabOrder = 8 104 OnClick = Button4Click 105 end 90 106 end
Note:
See TracChangeset
for help on using the changeset viewer.