-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathudAddNewSQL.dfm
134 lines (134 loc) · 3.29 KB
/
udAddNewSQL.dfm
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
object dAddNewSQL: TdAddNewSQL
Left = 0
Top = 0
Caption = 'Add New SQL Favourite'
ClientHeight = 304
ClientWidth = 500
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poOwnerFormCenter
OnKeyDown = FormKeyDown
PixelsPerInch = 96
TextHeight = 13
object mmoSQL: TSynMemo
Left = 8
Top = 32
Width = 483
Height = 225
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Courier New'
Font.Style = []
TabOrder = 0
Gutter.DigitCount = 3
Gutter.Font.Charset = DEFAULT_CHARSET
Gutter.Font.Color = clWindowText
Gutter.Font.Height = -11
Gutter.Font.Name = 'Courier New'
Gutter.Font.Style = []
Gutter.LeftOffset = 0
Gutter.ShowLineNumbers = True
Gutter.Width = 10
Highlighter = SynSQLSyn1
FontSmoothing = fsmNone
end
object btnOK: TButton
Left = 156
Top = 263
Width = 171
Height = 36
Caption = 'Add'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ModalResult = 1
ParentFont = False
TabOrder = 2
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 333
Top = 263
Width = 159
Height = 36
Caption = 'Cancel'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'Tahoma'
Font.Style = []
ModalResult = 2
ParentFont = False
TabOrder = 3
end
object rbPersonal: TRadioButton
Left = 16
Top = 263
Width = 113
Height = 17
Caption = 'Personal'
Checked = True
TabOrder = 4
TabStop = True
OnClick = rbPersonalClick
end
object rbEveryone: TRadioButton
Left = 16
Top = 280
Width = 113
Height = 17
Caption = 'For Everyone'
TabOrder = 5
OnClick = rbEveryoneClick
end
object edtDescription: TLabeledEdit
Left = 80
Top = 0
Width = 412
Height = 26
EditLabel.Width = 70
EditLabel.Height = 18
EditLabel.Caption = 'Description'
EditLabel.Font.Charset = DEFAULT_CHARSET
EditLabel.Font.Color = clWindowText
EditLabel.Font.Height = -15
EditLabel.Font.Name = 'Tahoma'
EditLabel.Font.Style = []
EditLabel.ParentFont = False
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -15
Font.Name = 'Tahoma'
Font.Style = []
LabelPosition = lpLeft
ParentFont = False
TabOrder = 1
end
object SynSQLSyn1: TSynSQLSyn
Options.AutoDetectEnabled = False
Options.AutoDetectLineLimit = 0
Options.Visible = False
CommentAttri.Foreground = clGreen
ConditionalCommentAttri.Foreground = clGreen
DataTypeAttri.Foreground = clTeal
FunctionAttri.Foreground = clPurple
IdentifierAttri.Foreground = clMaroon
KeyAttri.Foreground = clBlue
NumberAttri.Foreground = clMenuHighlight
StringAttri.Foreground = clRed
SymbolAttri.Foreground = clGray
TableNameAttri.Foreground = clGreen
VariableAttri.Foreground = clTeal
Left = 352
Top = 224
end
end