Develop and Download Open Source Software

Browse Subversion Repository

Contents of /printdlg.lfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download)
Mon Nov 7 12:03:00 2011 UTC (12 years, 4 months ago) by shiraishikazuo
File size: 1689 byte(s)


1 object PrintDialog1: TPrintDialog1
2 Left = 502
3 Height = 160
4 Top = 508
5 Width = 325
6 ActiveControl = OkButton
7 BorderIcons = [biSystemMenu]
8 Caption = 'Print'
9 ClientHeight = 160
10 ClientWidth = 325
11 FormStyle = fsStayOnTop
12 OnShow = onFormShow
13 Position = poScreenCenter
14 LCLVersion = '0.9.29'
15 object OkButton: TBitBtn
16 Left = 199
17 Height = 34
18 Top = 80
19 Width = 106
20 Caption = 'Ok'
21 Default = True
22 Kind = bkOK
23 ModalResult = 1
24 NumGlyphs = 0
25 TabOrder = 3
26 end
27 object cancelButton: TBitBtn
28 Left = 199
29 Height = 34
30 Top = 120
31 Width = 106
32 Cancel = True
33 Caption = 'Close'
34 Kind = bkCancel
35 ModalResult = 2
36 NumGlyphs = 0
37 TabOrder = 4
38 end
39 object PrinterButton: TButton
40 Left = 199
41 Height = 33
42 Top = 3
43 Width = 106
44 BorderSpacing.InnerBorder = 4
45 Caption = '&Printer setting'
46 OnClick = PrinterButtonClick
47 TabOrder = 0
48 end
49 object FontButton: TButton
50 Left = 199
51 Height = 33
52 Top = 40
53 Width = 106
54 BorderSpacing.InnerBorder = 4
55 Caption = '&Font'
56 OnClick = FontButtonClick
57 TabOrder = 1
58 end
59 object ListBox1: TListBox
60 Left = 16
61 Height = 144
62 Top = 8
63 Width = 168
64 ItemHeight = 0
65 OnSelectionChange = ListBox1SelectionChange
66 TabOrder = 2
67 end
68 object FontDialog1: TFontDialog
69 Font.CharSet = OEM_CHARSET
70 Font.Height = 15
71 Font.Name = '*'
72 Font.Pitch = fpVariable
73 MinFontSize = 0
74 MaxFontSize = 0
75 left = 144
76 top = 8
77 end
78 object PrinterSetupDialog1: TPrinterSetupDialog
79 left = 162
80 top = 91
81 end
82 end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26