| Line |   | 
|---|
| 1 | object fMain: TfMain
 | 
|---|
| 2 |   Left = 438
 | 
|---|
| 3 |   Top = 199
 | 
|---|
| 4 |   BorderStyle = bsDialog
 | 
|---|
| 5 |   Caption = 'Sample Form'
 | 
|---|
| 6 |   ClientHeight = 119
 | 
|---|
| 7 |   ClientWidth = 280
 | 
|---|
| 8 |   Color = clBtnFace
 | 
|---|
| 9 |   Font.Charset = DEFAULT_CHARSET
 | 
|---|
| 10 |   Font.Color = clWindowText
 | 
|---|
| 11 |   Font.Height = -11
 | 
|---|
| 12 |   Font.Name = 'Tahoma'
 | 
|---|
| 13 |   Font.Style = []
 | 
|---|
| 14 |   OldCreateOrder = False
 | 
|---|
| 15 |   Position = poScreenCenter
 | 
|---|
| 16 |   OnCreate = FormCreate
 | 
|---|
| 17 |   PixelsPerInch = 96
 | 
|---|
| 18 |   TextHeight = 13
 | 
|---|
| 19 |   object lSampleMessage: TLabel
 | 
|---|
| 20 |     Left = 20
 | 
|---|
| 21 |     Top = 44
 | 
|---|
| 22 |     Width = 123
 | 
|---|
| 23 |     Height = 13
 | 
|---|
| 24 |     Caption = 'This is a sample message.'
 | 
|---|
| 25 |   end
 | 
|---|
| 26 |   object bCancel: TButton
 | 
|---|
| 27 |     Left = 104
 | 
|---|
| 28 |     Top = 76
 | 
|---|
| 29 |     Width = 75
 | 
|---|
| 30 |     Height = 25
 | 
|---|
| 31 |     Caption = 'Cancel'
 | 
|---|
| 32 |     TabOrder = 0
 | 
|---|
| 33 |   end
 | 
|---|
| 34 |   object cbLanguage: TComboBox
 | 
|---|
| 35 |     Left = 8
 | 
|---|
| 36 |     Top = 8
 | 
|---|
| 37 |     Width = 261
 | 
|---|
| 38 |     Height = 21
 | 
|---|
| 39 |     Style = csDropDownList
 | 
|---|
| 40 |     ItemHeight = 13
 | 
|---|
| 41 |     TabOrder = 1
 | 
|---|
| 42 |     OnChange = cbLanguageChange
 | 
|---|
| 43 |   end
 | 
|---|
| 44 |   object lcMain: TDKLanguageController
 | 
|---|
| 45 |     Left = 240
 | 
|---|
| 46 |     Top = 48
 | 
|---|
| 47 |     LangData = {
 | 
|---|
| 48 |       0500664D61696E010100000001000000070043617074696F6E01030000000700
 | 
|---|
| 49 |       6243616E63656C010100000003000000070043617074696F6E000E006C53616D
 | 
|---|
| 50 |       706C654D657373616765010100000004000000070043617074696F6E000A0063
 | 
|---|
| 51 |       624C616E67756167650000}
 | 
|---|
| 52 |   end
 | 
|---|
| 53 | end
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.