tolanaloptions.res

来自「proe5.0野火版下载(中文版免费下载)」· RES 代码 · 共 282 行

RES
282
字号
(Dialog tolanaloptions
    (Components
        (SubLayout                      Layout5)
        (SubLayout                      Layout1)
    )

    (Resources
        (.Label                         "Tolerance Study Options")
        (.Layout
            (Grid (Rows 1 1) (Cols 1)
                Layout5
                Layout1
            )
        )
    )
)

(Layout Layout5
    (Components
        (Tab                            Tab1
                                        Layout7
                                        Layout9)
    )

    (Resources
        (Tab1.Decorated                 True)
        (Tab1.Names                     "Defaults"
                                        "Report")
        (Tab1.Labels                    "Defaults"
                                        "Report")
        (Tab1.Resizeable                True)
        (Tab1.PopupMenu                 "MenuPane1")
        (.Decorated                     True)
        (.AttachLeft                    True)
        (.AttachRight                   True)
        (.AttachTop                     True)
        (.AttachBottom                  True)
        (.Layout
            (Grid (Rows 1) (Cols 1)
                Tab1
            )
        )
    )
)

(Layout Layout7
    (Components
        (SubLayout                      Layout3)
        (SubLayout                      Layout4)
    )

    (Resources
        (.Label                         "Defaults")
        (.TopOffset                     2)
        (.BottomOffset                  2)
        (.LeftOffset                    2)
        (.RightOffset                   2)
        (.Layout
            (Grid (Rows 1 1) (Cols 1)
                Layout3
                Layout4
            )
        )
    )
)

(Layout Layout3
    (Components
        (Label                          Label3)
        (Label                          Label4)
        (Label                          Label5)
        (Label                          Label6)
        (OptionMenu                     OptionMenu1)
        (SpinBox                        SpinBox1)
        (InputPanel                     InputPanelTolVal)
    )

    (Resources
        (Label3.Label                   "Measure Tolerance:")
        (Label4.Label                   "Type")
        (Label5.Label                   "Precision")
        (Label6.Label                   "Value")
        (OptionMenu1.MaxLen             16)
        (OptionMenu1.Names              "Symmetric"
                                        "PlusMinus"
                                        "Limits")
        (OptionMenu1.Labels             "Symmetric"
                                        "Plus Minus"
                                        "Limits")
        (SpinBox1.AttachLeft            True)
        (InputPanelTolVal.InputType     3)
        (.Decorated                     True)
        (.AttachLeft                    True)
        (.AttachRight                   True)
        (.AttachTop                     True)
        (.AttachBottom                  True)
        (.DecoratedStyle                5)
        (.Layout
            (Grid (Rows 1 1 1 1) (Cols 1 1)
                Label3
                (Pos 2 1)
                Label4
                OptionMenu1
                Label5
                SpinBox1
                Label6
                InputPanelTolVal
            )
        )
    )
)

(Layout Layout4
    (Components
        (Label                          Label8)
        (Label                          Label9)
        (InputPanel                     InputPanelCP)
    )

    (Resources
        (Label8.Label                   "Dimension Tolerance")
        (Label9.Label                   "Cp")
        (InputPanelCP.InputType         3)
        (.Decorated                     True)
        (.AttachLeft                    True)
        (.AttachRight                   True)
        (.AttachTop                     True)
        (.AttachBottom                  True)
        (.Layout
            (Grid (Rows 1 1) (Cols 1 1)
                Label8
                (Pos 2 1)
                Label9
                InputPanelCP
            )
        )
    )
)

(Layout Layout9
    (Components
        (SubLayout                      Layout10)
        (SubLayout                      Layout11)
        (SubLayout                      Layout12)
    )

    (Resources
        (.Label                         "Report")
        (.Layout
            (Grid (Rows 1 1 1 1 1 1 1) (Cols 1)
                Layout11
                (Pos 5 1)
                Layout10
                (Pos 7 1)
                Layout12
            )
        )
    )
)

(Layout Layout10
    (Components
        (Label                          Label13)
        (RadioGroup                     RadioGroup1)
    )

    (Resources
        (Label13.Label                  "Contributions To Include")
        (RadioGroup1.Orientation        True)
        (RadioGroup1.Names              "ShowWC"
                                        "ShowStat")
        (RadioGroup1.Labels             "Show Worst Case"
                                        "Show Statistical")
        (.Decorated                     True)
        (.AttachLeft                    True)
        (.AttachRight                   True)
        (.AttachTop                     True)
        (.AttachBottom                  True)
        (.Layout
            (Grid (Rows 1 1) (Cols 1 1)
                Label13
                (Pos 2 2)
                RadioGroup1
            )
        )
    )
)

(Layout Layout11
    (Components
        (Label                          Label16)
        (Label                          Label10)
        (InputPanel                     InputPanelAnalyst)
        (Label                          Label11)
        (InputPanel                     InputPanelCompany)
    )

    (Resources
        (Label16.Label                  "Report Header Details")
        (Label16.AttachLeft             True)
        (Label10.Label                  "Analyst Name")
        (Label10.AttachLeft             True)
        (Label10.AttachRight            True)
        (Label11.Label                  "Company Name")
        (Label11.AttachLeft             True)
        (Label11.AttachRight            True)
        (.Decorated                     True)
        (.AttachLeft                    True)
        (.AttachRight                   True)
        (.AttachTop                     True)
        (.AttachBottom                  True)
        (.Layout
            (Grid (Rows 1 1 1) (Cols 1 1)
                Label16
                (Pos 2 1)
                Label10
                InputPanelAnalyst
                Label11
                InputPanelCompany
            )
        )
    )
)

(Layout Layout12
    (Components
        (Label                          Label12)
        (CheckButton                    CheckButton1)
    )

    (Resources
        (Label12.Label                  "Show Dimensions With Zero Contribution")
        (Label12.AttachLeft             True)
        (CheckButton1.AttachLeft        True)
        (.Decorated                     True)
        (.AttachLeft                    True)
        (.AttachRight                   True)
        (.AttachTop                     True)
        (.AttachBottom                  True)
        (.Layout
            (Grid (Rows 1) (Cols 1 1)
                Label12
                CheckButton1
            )
        )
    )
)

(Layout Layout1
    (Components
        (PushButton                     PushButtonOK)
        (PushButton                     PushButtonCancel)
    )

    (Resources
        (PushButtonOK.Label             "OK")
        (PushButtonOK.AttachLeft        True)
        (PushButtonOK.AttachRight       True)
        (PushButtonOK.AttachTop         True)
        (PushButtonOK.AttachBottom      True)
        (PushButtonOK.TopOffset         2)
        (PushButtonOK.BottomOffset      2)
        (PushButtonOK.LeftOffset        2)
        (PushButtonOK.RightOffset       2)
        (PushButtonCancel.Label         "Cancel")
        (PushButtonCancel.AttachLeft    True)
        (PushButtonCancel.AttachRight   True)
        (PushButtonCancel.AttachTop     True)
        (PushButtonCancel.AttachBottom  True)
        (PushButtonCancel.TopOffset     2)
        (PushButtonCancel.BottomOffset  2)
        (PushButtonCancel.LeftOffset    2)
        (PushButtonCancel.RightOffset   2)
        (.Layout
            (Grid (Rows 1) (Cols 1 1)
                PushButtonOK
                PushButtonCancel
            )
        )
    )
)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?