⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dialogtolerance.res

📁 proe5.0野火版下载(中文版免费下载)
💻 RES
字号:
(Dialog DialogTolerance
    (Components
        (SubLayout                      Layout1)
    )

    (Resources
        (.DialogStyle                   2)
        (.Decorated                     False)
        (.Layout
            (Grid (Rows 1) (Cols 1)
                Layout1
            )
        )
    )
)

(Layout Layout1
    (Components
        (OptionMenu                     OptionType)
        (Label                          LabelPrecision)
        (SpinBox                        SpinPrecision)
        (InputPanel                     InputNominal)
        (Label                          LabelUpper)
        (InputPanel                     InputUpper)
        (Label                          LabelLower)
        (InputPanel                     InputLower)
    )

    (Resources
        (OptionType.AttachRight         False)
        (OptionType.AttachTop           True)
        (OptionType.Names               "Symmetric"
                                        "PlusMinus"
                                        "Limits"
                                        "Nominal")
        (OptionType.Labels              "Symmetric"
                                        "PlusMinus"
                                        "Limits"
                                        "Nominal")
        (OptionType.LeftOffset          5)
        (OptionType.SizeByContents      True)
        (LabelPrecision.Label           "Precision")
        (LabelPrecision.AttachLeft      True)
        (LabelPrecision.AttachTop       True)
        (LabelPrecision.LeftOffset      5)
        (SpinPrecision.AttachLeft       True)
        (SpinPrecision.AttachTop        True)
        (SpinPrecision.MinInteger       0)
        (SpinPrecision.MaxInteger       9)
        (SpinPrecision.LeftOffset       5)
        (InputNominal.AttachTop         True)
        (InputNominal.AttachBottom      True)
        (InputNominal.LeftOffset        5)
        (InputNominal.MaxDouble         500.000000)
        (InputNominal.InputType         3)
        (InputNominal.SizeByContents    True)
        (LabelUpper.Label               "+")
        (LabelUpper.AttachLeft          True)
        (LabelUpper.AttachRight         True)
        (LabelUpper.AttachTop           True)
        (LabelUpper.AttachBottom        True)
        (LabelUpper.LeftOffset          5)
        (InputUpper.AttachTop           True)
        (InputUpper.AttachBottom        True)
        (InputUpper.LeftOffset          5)
        (InputUpper.InputType           3)
        (InputUpper.SizeByContents      True)
        (LabelLower.Label               "-")
        (LabelLower.AttachLeft          True)
        (LabelLower.AttachRight         True)
        (LabelLower.AttachTop           True)
        (LabelLower.AttachBottom        True)
        (LabelLower.LeftOffset          5)
        (InputLower.AttachTop           True)
        (InputLower.AttachBottom        True)
        (InputLower.LeftOffset          5)
        (InputLower.InputType           3)
        (InputLower.SizeByContents      True)
        (.Layout
            (Grid (Rows 1 1) (Cols 1 1)
                OptionType
                (Grid (Rows 1) (Cols 1 1)
                    LabelPrecision
                    SpinPrecision
                )
                InputNominal
                (Grid (Rows 1 1) (Cols 1 1)
                    LabelUpper
                    InputUpper
                    LabelLower
                    InputLower
                )
            )
        )
    )
)

⌨️ 快捷键说明

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