summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/Chess4Net/LookFeelOptionsUnit.dfm
blob: c3fda14bce629116bc65d0cddb7f9c23cea93e67 (plain)
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
object LookFeelOptionsForm: TLookFeelOptionsForm
  Left = 702
  Top = 299
  BorderIcons = [biSystemMenu]
  BorderStyle = bsDialog
  Caption = 'Look & Feel Options'
  ClientHeight = 217
  ClientWidth = 321
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'Microsoft Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  PixelsPerInch = 96
  TextHeight = 13
  object AnimateLabel: TTntLabel
    Left = 8
    Top = 11
    Width = 89
    Height = 13
    AutoSize = False
    Caption = 'Animate Move:'
  end
  object GUILangLabel: TTntLabel
    Left = 8
    Top = 187
    Width = 97
    Height = 13
    AutoSize = False
    Caption = 'GUI Language:'
  end
  object OkButton: TTntButton
    Left = 240
    Top = 8
    Width = 75
    Height = 25
    Caption = '&OK'
    Default = True
    ModalResult = 1
    TabOrder = 2
  end
  object CancelButton: TTntButton
    Left = 240
    Top = 40
    Width = 75
    Height = 25
    Cancel = True
    Caption = '&Cancel'
    ModalResult = 2
    TabOrder = 3
  end
  object AnimationComboBox: TTntComboBox
    Left = 104
    Top = 8
    Width = 81
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 0
    Text = 'No'
    Items.Strings = (
      'No'
      'Slowly'
      'Quickly')
  end
  object BoxPanel: TPanel
    Left = 8
    Top = 40
    Width = 217
    Height = 129
    BevelInner = bvRaised
    BevelOuter = bvLowered
    TabOrder = 1
    DesignSize = (
      217
      129)
    object HilightLastMoveBox: TTntCheckBox
      Left = 8
      Top = 8
      Width = 201
      Height = 17
      Anchors = [akLeft, akTop, akRight]
      Caption = 'Highlight Last Move'
      TabOrder = 0
    end
    object CoordinatesBox: TTntCheckBox
      Left = 8
      Top = 56
      Width = 201
      Height = 17
      Anchors = [akLeft, akTop, akRight]
      Caption = 'Show Coordinates'
      TabOrder = 1
    end
    object StayOnTopBox: TTntCheckBox
      Left = 8
      Top = 80
      Width = 201
      Height = 17
      Anchors = [akLeft, akTop, akRight]
      Caption = 'Stay Always on Top'
      TabOrder = 2
    end
    object ExtraExitBox: TTntCheckBox
      Left = 8
      Top = 104
      Width = 201
      Height = 17
      Anchors = [akLeft, akTop, akRight]
      Caption = 'Extra Exit on ESC'
      TabOrder = 3
    end
    object FlashIncomingMoveBox: TTntCheckBox
      Left = 8
      Top = 32
      Width = 201
      Height = 17
      Anchors = [akLeft, akTop, akRight]
      Caption = 'Flash on incoming move'
      TabOrder = 4
    end
  end
  object GUILangComboBox: TTntComboBox
    Left = 120
    Top = 184
    Width = 129
    Height = 21
    Style = csDropDownList
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 4
    Text = 'English'
    OnChange = GUILangComboBoxChange
    Items.Strings = (
      'English')
  end
end