summaryrefslogtreecommitdiff
path: root/orig/pq/Login.dfm
blob: 8e9a09bc45246d8de30035dc9570ad4c5092b8b8 (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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
object LoginForm: TLoginForm
  Left = 314
  Top = 162
  Width = 265
  Height = 448
  Caption = 'Progress Quest Login'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  PixelsPerInch = 96
  TextHeight = 13
  object GroupBox1: TGroupBox
    Left = 12
    Top = 176
    Width = 237
    Height = 69
    Caption = 'New Users'
    TabOrder = 0
    object Label1: TLabel
      Left = 2
      Top = 15
      Width = 233
      Height = 18
      Align = alTop
      AutoSize = False
      Caption = '  To sign up for a new account, visit'
      Layout = tlBottom
    end
    object Label2: TLabel
      Left = 2
      Top = 33
      Width = 233
      Height = 25
      Cursor = crHandPoint
      Align = alTop
      Alignment = taCenter
      AutoSize = False
      Caption = 'http://progressquest.com/user.php'
      Color = clBtnFace
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clActiveCaption
      Font.Height = -11
      Font.Name = 'MS Sans Serif'
      Font.Style = [fsBold, fsUnderline]
      ParentColor = False
      ParentFont = False
      Layout = tlCenter
      OnClick = Label2Click
    end
  end
  object Login: TButton
    Left = 88
    Top = 388
    Width = 75
    Height = 25
    Caption = 'Login'
    Default = True
    Enabled = False
    TabOrder = 1
    OnClick = LoginClick
  end
  object Button1: TButton
    Left = 172
    Top = 388
    Width = 75
    Height = 25
    Caption = 'Cancel'
    ModalResult = 2
    TabOrder = 2
  end
  object GroupBox2: TGroupBox
    Left = 12
    Top = 256
    Width = 237
    Height = 121
    Caption = 'Proxy Settings'
    TabOrder = 3
    object Label3: TLabel
      Left = 12
      Top = 20
      Width = 213
      Height = 45
      AutoSize = False
      Caption = 
        'Most people can leave this blank, but if you use a proxy to conn' +
        'ect to the Web, or wish to use a proxy to cheat, enter it here.'
      WordWrap = True
    end
    object LabeledEdit1: TLabeledEdit
      Left = 12
      Top = 84
      Width = 149
      Height = 21
      EditLabel.Width = 31
      EditLabel.Height = 13
      EditLabel.Caption = 'Server'
      LabelPosition = lpAbove
      LabelSpacing = 3
      TabOrder = 0
    end
    object LabeledEdit2: TLabeledEdit
      Left = 164
      Top = 84
      Width = 57
      Height = 21
      EditLabel.Width = 19
      EditLabel.Height = 13
      EditLabel.Caption = 'Port'
      LabelPosition = lpAbove
      LabelSpacing = 3
      TabOrder = 1
    end
  end
  object GroupBox3: TGroupBox
    Left = 12
    Top = 12
    Width = 237
    Height = 157
    Caption = 'Account Info'
    TabOrder = 4
    object Label4: TLabel
      Left = 8
      Top = 20
      Width = 221
      Height = 45
      AutoSize = False
      Caption = 
        'Some realms are open to the public riffraff, but others may requ' +
        'ire a valid account. You can enter default account information h' +
        'ere.'
      WordWrap = True
    end
    object Account: TLabeledEdit
      Left = 8
      Top = 84
      Width = 221
      Height = 21
      EditLabel.Width = 40
      EditLabel.Height = 13
      EditLabel.Caption = 'Account'
      LabelPosition = lpAbove
      LabelSpacing = 3
      TabOrder = 0
      OnChange = AccountChange
    end
    object Password: TLabeledEdit
      Left = 8
      Top = 124
      Width = 221
      Height = 21
      EditLabel.Width = 46
      EditLabel.Height = 13
      EditLabel.Caption = 'Password'
      LabelPosition = lpAbove
      LabelSpacing = 3
      PasswordChar = '*'
      TabOrder = 1
      OnChange = AccountChange
    end
  end
end