Changeset 183 for trunk/Forms/UFormPlayer.lfm
- Timestamp:
- Feb 9, 2018, 10:33:18 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms/UFormPlayer.lfm
r134 r183 9 9 Constraints.MinHeight = 344 10 10 Constraints.MinWidth = 522 11 DesignTimePPI = 120 12 OnClose = FormClose 11 13 OnShow = FormShow 12 14 Position = poMainFormCenter 13 LCLVersion = '1. 6.4.0'15 LCLVersion = '1.8.0.6' 14 16 object Label1: TLabel 15 17 Left = 24 16 Height = 2 418 Height = 20 17 19 Top = 27 18 Width = 5620 Width = 43 19 21 Caption = 'Name:' 20 22 ParentColor = False … … 22 24 object EditName: TEdit 23 25 Left = 168 24 Height = 3426 Height = 28 25 27 Top = 27 26 28 Width = 339 … … 51 53 object ComboBoxMode: TComboBox 52 54 Left = 168 53 Height = 3455 Height = 28 54 56 Top = 72 55 57 Width = 339 56 58 Anchors = [akTop, akLeft, akRight] 57 ItemHeight = 059 ItemHeight = 20 58 60 ItemIndex = 0 59 61 Items.Strings = ( … … 68 70 object Label2: TLabel 69 71 Left = 24 70 Height = 2 472 Height = 20 71 73 Top = 72 72 Width = 5374 Width = 42 73 75 Caption = 'Mode:' 74 76 ParentColor = False … … 76 78 object Label3: TLabel 77 79 Left = 24 78 Height = 2 480 Height = 20 79 81 Top = 128 80 Width = 5082 Width = 39 81 83 Caption = 'Color:' 82 84 ParentColor = False … … 84 86 object ColorBox1: TColorBox 85 87 Left = 168 86 Height = 3888 Height = 26 87 89 Top = 120 88 90 Width = 339 … … 94 96 object Label4: TLabel 95 97 Left = 24 96 Height = 2 498 Height = 20 97 99 Top = 168 98 Width = 98100 Width = 74 99 101 Caption = 'Agressivity:' 100 102 ParentColor = False … … 102 104 object ComboBoxAgressivity: TComboBox 103 105 Left = 168 104 Height = 34106 Height = 28 105 107 Top = 168 106 108 Width = 339 107 109 Anchors = [akTop, akLeft, akRight] 108 ItemHeight = 0110 ItemHeight = 20 109 111 Items.Strings = ( 110 112 'Low' … … 118 120 object CheckBoxDefensive: TCheckBox 119 121 Left = 24 120 Height = 2 8122 Height = 24 121 123 Top = 208 122 Width = 107124 Width = 89 123 125 Caption = 'Defensive' 124 126 TabOrder = 6 … … 126 128 object Label5: TLabel 127 129 Left = 24 128 Height = 2 4130 Height = 20 129 131 Top = 248 130 Width = 94132 Width = 69 131 133 Caption = 'Start units:' 132 134 ParentColor = False … … 134 136 object SpinEditStartUnits: TSpinEdit 135 137 Left = 224 136 Height = 34138 Height = 28 137 139 Top = 240 138 140 Width = 112
Note:
See TracChangeset
for help on using the changeset viewer.