| Rev | Line |  | 
|---|
| [468] | 1 | object fMain: TfMain | 
|---|
|  | 2 | Left = 438 | 
|---|
|  | 3 | Top = 199 | 
|---|
|  | 4 | Width = 469 | 
|---|
|  | 5 | Height = 324 | 
|---|
|  | 6 | Caption = 'Sample MDI Application' | 
|---|
|  | 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 = fsMDIForm | 
|---|
|  | 14 | OldCreateOrder = False | 
|---|
|  | 15 | Position = poScreenCenter | 
|---|
|  | 16 | OnCreate = FormCreate | 
|---|
|  | 17 | PixelsPerInch = 96 | 
|---|
|  | 18 | TextHeight = 13 | 
|---|
|  | 19 | object pTop: TTntPanel | 
|---|
|  | 20 | Left = 0 | 
|---|
|  | 21 | Top = 0 | 
|---|
|  | 22 | Width = 461 | 
|---|
|  | 23 | Height = 61 | 
|---|
|  | 24 | Align = alTop | 
|---|
|  | 25 | TabOrder = 0 | 
|---|
|  | 26 | DesignSize = ( | 
|---|
|  | 27 | 461 | 
|---|
|  | 28 | 61) | 
|---|
|  | 29 | object cbLanguage: TTntComboBox | 
|---|
|  | 30 | Left = 4 | 
|---|
|  | 31 | Top = 4 | 
|---|
|  | 32 | Width = 453 | 
|---|
|  | 33 | Height = 21 | 
|---|
|  | 34 | Style = csDropDownList | 
|---|
|  | 35 | Anchors = [akLeft, akTop, akRight] | 
|---|
|  | 36 | ItemHeight = 13 | 
|---|
|  | 37 | TabOrder = 0 | 
|---|
|  | 38 | OnChange = cbLanguageChange | 
|---|
|  | 39 | end | 
|---|
|  | 40 | object bNewWindow: TTntButton | 
|---|
|  | 41 | Left = 4 | 
|---|
|  | 42 | Top = 32 | 
|---|
|  | 43 | Width = 75 | 
|---|
|  | 44 | Height = 23 | 
|---|
|  | 45 | Caption = '&New window' | 
|---|
|  | 46 | TabOrder = 1 | 
|---|
|  | 47 | OnClick = bNewWindowClick | 
|---|
|  | 48 | end | 
|---|
|  | 49 | object bTile: TTntButton | 
|---|
|  | 50 | Left = 84 | 
|---|
|  | 51 | Top = 32 | 
|---|
|  | 52 | Width = 75 | 
|---|
|  | 53 | Height = 23 | 
|---|
|  | 54 | Caption = '&Tile' | 
|---|
|  | 55 | TabOrder = 2 | 
|---|
|  | 56 | OnClick = bTileClick | 
|---|
|  | 57 | end | 
|---|
|  | 58 | object bCascade: TTntButton | 
|---|
|  | 59 | Left = 164 | 
|---|
|  | 60 | Top = 32 | 
|---|
|  | 61 | Width = 75 | 
|---|
|  | 62 | Height = 23 | 
|---|
|  | 63 | Caption = '&Cascade' | 
|---|
|  | 64 | TabOrder = 3 | 
|---|
|  | 65 | OnClick = bCascadeClick | 
|---|
|  | 66 | end | 
|---|
|  | 67 | end | 
|---|
|  | 68 | object lcMain: TDKLanguageController | 
|---|
|  | 69 | Left = 412 | 
|---|
|  | 70 | Top = 32 | 
|---|
|  | 71 | LangData = { | 
|---|
|  | 72 | 0500664D61696E010100000001000000070043617074696F6E01050000000A00 | 
|---|
|  | 73 | 63624C616E67756167650000040070546F7000000A00624E657757696E646F77 | 
|---|
|  | 74 | 010100000002000000070043617074696F6E0005006254696C65010100000003 | 
|---|
|  | 75 | 000000070043617074696F6E0008006243617363616465010100000004000000 | 
|---|
|  | 76 | 070043617074696F6E00} | 
|---|
|  | 77 | end | 
|---|
|  | 78 | end | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.