iCAx开思工具箱

标题: VC问题 [打印本页]

作者: i'm stranger    时间: 2003-9-23 15:56
标题: VC问题
看图,这个如何做?
作者: i'm stranger    时间: 2003-9-23 15:57
还有上图箭头如何做上去的?
作者: TOOL    时间: 2003-9-23 22:48
找VC书自己看看吧
作者: i'm stranger    时间: 2003-9-24 07:55
55555555,这可不是我想要的答案啊。
作者: ziyunzhao    时间: 2003-9-24 08:21
有可以带图标的按钮空件,三年没看VC了,下拉列表控件给忘了。
作者: guxiongfei    时间: 2003-9-24 20:20
在COMBOBOX的属性里面的DATA页下,把选项写进去,按ctrl+enter回车就行了。
作者: zzabccn    时间: 2003-9-25 07:48
可以用proe的对话框实现.
作者: vb    时间: 2003-9-25 07:52
楼上的能否具体说说?
作者: zzabccn    时间: 2003-9-25 15:57
!做了一个大概的.
!对话框主框架
(Dialog tconfirm
     (Components
         (SubLayout                      Hole_Placement)
      )
    (Resources
         (.Label                         "Dialog")
         (.Layout
             (Grid (Rows 0 ) (Cols 0)
                  Hole_Placement
             )
         )
     )
  )
   
  !子规划Hole_Placement,包含三行子规划
  (Layout  Hole_Placement
     (Components
         (SubLayout                      prim_ref_dim)
         (SubLayout                      norm_pln_lay1)
         (SubLayout                      norm_pln_lay2)
     )
    (Resources
         (.Decorated                     True)
         (.label                        "Hole Placement")
         (.Layout
             (Grid (Rows 0 0 0) (Cols 0)
                  prim_ref_dim
                  norm_pln_lay1
                  norm_pln_lay2
             )
         )
     )
  )
   
   
   
   
  (Layout prim_ref_dim
    (Components
        (PushButton                     pr_ref_spsh)
        (List                           pr_ref_slst)
        (Label                          Label4)
        (SubLayout                      pl_type_lay)
    )
  
    (Resources
        (pr_ref_spsh.Bitmap             "sel_pick")
        (pr_ref_spsh.AttachLeft         True)
        (pr_ref_spsh.AttachTop          True)
        (pr_ref_spsh.AttachBottom       True)
        (pr_ref_slst.Columns            5)
        (pr_ref_slst.VisibleRows        1)
        (pr_ref_slst.TabStops           0)
        (pr_ref_slst.AttachLeft         False)
        (pr_ref_slst.Names              "")
        (pr_ref_slst.Labels             "")
        (pr_ref_slst.TopOffset          0)
        (pr_ref_slst.BottomOffset       0)
        (pr_ref_slst.LeftOffset         0)
        (pr_ref_slst.RightOffset        0)
        (pr_ref_slst.ScrollBarPosition  6)
        (Label4.Label                   "rimary Reference")
        (Label4.AttachLeft              True)
        (Label4.AttachRight             True)
        (Label4.AttachTop               True)
        (Label4.AttachBottom            True)
        (Label4.RightOffset             3)
        (.AttachLeft                    True)
        (.AttachRight                   True)
        (.AttachTop                     True)
        (.AttachBottom                  True)
        (.Layout
            (Grid (Rows 1) (Cols 1 0 1 0)
                Label4
                pr_ref_spsh
                pr_ref_slst
                pl_type_lay
            )
        )
    )
)
  
(Layout norm_pln_lay1
    (Components
        (Label                          Label18)
        (PushButton                     norm_pln_spsh1)
        (List                           norm_pln_slst1)
    )
  
    (Resources
        (Label18.Label                  "Linear Reference")
        (Label18.AttachLeft             True)
        (Label18.AttachRight            True)
        (Label18.AttachTop              True)
        (Label18.AttachBottom           True)
        (Label18.RightOffset            3)
        (norm_pln_spsh1.Bitmap           "sel_pick")
        (norm_pln_spsh1.AttachLeft       True)
        (norm_pln_spsh1.AttachTop        True)
        (norm_pln_spsh1.AttachBottom     True)
        (norm_pln_slst1.Columns          5)
        (norm_pln_slst1.VisibleRows      1)
        (norm_pln_slst1.AttachLeft       False)
        (norm_pln_slst1.ScrollBarPosition 6)
        (.AttachLeft                    True)
        (.AttachRight                   True)
        (.AttachTop                     True)
        (.AttachBottom                  True)
        (.Layout
            (Grid (Rows 1) (Cols 1 0 0)
                Label18
                norm_pln_spsh1
                norm_pln_slst1
            )
        )
    )
)
  
(Layout norm_pln_lay2
    (Components
        (Label                          Label2)
        (PushButton                     norm_pln_spsh2)
        (List                           norm_pln_slst2)
    )
  
    (Resources
        (Label2.Label                  "Linear Reference")
        (Label2.AttachLeft             True)
        (Label2.AttachRight            True)
        (Label2.AttachTop              True)
        (Label2.AttachBottom           True)
        (Label2.RightOffset            3)
        (norm_pln_spsh2.Bitmap           "sel_pick")
        (norm_pln_spsh2.AttachLeft       True)
        (norm_pln_spsh2.AttachTop        True)
        (norm_pln_spsh2.AttachBottom     True)
        (norm_pln_slst2.Columns          5)
        (norm_pln_slst2.VisibleRows      1)
        (norm_pln_slst2.AttachLeft       False)
        (norm_pln_slst2.ScrollBarPosition 6)
        (.AttachLeft                    True)
        (.AttachRight                   True)
        (.AttachTop                     True)
        (.AttachBottom                  True)
        (.Layout
            (Grid (Rows 1) (Cols 1 0 0)
                Label2
                norm_pln_spsh2
                norm_pln_slst2
            )
        )
    )
)
  
(Layout pl_type_lay
    (Components
        (OptionMenu                     pl_type_opt_dd)
        (Label                          Label6)
    )
  
    (Resources
        (pl_type_opt_dd.Columns         4)
        (pl_type_opt_dd.AttachTop       True)
        (pl_type_opt_dd.AttachBottom    True)
        (pl_type_opt_dd.Names           "\" \"")
        (pl_type_opt_dd.Labels          "\" \"")
        (pl_type_opt_dd.TopOffset       3)
        (pl_type_opt_dd.BottomOffset    3)
        (Label6.Label                   "lacement Type")
        (Label6.AttachLeft              True)
        (Label6.AttachRight             True)
        (Label6.AttachTop               True)
        (Label6.AttachBottom            True)
        (Label6.RightOffset             3)
        (.AttachLeft                    True)
        (.AttachRight                   True)
        (.AttachTop                     True)
        (.AttachBottom                  True)
        (.Layout
            (Grid (Rows 1) (Cols 1 1)
                Label6
                pl_type_opt_dd
            )
        )
    )
)
作者: zzabccn    时间: 2003-9-25 16:00
具体内容参看UI那一章.
图片
作者: zzabccn    时间: 2003-9-25 16:03
proe的原装对话框可以到以下目录看一下.
x:\proe2001\text\resource\*.res
多看几个就搞懂了.




欢迎光临 iCAx开思工具箱 (https://t.icax.org/) Powered by Discuz! X3.3