Subversion Repositories spacemission

Rev

Rev 4 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4 Rev 16
Line 224... Line 224...
224
        Width = 273
224
        Width = 273
225
        Height = 137
225
        Height = 137
226
        Font.Charset = DEFAULT_CHARSET
226
        Font.Charset = DEFAULT_CHARSET
227
        Font.Color = clWindowText
227
        Font.Color = clWindowText
228
        Font.Height = -15
228
        Font.Height = -15
229
        Font.Name = 'Terminal'
229
        Font.Name = 'Tahoma'
230
        Font.Style = []
230
        Font.Style = []
231
        ItemHeight = 13
231
        ItemHeight = 18
232
        ParentFont = False
232
        ParentFont = False
233
        TabOrder = 0
233
        TabOrder = 0
234
        OnClick = ProviderListClick
234
        OnClick = ProviderListClick
235
        OnKeyDown = EditKeyDown
235
        OnKeyDown = EditKeyDown
236
      end
236
      end
237
    end
237
    end
238
    object TPage
238
    object TPage
239
      Left = 0
239
      Left = 0
240
      Top = 0
240
      Top = 0
241
      Caption = 'SessionType'
241
      Caption = 'SessionType'
-
 
242
      ExplicitWidth = 0
-
 
243
      ExplicitHeight = 0
242
      object Label2: TLabel
244
      object Label2: TLabel
243
        Left = 16
245
        Left = 16
244
        Top = 16
246
        Top = 16
245
        Width = 289
247
        Width = 289
246
        Height = 25
248
        Height = 25
Line 273... Line 275...
273
    end
275
    end
274
    object TPage
276
    object TPage
275
      Left = 0
277
      Left = 0
276
      Top = 0
278
      Top = 0
277
      Caption = 'SessionNew'
279
      Caption = 'SessionNew'
-
 
280
      ExplicitWidth = 0
-
 
281
      ExplicitHeight = 0
278
      object Label3: TLabel
282
      object Label3: TLabel
279
        Left = 16
283
        Left = 16
280
        Top = 16
284
        Top = 16
281
        Width = 289
285
        Width = 289
282
        Height = 24
286
        Height = 24
Line 323... Line 327...
323
    end
327
    end
324
    object TPage
328
    object TPage
325
      Left = 0
329
      Left = 0
326
      Top = 0
330
      Top = 0
327
      Caption = 'SessionJoin'
331
      Caption = 'SessionJoin'
-
 
332
      ExplicitWidth = 0
-
 
333
      ExplicitHeight = 0
328
      object Label7: TLabel
334
      object Label7: TLabel
329
        Left = 34
335
        Left = 34
330
        Top = 176
336
        Top = 176
331
        Width = 58
337
        Width = 58
332
        Height = 13
338
        Height = 13
Line 359... Line 365...
359
        Width = 161
365
        Width = 161
360
        Height = 110
366
        Height = 110
361
        Font.Charset = DEFAULT_CHARSET
367
        Font.Charset = DEFAULT_CHARSET
362
        Font.Color = clWindowText
368
        Font.Color = clWindowText
363
        Font.Height = -15
369
        Font.Height = -15
364
        Font.Name = 'Terminal'
370
        Font.Name = 'Tahoma'
365
        Font.Style = []
371
        Font.Style = []
366
        ItemHeight = 13
372
        ItemHeight = 12
367
        ParentFont = False
373
        ParentFont = False
368
        TabOrder = 0
374
        TabOrder = 0
369
        OnClick = JoinGameSessionListClick
375
        OnClick = JoinGameSessionListClick
370
        OnKeyDown = JoinGameSessionListKeyDown
376
        OnKeyDown = JoinGameSessionListKeyDown
371
      end
377
      end