Changeset 2 for UMainForm.dfm
- Timestamp:
- Oct 1, 2007, 3:09:51 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
UMainForm.dfm
r1 r2 1 1 object MainForm: TMainForm 2 Left = 03 Top = 02 Left = 320 3 Top = 189 4 4 Caption = 'P'#345'eklada'#269' pascalu' 5 ClientHeight = 4606 ClientWidth = 6825 ClientHeight = 672 6 ClientWidth = 1017 7 7 Color = clBtnFace 8 8 Font.Charset = DEFAULT_CHARSET … … 12 12 Font.Style = [] 13 13 OldCreateOrder = False 14 Position = poDesigned 14 15 OnCreate = FormCreate 15 16 OnDestroy = FormDestroy 17 DesignSize = ( 18 1017 19 672) 16 20 PixelsPerInch = 96 17 21 TextHeight = 13 … … 20 24 Top = 8 21 25 Width = 257 22 Height = 44126 Height = 313 23 27 TabOrder = 0 24 28 end … … 35 39 Left = 360 36 40 Top = 8 37 Width = 313 38 Height = 441 41 Width = 649 42 Height = 657 43 Anchors = [akLeft, akTop, akRight, akBottom] 39 44 Indent = 19 40 45 TabOrder = 2 46 ExplicitWidth = 313 47 ExplicitHeight = 441 48 end 49 object TreeView2: TTreeView 50 Left = 8 51 Top = 328 52 Width = 345 53 Height = 337 54 Anchors = [akLeft, akTop, akBottom] 55 Indent = 19 56 TabOrder = 3 41 57 end 42 58 end
Note:
See TracChangeset
for help on using the changeset viewer.