source: trunk/Forms/UFormUnitKind.lfm@ 288

Last change on this file since 288 was 287, checked in by chronos, 6 years ago
File size: 1.0 KB
Line 
1object FormUnitKind: TFormUnitKind
2 Left = 884
3 Height = 360
4 Top = 731
5 Width = 480
6 Caption = 'Unit kind'
7 ClientHeight = 360
8 ClientWidth = 480
9 DesignTimePPI = 144
10 LCLVersion = '2.0.0.4'
11 object LabelName: TLabel
12 Left = 20
13 Height = 26
14 Top = 21
15 Width = 56
16 Caption = 'Name:'
17 ParentColor = False
18 end
19 object EditName: TEdit
20 Left = 144
21 Height = 43
22 Top = 12
23 Width = 236
24 TabOrder = 0
25 end
26 object LabelHealth: TLabel
27 Left = 20
28 Height = 26
29 Top = 72
30 Width = 61
31 Caption = 'Health:'
32 ParentColor = False
33 end
34 object SpinEditHealth: TSpinEdit
35 Left = 144
36 Height = 43
37 Top = 66
38 Width = 139
39 MaxValue = 10000
40 TabOrder = 1
41 end
42 object ButtonCancel: TButton
43 Left = 112
44 Height = 38
45 Top = 299
46 Width = 113
47 Caption = 'Cancel'
48 ModalResult = 2
49 TabOrder = 2
50 end
51 object ButtonOk: TButton
52 Left = 272
53 Height = 38
54 Top = 299
55 Width = 113
56 Caption = 'OK'
57 ModalResult = 1
58 OnClick = ButtonOkClick
59 TabOrder = 3
60 end
61end
Note: See TracBrowser for help on using the repository browser.