Develop and Download Open Source Software

Browse Subversion Repository

Contents of /optiondg.lfm

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download)
Mon Nov 7 12:03:00 2011 UTC (12 years, 4 months ago) by shiraishikazuo
File size: 2558 byte(s)


1 object OptionDlg: TOptionDlg
2 Left = 448
3 Height = 259
4 Top = 331
5 Width = 416
6 HelpContext = 41
7 HorzScrollBar.Page = 415
8 HorzScrollBar.Range = 384
9 VertScrollBar.Page = 258
10 VertScrollBar.Range = 235
11 ActiveControl = RadioGroup1
12 BorderStyle = bsDialog
13 Caption = 'Numerals'
14 OnShow = FormShow
15 ParentFont = True
16 Position = poScreenCenter
17 object Label1: TLabel
18 Left = 14
19 Height = 14
20 Top = 232
21 Width = 337
22 Caption = 'Nemerals on the case OPTION ARITHMETIC is absent'
23 Color = clNone
24 ParentColor = False
25 end
26 object OKBtn: TBitBtn
27 Left = 290
28 Height = 31
29 Top = 12
30 Width = 94
31 Caption = 'OK'
32 Default = True
33 Margin = 25
34 ModalResult = 1
35 NumGlyphs = 2
36 Spacing = 4
37 TabOrder = 1
38 end
39 object CancelBtn: TBitBtn
40 Left = 290
41 Height = 31
42 Top = 56
43 Width = 94
44 Cancel = True
45 Caption = 'Cancel'
46 Margin = 15
47 ModalResult = 2
48 NumGlyphs = 2
49 Spacing = 4
50 TabOrder = 2
51 end
52 object HelpBtn: TBitBtn
53 Left = 290
54 Height = 31
55 Top = 97
56 Width = 94
57 HelpContext = 41
58 Caption = '&Help'
59 Margin = 10
60 NumGlyphs = 2
61 OnClick = HelpBtnClick
62 Spacing = 4
63 TabOrder = 3
64 end
65 object RadioGroup1: TRadioGroup
66 Left = 6
67 Height = 143
68 Top = 18
69 Width = 259
70 AutoFill = True
71 Caption = '&Precision'
72 ChildSizing.LeftRightSpacing = 6
73 ChildSizing.TopBottomSpacing = 6
74 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
75 ChildSizing.EnlargeVertical = crsHomogenousChildResize
76 ChildSizing.ShrinkHorizontal = crsScaleChilds
77 ChildSizing.ShrinkVertical = crsScaleChilds
78 ChildSizing.Layout = cclLeftToRightThenTopToBottom
79 ChildSizing.ControlsPerLine = 1
80 Items.Strings = (
81 '&Decimal 15digits (ISO)'
82 'Decimal 1000 digits (&T)'
83 '&Binary about 16 digits'
84 '&Complex (binary)'
85 'Rational (&Q)'
86 )
87 OnClick = RadioGroup1Click
88 TabOrder = 0
89 end
90 object CheckListBox1: TCheckListBox
91 Left = 24
92 Height = 29
93 Top = 171
94 Width = 344
95 BorderStyle = bsNone
96 Items.Strings = (
97 'Use transcendental functions (17digits)'
98 )
99 ItemHeight = 12
100 TabOrder = 4
101 Visible = False
102 Data = {
103 0100000000
104 }
105 end
106 object CheckBox1: TCheckBox
107 Left = 25
108 Height = 22
109 Top = 192
110 Width = 181
111 Caption = 'More Digits on display'
112 TabOrder = 5
113 Visible = False
114 end
115 end

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26