Changeset 19 for branches/DelphiToC/UMainForm.dfm
- Timestamp:
- Apr 9, 2009, 2:08:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DelphiToC/UMainForm.dfm
r12 r19 3 3 Top = 0 4 4 Caption = 'Pascal Compiler AVR' 5 ClientHeight = 6456 ClientWidth = 7505 ClientHeight = 535 6 ClientWidth = 883 7 7 Color = clBtnFace 8 8 Font.Charset = DEFAULT_CHARSET … … 12 12 Font.Style = [] 13 13 OldCreateOrder = False 14 Position = poDesktopCenter 14 15 OnClose = FormClose 15 16 OnCreate = FormCreate 16 17 OnDestroy = FormDestroy 17 18 OnShow = FormShow 19 DesignSize = ( 20 883 21 535) 18 22 PixelsPerInch = 96 19 23 TextHeight = 13 … … 21 25 Left = 8 22 26 Top = 8 23 Width = 401 24 Height = 529 27 Width = 281 28 Height = 424 29 Anchors = [akLeft, akTop, akBottom] 25 30 Font.Charset = DEFAULT_CHARSET 26 31 Font.Color = clWindowText … … 31 36 ScrollBars = ssBoth 32 37 TabOrder = 0 38 ExplicitHeight = 435 33 39 end 34 40 object Button1: TButton 35 41 Left = 8 36 Top = 61542 Top = 510 37 43 Width = 75 38 44 Height = 22 45 Anchors = [akLeft, akBottom] 39 46 Caption = 'Kompilovat' 40 47 TabOrder = 1 41 48 OnClick = Button1Click 49 ExplicitTop = 615 42 50 end 43 51 object Memo2: TMemo 44 Left = 41552 Left = 600 45 53 Top = 8 46 Width = 321 47 Height = 529 54 Width = 277 55 Height = 424 56 Anchors = [akLeft, akTop, akRight, akBottom] 48 57 Font.Charset = DEFAULT_CHARSET 49 58 Font.Color = clWindowText … … 54 63 ScrollBars = ssBoth 55 64 TabOrder = 2 65 ExplicitWidth = 281 66 ExplicitHeight = 435 56 67 end 57 68 object Memo3: TMemo 58 69 Left = 8 59 Top = 54360 Width = 72870 Top = 438 71 Width = 869 61 72 Height = 66 73 Anchors = [akLeft, akRight, akBottom] 62 74 ScrollBars = ssBoth 63 75 TabOrder = 3 76 ExplicitTop = 543 77 ExplicitWidth = 728 78 end 79 object TreeView1: TTreeView 80 Left = 296 81 Top = 8 82 Width = 298 83 Height = 424 84 Anchors = [akLeft, akTop, akBottom] 85 Indent = 19 86 TabOrder = 4 64 87 end 65 88 end
Note:
See TracChangeset
for help on using the changeset viewer.