close Warning: Can't synchronize with repository "(default)" (No changeset 184 in the repository). Look in the Trac log for more information.

source: branches/delphi/Forms/UFormSettings.dfm

Last change on this file was 44, checked in by chronos, 10 years ago
  • Added: Test Delphi conversion.
File size: 753 bytes
Line 
1object FormSettings: TFormSettings
2 Left = 962
3 Height = 563
4 Top = 187
5 Width = 784
6 ActiveControl = ButtonOk
7 Caption = 'Settings'
8 object ButtonOk: TButton
9 Left = 674
10 Height = 25
11 Top = 511
12 Width = 75
13 Caption = 'Ok'
14 ModalResult = 1
15 TabOrder = 0
16 end
17 object ButtonCancel: TButton
18 Left = 552
19 Height = 25
20 Top = 511
21 Width = 75
22 Caption = 'Cancel'
23 ModalResult = 2
24 TabOrder = 1
25 end
26 object Label1: TLabel
27 Left = 20
28 Height = 22
29 Top = 26
30 Width = 80
31 Caption = 'Language:'
32 ParentColor = False
33 end
34 object ComboBoxLanguage: TComboBox
35 Left = 178
36 Height = 32
37 Top = 24
38 Width = 196
39 ItemHeight = 0
40 Style = csDropDownList
41 TabOrder = 2
42 end
43end
Note: See TracBrowser for help on using the repository browser.