root / UFPrevGraph.dfm
Historique | Voir | Annoter | Télécharger (2,272 ko)
1 |
object FPrevGraph: TFPrevGraph |
---|---|
2 |
Left = 200 |
3 |
Top = 200 |
4 |
Caption = 'Graph preview' |
5 |
ClientHeight = 480 |
6 |
ClientWidth = 640 |
7 |
Color = clBtnFace |
8 |
Constraints.MinHeight = 360 |
9 |
Constraints.MinWidth = 416 |
10 |
Font.Charset = DEFAULT_CHARSET |
11 |
Font.Color = clWindowText |
12 |
Font.Height = -11 |
13 |
Font.Name = 'MS Sans Serif' |
14 |
Font.Style = [] |
15 |
OldCreateOrder = False |
16 |
Position = poMainFormCenter |
17 |
Scaled = False |
18 |
OnCreate = FormCreate |
19 |
OnShow = FormShow |
20 |
PixelsPerInch = 96 |
21 |
TextHeight = 13 |
22 |
object LBas: TPanel |
23 |
Left = 0 |
24 |
Top = 0 |
25 |
Width = 640 |
26 |
Height = 40 |
27 |
Align = alTop |
28 |
BevelOuter = bvNone |
29 |
TabOrder = 0 |
30 |
object LPrinter: TLabel |
31 |
Left = 8 |
32 |
Top = 12 |
33 |
Width = 30 |
34 |
Height = 13 |
35 |
Caption = 'Printer' |
36 |
end |
37 |
object BBPrint: TBitBtn |
38 |
Left = 320 |
39 |
Top = 8 |
40 |
Width = 80 |
41 |
Height = 24 |
42 |
Caption = 'Print' |
43 |
Glyph.Data = { |
44 |
76010000424D7601000000000000760000002800000020000000100000000100 |
45 |
0400000000000001000000000000000000001000000000000000000000000000 |
46 |
80000080000000808000800000008000800080800000C0C0C000808080000000 |
47 |
FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00DDDDDDDDDDDD |
48 |
DDDDDDDDDDDDDDDDDDDDDD00000000000DDDDD88888888888DDDD07777777770 |
49 |
70DDD8DDDDDDDDD8D8DD000000000000070D8888888888888D8D0777777BBB77 |
50 |
000D8DDDDDDDDDDD888D077777788877070D8DDDDDDDDDDD8D8D000000000000 |
51 |
07708888888888888DD807777777777070708DDDDDDDDDD8D8D8D00000000007 |
52 |
0700D8888888888D8D88DD0FFFFFFFF07070DD8DDDDDDDD8D8D8DDD0F00000F0 |
53 |
000DDDD8D88888D8888DDDD0FFFFFFFF0DDDDDD8DDDDDDDD8DDDDDDD0F00000F |
54 |
0DDDDDDD8D88888D8DDDDDDD0FFFFFFFF0DDDDDD8DDDDDDDD8DDDDDDD0000000 |
55 |
00DDDDDDD888888888DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD} |
56 |
NumGlyphs = 2 |
57 |
TabOrder = 0 |
58 |
OnClick = BBPrintClick |
59 |
end |
60 |
object CBPrinter: TComboBox |
61 |
Left = 72 |
62 |
Top = 8 |
63 |
Width = 240 |
64 |
Height = 21 |
65 |
Style = csDropDownList |
66 |
ItemHeight = 13 |
67 |
TabOrder = 1 |
68 |
OnChange = CBPrinterChange |
69 |
end |
70 |
end |
71 |
object TPPGraph: TTeePreviewPanel |
72 |
Left = 0 |
73 |
Top = 40 |
74 |
Width = 640 |
75 |
Height = 440 |
76 |
Orientation = ppoLandscape |
77 |
Align = alClient |
78 |
BevelOuter = bvNone |
79 |
TabOrder = 1 |
80 |
end |
81 |
end |