source: cprs/branches/ScanSourceForConstants/ReviewChangesU.dfm@ 1806

Last change on this file since 1806 was 461, checked in by Kevin Toppenberg, 16 years ago

Initial upload of Multi-language support appt: ScanSourceForConstants

File size: 1.5 KB
Line 
1object ReviewChangesForm: TReviewChangesForm
2 Left = 264
3 Top = 154
4 Width = 696
5 Height = 480
6 Caption = 'Review Changes'
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'MS Sans Serif'
12 Font.Style = []
13 OldCreateOrder = False
14 PixelsPerInch = 96
15 TextHeight = 13
16 object CheckListBox1: TCheckListBox
17 Left = 0
18 Top = 41
19 Width = 688
20 Height = 364
21 Align = alClient
22 ItemHeight = 13
23 Items.Strings = (
24 'Test 1'
25 'Test 2')
26 TabOrder = 0
27 end
28 object Panel1: TPanel
29 Left = 0
30 Top = 405
31 Width = 688
32 Height = 41
33 Align = alBottom
34 TabOrder = 1
35 DesignSize = (
36 688
37 41)
38 object OKButton: TButton
39 Left = 96
40 Top = 8
41 Width = 75
42 Height = 25
43 Anchors = [akLeft, akBottom]
44 Caption = '&OK'
45 ModalResult = 1
46 TabOrder = 0
47 end
48 object CancelButton: TButton
49 Left = 16
50 Top = 8
51 Width = 75
52 Height = 25
53 Anchors = [akLeft, akBottom]
54 Caption = '&Cancel'
55 ModalResult = 2
56 TabOrder = 1
57 end
58 end
59 object Panel2: TPanel
60 Left = 0
61 Top = 0
62 Width = 688
63 Height = 41
64 Align = alTop
65 BevelOuter = bvNone
66 TabOrder = 2
67 object Label1: TLabel
68 Left = 24
69 Top = 16
70 Width = 235
71 Height = 13
72 Caption = 'Uncheck any entry that should NOT be translated'
73 end
74 end
75end
Note: See TracBrowser for help on using the repository browser.