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

Comparing:
oup/current/Tools/Template.dfm (file contents), Revision 46 by alloc, Sat Dec 23 16:26:43 2006 UTC vs.
oup/releases/0.33a/Tools/Template.dfm (file contents), Revision 76 by alloc, Thu Jan 11 23:38:49 2007 UTC

# Line 16 | Line 16 | object Form_ToolTemplate: TForm_ToolTemp
16    OldCreateOrder = False
17    Visible = True
18    WindowState = wsMaximized
19 +  OnActivate = FormActivate
20    OnClose = FormClose
21    OnCreate = FormCreate
22    OnResize = FormResize
# Line 28 | Line 29 | object Form_ToolTemplate: TForm_ToolTemp
29      Height = 423
30      AutoSnap = False
31      Beveled = True
32 <    MinSize = 150
32 >    MinSize = 155
33      ExplicitHeight = 473
34    end
35    object panel_files: TPanel
# Line 48 | Line 49 | object Form_ToolTemplate: TForm_ToolTemp
49        ItemHeight = 13
50        PopupMenu = filepopup
51        TabOrder = 0
52 +      OnClick = listClick
53        OnMouseDown = listMouseDown
54      end
55      object panel_extension: TPanel
# Line 61 | Line 63 | object Form_ToolTemplate: TForm_ToolTemp
63        DesignSize = (
64          200
65          129)
66 +      object Label2: TLabel
67 +        Left = 100
68 +        Top = 105
69 +        Width = 17
70 +        Height = 18
71 +        AutoSize = False
72 +        Caption = '.'
73 +        Font.Charset = DEFAULT_CHARSET
74 +        Font.Color = clWindowText
75 +        Font.Height = -13
76 +        Font.Name = 'Tahoma'
77 +        Font.Style = [fsBold]
78 +        ParentFont = False
79 +      end
80 +      object Label1: TLabel
81 +        Left = 47
82 +        Top = 105
83 +        Width = 17
84 +        Height = 18
85 +        AutoSize = False
86 +        Caption = '-'
87 +        Font.Charset = DEFAULT_CHARSET
88 +        Font.Color = clWindowText
89 +        Font.Height = -13
90 +        Font.Name = 'Tahoma'
91 +        Font.Style = [fsBold]
92 +        ParentFont = False
93 +      end
94        object label_ext: TLabel
95          Left = 2
96          Top = 62
# Line 71 | Line 101 | object Form_ToolTemplate: TForm_ToolTemp
101          FocusControl = combo_extension
102        end
103        object btn_sort_id_asc: TSpeedButton
104 <        Left = 16
104 >        Left = 3
105          Top = 101
106 <        Width = 23
106 >        Width = 20
107          Height = 22
108          Hint = 'Sort files by id, ascending'
109          GroupIndex = 1
# Line 92 | Line 122 | object Form_ToolTemplate: TForm_ToolTemp
122          OnClick = btn_sortClick
123        end
124        object btn_sort_id_desc: TSpeedButton
125 <        Left = 40
125 >        Left = 23
126          Top = 101
127 <        Width = 23
127 >        Width = 20
128          Height = 22
129          Hint = 'Sort files by id, descending'
130          GroupIndex = 1
# Line 112 | Line 142 | object Form_ToolTemplate: TForm_ToolTemp
142          OnClick = btn_sortClick
143        end
144        object btn_sort_name_asc: TSpeedButton
145 <        Left = 64
145 >        Left = 58
146          Top = 101
147 <        Width = 23
147 >        Width = 20
148          Height = 22
149          Hint = 'Sort files by name, ascending'
150          GroupIndex = 1
# Line 132 | Line 162 | object Form_ToolTemplate: TForm_ToolTemp
162          OnClick = btn_sortClick
163        end
164        object btn_sort_name_desc: TSpeedButton
165 <        Left = 88
165 >        Left = 78
166          Top = 101
167 <        Width = 23
167 >        Width = 20
168          Height = 22
169          Hint = 'Sort files by name, descending'
170          GroupIndex = 1
# Line 152 | Line 182 | object Form_ToolTemplate: TForm_ToolTemp
182          OnClick = btn_sortClick
183        end
184        object btn_sort_ext_asc: TSpeedButton
185 <        Left = 112
185 >        Left = 108
186          Top = 101
187 <        Width = 23
187 >        Width = 20
188          Height = 22
189          Hint = 'Sort files by extension, ascending'
190          GroupIndex = 1
191 +        Glyph.Data = {
192 +          F6000000424DF600000000000000760000002800000010000000100000000100
193 +          0400000000008000000000000000000000001000000000000000C0C0C0000000
194 +          9900990000000000000000000000000000000000000000000000000000000000
195 +          0000000000000000000000000000000000000000000000000000000000000000
196 +          0000011111100000300001100010000030000011000000033300000110000003
197 +          3300000011000033333001000110000030000111111000003000000000000000
198 +          3000022202220000300000200020000030000022222000003000000202000000
199 +          3000000222000000300000002000000030000000200000003000}
200          ParentShowHint = False
201          ShowHint = True
202          OnClick = btn_sortClick
203        end
204        object btn_sort_ext_desc: TSpeedButton
205 <        Left = 136
205 >        Left = 128
206          Top = 101
207 <        Width = 23
207 >        Width = 20
208          Height = 22
209          Hint = 'Sort files by extension, descending'
210          GroupIndex = 1
211 +        Glyph.Data = {
212 +          F6000000424DF600000000000000760000002800000010000000100000000100
213 +          0400000000008000000000000000000000001000000000000000C0C0C0000000
214 +          9900990000000000000000000000000000000000000000000000000000000000
215 +          0000000000000000000000000000000000000000000000000000000000000000
216 +          0000022202220000300000200020000030000022222000033300000202000003
217 +          3300000222000033333000002000000030000000200000003000000000000000
218 +          3000011111100000300001100010000030000011000000003000000110000000
219 +          3000000011000000300001000110000030000111111000003000}
220          ParentShowHint = False
221          ShowHint = True
222          OnClick = btn_sortClick
# Line 186 | Line 234 | object Form_ToolTemplate: TForm_ToolTemp
234          Font.Height = -11
235          Font.Name = 'Tahoma'
236          Font.Style = []
237 <        ItemHeight = 0
237 >        ItemHeight = 13
238          ParentFont = False
239          Sorted = True
240          TabOrder = 3

Diff Legend

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