Changeset 227 for oup/current/Tools/_TemplateFileList.dfm
- Timestamp:
- Jun 20, 2007, 12:06:10 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Tools/_TemplateFileList.dfm
r222 r227 38 38 object tab_files: TTabSheet 39 39 Caption = 'Files' 40 ExplicitWidth = 23341 ExplicitHeight = 35342 40 object panel_extension: TPanel 43 41 Left = 0 … … 48 46 BevelOuter = bvNone 49 47 TabOrder = 0 50 ExplicitWidth = 23351 48 DesignSize = ( 52 49 190 … … 228 225 TabOrder = 3 229 226 OnClick = combo_extensionClick 230 ExplicitWidth = 232231 227 end 232 228 object check_zerobyte: TCheckBox … … 247 243 AutoSize = False 248 244 TabOrder = 1 249 ExplicitWidth = 232250 245 end 251 246 object check_filtername: TCheckBox … … 269 264 OnClick = listClick 270 265 OnMouseDown = listMouseDown 271 ExplicitWidth = 233272 ExplicitHeight = 228273 266 end 274 267 end … … 276 269 Caption = 'Meta' 277 270 ImageIndex = 1 271 object filelist_meta: TVirtualStringTree 272 Left = 0 273 Top = 0 274 Width = 190 275 Height = 503 276 Align = alClient 277 Header.AutoSizeIndex = 0 278 Header.Font.Charset = DEFAULT_CHARSET 279 Header.Font.Color = clWindowText 280 Header.Font.Height = -11 281 Header.Font.Name = 'Tahoma' 282 Header.Font.Style = [] 283 Header.MainColumn = -1 284 Header.Options = [hoColumnResize, hoDrag] 285 TabOrder = 0 286 Columns = <> 287 end 278 288 end 279 289 end
Note:
See TracChangeset
for help on using the changeset viewer.