Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
paul
c-sharp-study
Wiki
coding_guide
coding_guide
· Changes
Page history
paul created page: coding_guide
authored
Sep 09, 2016
by
paul
Hide whitespace changes
Inline
Side-by-side
coding_guide.md
View page @
3f92f415
...
@@ -38,25 +38,25 @@
...
@@ -38,25 +38,25 @@
-
UI구성요소는 알맞는 접두어를 붙여서 다른 변수와 구분해야 한다.
-
UI구성요소는 알맞는 접두어를 붙여서 다른 변수와 구분해야 한다.
| Control | Prefix
|
| Control | Prefix
| --- | ---
|
| --- | ---
| Label | lbl
|
| Label | lbl
| TextBox | txt
|
| TextBox | txt
| DataGrid | dtg
|
| DataGrid | dtg
| Button | btn
|
| Button | btn
| ImageButton | imb
|
| ImageButton | imb
| Hyperlink | hlk
|
| Hyperlink | hlk
| DropDownList | ddl
|
| DropDownList | ddl
| ListBox | lst
|
| ListBox | lst
| DataList | dtl
|
| DataList | dtl
| Repeater | rep
|
| Repeater | rep
| Checkbox | chk
|
| Checkbox | chk
| CheckBoxList | cbl
|
| CheckBoxList | cbl
| RadioButton | rdo
|
| RadioButton | rdo
| RadioButtonList | rbl
|
| RadioButtonList | rbl
| Image | img
|
| Image | img
| Panel | pnl
| Panel | pnl
| PlaceHolder | phd
|
| PlaceHolder | phd
| Table | tbl
|
| Table | tbl
| Validators | val
|
| Validators | val