source: cprs/trunk/CPRS-Chart/Templates/fTemplateFields.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: 2.2 KB
Line 
1object frmTemplateFields: TfrmTemplateFields
2 Left = 212
3 Top = 155
4 Width = 418
5 Height = 300
6 Caption = 'Insert Template Field'
7 Color = clBtnFace
8 Font.Charset = DEFAULT_CHARSET
9 Font.Color = clWindowText
10 Font.Height = -11
11 Font.Name = 'MS Sans Serif'
12 Font.Style = []
13 FormStyle = fsStayOnTop
14 OldCreateOrder = False
15 Position = poOwnerFormCenter
16 OnClose = FormClose
17 OnCreate = FormCreate
18 OnShow = FormShow
19 PixelsPerInch = 96
20 TextHeight = 13
21 object pnlBottom: TPanel
22 Left = 0
23 Top = 246
24 Width = 410
25 Height = 27
26 Align = alBottom
27 BevelOuter = bvNone
28 TabOrder = 0
29 DesignSize = (
30 410
31 27)
32 object lblReq: TStaticText
33 Left = 21
34 Top = 8
35 Width = 134
36 Height = 17
37 Caption = '* Indicates a Required Field'
38 TabOrder = 3
39 end
40 object btnCancel: TButton
41 Left = 335
42 Top = 4
43 Width = 75
44 Height = 21
45 Anchors = [akTop, akRight]
46 Cancel = True
47 Caption = '&Done'
48 ModalResult = 2
49 TabOrder = 2
50 OnClick = btnCancelClick
51 end
52 object btnInsert: TButton
53 Left = 255
54 Top = 4
55 Width = 75
56 Height = 21
57 Anchors = [akTop, akRight]
58 Caption = '&Insert Field'
59 Default = True
60 ModalResult = 4
61 TabOrder = 1
62 OnClick = btnInsertClick
63 end
64 object btnPreview: TButton
65 Left = 175
66 Top = 4
67 Width = 75
68 Height = 21
69 Caption = '&Preview'
70 Enabled = False
71 TabOrder = 0
72 OnClick = btnPreviewClick
73 end
74 end
75 object cboObjects: TORComboBox
76 Left = 0
77 Top = 0
78 Width = 410
79 Height = 246
80 Style = orcsSimple
81 Align = alClient
82 AutoSelect = True
83 Caption = 'Template Field'
84 Color = clWindow
85 DropDownCount = 8
86 ItemHeight = 13
87 ItemTipColor = clWindow
88 ItemTipEnable = True
89 ListItemsOnly = True
90 LongList = True
91 MaxLength = 0
92 Pieces = '2,3'
93 HideSynonyms = True
94 Sorted = False
95 SynonymChars = '<Inactive>'
96 TabPositions = '50,60,70,80,90'
97 TabOrder = 1
98 OnChange = cboObjectsChange
99 OnDblClick = cboObjectsDblClick
100 OnNeedData = cboObjectsNeedData
101 end
102end
Note: See TracBrowser for help on using the repository browser.