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.
Revision 54 by alloc, Mon Dec 25 03:04:47 2006 UTC

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

Diff Legend

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