it技術:コーディング規約
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
it技術:コーディング規約 [2018/02/07 13:32] – [変数名] yajuadmin | it技術:コーディング規約 [2023/02/22 16:33] (現在) – [SQL] yajuadmin | ||
---|---|---|---|
行 39: | 行 39: | ||
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// | ||
+ | |||
+ | ==== Windowsバッチ ==== | ||
+ | 特殊な環境変数(%ERRORLEVEL%)、定数、ラベルは英大文字、それ以外コマンドやオプション等は英小文字くらいでいい。 | ||
+ | |||
+ | * [[https:// | ||
===== 変数名 ===== | ===== 変数名 ===== | ||
- | *[[http://itnotebookorigin.blogspot.jp/2014/ | + | プログラマーのためのネーミング辞書サービス\\ |
- | *[[http:// | + | https://codic.jp/ |
- | *[[http:// | + | |
- | *[[https:// | + | * [[http:// |
- | *[[http:// | + | * [[http:// |
- | *[[http:// | + | * [[https:// |
- | *[[http:// | + | * [[http:// |
- | *[[https:// | + | * [[http:// |
+ | * [[http:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
+ | ===== コントロール名 ===== | ||
+ | コントロール名は接頭辞を付ける。\\ | ||
+ | [[http:// | ||
+ | |||
+ | よく使用するのを抜粋 | ||
+ | ^コントロール^接頭辞^ | ||
+ | |Button|btn| | ||
+ | |CheckBox|chk| | ||
+ | |Control|ctr| | ||
+ | |ComboBox|cmb| | ||
+ | |DataGrid|dgd| | ||
+ | |DataSet|ds| | ||
+ | |DataTable|dt| | ||
+ | |Dialog|dlg| | ||
+ | |Form|frm| | ||
+ | |GroupBox|gbx| | ||
+ | |Image|img| | ||
+ | |Label|lbl| | ||
+ | |ListBox|lst| | ||
+ | |ListView|lvw| | ||
+ | |Menu|mnu| | ||
+ | |Panel|pnl| | ||
+ | |PictureBox|pic| | ||
+ | |Process|prc| | ||
+ | |ProgressBar|prb| | ||
+ | |RadioButton|rbt| | ||
+ | |StatusBar|stb| | ||
+ | |TabControl|tab| | ||
+ | |TextBox|txt| | ||
+ | |Timer|tmr| | ||
+ | |ToolBar|tbr| | ||
+ | |ToolTip|ttp| | ||
+ | |Trackbar|trb| | ||
+ | |TreeView|tvw| | ||
===== その他 ===== | ===== その他 ===== | ||
- | *[[http:// | + | * [[http:// |
+ | * [[https:// |
it技術/コーディング規約.1517977966.txt.gz · 最終更新: 2018/02/07 13:32 by yajuadmin