Changeset 45 for oup/current/Tool_Preview.dfm
- Timestamp:
- Dec 23, 2006, 1:03:50 AM (18 years ago)
- 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 1 inherited Form_Preview: TForm_Preview 4 2 Caption = 'Preview' 5 ClientHeight = 4736 ClientWidth = 4727 Color = clBtnFace8 Font.Charset = DEFAULT_CHARSET9 Font.Color = clWindowText10 Font.Height = -1111 Font.Name = 'Tahoma'12 Font.Style = []13 FormStyle = fsMDIChild14 OldCreateOrder = False15 Visible = True16 WindowState = wsMaximized17 OnClose = FormClose18 3 OnCreate = FormCreate 19 OnResize = FormResize 4 ExplicitWidth = 320 5 ExplicitHeight = 240 20 6 PixelsPerInch = 96 21 7 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 47 9 object lbl_notpossible: TLabel 48 10 Left = 16 … … 61 23 WordWrap = True 62 24 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 63 34 object panel_buttons: TPanel 64 35 Left = 0 65 36 Top = 0 66 Width = 2 6337 Width = 283 67 38 Height = 20 68 39 Align = alTop … … 102 73 end 103 74 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] 188 76 Enabled = False 189 77 OnTimer = timerTimer 190 Left = 144191 Top = 2478 Left = 400 79 Top = 120 192 80 end 193 81 end
Note:
See TracChangeset
for help on using the changeset viewer.