Changeset 134 for trunk/Forms/UFormPlayer.lfm
- Timestamp:
- Jul 5, 2017, 6:24:55 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormPlayer.lfm
r107 r134 1 1 object FormPlayer: TFormPlayer 2 2 Left = 470 3 Height = 2793 Height = 344 4 4 Top = 219 5 5 Width = 522 6 6 Caption = 'Player' 7 ClientHeight = 2797 ClientHeight = 344 8 8 ClientWidth = 522 9 Constraints.MinHeight = 2799 Constraints.MinHeight = 344 10 10 Constraints.MinWidth = 522 11 OnShow = FormShow 11 12 Position = poMainFormCenter 12 LCLVersion = '1. 4.4.0'13 LCLVersion = '1.6.4.0' 13 14 object Label1: TLabel 14 Left = 2 815 Height = 2 515 Left = 24 16 Height = 24 16 17 Top = 27 17 Width = 5 118 Width = 56 18 19 Caption = 'Name:' 19 20 ParentColor = False 20 21 end 21 22 object EditName: TEdit 22 Left = 1 3923 Height = 3 323 Left = 168 24 Height = 34 24 25 Top = 27 25 Width = 3 6826 Width = 339 26 27 Anchors = [akTop, akLeft, akRight] 27 28 TabOrder = 0 … … 30 31 Left = 278 31 32 Height = 25 32 Top = 24233 Top = 307 33 34 Width = 75 34 35 Anchors = [akRight, akBottom] … … 40 41 Left = 403 41 42 Height = 25 42 Top = 24243 Top = 307 43 44 Width = 75 44 45 Anchors = [akRight, akBottom] … … 48 49 TabOrder = 2 49 50 end 50 object ComboBox 1: TComboBox51 Left = 1 3952 Height = 3 351 object ComboBoxMode: TComboBox 52 Left = 168 53 Height = 34 53 54 Top = 72 54 Width = 3 6855 Width = 339 55 56 Anchors = [akTop, akLeft, akRight] 56 ItemHeight = 2557 ItemHeight = 0 57 58 ItemIndex = 0 58 59 Items.Strings = ( … … 60 61 'Computer' 61 62 ) 63 OnChange = ComboBoxModeChange 62 64 Style = csDropDownList 63 65 TabOrder = 3 … … 66 68 object Label2: TLabel 67 69 Left = 24 68 Height = 2 570 Height = 24 69 71 Top = 72 70 Width = 5 172 Width = 53 71 73 Caption = 'Mode:' 72 74 ParentColor = False … … 74 76 object Label3: TLabel 75 77 Left = 24 76 Height = 2 578 Height = 24 77 79 Top = 128 78 Width = 4780 Width = 50 79 81 Caption = 'Color:' 80 82 ParentColor = False 81 83 end 82 84 object ColorBox1: TColorBox 83 Left = 1 3984 Height = 2885 Left = 168 86 Height = 38 85 87 Top = 120 86 Width = 3 6888 Width = 339 87 89 Style = [cbStandardColors, cbExtendedColors, cbCustomColor, cbPrettyNames] 88 90 Anchors = [akTop, akLeft, akRight] … … 92 94 object Label4: TLabel 93 95 Left = 24 94 Height = 2 596 Height = 24 95 97 Top = 168 96 Width = 9 098 Width = 98 97 99 Caption = 'Agressivity:' 98 100 ParentColor = False 99 101 end 100 102 object ComboBoxAgressivity: TComboBox 101 Left = 1 39102 Height = 3 3103 Left = 168 104 Height = 34 103 105 Top = 168 104 Width = 3 68106 Width = 339 105 107 Anchors = [akTop, akLeft, akRight] 106 ItemHeight = 25108 ItemHeight = 0 107 109 Items.Strings = ( 108 110 'Low' … … 116 118 object CheckBoxDefensive: TCheckBox 117 119 Left = 24 118 Height = 2 9120 Height = 28 119 121 Top = 208 120 122 Width = 107 … … 122 124 TabOrder = 6 123 125 end 126 object Label5: TLabel 127 Left = 24 128 Height = 24 129 Top = 248 130 Width = 94 131 Caption = 'Start units:' 132 ParentColor = False 133 end 134 object SpinEditStartUnits: TSpinEdit 135 Left = 224 136 Height = 34 137 Top = 240 138 Width = 112 139 MaxValue = 99 140 TabOrder = 7 141 end 124 142 end
Note:
See TracChangeset
for help on using the changeset viewer.