Ignore:
Timestamp:
Oct 15, 2012, 12:00:21 PM (12 years ago)
Author:
chronos
Message:
  • Upraveno: Rozšířeno převádění kódu na další případy.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/AS8051toC/UMainForm.lfm

    r22 r25  
    11object FormMain: TFormMain
    2   Left = 266
     2  Left = 226
    33  Height = 553
    4   Top = 90
     4  Top = 110
    55  Width = 702
    66  Caption = 'AS8051 to C converter'
     
    1010  OnDestroy = FormDestroy
    1111  OnShow = FormShow
    12   LCLVersion = '1.1'
     12  LCLVersion = '1.0.1.3'
    1313  WindowState = wsMaximized
    1414  object EditPath: TEdit
     
    1919    Anchors = [akTop, akLeft, akRight]
    2020    TabOrder = 0
    21     Text = 'h:\Projekty\E341\Repository\trunk'
     21    Text = 'Test\Test.a51'
    2222  end
    2323  object ButtonConvert: TButton
    24     Left = 7
     24    Left = 8
    2525    Height = 25
    26     Top = 34
     26    Top = 32
    2727    Width = 75
    2828    Caption = 'Convert'
     
    533533    top = 168
    534534  end
     535  object OpenDialog1: TOpenDialog
     536    DefaultExt = '.a51;.asm'
     537    left = 379
     538    top = 168
     539  end
    535540end
Note: See TracChangeset for help on using the changeset viewer.