Line | |
---|
1 | object Form5: TForm5
|
---|
2 | Left = 0
|
---|
3 | Top = 0
|
---|
4 | Width = 300
|
---|
5 | Height = 200
|
---|
6 | Caption = 'Preview'
|
---|
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 | OnClose = FormClose
|
---|
17 | OnCreate = FormCreate
|
---|
18 | OnResize = FormResize
|
---|
19 | PixelsPerInch = 96
|
---|
20 | TextHeight = 13
|
---|
21 | object Splitter1: TSplitter
|
---|
22 | Left = 150
|
---|
23 | Top = 0
|
---|
24 | Width = 9
|
---|
25 | Height = 173
|
---|
26 | AutoSnap = False
|
---|
27 | Beveled = True
|
---|
28 | MinSize = 150
|
---|
29 | end
|
---|
30 | object panel_preview: TPanel
|
---|
31 | Left = 159
|
---|
32 | Top = 0
|
---|
33 | Width = 133
|
---|
34 | Height = 173
|
---|
35 | Align = alClient
|
---|
36 | BevelOuter = bvNone
|
---|
37 | TabOrder = 0
|
---|
38 | object img: TImage
|
---|
39 | Left = 0
|
---|
40 | Top = 20
|
---|
41 | Width = 133
|
---|
42 | Height = 153
|
---|
43 | Align = alClient
|
---|
44 | end
|
---|
45 | object lbl_notpossible: TLabel
|
---|
46 | Left = 16
|
---|
47 | Top = 56
|
---|
48 | Width = 97
|
---|
49 | Height = 65
|
---|
50 | AutoSize = False
|
---|
51 | Caption = 'No preview possible for this filetype'
|
---|
52 | Font.Charset = DEFAULT_CHARSET
|
---|
53 | Font.Color = clWindowText
|
---|
54 | Font.Height = -16
|
---|
55 | Font.Name = 'Tahoma'
|
---|
56 | Font.Style = []
|
---|
57 | ParentFont = False
|
---|
58 | Visible = False
|
---|
59 | WordWrap = True
|
---|
60 | end
|
---|
61 | object panel_buttons: TPanel
|
---|
62 | Left = 0
|
---|
63 | Top = 0
|
---|
64 | Width = 133
|
---|
65 | Height = 20
|
---|
66 | Align = alTop
|
---|
67 | BevelOuter = bvNone
|
---|
68 | TabOrder = 0
|
---|
69 | Visible = False
|
---|
70 | OnResize = panel_buttonsResize
|
---|
71 | object btn_dec: TButton
|
---|
72 | Left = 0
|
---|
73 | Top = 0
|
---|
74 | Width = 20
|
---|
75 | Height = 20
|
---|
76 | Caption = '-'
|
---|
77 | Enabled = False
|
---|
78 | TabOrder = 0
|
---|
79 | OnClick = btn_decClick
|
---|
80 | end
|
---|
81 | object btn_startstop: TButton
|
---|
82 | Left = 21
|
---|
83 | Top = 0
|
---|
84 | Width = 80
|
---|
85 | Height = 20
|
---|
86 | Caption = 'Stop automatic'
|
---|
87 | TabOrder = 1
|
---|
88 | OnClick = btn_startstopClick
|
---|
89 | end
|
---|
90 | object btn_inc: TButton
|
---|
91 | Left = 102
|
---|
92 | Top = 0
|
---|
93 | Width = 20
|
---|
94 | Height = 20
|
---|
95 | Caption = '+'
|
---|
96 | Enabled = False
|
---|
97 | TabOrder = 2
|
---|
98 | OnClick = btn_incClick
|
---|
99 | end
|
---|
100 | end
|
---|
101 | end
|
---|
102 | object panel_files: TPanel
|
---|
103 | Left = 0
|
---|
104 | Top = 0
|
---|
105 | Width = 150
|
---|
106 | Height = 173
|
---|
107 | Align = alLeft
|
---|
108 | BevelOuter = bvNone
|
---|
109 | TabOrder = 1
|
---|
110 | object list: TListBox
|
---|
111 | Left = 0
|
---|
112 | Top = 0
|
---|
113 | Width = 150
|
---|
114 | Height = 148
|
---|
115 | Align = alClient
|
---|
116 | ItemHeight = 13
|
---|
117 | TabOrder = 0
|
---|
118 | OnClick = listClick
|
---|
119 | end
|
---|
120 | object panel_extension: TPanel
|
---|
121 | Left = 0
|
---|
122 | Top = 148
|
---|
123 | Width = 150
|
---|
124 | Height = 25
|
---|
125 | Align = alBottom
|
---|
126 | BevelOuter = bvNone
|
---|
127 | TabOrder = 1
|
---|
128 | OnResize = panel_extensionResize
|
---|
129 | object combo_extension: TComboBox
|
---|
130 | Left = 2
|
---|
131 | Top = 2
|
---|
132 | Width = 145
|
---|
133 | Height = 21
|
---|
134 | Style = csDropDownList
|
---|
135 | DropDownCount = 12
|
---|
136 | Font.Charset = DEFAULT_CHARSET
|
---|
137 | Font.Color = clWindowText
|
---|
138 | Font.Height = -11
|
---|
139 | Font.Name = 'Tahoma'
|
---|
140 | Font.Style = []
|
---|
141 | ItemHeight = 13
|
---|
142 | ParentFont = False
|
---|
143 | Sorted = True
|
---|
144 | TabOrder = 0
|
---|
145 | OnClick = combo_extensionClick
|
---|
146 | end
|
---|
147 | end
|
---|
148 | end
|
---|
149 | object timer: TTimer
|
---|
150 | Enabled = False
|
---|
151 | OnTimer = timerTimer
|
---|
152 | Left = 144
|
---|
153 | Top = 24
|
---|
154 | end
|
---|
155 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.