~chronoscz/c-evo/trunk

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
object SettingsDlg: TSettingsDlg
  Left = 766
  Height = 448
  Top = 240
  Width = 483
  BorderStyle = bsNone
  Caption = 'LocaleDlg'
  ClientHeight = 448
  ClientWidth = 483
  DesignTimePPI = 144
  FormStyle = fsStayOnTop
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnPaint = FormPaint
  OnShow = FormShow
  LCLVersion = '2.0.2.0'
  Position = poScreenCenter
  PixelsPerInch = 96
  Scaled = False
  object List: TListBox
    Tag = 15360
    Left = 24
    Height = 336
    Top = 16
    Width = 424
    Anchors = [akTop, akLeft, akRight, akBottom]
    BorderStyle = bsNone
    Color = clBlack
    ExtendedSelect = False
    Font.Color = 4176863
    Font.Height = -15
    Font.Name = 'Times New Roman'
    Font.Style = [fsBold]
    IntegralHeight = True
    ItemHeight = 0
    ParentFont = False
    ScrollWidth = 424
    TabOrder = 0
    TabStop = False
    TopIndex = -1
  end
  object OKBtn: TButtonA
    Left = 272
    Height = 25
    Top = 400
    Width = 100
    Down = False
    Permanent = False
    OnClick = OKBtnClick
  end
  object CancelBtn: TButtonA
    Left = 96
    Height = 25
    Top = 400
    Width = 100
    Down = False
    Permanent = False
    OnClick = CancelBtnClick
  end
  object ButtonFullscreen: TButtonC
    Left = 24
    Height = 18
    Top = 368
    Width = 18
    Down = False
    Permanent = False
    OnClick = ButtonFullscreenClick
    ButtonIndex = 0
  end
end