Develop and Download Open Source Software

Browse Subversion Repository

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


1 object compatibilityDialog: TcompatibilityDialog
2 Left = 474
3 Height = 416
4 Top = 210
5 Width = 433
6 HelpContext = 48
7 HorzScrollBar.Page = 432
8 HorzScrollBar.Range = 416
9 VertScrollBar.Page = 415
10 VertScrollBar.Range = 369
11 ActiveControl = OKBtn
12 BorderStyle = bsDialog
13 Caption = 'Compatibility'
14 ClientHeight = 416
15 ClientWidth = 433
16 ParentFont = True
17 Position = poScreenCenter
18 LCLVersion = '0.9.29'
19 object OKBtn: TButton
20 Left = 332
21 Height = 33
22 Top = 8
23 Width = 84
24 BorderSpacing.InnerBorder = 4
25 Caption = 'OK'
26 Default = True
27 ModalResult = 1
28 TabOrder = 1
29 end
30 object CancelBtn: TButton
31 Left = 332
32 Height = 33
33 Top = 46
34 Width = 84
35 BorderSpacing.InnerBorder = 4
36 Caption = 'Cancel'
37 ModalResult = 2
38 TabOrder = 2
39 end
40 object HelpBtn: TButton
41 Left = 332
42 Height = 33
43 Top = 84
44 Width = 84
45 BorderSpacing.InnerBorder = 4
46 Caption = '&Help'
47 OnClick = HelpBtnClick
48 TabOrder = 3
49 end
50 object PageControl1: TPageControl
51 Left = 0
52 Height = 408
53 Top = 0
54 Width = 311
55 ActivePage = TabSheet3
56 TabIndex = 2
57 TabOrder = 0
58 object TabSheet1: TTabSheet
59 Caption = 'Syntax'
60 ClientHeight = 383
61 ClientWidth = 303
62 object RadioGroup4: TRadioGroup
63 Left = 2
64 Height = 76
65 Top = 0
66 Width = 289
67 AutoFill = True
68 Caption = 'DIM parameters'
69 ChildSizing.LeftRightSpacing = 6
70 ChildSizing.TopBottomSpacing = 6
71 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
72 ChildSizing.EnlargeVertical = crsHomogenousChildResize
73 ChildSizing.ShrinkHorizontal = crsScaleChilds
74 ChildSizing.ShrinkVertical = crsScaleChilds
75 ChildSizing.Layout = cclLeftToRightThenTopToBottom
76 ChildSizing.ControlsPerLine = 1
77 ClientHeight = 56
78 ClientWidth = 285
79 Items.Strings = (
80 'Allow Variables'
81 'Only Constants (ISO)'
82 )
83 TabOrder = 0
84 end
85 object RadioGroup5: TRadioGroup
86 Left = 3
87 Height = 76
88 Top = 85
89 Width = 288
90 AutoFill = True
91 Caption = 'Function Declarations'
92 ChildSizing.LeftRightSpacing = 6
93 ChildSizing.TopBottomSpacing = 6
94 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
95 ChildSizing.EnlargeVertical = crsHomogenousChildResize
96 ChildSizing.ShrinkHorizontal = crsScaleChilds
97 ChildSizing.ShrinkVertical = crsScaleChilds
98 ChildSizing.Layout = cclLeftToRightThenTopToBottom
99 ChildSizing.ControlsPerLine = 1
100 ClientHeight = 56
101 ClientWidth = 284
102 Items.Strings = (
103 'Allow omission'
104 'Demand declaration'
105 )
106 TabOrder = 1
107 end
108 end
109 object TabSheet2: TTabSheet
110 Caption = 'behavior'
111 ClientHeight = 383
112 ClientWidth = 303
113 object RadioGroup1: TRadioGroup
114 Left = 2
115 Height = 65
116 Top = 10
117 Width = 282
118 AutoFill = True
119 Caption = 'Format String with #s'
120 ChildSizing.LeftRightSpacing = 6
121 ChildSizing.TopBottomSpacing = 6
122 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
123 ChildSizing.EnlargeVertical = crsHomogenousChildResize
124 ChildSizing.ShrinkHorizontal = crsScaleChilds
125 ChildSizing.ShrinkVertical = crsScaleChilds
126 ChildSizing.Layout = cclLeftToRightThenTopToBottom
127 ChildSizing.ControlsPerLine = 1
128 ClientHeight = 45
129 ClientWidth = 278
130 Items.Strings = (
131 'do not generate succeeding spaces'
132 'Generate succeeding spaces (ISO)'
133 )
134 TabOrder = 0
135 Visible = False
136 end
137 object RadioGroup2: TRadioGroup
138 Left = 2
139 Height = 65
140 Top = 158
141 Width = 282
142 AutoFill = True
143 Caption = 'Unit of String manipulation'
144 ChildSizing.LeftRightSpacing = 6
145 ChildSizing.TopBottomSpacing = 6
146 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
147 ChildSizing.EnlargeVertical = crsHomogenousChildResize
148 ChildSizing.ShrinkHorizontal = crsScaleChilds
149 ChildSizing.ShrinkVertical = crsScaleChilds
150 ChildSizing.Layout = cclLeftToRightThenTopToBottom
151 ChildSizing.ControlsPerLine = 1
152 ClientHeight = 45
153 ClientWidth = 278
154 Items.Strings = (
155 'Character '
156 'Byte'
157 )
158 TabOrder = 1
159 end
160 object RadioGroup3: TRadioGroup
161 Left = 2
162 Height = 65
163 Top = 84
164 Width = 290
165 AutoFill = True
166 Caption = 'Invalid parameters of Graphics SET Statements'
167 ChildSizing.LeftRightSpacing = 6
168 ChildSizing.TopBottomSpacing = 6
169 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
170 ChildSizing.EnlargeVertical = crsHomogenousChildResize
171 ChildSizing.ShrinkHorizontal = crsScaleChilds
172 ChildSizing.ShrinkVertical = crsScaleChilds
173 ChildSizing.Layout = cclLeftToRightThenTopToBottom
174 ChildSizing.ControlsPerLine = 1
175 ClientHeight = 45
176 ClientWidth = 286
177 Items.Strings = (
178 'Fatal error'
179 'Nonfatal error (ISO)'
180 )
181 TabOrder = 2
182 Visible = False
183 end
184 object RadioGroup6: TRadioGroup
185 Left = 2
186 Height = 65
187 Top = 232
188 Width = 282
189 AutoFill = True
190 Caption = 'Parameters of a DEF statement'
191 ChildSizing.LeftRightSpacing = 6
192 ChildSizing.TopBottomSpacing = 6
193 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
194 ChildSizing.EnlargeVertical = crsHomogenousChildResize
195 ChildSizing.ShrinkHorizontal = crsScaleChilds
196 ChildSizing.ShrinkVertical = crsScaleChilds
197 ChildSizing.Layout = cclLeftToRightThenTopToBottom
198 ChildSizing.ControlsPerLine = 1
199 ClientHeight = 45
200 ClientWidth = 278
201 Items.Strings = (
202 'Allow to be passed by Refference'
203 'passed by Value(ISO)'
204 )
205 TabOrder = 3
206 end
207 object RadioGroup9: TRadioGroup
208 Left = 2
209 Height = 65
210 Top = 306
211 Width = 282
212 AutoFill = True
213 Caption = 'Own variables of FOR-NEXT blocks'
214 ChildSizing.LeftRightSpacing = 6
215 ChildSizing.TopBottomSpacing = 6
216 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
217 ChildSizing.EnlargeVertical = crsHomogenousChildResize
218 ChildSizing.ShrinkHorizontal = crsScaleChilds
219 ChildSizing.ShrinkVertical = crsScaleChilds
220 ChildSizing.Layout = cclLeftToRightThenTopToBottom
221 ChildSizing.ControlsPerLine = 1
222 ClientHeight = 45
223 ClientWidth = 278
224 Items.Strings = (
225 'Local'
226 'Belong to the program unit(ISO)'
227 )
228 TabOrder = 4
229 end
230 end
231 object TabSheet3: TTabSheet
232 Caption = 'Drawing'
233 ClientHeight = 383
234 ClientWidth = 303
235 object RadioGroup11: TRadioGroup
236 Left = 6
237 Height = 67
238 Top = 307
239 Width = 283
240 AutoFill = True
241 Caption = 'TEXT Drawing'
242 ChildSizing.LeftRightSpacing = 6
243 ChildSizing.TopBottomSpacing = 6
244 ChildSizing.EnlargeHorizontal = crsHomogenousChildResize
245 ChildSizing.EnlargeVertical = crsHomogenousChildResize
246 ChildSizing.ShrinkHorizontal = crsScaleChilds
247 ChildSizing.ShrinkVertical = crsScaleChilds
248 ChildSizing.Layout = cclLeftToRightThenTopToBottom
249 ChildSizing.ControlsPerLine = 1
250 ClientHeight = 47
251 ClientWidth = 279
252 ItemIndex = 1
253 Items.Strings = (
254 'Physical Coordinate(Speed Priority)'
255 'Problem Coordinate for Transformed plotting'
256 )
257 TabOrder = 0
258 end
259 end
260 end
261 end

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