Develop and Download Open Source Software

Browse Subversion Repository

Contents of /moddlg.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: 2668 byte(s)


1 object MODDialog: TMODDialog
2 Left = 238
3 Height = 306
4 Top = 225
5 Width = 483
6 HelpContext = 966
7 HorzScrollBar.Page = 482
8 HorzScrollBar.Range = 441
9 VertScrollBar.Page = 305
10 VertScrollBar.Range = 250
11 ActiveControl = RadioGroup1
12 BorderStyle = bsDialog
13 Caption = 'MOD'
14 ParentFont = True
15 object Label1: TLabel
16 Left = 8
17 Height = 13
18 Top = 8
19 Width = 282
20 Caption = 'MOD (or \) operator of Microsoft BASIC was detected.'
21 Color = clNone
22 ParentColor = False
23 end
24 object OKBtn: TButton
25 Left = 134
26 Height = 25
27 Top = 225
28 Width = 75
29 BorderSpacing.InnerBorder = 4
30 Caption = 'OK'
31 Default = True
32 ModalResult = 1
33 TabOrder = 2
34 end
35 object CancelBtn: TButton
36 Left = 241
37 Height = 25
38 Top = 225
39 Width = 75
40 BorderSpacing.InnerBorder = 4
41 Cancel = True
42 Caption = 'cancel'
43 ModalResult = 2
44 TabOrder = 3
45 end
46 object HelpBtn: TButton
47 Left = 347
48 Height = 25
49 Top = 225
50 Width = 75
51 BorderSpacing.InnerBorder = 4
52 Caption = '&Help'
53 OnClick = HelpBtnClick
54 TabOrder = 4
55 end
56 object RadioGroup1: TRadioGroup
57 Left = 8
58 Height = 97
59 Top = 32
60 Width = 433
61 AutoFill = True
62 Caption = 'Way of correction'
63 ChildSizing.LeftRightSpacing = 6
64 ChildSizing.TopBottomSpacing = 6
65 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
66 ChildSizing.EnlargeVertical = crsHomogenousChildResize
67 ChildSizing.ShrinkHorizontal = crsScaleChilds
68 ChildSizing.ShrinkVertical = crsScaleChilds
69 ChildSizing.Layout = cclLeftToRightThenTopToBottom
70 ChildSizing.ControlsPerLine = 1
71 ItemIndex = 0
72 Items.Strings = (
73 'Change to MOD function ( In case of \, INT function)'
74 'Change to REMAINDER function (In case of \, IP function)'
75 'Correct to maintain the meaning'
76 )
77 TabOrder = 0
78 end
79 object RadioGroup2: TRadioGroup
80 Left = 8
81 Height = 73
82 Top = 137
83 Width = 433
84 AutoFill = True
85 Caption = 'This Dialog'
86 ChildSizing.LeftRightSpacing = 6
87 ChildSizing.TopBottomSpacing = 6
88 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
89 ChildSizing.EnlargeVertical = crsHomogenousChildResize
90 ChildSizing.ShrinkHorizontal = crsScaleChilds
91 ChildSizing.ShrinkVertical = crsScaleChilds
92 ChildSizing.Layout = cclLeftToRightThenTopToBottom
93 ChildSizing.ControlsPerLine = 1
94 ItemIndex = 0
95 Items.Strings = (
96 'Display this dialog on finding mod or \ operators'
97 'Correct in the same manner hereafter'
98 )
99 TabOrder = 1
100 end
101 end

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