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

📄 form2.xml

📁 XNA游戏开发中的界面库
💻 XML
字号:
<?xml version="1.0"?>
<Settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <formSettings>
    <FormSettings>
      <name>form2</name>
      <title>form2</title>
      <position>
        <X>20</X>
        <Y>260</Y>
      </position>
      <size>
        <X>250</X>
        <Y>300</Y>
      </size>
      <backcolor>
        <X>0.972549</X>
        <Y>0.972549</Y>
        <Z>1</Z>
        <W>1</W>
      </backcolor>
      <forecolor>
        <X>0</X>
        <Y>0</Y>
        <Z>0</Z>
      </forecolor>
      <alpha>1</alpha>
      <movable>true</movable>
      <resizable>false</resizable>
      <bCanMinimize>true</bCanMinimize>
      <bCanMaximize>false</bCanMaximize>
      <draworder>2</draworder>
      <bVisible>true</bVisible>
      <style>Default</style>
      <font>arial</font>
      <borderStyle>FixedSingle</borderStyle>
      <labelList>
        <LabelSettings>
          <name>label2</name>
          <position>
            <X>12</X>
            <Y>47</Y>
          </position>
          <text>Label2:</text>
          <color>
            <X>0</X>
            <Y>0</Y>
            <Z>0</Z>
          </color>
          <alignment>Left</alignment>
          <width>0</width>
        </LabelSettings>
      </labelList>
      <listboxList>
        <ListboxSettings>
          <name>listbox1</name>
          <position>
            <X>25</X>
            <Y>80</Y>
          </position>
          <size>
            <X>120</X>
            <Y>150</Y>
          </size>
          <backcolor>
            <X>1</X>
            <Y>1</Y>
            <Z>1</Z>
          </backcolor>
          <forecolor>
            <X>0</X>
            <Y>0</Y>
            <Z>0</Z>
          </forecolor>
          <Items>
            <string>Listbox</string>
            <string>Item1</string>
            <string>Item2</string>
            <string>Item3</string>
            <string>Item4</string>
            <string>Item5</string>
            <string>Item6</string>
            <string>Item7</string>
            <string>Item8</string>
            <string>Item9</string>
            <string>Item10</string>
          </Items>
        </ListboxSettings>
      </listboxList>
      <textboxList>
        <TextboxSettings>
          <name>textbox2</name>
          <position>
            <X>65</X>
            <Y>45</Y>
          </position>
          <width>120</width>
          <text>Textbox</text>
          <bNumerical>false</bNumerical>
        </TextboxSettings>
      </textboxList>
    </FormSettings>
  </formSettings>
</Settings>

⌨️ 快捷键说明

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