Changeset 526 for CoolTranslator/Demo/UMainForm.lfm
- Timestamp:
- May 6, 2019, 10:05:59 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
CoolTranslator/Demo/UMainForm.lfm
r457 r526 1 1 object MainForm: TMainForm 2 2 Left = 406 3 Height = 2403 Height = 300 4 4 Top = 191 5 Width = 4665 Width = 582 6 6 Caption = 'Translator Demo' 7 ClientHeight = 240 8 ClientWidth = 466 7 ClientHeight = 300 8 ClientWidth = 582 9 DesignTimePPI = 120 9 10 OnCreate = FormCreate 10 LCLVersion = ' 1.1'11 LCLVersion = '2.0.2.0' 11 12 object ListBox1: TListBox 12 Left = 17113 Height = 16814 Top = 2415 Width = 1 4113 Left = 214 14 Height = 210 15 Top = 30 16 Width = 176 16 17 ItemHeight = 0 17 18 OnSelectionChange = ListBox1SelectionChange 19 ParentFont = False 18 20 TabOrder = 0 19 21 end 20 22 object Button1: TButton 21 Left = 822 Height = 2523 Top = 2 0824 Width = 1 2823 Left = 10 24 Height = 31 25 Top = 260 26 Width = 160 25 27 Caption = 'Show MainForm.Name' 26 28 OnClick = Button1Click 29 ParentFont = False 27 30 TabOrder = 1 28 31 end 29 32 object Label1: TLabel 30 Left = 1 031 Height = 1332 Top = 2433 Width = 4633 Left = 12 34 Height = 20 35 Top = 30 36 Width = 67 34 37 Caption = 'MainForm' 35 38 ParentColor = False 39 ParentFont = False 36 40 end 37 41 object Label2: TLabel 38 Left = 1 039 Height = 1340 Top = 641 Width = 1 3442 Left = 12 43 Height = 20 44 Top = 8 45 Width = 187 42 46 Caption = 'Form name as label caption:' 43 47 ParentColor = False 48 ParentFont = False 44 49 end 45 50 object Label3: TLabel 46 Left = 17147 Height = 1348 Top = 849 Width = 6751 Left = 214 52 Height = 20 53 Top = 10 54 Width = 91 50 55 Caption = 'Language list:' 51 56 ParentColor = False 57 ParentFont = False 52 58 end 53 59 object ListBox2: TListBox 54 Left = 32155 Height = 16856 Top = 2457 Width = 1 3560 Left = 401 61 Height = 210 62 Top = 30 63 Width = 169 58 64 ItemHeight = 0 65 ParentFont = False 59 66 TabOrder = 2 60 67 end 61 68 object Label4: TLabel 62 Left = 32163 Height = 1364 Top = 1 065 Width = 4669 Left = 401 70 Height = 20 71 Top = 12 72 Width = 60 66 73 Caption = 'Excludes:' 67 74 ParentColor = False 75 ParentFont = False 68 76 end 69 77 object CoolTranslator1: TCoolTranslator 70 78 POFilesFolder = 'Languages' 71 79 left = 72 72 top = 7280 top = 90 73 81 end 74 82 end
Note:
See TracChangeset
for help on using the changeset viewer.