You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
202 lines
3.8 KiB
202 lines
3.8 KiB
object Form3: TForm3 |
|
Left = 442 |
|
Height = 400 |
|
Top = 147 |
|
Width = 557 |
|
BorderStyle = bsDialog |
|
Caption = 'phyportal - settings' |
|
ClientHeight = 400 |
|
ClientWidth = 557 |
|
Color = clNavy |
|
DesignTimePPI = 120 |
|
Font.Height = -18 |
|
Font.Name = 'Open Sans' |
|
Position = poDesktopCenter |
|
LCLVersion = '2.0.4.0' |
|
object Shape1: TShape |
|
Left = 8 |
|
Height = 384 |
|
Top = 8 |
|
Width = 541 |
|
Anchors = [akTop, akLeft, akRight, akBottom] |
|
Brush.Color = clSilver |
|
Pen.Style = psClear |
|
end |
|
object Label1: TLabel |
|
Left = 240 |
|
Height = 24 |
|
Top = 32 |
|
Width = 70 |
|
Caption = 'IOW NIS' |
|
ParentColor = False |
|
end |
|
object Label2: TLabel |
|
Left = 149 |
|
Height = 24 |
|
Top = 87 |
|
Width = 82 |
|
Alignment = taRightJustify |
|
Caption = 'password' |
|
ParentColor = False |
|
end |
|
object Edit1: TEdit |
|
Left = 240 |
|
Height = 32 |
|
Top = 55 |
|
Width = 164 |
|
OnChange = Edit1Change |
|
TabOrder = 0 |
|
Text = 'Edit1' |
|
end |
|
object Button1: TButton |
|
Left = 416 |
|
Height = 31 |
|
Top = 72 |
|
Width = 112 |
|
Caption = 'auto-config' |
|
TabOrder = 1 |
|
Visible = False |
|
end |
|
object Label3: TLabel |
|
Left = 240 |
|
Height = 24 |
|
Top = 136 |
|
Width = 100 |
|
Caption = 'Uni Rostock' |
|
ParentColor = False |
|
end |
|
object Edit2: TEdit |
|
Left = 240 |
|
Height = 32 |
|
Top = 88 |
|
Width = 164 |
|
EchoMode = emPassword |
|
OnChange = Edit2Change |
|
PasswordChar = '*' |
|
TabOrder = 2 |
|
Text = 'Edit2' |
|
end |
|
object Label5: TLabel |
|
Left = 240 |
|
Height = 24 |
|
Top = 240 |
|
Width = 178 |
|
Caption = 'NHR (blogin + glogin)' |
|
ParentColor = False |
|
end |
|
object Edit3: TEdit |
|
Left = 240 |
|
Height = 32 |
|
Top = 160 |
|
Width = 164 |
|
OnChange = Edit3Change |
|
TabOrder = 3 |
|
Text = 'Edit3' |
|
end |
|
object Button2: TButton |
|
Left = 416 |
|
Height = 31 |
|
Top = 176 |
|
Width = 112 |
|
Caption = 'auto-config' |
|
TabOrder = 4 |
|
Visible = False |
|
end |
|
object Button3: TButton |
|
Left = 416 |
|
Height = 31 |
|
Top = 280 |
|
Width = 112 |
|
Caption = 'auto-config' |
|
TabOrder = 5 |
|
Visible = False |
|
end |
|
object Label7: TLabel |
|
Left = 146 |
|
Height = 24 |
|
Top = 55 |
|
Width = 85 |
|
Alignment = taRightJustify |
|
Caption = 'username' |
|
ParentColor = False |
|
end |
|
object Label8: TLabel |
|
Left = 45 |
|
Height = 24 |
|
Top = 159 |
|
Width = 186 |
|
Alignment = taRightJustify |
|
Caption = 'username (e.g. ab123)' |
|
ParentColor = False |
|
end |
|
object Label4: TLabel |
|
Left = 149 |
|
Height = 24 |
|
Top = 191 |
|
Width = 82 |
|
Alignment = taRightJustify |
|
Caption = 'password' |
|
ParentColor = False |
|
end |
|
object Label9: TLabel |
|
Left = 21 |
|
Height = 24 |
|
Top = 264 |
|
Width = 210 |
|
Alignment = taRightJustify |
|
Caption = 'username (e.g. mvk?????)' |
|
ParentColor = False |
|
end |
|
object Label10: TLabel |
|
Left = 149 |
|
Height = 24 |
|
Top = 296 |
|
Width = 82 |
|
Alignment = taRightJustify |
|
Caption = 'password' |
|
ParentColor = False |
|
end |
|
object BitBtn1: TBitBtn |
|
Left = 328 |
|
Height = 38 |
|
Top = 344 |
|
Width = 200 |
|
Default = True |
|
DefaultCaption = True |
|
Kind = bkOK |
|
ModalResult = 1 |
|
OnClick = BitBtn1Click |
|
TabOrder = 6 |
|
end |
|
object Edit4: TEdit |
|
Left = 240 |
|
Height = 32 |
|
Top = 192 |
|
Width = 164 |
|
EchoMode = emPassword |
|
OnChange = Edit4Change |
|
PasswordChar = '*' |
|
TabOrder = 7 |
|
Text = 'Edit4' |
|
end |
|
object Edit5: TEdit |
|
Left = 240 |
|
Height = 32 |
|
Top = 264 |
|
Width = 164 |
|
OnChange = Edit5Change |
|
TabOrder = 8 |
|
Text = 'Edit5' |
|
end |
|
object Edit6: TEdit |
|
Left = 240 |
|
Height = 32 |
|
Top = 296 |
|
Width = 164 |
|
EchoMode = emPassword |
|
OnChange = Edit6Change |
|
PasswordChar = '*' |
|
TabOrder = 9 |
|
Text = 'Edit6' |
|
end |
|
end
|
|
|