source: trunk/Forms/UFormPlayer.lfm@ 87

Last change on this file since 87 was 29, checked in by chronos, 11 years ago
  • Added: Player customize dialog window.
  • Fixed: Rearm once set move count from predefined repeat move count.
File size: 1.4 KB
Line 
1object FormPlayer: TFormPlayer
2 Left = 470
3 Height = 303
4 Top = 219
5 Width = 551
6 Caption = 'Player'
7 ClientHeight = 303
8 ClientWidth = 551
9 LCLVersion = '1.3'
10 object Label1: TLabel
11 Left = 28
12 Height = 22
13 Top = 27
14 Width = 53
15 Caption = 'Name:'
16 ParentColor = False
17 end
18 object EditName: TEdit
19 Left = 139
20 Height = 32
21 Top = 27
22 Width = 368
23 TabOrder = 0
24 end
25 object ButtonCancel: TButton
26 Left = 307
27 Height = 25
28 Top = 252
29 Width = 75
30 Anchors = [akRight, akBottom]
31 Caption = 'Cancel'
32 ModalResult = 2
33 TabOrder = 1
34 end
35 object ButtonOk: TButton
36 Left = 428
37 Height = 25
38 Top = 252
39 Width = 75
40 Anchors = [akRight, akBottom]
41 Caption = 'Ok'
42 Default = True
43 ModalResult = 1
44 TabOrder = 2
45 end
46 object ComboBox1: TComboBox
47 Left = 139
48 Height = 30
49 Top = 72
50 Width = 368
51 ItemHeight = 0
52 ItemIndex = 0
53 Items.Strings = (
54 'Human'
55 'Computer'
56 )
57 Style = csDropDownList
58 TabOrder = 3
59 Text = 'Human'
60 end
61 object Label2: TLabel
62 Left = 24
63 Height = 22
64 Top = 72
65 Width = 50
66 Caption = 'Mode:'
67 ParentColor = False
68 end
69 object Label3: TLabel
70 Left = 24
71 Height = 22
72 Top = 128
73 Width = 48
74 Caption = 'Color:'
75 ParentColor = False
76 end
77 object ColorBox1: TColorBox
78 Left = 139
79 Height = 34
80 Top = 120
81 Width = 368
82 ItemHeight = 0
83 TabOrder = 4
84 end
85end
Note: See TracBrowser for help on using the repository browser.