Exercise 5: Design Grid of AutoCount Accounting 1.8: Difference between revisions

no edit summary
mNo edit summary
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1:
{{NavigateDeveloper|collapsed}}
__NOTOC__
Objectives: AddingAdd a new GridControl and apply Formatting on the grid's data.
Implement AutoCount Accounting 1.8 Visual Style requires {{DevExpress}} WinForms Components version 13.1.10.
Add Master and Detail tables relation to GridControl.
 
''This exercise uses project from preciousprevious exercise.''
 
Line 12:
 
3. Add References of AutoCount Accounting
<syntaxhighlight lang="csharp" line>
BCE.AutoCount.dll
BCE.AutoCount.CommandAccounting.dll
Line 23:
 
4. Add References of {{DevExpress}} WinForms.
<syntaxhighlight lang="csharp" line highlight="5, 6">
DevExpress.Data.v13.1.dll
DevExpress.Design.v13.1.dll
Line 349:
 
==See Also==
* [[201a.GettingStarted|201a: AutoCount Accounting Plug-In 1.8 Getting Started]]
* [[201bPlug-In 1.UserControl8 User Control & Interface]]
* [[Exercise_1:_Build_My_First_Plug-In|Exercise 1: Build My First Plug-In]]
* [[Exercise_2:_Create_Dialog_Box|Exercise 2: Create Dialog Box]]
* [[Exercise_3:_Create_Form|Exercise 3: Create Form]]
* [[Exercise 4: Design Form of AutoCount Accounting 1.8]]
* [[Exercise 5: Design Grid of AutoCount Accounting 1.8]]
 
<br /><br />
Line 357 ⟶ 362:
[[Category:Plug-In]]
[[Category:Programmer Exercise]]
{{NavigateDeveloper|collapsed}}