当前仓库属于关闭状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 7

zhaoyao/CTPDirector
关闭

forked from 依尚/CTPDirector
关闭
 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
SingleControlDlg.ui 6.97 KB
一键复制 编辑 原始数据 按行查看 历史
MeGustas 提交于 2016-08-24 03:41 . 原始版本提交 Part-3
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SingleControlDlg</class>
<widget class="QDialog" name="SingleControlDlg">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>261</width>
<height>322</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>10</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>资金账号</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>10</x>
<y>40</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>订单类型</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>10</x>
<y>70</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>合约代码</string>
</property>
</widget>
<widget class="QComboBox" name="m_AccountCombox">
<property name="geometry">
<rect>
<x>80</x>
<y>10</y>
<width>101</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="m_OrderTypeCombox">
<property name="geometry">
<rect>
<x>80</x>
<y>40</y>
<width>101</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="m_ContractLineEdit">
<property name="geometry">
<rect>
<x>80</x>
<y>70</y>
<width>101</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QCheckBox" name="m_AccountCheckbox">
<property name="geometry">
<rect>
<x>190</x>
<y>10</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>显示下拉</string>
</property>
</widget>
<widget class="QCheckBox" name="m_OrderTypeCheckbox">
<property name="geometry">
<rect>
<x>190</x>
<y>40</y>
<width>71</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>快速下单</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>10</x>
<y>100</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>买卖</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>10</x>
<y>130</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>开平</string>
</property>
</widget>
<widget class="QRadioButton" name="m_BSRadioBuy">
<property name="geometry">
<rect>
<x>80</x>
<y>100</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>买入</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup</string>
</attribute>
</widget>
<widget class="QRadioButton" name="m_BSRadioSell">
<property name="geometry">
<rect>
<x>140</x>
<y>100</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>卖出</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup</string>
</attribute>
</widget>
<widget class="QRadioButton" name="m_OCRadioOpen">
<property name="geometry">
<rect>
<x>80</x>
<y>130</y>
<width>51</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>开仓</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_2</string>
</attribute>
</widget>
<widget class="QRadioButton" name="m_OCRadioClose">
<property name="geometry">
<rect>
<x>140</x>
<y>130</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>平仓</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_2</string>
</attribute>
</widget>
<widget class="QRadioButton" name="m_OCRadioCloseToday">
<property name="geometry">
<rect>
<x>200</x>
<y>130</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>平今仓</string>
</property>
<attribute name="buttonGroup">
<string notr="true">buttonGroup_2</string>
</attribute>
</widget>
<widget class="QPushButton" name="m_SpecifiedPriceButton">
<property name="geometry">
<rect>
<x>10</x>
<y>160</y>
<width>61</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>指定价</string>
</property>
</widget>
<widget class="QDoubleSpinBox" name="m_SpecifiedPriceSpinBox">
<property name="geometry">
<rect>
<x>80</x>
<y>160</y>
<width>101</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>10</x>
<y>190</y>
<width>61</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>手数</string>
</property>
</widget>
<widget class="QSpinBox" name="m_HandsSpinBox">
<property name="geometry">
<rect>
<x>80</x>
<y>190</y>
<width>101</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="m_OrderButton">
<property name="geometry">
<rect>
<x>10</x>
<y>220</y>
<width>121</width>
<height>71</height>
</rect>
</property>
<property name="text">
<string>委托</string>
</property>
</widget>
<widget class="QPushButton" name="m_ConditionButton">
<property name="geometry">
<rect>
<x>140</x>
<y>220</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>条件</string>
</property>
</widget>
<widget class="QPushButton" name="m_PreentrustButton">
<property name="geometry">
<rect>
<x>140</x>
<y>260</y>
<width>101</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>预埋</string>
</property>
</widget>
</widget>
<resources/>
<connections/>
<buttongroups>
<buttongroup name="buttonGroup_2"/>
<buttongroup name="buttonGroup"/>
</buttongroups>
</ui>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C++
1
https://gitee.com/zhaoyao219/CTPDirector.git
[email protected]:zhaoyao219/CTPDirector.git
zhaoyao219
CTPDirector
CTPDirector
master

搜索帮助