source: branches/delphi/Forms/UFormPlayer.dfm

Last change on this file was 44, checked in by chronos, 10 years ago
  • Added: Test Delphi conversion.
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 object Label1: TLabel
8 Left = 28
9 Height = 22
10 Top = 27
11 Width = 53
12 Caption = 'Name:'
13 ParentColor = False
14 end
15 object EditName: TEdit
16 Left = 139
17 Height = 32
18 Top = 27
19 Width = 368
20 TabOrder = 0
21 end
22 object ButtonCancel: TButton
23 Left = 307
24 Height = 25
25 Top = 252
26 Width = 75
27 Anchors = [akRight, akBottom]
28 Caption = 'Cancel'
29 ModalResult = 2
30 TabOrder = 1
31 end
32 object ButtonOk: TButton
33 Left = 428
34 Height = 25
35 Top = 252
36 Width = 75
37 Anchors = [akRight, akBottom]
38 Caption = 'Ok'
39 Default = True
40 ModalResult = 1
41 TabOrder = 2
42 end
43 object ComboBox1: TComboBox
44 Left = 139
45 Height = 30
46 Top = 72
47 Width = 368
48 ItemHeight = 0
49 ItemIndex = 0
50 Items.Strings = (
51 'Human'
52 'Computer'
53 )
54 Style = csDropDownList
55 TabOrder = 3
56 Text = 'Human'
57 end
58 object Label2: TLabel
59 Left = 24
60 Height = 22
61 Top = 72
62 Width = 50
63 Caption = 'Mode:'
64 ParentColor = False
65 end
66 object Label3: TLabel
67 Left = 24
68 Height = 22
69 Top = 128
70 Width = 48
71 Caption = 'Color:'
72 ParentColor = False
73 end
74 object ColorBox1: TColorBox
75 Left = 139
76 Height = 34
77 Top = 120
78 Width = 368
79 ItemHeight = 0
80 TabOrder = 4
81 end
82end
Note: See TracBrowser for help on using the repository browser.