source: tools/Prepare DPI/UFormMain.lfm

Last change on this file was 448, checked in by chronos, 2 years ago
  • Modified: Extended source processing to replace identifiers with first capital letter.
File size: 1.1 KB
Line 
1object FormMain: TFormMain
2 Left = 665
3 Height = 632
4 Top = 301
5 Width = 796
6 Caption = 'Prepare DPI'
7 ClientHeight = 632
8 ClientWidth = 796
9 DesignTimePPI = 144
10 OnActivate = FormActivate
11 OnCreate = FormCreate
12 LCLVersion = '2.2.0.4'
13 object EditSrcDir: TEdit
14 Left = 159
15 Height = 43
16 Top = 17
17 Width = 497
18 TabOrder = 0
19 Text = '../../trunk'
20 end
21 object Label1: TLabel
22 Left = 17
23 Height = 26
24 Top = 25
25 Width = 91
26 Caption = 'Source dir:'
27 end
28 object Label2: TLabel
29 Left = 16
30 Height = 26
31 Top = 72
32 Width = 130
33 Caption = 'Destination dir:'
34 end
35 object EditDstDir: TEdit
36 Left = 159
37 Height = 43
38 Top = 64
39 Width = 496
40 TabOrder = 1
41 Text = '../../branches/highdpi_new'
42 end
43 object ButtonProcess: TButton
44 Left = 21
45 Height = 38
46 Top = 120
47 Width = 113
48 Caption = 'Process'
49 OnClick = ButtonProcessClick
50 TabOrder = 2
51 end
52 object MemoLog: TMemo
53 Left = 24
54 Height = 431
55 Top = 168
56 Width = 753
57 Anchors = [akTop, akLeft, akRight, akBottom]
58 ScrollBars = ssAutoBoth
59 TabOrder = 3
60 end
61end
Note: See TracBrowser for help on using the repository browser.