Changeset 107 for trunk/Forms/UFormPlayer.lfm
- Timestamp:
- Feb 17, 2016, 1:17:21 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormPlayer.lfm
r98 r107 1 1 object FormPlayer: TFormPlayer 2 2 Left = 470 3 Height = 3473 Height = 279 4 4 Top = 219 5 Width = 5 515 Width = 522 6 6 Caption = 'Player' 7 ClientHeight = 347 8 ClientWidth = 551 7 ClientHeight = 279 8 ClientWidth = 522 9 Constraints.MinHeight = 279 10 Constraints.MinWidth = 522 9 11 Position = poMainFormCenter 10 LCLVersion = '1. 3'12 LCLVersion = '1.4.4.0' 11 13 object Label1: TLabel 12 14 Left = 28 13 Height = 2 215 Height = 25 14 16 Top = 27 15 Width = 5 317 Width = 51 16 18 Caption = 'Name:' 17 19 ParentColor = False … … 19 21 object EditName: TEdit 20 22 Left = 139 21 Height = 3 223 Height = 33 22 24 Top = 27 23 25 Width = 368 26 Anchors = [akTop, akLeft, akRight] 24 27 TabOrder = 0 25 28 end 26 29 object ButtonCancel: TButton 27 Left = 30730 Left = 278 28 31 Height = 25 29 Top = 2 9632 Top = 242 30 33 Width = 75 31 34 Anchors = [akRight, akBottom] … … 35 38 end 36 39 object ButtonOk: TButton 37 Left = 4 2840 Left = 403 38 41 Height = 25 39 Top = 2 9642 Top = 242 40 43 Width = 75 41 44 Anchors = [akRight, akBottom] … … 47 50 object ComboBox1: TComboBox 48 51 Left = 139 49 Height = 3 052 Height = 33 50 53 Top = 72 51 54 Width = 368 52 ItemHeight = 0 55 Anchors = [akTop, akLeft, akRight] 56 ItemHeight = 25 53 57 ItemIndex = 0 54 58 Items.Strings = ( … … 62 66 object Label2: TLabel 63 67 Left = 24 64 Height = 2 268 Height = 25 65 69 Top = 72 66 70 Width = 51 … … 70 74 object Label3: TLabel 71 75 Left = 24 72 Height = 2 276 Height = 25 73 77 Top = 128 74 78 Width = 47 … … 78 82 object ColorBox1: TColorBox 79 83 Left = 139 80 Height = 3484 Height = 28 81 85 Top = 120 82 86 Width = 368 83 87 Style = [cbStandardColors, cbExtendedColors, cbCustomColor, cbPrettyNames] 84 ItemHeight = 0 88 Anchors = [akTop, akLeft, akRight] 89 ItemHeight = 20 85 90 TabOrder = 4 86 91 end 87 92 object Label4: TLabel 88 93 Left = 24 89 Height = 2 294 Height = 25 90 95 Top = 168 91 Width = 9 696 Width = 90 92 97 Caption = 'Agressivity:' 93 98 ParentColor = False … … 95 100 object ComboBoxAgressivity: TComboBox 96 101 Left = 139 97 Height = 3 0102 Height = 33 98 103 Top = 168 99 104 Width = 368 100 ItemHeight = 0 105 Anchors = [akTop, akLeft, akRight] 106 ItemHeight = 25 101 107 Items.Strings = ( 102 108 'Low' … … 110 116 object CheckBoxDefensive: TCheckBox 111 117 Left = 24 112 Height = 2 4118 Height = 29 113 119 Top = 208 114 120 Width = 107
Note:
See TracChangeset
for help on using the changeset viewer.