source: cprs/trunk/CPRS-Chart/Templates/mTemplateFieldButton.dfm@ 829

Last change on this file since 829 was 829, checked in by Kevin Toppenberg, 14 years ago

Upgrade to version 27

File size: 1.2 KB
Line 
1object fraTemplateFieldButton: TfraTemplateFieldButton
2 Left = 0
3 Top = 0
4 Width = 136
5 Height = 14
6 AutoScroll = True
7 Font.Charset = ANSI_CHARSET
8 Font.Color = clWindowText
9 Font.Height = -11
10 Font.Name = 'Courier New'
11 Font.Style = []
12 ParentFont = False
13 TabOrder = 0
14 TabStop = True
15 OnEnter = FrameEnter
16 OnExit = FrameExit
17 object pnlBtn: TPanel
18 Left = 0
19 Top = 0
20 Width = 136
21 Height = 14
22 Align = alClient
23 TabOrder = 0
24 OnExit = FrameExit
25 OnMouseDown = pnlBtnMouseDown
26 OnMouseUp = pnlBtnMouseUp
27 DesignSize = (
28 136
29 14)
30 object lblText: TLabel
31 Left = 2
32 Top = -1
33 Width = 132
34 Height = 14
35 Alignment = taCenter
36 Anchors = [akLeft, akTop, akRight, akBottom]
37 AutoSize = False
38 Transparent = True
39 Layout = tlCenter
40 OnMouseDown = pnlBtnMouseDown
41 OnMouseUp = pnlBtnMouseUp
42 ExplicitWidth = 105
43 end
44 object pbFocus: TPaintBox
45 Left = 1
46 Top = 1
47 Width = 134
48 Height = 12
49 Align = alClient
50 OnMouseDown = pnlBtnMouseDown
51 OnMouseUp = pnlBtnMouseUp
52 OnPaint = pbFocusPaint
53 ExplicitWidth = 107
54 end
55 end
56end
Note: See TracBrowser for help on using the repository browser.