externaltooloptions.xfrm

来自「数据结构动画演示系统(运行需安装.NET框架1.1)」· XFRM 代码 · 共 99 行

XFRM
99
字号
<Components version="1.0">
  <System.Windows.Forms.UserControl>
    <Name value="MyUserControl" />
    <DockPadding value="" />
    <Size value="{Width=416, Height=328}" />
    <Controls>
      <System.Windows.Forms.Label>
        <Name value="commandLabel" />
        <Text value="${res:Dialog.Options.ExternalTool.CommandLabel}" />
        <TextAlign value="MiddleLeft" />
        <TabIndex value="8" />
        <Size value="{Width=60, Height=23}" />
        <Location value="{X=8,Y=200}" />
      </System.Windows.Forms.Label>
      <System.Windows.Forms.Label>
        <Name value="titleLabel" />
        <Text value="${res:Dialog.Options.ExternalTool.TitleLabel}" />
        <TextAlign value="MiddleLeft" />
        <TabIndex value="6" />
        <Size value="{Width=60, Height=23}" />
        <Location value="{X=8,Y=176}" />
      </System.Windows.Forms.Label>
      <System.Windows.Forms.Button>
        <Name value="browseButton" />
        <Location value="{X=370,Y=200}" />
        <Size value="{Width=40, Height=20}" />
        <Text value="..." />
        <Anchor value="Top, Right" />
        <TabIndex value="10" />
      </System.Windows.Forms.Button>
      <System.Windows.Forms.TextBox>
        <Name value="commandTextBox" />
        <Anchor value="Top, Left, Right" />
        <TabIndex value="9" />
        <Location value="{X=70,Y=200}" />
        <Size value="{Width=290, Height=21}" />
        <Text value="" />
      </System.Windows.Forms.TextBox>
      <System.Windows.Forms.TextBox>
        <Name value="titleTextBox" />
        <Anchor value="Top, Left, Right" />
        <TabIndex value="7" />
        <Location value="{X=70,Y=176}" />
        <Size value="{Width=340, Height=21}" />
        <Text value="" />
      </System.Windows.Forms.TextBox>
      <System.Windows.Forms.Button>
        <Name value="moveDownButton" />
        <Location value="{X=336,Y=129}" />
        <Text value="${res:Dialog.Options.ExternalTool.MoveDownButton}" />
        <Anchor value="Top, Right" />
        <TabIndex value="5" />
      </System.Windows.Forms.Button>
      <System.Windows.Forms.Button>
        <Name value="moveUpButton" />
        <Location value="{X=336,Y=97}" />
        <Text value="${res:Dialog.Options.ExternalTool.MoveUpButton}" />
        <Anchor value="Top, Right" />
        <TabIndex value="4" />
      </System.Windows.Forms.Button>
      <System.Windows.Forms.ListBox>
        <Name value="toolListBox" />
        <Size value="{Width=320, Height=134}" />
        <Anchor value="Top, Left, Right" />
        <TabIndex value="1" />
        <Location value="{X=8,Y=32}" />
        <SelectionMode value="MultiExtended" />
      </System.Windows.Forms.ListBox>
      <System.Windows.Forms.Label>
        <Name value="label" />
        <Text value="${res:Dialog.Options.ExternalTool.ToolsLabel}" />
        <TextAlign value="BottomLeft" />
        <Anchor value="Top, Left, Right" />
        <TabIndex value="0" />
        <Size value="{Width=400, Height=23}" />
        <Location value="{X=8,Y=8}" />
      </System.Windows.Forms.Label>
      <System.Windows.Forms.Button>
        <Name value="removeButton" />
        <Location value="{X=336,Y=64}" />
        <Text value="${res:Global.RemoveButtonText}" />
        <Anchor value="Top, Right" />
        <TabIndex value="3" />
      </System.Windows.Forms.Button>
      <System.Windows.Forms.Button>
        <Name value="addButton" />
        <Location value="{X=336,Y=32}" />
        <Text value="${res:Global.AddButtonText}" />
        <Anchor value="Top, Right" />
        <TabIndex value="2" />
      </System.Windows.Forms.Button>
    </Controls>
  </System.Windows.Forms.UserControl>
  <System.Windows.Forms.ColumnHeader>
    <Width value="117" />
    <Name value="columnHeader2" />
    <Text value="${res:Dialog.Options.ExternalTool.ToolsLabel}" />
  </System.Windows.Forms.ColumnHeader>
</Components>

⌨️ 快捷键说明

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