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
|
inherited SQLDBRestParameterEditFrame: TSQLDBRestParameterEditFrame
Height = 455
Width = 473
ClientHeight = 455
ClientWidth = 473
DesignLeft = 499
DesignTop = 339
object LName: TLabel[0]
Left = 24
Height = 27
Top = 8
Width = 92
Alignment = taRightJustify
AutoSize = False
Caption = '&Name'
FocusControl = EName
Layout = tlCenter
ParentColor = False
end
object edtDefaultValue: TEdit[1]
Left = 120
Height = 27
Top = 72
Width = 200
TabOrder = 0
TextHint = 'Name of sequence to generate value'
end
object EName: TEdit[2]
Left = 120
Height = 27
Top = 8
Width = 200
TabOrder = 1
TextHint = 'Name as seen by users'
end
object CBDataType: TComboBox[3]
Left = 120
Height = 29
Top = 40
Width = 152
ItemHeight = 0
Style = csDropDownList
TabOrder = 2
end
object LDefaultValue: TLabel[4]
Left = 8
Height = 27
Top = 72
Width = 108
Alignment = taRightJustify
AutoSize = False
Caption = 'Default &value'
Layout = tlCenter
ParentColor = False
end
object lDatatype: TLabel[5]
Left = 8
Height = 27
Top = 40
Width = 108
Alignment = taRightJustify
AutoSize = False
Caption = '&Data type'
FocusControl = CBDataType
Layout = tlCenter
ParentColor = False
end
end
|