Categories
C#

ROP C#

Program 项目入口 且保存全局属性

Form loginForm 登录功能

Form MainFrame 主页面

  • NavigationButton (切换页面触发按钮)
  • Panel (容器 根据按钮 动态添加子组件)
    • PatientListControl (病人列表控件)
      • ListPaient(左边 上边是搜索框 下面是DataGridView)
      • PatientInfo (右边)
      • CtlRandLPicandVideoList (右边 图片列表)
    • CtlExamineEdit(图片编辑)
      • CtlPersonInfoByEdit(左上左 个人信息)
      • CtlToolsByX(左上中 图片工具栏)
      • CtlImgReMark( 左上右 其他操作按钮)
      • PtctureoBox (左下 图片展示框)
      • CtlRandLPicandVideoList (右边图片列表)
    • ExamineMain (检查主界面 以Dialog 形式单独弹出)
    • CtlExamineEdit(分析界面)
      • CtlPersonInfoByEdit(左上左 个人信息)
      • CtlToolsByX(左上中 图片工具栏)
      • CtlImgReMark( 左上右 其他操作按钮)
      • PtctureoBox (左下 图片展示框)
      • CtlRandLPicandVideoList (右边图片列表)
    • RopReport (报告页面)
    • SysSettingNew (设置页面)

Leave a Reply