source: tools/PoConv/UFormMain.lfm

Last change on this file was 390, checked in by chronos, 3 years ago
  • Modified: Improved PoConv to convert txt files to po and back.
File size: 543 bytes
Line 
1object FormMain: TFormMain
2 Left = 1017
3 Height = 360
4 Top = 572
5 Width = 480
6 Caption = 'PoConv'
7 ClientHeight = 360
8 ClientWidth = 480
9 DesignTimePPI = 144
10 LCLVersion = '2.0.12.0'
11 object ButtonTxtToPo: TButton
12 Left = 29
13 Height = 38
14 Top = 32
15 Width = 147
16 Caption = 'Txt to Po'
17 OnClick = ButtonTxtToPoClick
18 TabOrder = 0
19 end
20 object ButtonPoToTxt: TButton
21 Left = 232
22 Height = 38
23 Top = 32
24 Width = 147
25 Caption = 'Po to Txt'
26 OnClick = ButtonPoToTxtClick
27 TabOrder = 1
28 end
29end
Note: See TracBrowser for help on using the repository browser.