source: cprs/trunk/CPRS-Chart/Options/fOptionsNewList.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: 2.6 KB
Line 
1inherited frmOptionsNewList: TfrmOptionsNewList
2 Left = 623
3 Top = 446
4 HelpContext = 9085
5 BorderIcons = [biSystemMenu, biHelp]
6 BorderStyle = bsDialog
7 Caption = 'New Personal List'
8 ClientHeight = 234
9 ClientWidth = 173
10 Font.Name = 'Tahoma'
11 HelpFile = 'CPRSWT.HLP'
12 OldCreateOrder = True
13 Position = poScreenCenter
14 OnCreate = FormCreate
15 ExplicitLeft = 623
16 ExplicitTop = 446
17 ExplicitWidth = 181
18 ExplicitHeight = 261
19 PixelsPerInch = 96
20 TextHeight = 13
21 object lblEnter: TLabel [0]
22 Left = 10
23 Top = 8
24 Width = 96
25 Height = 13
26 Caption = 'Enter the name of a'
27 end
28 object lblNew: TLabel [1]
29 Left = 10
30 Top = 24
31 Width = 84
32 Height = 13
33 Caption = 'new personal list.'
34 end
35 object Label1: TLabel [2]
36 Left = 11
37 Top = 80
38 Width = 156
39 Height = 33
40 AutoSize = False
41 Caption = 'Who should be able to see and use this list?'
42 WordWrap = True
43 end
44 object pnlBottom: TPanel [3]
45 Left = 0
46 Top = 200
47 Width = 173
48 Height = 34
49 HelpContext = 9085
50 Align = alBottom
51 BevelOuter = bvNone
52 ParentColor = True
53 TabOrder = 2
54 object btnOK: TButton
55 Left = 11
56 Top = 7
57 Width = 75
58 Height = 22
59 HelpContext = 9997
60 Caption = 'OK'
61 Default = True
62 Enabled = False
63 TabOrder = 0
64 OnClick = btnOKClick
65 end
66 object btnCancel: TButton
67 Left = 91
68 Top = 7
69 Width = 75
70 Height = 22
71 HelpContext = 9996
72 Cancel = True
73 Caption = 'Cancel'
74 ModalResult = 2
75 TabOrder = 1
76 end
77 end
78 object txtNewList: TCaptionEdit [4]
79 Left = 10
80 Top = 45
81 Width = 153
82 Height = 21
83 HelpContext = 9086
84 MaxLength = 30
85 TabOrder = 0
86 OnChange = txtNewListChange
87 OnKeyPress = txtNewListKeyPress
88 Caption = 'Enter the name of a new personal list'
89 end
90 object grpVisibility: TRadioGroup [5]
91 Left = 11
92 Top = 105
93 Width = 156
94 Height = 81
95 ItemIndex = 1
96 Items.Strings = (
97 '&Myself only'
98 '&All CPRS users')
99 TabOrder = 1
100 end
101 inherited amgrMain: TVA508AccessibilityManager
102 Data = (
103 (
104 'Component = pnlBottom'
105 'Status = stsDefault')
106 (
107 'Component = btnOK'
108 'Status = stsDefault')
109 (
110 'Component = btnCancel'
111 'Status = stsDefault')
112 (
113 'Component = txtNewList'
114 'Status = stsDefault')
115 (
116 'Component = grpVisibility'
117 'Status = stsDefault')
118 (
119 'Component = frmOptionsNewList'
120 'Status = stsDefault'))
121 end
122end
Note: See TracBrowser for help on using the repository browser.