source: branches/test1/Client/Forms/UFormSetting.lfm

Last change on this file was 46, checked in by chronos, 13 years ago
File size: 924 bytes
Line 
1object SettingForm: TSettingForm
2 Left = 374
3 Height = 322
4 Top = 141
5 Width = 440
6 Caption = 'Settings'
7 ClientHeight = 322
8 ClientWidth = 440
9 OnClose = FormClose
10 OnShow = FormShow
11 LCLVersion = '0.9.31'
12 object ButtonSave: TButton
13 Left = 362
14 Height = 25
15 Top = 290
16 Width = 75
17 Anchors = [akRight, akBottom]
18 Caption = 'Save'
19 ModalResult = 1
20 TabOrder = 0
21 end
22 object ButtonCancel: TButton
23 Left = 274
24 Height = 25
25 Top = 290
26 Width = 75
27 Anchors = [akRight, akBottom]
28 Caption = 'Cancel'
29 ModalResult = 2
30 TabOrder = 1
31 end
32 object Label2: TLabel
33 Left = 8
34 Height = 14
35 Top = 38
36 Width = 52
37 Caption = 'Language:'
38 ParentColor = False
39 end
40 object ComboBoxLanguage: TComboBox
41 Left = 116
42 Height = 21
43 Top = 32
44 Width = 132
45 ItemHeight = 13
46 TabOrder = 2
47 end
48end
Note: See TracBrowser for help on using the repository browser.