You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RnQ/RnQ/NewAccount.dfm

67 lines
1.3 KiB
Plaintext

object NewAccFrm: TNewAccFrm
Left = 860
Top = 478
ActiveControl = AccEdit
BorderStyle = bsToolWindow
Caption = 'New user'
ClientHeight = 75
ClientWidth = 286
Color = clBtnFace
Constraints.MinHeight = 100
Constraints.MinWidth = 292
ParentFont = True
OldCreateOrder = False
Position = poDesigned
DesignSize = (
286
75)
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 8
Top = 13
Width = 74
Height = 13
Alignment = taRightJustify
AutoSize = False
Caption = 'UIN'
end
object AccEdit: TEdit
Left = 88
Top = 10
Width = 145
Height = 21
Anchors = [akLeft, akTop, akRight]
TabOrder = 0
end
object OkBtn: TRnQButton
Left = 62
Top = 42
Width = 83
Height = 25
Anchors = [akRight, akBottom]
Caption = 'Ok'
Default = True
DoubleBuffered = True
ModalResult = 1
ParentDoubleBuffered = False
TabOrder = 1
OnClick = OkBtnClick
ImageName = 'ok'
end
object CnclBtn: TRnQButton
Left = 151
Top = 42
Width = 83
Height = 25
Anchors = [akRight, akBottom]
Cancel = True
Caption = 'Cancel'
DoubleBuffered = True
ModalResult = 2
ParentDoubleBuffered = False
TabOrder = 2
ImageName = 'cancel'
end
end