namespace YLErp.Forms { partial class FormDebugTradeRisk { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.tbTradeNumber = new System.Windows.Forms.TextBox(); this.tbClientName = new System.Windows.Forms.TextBox(); this.btnSelectClient = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.tbUnderlyingCode = new System.Windows.Forms.TextBox(); this.tbTradeType = new System.Windows.Forms.TextBox(); this.btnExecute = new System.Windows.Forms.Button(); this.labelExecuteState = new System.Windows.Forms.Label(); this.tabControl1 = new System.Windows.Forms.TabControl(); this.tabPage1 = new System.Windows.Forms.TabPage(); this.checkIncludeExchange = new System.Windows.Forms.CheckBox(); this.tabPage2 = new System.Windows.Forms.TabPage(); this.btnMultiExecute = new System.Windows.Forms.Button(); this.label8 = new System.Windows.Forms.Label(); this.numMeInterval = new System.Windows.Forms.NumericUpDown(); this.label7 = new System.Windows.Forms.Label(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.btnAccSum = new System.Windows.Forms.Button(); this.accTbUnderlyingCode = new System.Windows.Forms.TextBox(); this.label10 = new System.Windows.Forms.Label(); this.btnAccDetail = new System.Windows.Forms.Button(); this.accIncludeHedge = new System.Windows.Forms.CheckBox(); this.label9 = new System.Windows.Forms.Label(); this.accDateTimePicker2 = new System.Windows.Forms.DateTimePicker(); this.label6 = new System.Windows.Forms.Label(); this.accDateTimePicker1 = new System.Windows.Forms.DateTimePicker(); this.tbSkipTradeTypes = new System.Windows.Forms.TextBox(); this.label11 = new System.Windows.Forms.Label(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); this.tabPage2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numMeInterval)).BeginInit(); this.tabPage3.SuspendLayout(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(22, 19); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 0; this.label1.Text = "交易编号"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(22, 66); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 1; this.label2.Text = "客户名称"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(22, 104); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(53, 12); this.label3.TabIndex = 2; this.label3.Text = "结构类型"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(22, 142); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(53, 12); this.label4.TabIndex = 3; this.label4.Text = "标的代码"; // // tbTradeNumber // this.tbTradeNumber.Location = new System.Drawing.Point(82, 15); this.tbTradeNumber.Name = "tbTradeNumber"; this.tbTradeNumber.Size = new System.Drawing.Size(277, 21); this.tbTradeNumber.TabIndex = 4; // // tbClientName // this.tbClientName.Location = new System.Drawing.Point(81, 63); this.tbClientName.Name = "tbClientName"; this.tbClientName.Size = new System.Drawing.Size(277, 21); this.tbClientName.TabIndex = 5; // // btnSelectClient // this.btnSelectClient.Location = new System.Drawing.Point(364, 61); this.btnSelectClient.Name = "btnSelectClient"; this.btnSelectClient.Size = new System.Drawing.Size(32, 23); this.btnSelectClient.TabIndex = 6; this.btnSelectClient.Text = "·"; this.btnSelectClient.UseVisualStyleBackColor = true; this.btnSelectClient.Click += new System.EventHandler(this.btnSelectClient_Click); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(80, 39); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(269, 12); this.label5.TabIndex = 7; this.label5.Text = "请输入完整交易编号,输入后将忽略其它过滤条件"; // // tbUnderlyingCode // this.tbUnderlyingCode.Location = new System.Drawing.Point(81, 139); this.tbUnderlyingCode.Name = "tbUnderlyingCode"; this.tbUnderlyingCode.Size = new System.Drawing.Size(277, 21); this.tbUnderlyingCode.TabIndex = 10; // // tbTradeType // this.tbTradeType.Location = new System.Drawing.Point(82, 101); this.tbTradeType.Name = "tbTradeType"; this.tbTradeType.Size = new System.Drawing.Size(277, 21); this.tbTradeType.TabIndex = 9; // // btnExecute // this.btnExecute.Location = new System.Drawing.Point(81, 250); this.btnExecute.Name = "btnExecute"; this.btnExecute.Size = new System.Drawing.Size(126, 23); this.btnExecute.TabIndex = 8; this.btnExecute.Text = "执行"; this.btnExecute.UseVisualStyleBackColor = true; this.btnExecute.Click += new System.EventHandler(this.btnExecute_Click); // // labelExecuteState // this.labelExecuteState.Location = new System.Drawing.Point(79, 290); this.labelExecuteState.Name = "labelExecuteState"; this.labelExecuteState.Size = new System.Drawing.Size(279, 32); this.labelExecuteState.TabIndex = 9; this.labelExecuteState.Text = "执行状态: 等待执行"; // // tabControl1 // this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabControl1.Controls.Add(this.tabPage1); this.tabControl1.Controls.Add(this.tabPage2); this.tabControl1.Controls.Add(this.tabPage3); this.tabControl1.Location = new System.Drawing.Point(12, 21); this.tabControl1.Name = "tabControl1"; this.tabControl1.SelectedIndex = 0; this.tabControl1.Size = new System.Drawing.Size(442, 362); this.tabControl1.TabIndex = 10; // // tabPage1 // this.tabPage1.BackColor = System.Drawing.SystemColors.Control; this.tabPage1.Controls.Add(this.tbSkipTradeTypes); this.tabPage1.Controls.Add(this.label11); this.tabPage1.Controls.Add(this.checkIncludeExchange); this.tabPage1.Controls.Add(this.tbUnderlyingCode); this.tabPage1.Controls.Add(this.labelExecuteState); this.tabPage1.Controls.Add(this.label1); this.tabPage1.Controls.Add(this.tbTradeType); this.tabPage1.Controls.Add(this.tbTradeNumber); this.tabPage1.Controls.Add(this.btnExecute); this.tabPage1.Controls.Add(this.label4); this.tabPage1.Controls.Add(this.tbClientName); this.tabPage1.Controls.Add(this.label5); this.tabPage1.Controls.Add(this.label3); this.tabPage1.Controls.Add(this.label2); this.tabPage1.Controls.Add(this.btnSelectClient); this.tabPage1.Location = new System.Drawing.Point(4, 22); this.tabPage1.Name = "tabPage1"; this.tabPage1.Padding = new System.Windows.Forms.Padding(3); this.tabPage1.Size = new System.Drawing.Size(434, 336); this.tabPage1.TabIndex = 0; this.tabPage1.Text = "执行调试"; // // checkIncludeExchange // this.checkIncludeExchange.AutoSize = true; this.checkIncludeExchange.Checked = true; this.checkIncludeExchange.CheckState = System.Windows.Forms.CheckState.Checked; this.checkIncludeExchange.Location = new System.Drawing.Point(82, 226); this.checkIncludeExchange.Name = "checkIncludeExchange"; this.checkIncludeExchange.Size = new System.Drawing.Size(96, 16); this.checkIncludeExchange.TabIndex = 11; this.checkIncludeExchange.Text = "包含场内交易"; this.checkIncludeExchange.UseVisualStyleBackColor = true; // // tabPage2 // this.tabPage2.BackColor = System.Drawing.SystemColors.Control; this.tabPage2.Controls.Add(this.btnMultiExecute); this.tabPage2.Controls.Add(this.label8); this.tabPage2.Controls.Add(this.numMeInterval); this.tabPage2.Controls.Add(this.label7); this.tabPage2.Location = new System.Drawing.Point(4, 22); this.tabPage2.Name = "tabPage2"; this.tabPage2.Padding = new System.Windows.Forms.Padding(3); this.tabPage2.Size = new System.Drawing.Size(434, 284); this.tabPage2.TabIndex = 1; this.tabPage2.Text = "多次执行"; // // btnMultiExecute // this.btnMultiExecute.Location = new System.Drawing.Point(94, 83); this.btnMultiExecute.Name = "btnMultiExecute"; this.btnMultiExecute.Size = new System.Drawing.Size(120, 23); this.btnMultiExecute.TabIndex = 5; this.btnMultiExecute.Text = "执行"; this.btnMultiExecute.UseVisualStyleBackColor = true; this.btnMultiExecute.Click += new System.EventHandler(this.btnMultiExecute_Click); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(221, 42); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(17, 12); this.label8.TabIndex = 4; this.label8.Text = "秒"; // // numMeInterval // this.numMeInterval.Location = new System.Drawing.Point(94, 38); this.numMeInterval.Maximum = new decimal(new int[] { 1800, 0, 0, 0}); this.numMeInterval.Minimum = new decimal(new int[] { 2, 0, 0, 0}); this.numMeInterval.Name = "numMeInterval"; this.numMeInterval.Size = new System.Drawing.Size(120, 21); this.numMeInterval.TabIndex = 3; this.numMeInterval.Value = new decimal(new int[] { 10, 0, 0, 0}); // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(35, 42); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(53, 12); this.label7.TabIndex = 2; this.label7.Text = "执行间隔"; // // tabPage3 // this.tabPage3.Controls.Add(this.btnAccSum); this.tabPage3.Controls.Add(this.accTbUnderlyingCode); this.tabPage3.Controls.Add(this.label10); this.tabPage3.Controls.Add(this.btnAccDetail); this.tabPage3.Controls.Add(this.accIncludeHedge); this.tabPage3.Controls.Add(this.label9); this.tabPage3.Controls.Add(this.accDateTimePicker2); this.tabPage3.Controls.Add(this.label6); this.tabPage3.Controls.Add(this.accDateTimePicker1); this.tabPage3.Location = new System.Drawing.Point(4, 22); this.tabPage3.Name = "tabPage3"; this.tabPage3.Padding = new System.Windows.Forms.Padding(3); this.tabPage3.Size = new System.Drawing.Size(434, 284); this.tabPage3.TabIndex = 2; this.tabPage3.Text = "历史盈亏数据统计"; this.tabPage3.UseVisualStyleBackColor = true; // // btnAccSum // this.btnAccSum.Location = new System.Drawing.Point(150, 211); this.btnAccSum.Name = "btnAccSum"; this.btnAccSum.Size = new System.Drawing.Size(87, 23); this.btnAccSum.TabIndex = 8; this.btnAccSum.Text = "合计"; this.btnAccSum.UseVisualStyleBackColor = true; this.btnAccSum.Click += new System.EventHandler(this.btnAccSum_Click); // // accTbUnderlyingCode // this.accTbUnderlyingCode.Location = new System.Drawing.Point(117, 162); this.accTbUnderlyingCode.Name = "accTbUnderlyingCode"; this.accTbUnderlyingCode.Size = new System.Drawing.Size(164, 21); this.accTbUnderlyingCode.TabIndex = 7; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(22, 165); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(89, 12); this.label10.TabIndex = 6; this.label10.Text = "标的代码开始以"; // // btnAccDetail // this.btnAccDetail.Location = new System.Drawing.Point(36, 211); this.btnAccDetail.Name = "btnAccDetail"; this.btnAccDetail.Size = new System.Drawing.Size(87, 23); this.btnAccDetail.TabIndex = 5; this.btnAccDetail.Text = "明细"; this.btnAccDetail.UseVisualStyleBackColor = true; this.btnAccDetail.Click += new System.EventHandler(this.btnAccDetail_Click); // // accIncludeHedge // this.accIncludeHedge.AutoSize = true; this.accIncludeHedge.Checked = true; this.accIncludeHedge.CheckState = System.Windows.Forms.CheckState.Checked; this.accIncludeHedge.Location = new System.Drawing.Point(81, 111); this.accIncludeHedge.Name = "accIncludeHedge"; this.accIncludeHedge.Size = new System.Drawing.Size(156, 16); this.accIncludeHedge.TabIndex = 4; this.accIncludeHedge.Text = "包含场内交易(商品期货)"; this.accIncludeHedge.UseVisualStyleBackColor = true; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(22, 76); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(53, 12); this.label9.TabIndex = 3; this.label9.Text = "结束日期"; // // accDateTimePicker2 // this.accDateTimePicker2.Location = new System.Drawing.Point(81, 72); this.accDateTimePicker2.Name = "accDateTimePicker2"; this.accDateTimePicker2.Size = new System.Drawing.Size(200, 21); this.accDateTimePicker2.TabIndex = 2; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(22, 39); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(53, 12); this.label6.TabIndex = 1; this.label6.Text = "开始日期"; // // accDateTimePicker1 // this.accDateTimePicker1.Location = new System.Drawing.Point(81, 35); this.accDateTimePicker1.Name = "accDateTimePicker1"; this.accDateTimePicker1.Size = new System.Drawing.Size(200, 21); this.accDateTimePicker1.TabIndex = 0; // // tbSkipTradeTypes // this.tbSkipTradeTypes.Location = new System.Drawing.Point(81, 194); this.tbSkipTradeTypes.Name = "tbSkipTradeTypes"; this.tbSkipTradeTypes.Size = new System.Drawing.Size(277, 21); this.tbSkipTradeTypes.TabIndex = 13; // // label11 // this.label11.AutoSize = true; this.label11.Location = new System.Drawing.Point(85, 179); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(197, 12); this.label11.TabIndex = 12; this.label11.Text = "跳过实时计算的交易类型(逗号隔开)"; // // FormDebugTradeRisk // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(473, 404); this.Controls.Add(this.tabControl1); this.Name = "FormDebugTradeRisk"; this.Text = "实时风险调试"; this.Load += new System.EventHandler(this.FormDebugTradeRisk_Load); this.tabControl1.ResumeLayout(false); this.tabPage1.ResumeLayout(false); this.tabPage1.PerformLayout(); this.tabPage2.ResumeLayout(false); this.tabPage2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numMeInterval)).EndInit(); this.tabPage3.ResumeLayout(false); this.tabPage3.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox tbTradeNumber; private System.Windows.Forms.TextBox tbClientName; private System.Windows.Forms.Button btnSelectClient; private System.Windows.Forms.Label label5; private System.Windows.Forms.Button btnExecute; private System.Windows.Forms.Label labelExecuteState; private System.Windows.Forms.TextBox tbUnderlyingCode; private System.Windows.Forms.TextBox tbTradeType; private System.Windows.Forms.TabControl tabControl1; private System.Windows.Forms.TabPage tabPage1; private System.Windows.Forms.TabPage tabPage2; private System.Windows.Forms.Button btnMultiExecute; private System.Windows.Forms.Label label8; private System.Windows.Forms.NumericUpDown numMeInterval; private System.Windows.Forms.Label label7; private System.Windows.Forms.TabPage tabPage3; private System.Windows.Forms.Label label9; private System.Windows.Forms.DateTimePicker accDateTimePicker2; private System.Windows.Forms.Label label6; private System.Windows.Forms.DateTimePicker accDateTimePicker1; private System.Windows.Forms.Button btnAccDetail; private System.Windows.Forms.CheckBox accIncludeHedge; private System.Windows.Forms.TextBox accTbUnderlyingCode; private System.Windows.Forms.Label label10; private System.Windows.Forms.Button btnAccSum; private System.Windows.Forms.CheckBox checkIncludeExchange; private System.Windows.Forms.TextBox tbSkipTradeTypes; private System.Windows.Forms.Label label11; } }