Changeset 53 for branches/DelphiToC/Forms/UMainForm.lfm
- Timestamp:
- Aug 10, 2010, 10:14:57 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DelphiToC/Forms/UMainForm.lfm
r52 r53 1 1 object MainForm: TMainForm 2 Left = 1 762 Left = 141 3 3 Height = 498 4 Top = 774 Top = 105 5 5 Width = 881 6 Caption = ' Pascal Compiler AVR'6 Caption = 'Transpascal ' 7 7 ClientHeight = 498 8 8 ClientWidth = 881 … … 15 15 Position = poDesktopCenter 16 16 LCLVersion = '0.9.29' 17 object Button 1: TButton18 Left = 80 017 object ButtonCompile: TButton 18 Left = 801 19 19 Height = 22 20 20 Top = 401 … … 22 22 Anchors = [akRight, akBottom] 23 23 Caption = 'Kompilovat' 24 OnClick = Button1Click 24 Font.Height = -11 25 Font.Name = 'Tahoma' 26 OnClick = ButtonCompileClick 27 ParentFont = False 25 28 TabOrder = 0 26 29 end
Note:
See TracChangeset
for help on using the changeset viewer.