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

Last change on this file since 456 was 456, checked in by Kevin Toppenberg, 16 years ago

Initial Upload of Official WV CPRS 1.0.26.76

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