source: cprs/branches/tmg-cprs/dklang-package-3.01/Examples/MDI/ufMDIChild.dfm@ 468

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

CPRS v1.0.26.76

File size: 1.1 KB
Line 
1object fMDIChild: TfMDIChild
2 Left = 467
3 Top = 341
4 Width = 288
5 Height = 148
6 Caption = '<caption>'
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'Tahoma'
12 Font.Style = []
13 FormStyle = fsMDIChild
14 OldCreateOrder = False
15 Position = poDefault
16 Visible = True
17 OnClose = FormClose
18 OnCreate = FormCreate
19 PixelsPerInch = 96
20 TextHeight = 13
21 object lSampleMessage: TTntLabel
22 Left = 12
23 Top = 12
24 Width = 123
25 Height = 13
26 Caption = 'This is a sample message.'
27 end
28 object bCancel: TTntButton
29 Left = 104
30 Top = 76
31 Width = 75
32 Height = 25
33 Caption = 'Cancel'
34 TabOrder = 0
35 end
36 object lcMain: TDKLanguageController
37 IgnoreList.Strings = (
38 '.Caption')
39 SectionName = 'fMDIChild'
40 Left = 240
41 Top = 48
42 LangData = {
43 0900664D44494368696C6400010200000007006243616E63656C010100000003
44 000000070043617074696F6E000E006C53616D706C654D657373616765010100
45 000004000000070043617074696F6E00}
46 end
47end
Note: See TracBrowser for help on using the repository browser.