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 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196
|
object SQLDBRestFieldEditFrame: TSQLDBRestFieldEditFrame
Left = 0
Height = 455
Top = 0
Width = 473
ClientHeight = 455
ClientWidth = 473
TabOrder = 0
DesignLeft = 499
DesignTop = 339
object LPublicName: TLabel
Left = 24
Height = 27
Top = 8
Width = 92
Alignment = taRightJustify
AutoSize = False
Caption = '&Public name'
FocusControl = EPublicName
Layout = tlCenter
ParentColor = False
end
object EGeneratorName: TEdit
Left = 120
Height = 27
Top = 72
Width = 200
TabOrder = 0
TextHint = 'Name of sequence to generate value'
end
object EPublicName: TEdit
Left = 120
Height = 27
Top = 8
Width = 200
TabOrder = 1
TextHint = 'Name as seen by users'
end
object EFieldName: TEdit
Left = 120
Height = 27
Top = 40
Width = 200
TabOrder = 2
TextHint = 'Fieldname in database'
end
object CBFieldType: TComboBox
Left = 120
Height = 31
Top = 104
Width = 152
ItemHeight = 0
Style = csDropDownList
TabOrder = 3
end
object CBNativeFieldType: TComboBox
Left = 120
Height = 31
Top = 136
Width = 152
ItemHeight = 0
Style = csDropDownList
TabOrder = 4
end
object SEMaxLen: TSpinEdit
Left = 120
Height = 27
Top = 168
Width = 50
TabOrder = 5
end
object CGFieldOptions: TCheckGroup
Left = 6
Height = 120
Top = 200
Width = 459
AutoFill = True
Caption = '&Options'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclTopToBottomThenLeftToRight
ChildSizing.ControlsPerLine = 3
ClientHeight = 102
ClientWidth = 457
ColumnLayout = clVerticalThenHorizontal
Columns = 3
Items.Strings = (
'In Key'
'In Insert'
'In Update'
'Required'
'Filter'
'Order By'
'Order By Desc'
)
OnItemClick = CGFieldOptionsItemClick
TabOrder = 6
Data = {
0700000002020202020202
}
end
object CGFilters: TCheckGroup
Left = 7
Height = 105
Top = 320
Width = 458
AutoFill = True
Caption = '&Allowed Filters'
ChildSizing.LeftRightSpacing = 6
ChildSizing.TopBottomSpacing = 6
ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
ChildSizing.EnlargeVertical = crsHomogenousChildResize
ChildSizing.ShrinkHorizontal = crsScaleChilds
ChildSizing.ShrinkVertical = crsScaleChilds
ChildSizing.Layout = cclTopToBottomThenLeftToRight
ChildSizing.ControlsPerLine = 3
ClientHeight = 87
ClientWidth = 456
ColumnLayout = clVerticalThenHorizontal
Columns = 2
Items.Strings = (
'Equal (=)'
'Less than (<)'
'Greater than (>)'
'Less than or equal (<=)'
'Greater than or equal (>=)'
'Null (is null)'
)
TabOrder = 7
Data = {
06000000020202020202
}
end
object LPublicName1: TLabel
Left = 24
Height = 27
Top = 40
Width = 92
Alignment = taRightJustify
AutoSize = False
Caption = 'Field &name'
Layout = tlCenter
ParentColor = False
end
object LPublicName2: TLabel
Left = 8
Height = 27
Top = 72
Width = 108
Alignment = taRightJustify
AutoSize = False
Caption = 'Seq&uence name'
Layout = tlCenter
ParentColor = False
end
object LPublicName3: TLabel
Left = 6
Height = 27
Top = 104
Width = 108
Alignment = taRightJustify
AutoSize = False
Caption = '&Field type'
FocusControl = CBFieldType
Layout = tlCenter
ParentColor = False
end
object LPublicName4: TLabel
Left = 8
Height = 27
Top = 140
Width = 108
Alignment = taRightJustify
AutoSize = False
Caption = '&Native field type'
FocusControl = CBNativeFieldType
Layout = tlCenter
ParentColor = False
end
object LSEMaxLen: TLabel
Left = 6
Height = 27
Top = 168
Width = 108
Alignment = taRightJustify
AutoSize = False
Caption = 'Max length'
FocusControl = SEMaxLen
Layout = tlCenter
ParentColor = False
end
end
|