Ignore:
Timestamp:
Dec 23, 2006, 1:03:50 AM (18 years ago)
Author:
alloc
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • oup/current/Tool_Preview.dfm

    r43 r45  
    1 object Form_Preview: TForm_Preview
    2   Left = 0
    3   Top = 0
     1inherited Form_Preview: TForm_Preview
    42  Caption = 'Preview'
    5   ClientHeight = 473
    6   ClientWidth = 472
    7   Color = clBtnFace
    8   Font.Charset = DEFAULT_CHARSET
    9   Font.Color = clWindowText
    10   Font.Height = -11
    11   Font.Name = 'Tahoma'
    12   Font.Style = []
    13   FormStyle = fsMDIChild
    14   OldCreateOrder = False
    15   Visible = True
    16   WindowState = wsMaximized
    17   OnClose = FormClose
    183  OnCreate = FormCreate
    19   OnResize = FormResize
     4  ExplicitWidth = 320
     5  ExplicitHeight = 240
    206  PixelsPerInch = 96
    217  TextHeight = 13
    22   object Splitter1: TSplitter
    23     Left = 200
    24     Top = 0
    25     Width = 9
    26     Height = 473
    27     AutoSnap = False
    28     Beveled = True
    29     MinSize = 150
    30   end
    31   object panel_preview: TPanel
    32     Left = 209
    33     Top = 0
    34     Width = 263
    35     Height = 473
    36     Align = alClient
    37     BevelOuter = bvNone
    38     TabOrder = 0
    39     object img: TImage
    40       Left = 0
    41       Top = 20
    42       Width = 263
    43       Height = 453
    44       Align = alClient
    45       ExplicitWidth = 313
    46     end
     8  inherited content: TPanel
    479    object lbl_notpossible: TLabel
    4810      Left = 16
     
    6123      WordWrap = True
    6224    end
     25    object img: TImage
     26      Left = 0
     27      Top = 20
     28      Width = 283
     29      Height = 403
     30      Align = alClient
     31      ExplicitWidth = 313
     32      ExplicitHeight = 453
     33    end
    6334    object panel_buttons: TPanel
    6435      Left = 0
    6536      Top = 0
    66       Width = 263
     37      Width = 283
    6738      Height = 20
    6839      Align = alTop
     
    10273    end
    10374  end
    104   object panel_files: TPanel
    105     Left = 0
    106     Top = 0
    107     Width = 200
    108     Height = 473
    109     Align = alLeft
    110     BevelOuter = bvNone
    111     TabOrder = 1
    112     object list: TListBox
    113       Left = 0
    114       Top = 0
    115       Width = 200
    116       Height = 370
    117       Align = alClient
    118       ItemHeight = 13
    119       TabOrder = 0
    120       OnClick = listClick
    121       OnMouseDown = listMouseDown
    122     end
    123     object panel_extension: TPanel
    124       Left = 0
    125       Top = 370
    126       Width = 200
    127       Height = 103
    128       Align = alBottom
    129       BevelOuter = bvNone
    130       TabOrder = 1
    131       OnResize = panel_extensionResize
    132       object lbl_filter: TLabel
    133         Left = 2
    134         Top = 62
    135         Width = 100
    136         Height = 17
    137         AutoSize = False
    138         Caption = 'Filter by &extension:'
    139         FocusControl = combo_extension
    140       end
    141       object combo_extension: TComboBox
    142         Left = 2
    143         Top = 76
    144         Width = 145
    145         Height = 21
    146         Style = csDropDownList
    147         DropDownCount = 12
    148         Font.Charset = DEFAULT_CHARSET
    149         Font.Color = clWindowText
    150         Font.Height = -11
    151         Font.Name = 'Tahoma'
    152         Font.Style = []
    153         ItemHeight = 13
    154         ParentFont = False
    155         Sorted = True
    156         TabOrder = 3
    157         OnClick = combo_extensionClick
    158       end
    159       object check_zerobyte: TCheckBox
    160         Left = 2
    161         Top = 44
    162         Width = 130
    163         Height = 13
    164         Caption = 'Show &zero-byte files'
    165         TabOrder = 2
    166         OnClick = check_zerobyteClick
    167       end
    168       object edit_filtername: TEdit
    169         Left = 2
    170         Top = 20
    171         Width = 145
    172         Height = 18
    173         AutoSize = False
    174         TabOrder = 1
    175       end
    176       object check_filtername: TCheckBox
    177         Left = 2
    178         Top = 5
    179         Width = 130
    180         Height = 15
    181         Caption = 'Filter by file&name:'
    182         TabOrder = 0
    183         OnClick = check_filternameClick
    184       end
    185     end
    186   end
    187   object timer: TTimer
     75  object timer: TTimer [3]
    18876    Enabled = False
    18977    OnTimer = timerTimer
    190     Left = 144
    191     Top = 24
     78    Left = 400
     79    Top = 120
    19280  end
    19381end
Note: See TracChangeset for help on using the changeset viewer.