Exercise 4: Design Form of AutoCount Accounting 1.8: Difference between revisions

m
no edit summary
m (Protected "Exercise 4: Design Form of AutoCount Accounting 1.8" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite) [Delete=Allow only administrators] (indefinite)))
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1:
{{NavigateDeveloper|collapsed}}
__NOTOC__
Objectives: Design Form of AutoCount Accounting 1.8
Line 10 ⟶ 9:
:* Name this project as "Tutorial.PRG201"
:* Add References of AutoCount Accounting
<syntaxhighlight lang="csharp" line highlight="6,7">
BCE.AutoCount.dll
BCE.AutoCount.CommandAccounting.dll
Line 20 ⟶ 19:
</syntaxhighlight>
:* Add References of {{DevExpress}} WinForms.
<syntaxhighlight lang="csharp" line>
DevExpress.Data.v13.1.dll
DevExpress.Design.v13.1.dll
Line 79 ⟶ 78:
 
==See Also==
* [[201a.GettingStarted|201a: AutoCount Accounting Plug-In 1.8 Getting Started]]
* [[Plug-In 1.8 User Control & Interface]]
*[[Exercise 5: Design Grid of AutoCount Accounting 1.8]]
* [[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 />
<br /><br />
[[Category:DevelopersProgrammer]]
[[Category:Tutorials]]
[[Category:Plug-In]]
[[Category:Programmer Exercise]]
{{NavigateDeveloper|collapsed}}