AbetoDesign_FactuGES2/Lib/JVCL/JvDBQueryParamsForm.dfm
2024-12-03 18:48:51 +01:00

141 lines
3.4 KiB
Plaintext

object JvQueryParamsDialog: TJvQueryParamsDialog
Left = 210
Top = 119
ActiveControl = ParamList
BorderIcons = [biSystemMenu]
Caption = 'Query parameters'
ClientHeight = 179
ClientWidth = 354
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {
0000010001001010100001001000280100001600000028000000100000002000
00000100040000000000C0000000000000000000000000000000000000000000
0000000080000080000000808000800000008000800080800000C0C0C0008080
80000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF000000
00000000000000000BBBB0000000000BB000BB000000000BB0000B000000000B
BB000BB00000000BBB000BB00000000000000BB00000000000000BB000000000
00000BB00000000000000BB00000000000000BB00000000000000BB000000000
00000BB0000000000000BBBB00000000000BBBBBB0000000000000000000FFFF
0000F87F0000E73F0000E7BF0000E39F0000E39F0000FF9F0000FF9F0000FF9F
0000FF9F0000FF9F0000FF9F0000FF9F0000FF0F0000FE070000FFFF0000}
OldCreateOrder = True
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object GroupBox1: TGroupBox
Left = 9
Top = 3
Width = 328
Height = 109
Anchors = [akLeft, akTop, akRight, akBottom]
Caption = 'Define Parameters'
TabOrder = 0
object Label1: TLabel
Left = 8
Top = 20
Width = 80
Height = 13
Caption = '&Parameter name:'
FocusControl = ParamList
end
object Label2: TLabel
Left = 135
Top = 66
Width = 30
Height = 13
Anchors = [akTop, akRight]
Caption = '&Value:'
FocusControl = ParamValue
end
object Label3: TLabel
Left = 135
Top = 40
Width = 49
Height = 13
Anchors = [akTop, akRight]
Caption = '&Data type:'
FocusControl = TypeList
end
object ParamValue: TEdit
Left = 200
Top = 62
Width = 121
Height = 21
Anchors = [akTop, akRight]
TabOrder = 2
OnExit = ParamValueExit
end
object NullValue: TCheckBox
Left = 135
Top = 112
Width = 82
Height = 17
Anchors = [akTop, akRight]
Caption = '&Null Value'
TabOrder = 3
OnClick = NullValueClick
end
object TypeList: TComboBox
Left = 200
Top = 36
Width = 121
Height = 21
Style = csDropDownList
Anchors = [akTop, akRight]
ItemHeight = 13
Sorted = True
TabOrder = 1
OnChange = TypeListChange
end
object ParamList: TListBox
Left = 8
Top = 36
Width = 113
Height = 59
Anchors = [akLeft, akTop, akRight, akBottom]
ItemHeight = 13
Sorted = True
TabOrder = 0
OnClick = ParamListChange
end
end
object OkBtn: TButton
Left = 46
Top = 119
Width = 75
Height = 25
Anchors = [akLeft, akBottom]
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = OkBtnClick
end
object CancelBtn: TButton
Left = 139
Top = 119
Width = 75
Height = 25
Anchors = [akLeft, akBottom]
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
end
object HelpBtn: TButton
Left = 262
Top = 119
Width = 75
Height = 25
Anchors = [akRight, akBottom]
Caption = '&Help'
TabOrder = 3
OnClick = HelpBtnClick
end
end