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 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239
|
object ProcedureListForm: TProcedureListForm
Left = 289
Height = 688
Top = 140
Width = 952
ActiveControl = cbObjects
Caption = 'Procedure List - '
ClientHeight = 688
ClientWidth = 952
OnCreate = FormCreate
OnDestroy = FormDestroy
OnKeyPress = FormKeyPress
OnResize = FormResize
OnShow = FormShow
Position = poScreenCenter
LCLVersion = '1.9.0.0'
object StatusBar: TStatusBar
Left = 0
Height = 21
Top = 667
Width = 952
Panels = <
item
Width = 400
end
item
Width = 50
end>
SimplePanel = False
end
object TB: TToolBar
Left = 0
Height = 26
Top = 0
Width = 952
Caption = 'TB'
EdgeBorders = []
TabOrder = 0
object tbAbout: TToolButton
Left = 136
Hint = 'About'
Top = 0
Caption = 'tbAbout'
ImageIndex = 9
OnClick = tbAboutClick
ParentShowHint = False
ShowHint = True
end
object ToolButton2: TToolButton
Left = 131
Height = 22
Top = 0
Caption = 'ToolButton2'
Style = tbsDivider
end
object tbJumpTo: TToolButton
Left = 108
Hint = 'Jump To Selection'
Top = 0
Caption = 'Goto'
ImageIndex = 5
OnClick = SGDblClick
ParentShowHint = False
ShowHint = True
end
object ToolButton4: TToolButton
Left = 103
Height = 22
Top = 0
Caption = 'ToolButton4'
Style = tbsDivider
end
object tbFilterAny: TToolButton
Left = 80
Hint = 'Filter by matching any part of method'
Top = 0
Caption = 'tbFilterAny'
Down = True
Grouped = True
ImageIndex = 8
OnClick = SomethingChange
ParentShowHint = False
ShowHint = True
Style = tbsCheck
end
object tbFilterStart: TToolButton
Left = 57
Hint = 'Filter by matching with start of method'
Top = 0
Caption = 'tbFilterStart'
Grouped = True
ImageIndex = 7
OnClick = SomethingChange
ParentShowHint = False
ShowHint = True
Style = tbsCheck
end
object ToolButton7: TToolButton
Left = 52
Height = 22
Top = 0
Caption = 'ToolButton7'
Style = tbsDivider
Visible = False
end
object tbChangeFont: TToolButton
Left = 29
Hint = 'Change Font'
Top = 0
Caption = 'tbChangeFont'
ImageIndex = 4
ParentShowHint = False
ShowHint = True
Visible = False
end
object ToolButton9: TToolButton
Left = 24
Height = 22
Top = 0
Caption = 'ToolButton9'
Style = tbsDivider
end
object tbCopy: TToolButton
Left = 1
Hint = 'Copy method name to the clipboard'
Top = 0
Caption = 'tbCopy'
ImageIndex = 6
OnClick = tbCopyClick
ParentShowHint = False
ShowHint = True
end
end
object pnlHeader: TPanel
Left = 0
Height = 47
Top = 26
Width = 952
Align = alTop
AutoSize = True
BevelOuter = bvNone
ClientHeight = 47
ClientWidth = 952
ParentColor = False
TabOrder = 1
object lblSearch: TLabel
AnchorSideTop.Control = pnlHeader
AnchorSideTop.Side = asrCenter
Left = 6
Height = 19
Top = 14
Width = 43
BorderSpacing.Around = 6
Caption = '&Search'
ParentColor = False
end
object lblObjects: TLabel
AnchorSideLeft.Control = edMethods
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = pnlHeader
AnchorSideTop.Side = asrCenter
Left = 610
Height = 19
Top = 14
Width = 46
BorderSpacing.Left = 12
BorderSpacing.Around = 6
Caption = '&Objects'
ParentColor = False
end
object edMethods: TEdit
AnchorSideLeft.Control = lblSearch
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = pnlHeader
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = cbObjects
AnchorSideBottom.Side = asrBottom
Left = 55
Height = 35
Top = 6
Width = 537
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 6
BorderSpacing.Top = 6
BorderSpacing.Right = 6
OnChange = SomethingChange
OnKeyDown = edMethodsKeyDown
OnKeyPress = edMethodsKeyPress
TabOrder = 0
end
object cbObjects: TComboBox
AnchorSideLeft.Control = lblObjects
AnchorSideLeft.Side = asrBottom
AnchorSideTop.Control = pnlHeader
AnchorSideRight.Control = pnlHeader
AnchorSideRight.Side = asrBottom
Left = 662
Height = 35
Top = 6
Width = 284
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 6
ItemHeight = 0
OnChange = SomethingChange
Sorted = True
Style = csDropDownList
TabOrder = 1
end
end
object SG: TStringGrid
Left = 0
Height = 594
Top = 73
Width = 952
Align = alClient
ColCount = 4
Columns = <
item
Title.Caption = ''
Width = 24
end
item
Title.Caption = 'Procedure'
Width = 200
end
item
Title.Caption = 'Type'
end
item
Title.Caption = 'Line'
end>
FixedCols = 0
Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowSelect, goThumbTracking, goSmoothScroll, goCellEllipsis]
TabOrder = 3
OnDblClick = SGDblClick
OnDrawCell = SGDrawCell
OnSelectCell = SGSelectCell
end
end
|