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

source: tags/1.0.0/Forms/UFormPlayer.lfm

Last change on this file was 107, checked in by chronos, 8 years ago
  • Added: Form constraintes which are also scaled for High DPI.
File size: 2.3 KB
Line 
1object FormPlayer: TFormPlayer
2 Left = 470
3 Height = 279
4 Top = 219
5 Width = 522
6 Caption = 'Player'
7 ClientHeight = 279
8 ClientWidth = 522
9 Constraints.MinHeight = 279
10 Constraints.MinWidth = 522
11 Position = poMainFormCenter
12 LCLVersion = '1.4.4.0'
13 object Label1: TLabel
14 Left = 28
15 Height = 25
16 Top = 27
17 Width = 51
18 Caption = 'Name:'
19 ParentColor = False
20 end
21 object EditName: TEdit
22 Left = 139
23 Height = 33
24 Top = 27
25 Width = 368
26 Anchors = [akTop, akLeft, akRight]
27 TabOrder = 0
28 end
29 object ButtonCancel: TButton
30 Left = 278
31 Height = 25
32 Top = 242
33 Width = 75
34 Anchors = [akRight, akBottom]
35 Caption = 'Cancel'
36 ModalResult = 2
37 TabOrder = 1
38 end
39 object ButtonOk: TButton
40 Left = 403
41 Height = 25
42 Top = 242
43 Width = 75
44 Anchors = [akRight, akBottom]
45 Caption = 'Ok'
46 Default = True
47 ModalResult = 1
48 TabOrder = 2
49 end
50 object ComboBox1: TComboBox
51 Left = 139
52 Height = 33
53 Top = 72
54 Width = 368
55 Anchors = [akTop, akLeft, akRight]
56 ItemHeight = 25
57 ItemIndex = 0
58 Items.Strings = (
59 'Human'
60 'Computer'
61 )
62 Style = csDropDownList
63 TabOrder = 3
64 Text = 'Human'
65 end
66 object Label2: TLabel
67 Left = 24
68 Height = 25
69 Top = 72
70 Width = 51
71 Caption = 'Mode:'
72 ParentColor = False
73 end
74 object Label3: TLabel
75 Left = 24
76 Height = 25
77 Top = 128
78 Width = 47
79 Caption = 'Color:'
80 ParentColor = False
81 end
82 object ColorBox1: TColorBox
83 Left = 139
84 Height = 28
85 Top = 120
86 Width = 368
87 Style = [cbStandardColors, cbExtendedColors, cbCustomColor, cbPrettyNames]
88 Anchors = [akTop, akLeft, akRight]
89 ItemHeight = 20
90 TabOrder = 4
91 end
92 object Label4: TLabel
93 Left = 24
94 Height = 25
95 Top = 168
96 Width = 90
97 Caption = 'Agressivity:'
98 ParentColor = False
99 end
100 object ComboBoxAgressivity: TComboBox
101 Left = 139
102 Height = 33
103 Top = 168
104 Width = 368
105 Anchors = [akTop, akLeft, akRight]
106 ItemHeight = 25
107 Items.Strings = (
108 'Low'
109 'Medium'
110 'High'
111 ''
112 )
113 Style = csDropDownList
114 TabOrder = 5
115 end
116 object CheckBoxDefensive: TCheckBox
117 Left = 24
118 Height = 29
119 Top = 208
120 Width = 107
121 Caption = 'Defensive'
122 TabOrder = 6
123 end
124end
Note: See TracBrowser for help on using the repository browser.