]> git.sesse.net Git - vlc/blob - modules/gui/win32/messages.dfm
- vlc_playlist.h, playlist.c: added the ability to save a playlist to
[vlc] / modules / gui / win32 / messages.dfm
1 object MessagesDlg: TMessagesDlg\r
2   Left = 325\r
3   Top = 160\r
4   Width = 440\r
5   Height = 502\r
6   Caption = 'Messages'\r
7   Color = clBtnFace\r
8   Font.Charset = DEFAULT_CHARSET\r
9   Font.Color = clPurple\r
10   Font.Height = -11\r
11   Font.Name = 'MS Sans Serif'\r
12   Font.Style = []\r
13   OldCreateOrder = False\r
14   OnHide = FormHide\r
15   OnShow = FormShow\r
16   PixelsPerInch = 96\r
17   TextHeight = 13\r
18   object RichEditMessages: TRichEdit\r
19     Left = 0\r
20     Top = 0\r
21     Width = 432\r
22     Height = 424\r
23     Align = alTop\r
24     Anchors = [akLeft, akTop, akRight, akBottom]\r
25     Font.Charset = DEFAULT_CHARSET\r
26     Font.Color = clBlack\r
27     Font.Height = -11\r
28     Font.Name = 'MS Sans Serif'\r
29     Font.Style = []\r
30     ParentFont = False\r
31     ReadOnly = True\r
32     ScrollBars = ssBoth\r
33     TabOrder = 0\r
34     WantReturns = False\r
35   end\r
36   object ButtonOK: TButton\r
37     Tag = 3\r
38     Left = 144\r
39     Top = 437\r
40     Width = 145\r
41     Height = 25\r
42     Anchors = [akBottom]\r
43     Caption = 'OK'\r
44     TabOrder = 1\r
45     OnClick = ButtonOKClick\r
46   end\r
47 end\r