Changeset 12 for trunk/Start.lfm
- Timestamp:
- Jan 7, 2017, 8:25:59 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Start.lfm
r9 r12 1 1 object StartDlg: TStartDlg 2 2 Left = 246 3 Height = 326 3 4 Top = 109 5 Width = 556 4 6 BorderIcons = [] 5 7 BorderStyle = bsNone … … 8 10 ClientWidth = 556 9 11 Color = clBtnFace 10 Font.Charset = DEFAULT_CHARSET11 12 Font.Color = clWindowText 12 13 Font.Height = -13 13 14 Font.Name = 'MS Sans Serif' 14 Font.Style = []15 15 FormStyle = fsStayOnTop 16 16 OnClose = FormClose … … 24 24 OnPaint = FormPaint 25 25 OnShow = FormShow 26 PixelsPerInch = 9626 LCLVersion = '1.6.2.0' 27 27 object StartBtn: TButtonA 28 28 Tag = 15104 29 29 Left = 389 30 Height = 25 30 31 Top = 286 31 32 Width = 100 32 Height = 2533 33 Down = False 34 34 Permanent = False 35 35 OnClick = StartBtnClick 36 Caption = ''37 36 end 38 37 object Down1Btn: TButtonC 39 38 Tag = 4096 40 39 Left = 522 40 Height = 12 41 41 Top = 111 42 42 Width = 12 43 Height = 1244 43 Down = False 45 44 Permanent = False … … 50 49 Tag = 4096 51 50 Left = 522 51 Height = 12 52 52 Top = 99 53 53 Width = 12 54 Height = 1255 54 Down = False 56 55 Permanent = False … … 61 60 Tag = 10240 62 61 Left = 412 62 Height = 25 63 63 Top = 98 64 64 Width = 25 65 Height = 2566 65 Visible = False 67 66 Down = False … … 73 72 Tag = 10240 74 73 Left = 441 74 Height = 25 75 75 Top = 98 76 76 Width = 25 77 Height = 2578 77 Visible = False 79 78 Down = False … … 85 84 Tag = 6912 86 85 Left = 522 86 Height = 12 87 87 Top = 249 88 88 Width = 12 89 Height = 1290 89 Visible = False 91 90 Down = False … … 97 96 Tag = 6912 98 97 Left = 522 98 Height = 12 99 99 Top = 237 100 100 Width = 12 101 Height = 12102 101 Visible = False 103 102 Down = False … … 109 108 Tag = 268435200 110 109 Left = 530 110 Height = 25 111 111 Top = 7 112 112 Width = 25 113 Height = 25114 113 Down = False 115 114 Permanent = False … … 120 119 Tag = 768 121 120 Left = 120 121 Height = 12 122 122 Top = 302 123 123 Width = 12 124 Height = 12125 124 Down = False 126 125 Permanent = False … … 130 129 object AutoDiffUpBtn: TButtonC 131 130 Left = 280 131 Height = 12 132 132 Top = 237 133 133 Width = 12 134 Height = 12135 134 Down = False 136 135 Permanent = False … … 140 139 object AutoDiffDownBtn: TButtonC 141 140 Left = 280 141 Height = 12 142 142 Top = 249 143 143 Width = 12 144 Height = 12145 144 Down = False 146 145 Permanent = False … … 150 149 object AutoEnemyUpBtn: TButtonC 151 150 Left = 206 151 Height = 12 152 152 Top = 152 153 153 Width = 12 154 Height = 12155 154 Down = False 156 155 Permanent = False … … 160 159 object AutoEnemyDownBtn: TButtonC 161 160 Left = 206 161 Height = 12 162 162 Top = 164 163 163 Width = 12 164 Height = 12165 164 Down = False 166 165 Permanent = False … … 171 170 Tag = 2048 172 171 Left = 352 172 Height = 25 173 173 Top = 286 174 174 Width = 25 175 Height = 25176 175 Down = False 177 176 Permanent = False … … 182 181 Tag = 15360 183 182 Left = 45 183 Height = 238 184 184 Top = 64 185 185 Width = 266 186 Height = 238187 TabStop = False188 186 BorderStyle = bsNone 189 187 Color = clBlack 190 188 ExtendedSelect = False 191 Font.Charset = DEFAULT_CHARSET192 189 Font.Color = 4176863 193 190 Font.Height = -15 … … 195 192 Font.Style = [fsBold] 196 193 IntegralHeight = True 197 ItemHeight = 17 194 ItemHeight = 0 195 OnClick = ListClick 198 196 ParentFont = False 199 197 TabOrder = 0 200 Visible= False201 OnClick = ListClick198 TabStop = False 199 Visible = False 202 200 end 203 201 object PopupMenu1: TPopupMenu 204 Left = 8205 Top = 8202 left = 8 203 top = 8 206 204 end 207 205 end
Note:
See TracChangeset
for help on using the changeset viewer.