对于第一点可以看看http://www.ai361.com/project/DOC/dp005.htm
第二点我也很想知道啊!!!!up一下

解决方案 »

  1.   

    各语言有自己的约定MSDN 有非常详细的中文说明:ms-help://MS.VSCC/MS.MSDNVS.2052/cpgenref/html/cpconnamingguidelines.htm
      

  2.   

    那里面讲的缩写很简略的。
    我们希望看见常用的公认的缩写一览表
    比如:
    WindowsForm程序   用小写前缀表示类别        fm 窗口
    cmd 按钮
    cob combo,下拉式列表框 //dropdownlist? ddl?:) by ufinger
    txt 文本输入框
    lab labal,标签
    img image,图象
    pic picture
    grd Grid,网格
    scr 滚动条
    lst 列表框
    frm fram  //这个指什么?by ufingerWeb程序   用大写前缀表示类别Fm 窗口   //我个人觉得这里应该用Page by ufinger
    Cmd 按钮
    Cob combo,下拉式列表框 
    Txt 文本输入框
    Lab labal,标签
    Img image,图象
    Pic picture
    Grd Grid,网格
    Scr 滚动条
    Lst 列表框
    Frm fram大家补充哈
      

  3.   

    还有哈,这个控件的类型一般是放在前面还是后面呢?
    比如是 btnSubmit 还是 SubmitBtn
      

  4.   

    Control type prefix Example
    Animated button ani aniMailBox
    Button btn
    Check box chk chkReadOnly
    ColorDialog clrdlg
    Combo box, drop-down list box cbo cboEnglish
    Communications  com comFax
    ContextMenu ctxmnu
    Control (used within procedures when the specific type is unknown) ctr ctrCurrent
    CrystalReportViewer crvw
    Data dat datBiblio
    Data grid dgd dgdTitles
    Data list dbl dblPublisher
    Data repeater drp drpLocation
    Data-bound combo box dbcbo dbcboLanguage
    Data-bound grid dbgrd dbgrdQueryResult
    Data-bound list box dblst dblstJobType
    Datetime picker dtp dtpPublished
    Directory list box dir dirSource
    DomainUpDown dupd
    Drive list box drv drvTarget
    ErrorProvider err
    File list box fil filSource
    Flat scroll bar fsb fsbMove
    FontDialog fntdlg
    Form frm frmEntry
    Frame fra fraLanguage
    Gauge gau gauStatus
    Graph gra graRevenue
    Grid grd grdPrices
    GroupBox grp
    HelpProvider hlp
    Hierarchical flexgrid flex flexOrders
    HScroll bar hsb hsbVolume
    Image img imgIcon
    Image combo imgcbo imgcboProduct
    ImageList ils ilsAllIcons
    Label lbl lblHelpMessage
    Line lin linVertical
    LinkLabel lnk
    List box lst lstPolicyCodes
    ListView lvw lvwHeadings
    MAPI message mpm mpmSentMessage
    MAPI session mps mpsSession
    MCI mci mciVideo
    Menu mnu mnuFileOpen
    Month view mvw mvwPeriod
    MonthCalendar mcl
    MS Chart ch chSalesbyRegion
    MS Flex grid msg msgClients
    MS Tab  mst mstFirst
    NotifyIcon nti
    NumericUpDown nupd
    OLE container ole oleWorksheet
    OpenFileDialog ofdlg
    PageSetUpDialog psdlg
    Picture box pic picVGA
    Picture clip clp clpToolbar
    PrintDocument prndoc
    PrintPreviewControl ppctl
    PrintPreviewDialog ppdlg
    ProgressBar prg prgLoadFile
    RadioButton rbtn
    Remote Data rd rdTitles
    RichTextBox rtf rtfReport
    SaveFileDialog sfdlg
    Shape shp shpCircle
    Slider sld sldScale
    Spin spn spnPages
    Splitter spt
    StatusBar sta staDateTime
    SysInfo sys sysMonitor
    TabContrl tab
    TabStrip tab tabOptions
    Text box txt txtLastName
    Timer tmr tmrAlarm
    Toolbar tlb tlbActions
    TrackBar trb
    TreeView tre treOrganization
    UpDown upd updDirection
    VScroll bar vsb vsbRate