ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/oup/current/Tools/Template.dfm
(Generate patch)

Comparing oup/current/Tools/Template.dfm (file contents):
Revision 58 by alloc, Tue Dec 26 23:37:24 2006 UTC vs.
Revision 86 by alloc, Sun Jan 14 20:19:08 2007 UTC

# Line 42 | Line 42 | object Form_ToolTemplate: TForm_ToolTemp
42      TabOrder = 0
43      object filelist: TListBox
44        Left = 0
45 <      Top = 129
45 >      Top = 153
46        Width = 200
47 <      Height = 294
47 >      Height = 270
48        Align = alClient
49        ItemHeight = 13
50        PopupMenu = filepopup
51        TabOrder = 0
52        OnClick = listClick
53        OnMouseDown = listMouseDown
54 +      ExplicitTop = 129
55 +      ExplicitHeight = 294
56      end
57      object panel_extension: TPanel
58        Left = 0
59        Top = 0
60        Width = 200
61 <      Height = 129
61 >      Height = 153
62        Align = alTop
63        BevelOuter = bvNone
64        TabOrder = 1
65        DesignSize = (
66          200
67 <        129)
67 >        153)
68        object Label2: TLabel
69          Left = 100
70 <        Top = 105
70 >        Top = 129
71          Width = 17
72          Height = 18
73          AutoSize = False
# Line 79 | Line 81 | object Form_ToolTemplate: TForm_ToolTemp
81        end
82        object Label1: TLabel
83          Left = 47
84 <        Top = 105
84 >        Top = 129
85          Width = 17
86          Height = 18
87          AutoSize = False
# Line 93 | Line 95 | object Form_ToolTemplate: TForm_ToolTemp
95        end
96        object label_ext: TLabel
97          Left = 2
98 <        Top = 62
98 >        Top = 86
99          Width = 100
100          Height = 17
101          AutoSize = False
# Line 102 | Line 104 | object Form_ToolTemplate: TForm_ToolTemp
104        end
105        object btn_sort_id_asc: TSpeedButton
106          Left = 3
107 <        Top = 101
107 >        Top = 125
108          Width = 20
109          Height = 22
110          Hint = 'Sort files by id, ascending'
# Line 123 | Line 125 | object Form_ToolTemplate: TForm_ToolTemp
125        end
126        object btn_sort_id_desc: TSpeedButton
127          Left = 23
128 <        Top = 101
128 >        Top = 125
129          Width = 20
130          Height = 22
131          Hint = 'Sort files by id, descending'
# Line 143 | Line 145 | object Form_ToolTemplate: TForm_ToolTemp
145        end
146        object btn_sort_name_asc: TSpeedButton
147          Left = 58
148 <        Top = 101
148 >        Top = 125
149          Width = 20
150          Height = 22
151          Hint = 'Sort files by name, ascending'
# Line 163 | Line 165 | object Form_ToolTemplate: TForm_ToolTemp
165        end
166        object btn_sort_name_desc: TSpeedButton
167          Left = 78
168 <        Top = 101
168 >        Top = 125
169          Width = 20
170          Height = 22
171          Hint = 'Sort files by name, descending'
# Line 183 | Line 185 | object Form_ToolTemplate: TForm_ToolTemp
185        end
186        object btn_sort_ext_asc: TSpeedButton
187          Left = 108
188 <        Top = 101
188 >        Top = 125
189          Width = 20
190          Height = 22
191          Hint = 'Sort files by extension, ascending'
# Line 203 | Line 205 | object Form_ToolTemplate: TForm_ToolTemp
205        end
206        object btn_sort_ext_desc: TSpeedButton
207          Left = 128
208 <        Top = 101
208 >        Top = 125
209          Width = 20
210          Height = 22
211          Hint = 'Sort files by extension, descending'
# Line 221 | Line 223 | object Form_ToolTemplate: TForm_ToolTemp
223          ShowHint = True
224          OnClick = btn_sortClick
225        end
226 +      object Label3: TLabel
227 +        Left = 3
228 +        Top = 6
229 +        Width = 61
230 +        Height = 13
231 +        Caption = 'Connection: '
232 +      end
233 +      object Bevel1: TBevel
234 +        Left = 0
235 +        Top = 25
236 +        Width = 199
237 +        Height = 3
238 +        Anchors = [akLeft, akTop, akRight]
239 +        Style = bsRaised
240 +      end
241        object combo_extension: TComboBox
242          Left = 2
243 <        Top = 76
244 <        Width = 192
243 >        Top = 100
244 >        Width = 196
245          Height = 21
246          Style = csDropDownList
247          Anchors = [akLeft, akTop, akRight]
# Line 242 | Line 259 | object Form_ToolTemplate: TForm_ToolTemp
259        end
260        object check_zerobyte: TCheckBox
261          Left = 2
262 <        Top = 44
262 >        Top = 68
263          Width = 130
264          Height = 13
265          Caption = 'Show &zero-byte files'
# Line 251 | Line 268 | object Form_ToolTemplate: TForm_ToolTemp
268        end
269        object edit_filtername: TEdit
270          Left = 2
271 <        Top = 20
272 <        Width = 192
271 >        Top = 44
272 >        Width = 196
273          Height = 18
274          Anchors = [akLeft, akTop, akRight]
275          AutoSize = False
# Line 260 | Line 277 | object Form_ToolTemplate: TForm_ToolTemp
277        end
278        object check_filtername: TCheckBox
279          Left = 2
280 <        Top = 5
280 >        Top = 29
281          Width = 130
282          Height = 15
283          Caption = 'Filter by file&name:'
284          TabOrder = 0
285          OnClick = check_filternameClick
286        end
287 +      object combo_connection: TComboBox
288 +        Left = 64
289 +        Top = 3
290 +        Width = 134
291 +        Height = 21
292 +        Style = csDropDownList
293 +        Anchors = [akLeft, akTop, akRight]
294 +        ItemHeight = 13
295 +        TabOrder = 4
296 +        OnChange = combo_connectionChange
297 +      end
298      end
299    end
300    object content: TPanel

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)