129 lines
5.2 KiB
C#
129 lines
5.2 KiB
C#
namespace YLErp.Forms
|
|
{
|
|
partial class FormDebugTrade
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tbTradeNumber = new System.Windows.Forms.TextBox();
|
|
this.btnSnowballCoupon = new System.Windows.Forms.Button();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
|
|
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Location = new System.Drawing.Point(23, 48);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(53, 12);
|
|
this.label1.TabIndex = 0;
|
|
this.label1.Text = "交易编号";
|
|
//
|
|
// tbTradeNumber
|
|
//
|
|
this.tbTradeNumber.Location = new System.Drawing.Point(83, 44);
|
|
this.tbTradeNumber.Name = "tbTradeNumber";
|
|
this.tbTradeNumber.Size = new System.Drawing.Size(277, 21);
|
|
this.tbTradeNumber.TabIndex = 4;
|
|
//
|
|
// btnSnowballCoupon
|
|
//
|
|
this.btnSnowballCoupon.Location = new System.Drawing.Point(35, 160);
|
|
this.btnSnowballCoupon.Name = "btnSnowballCoupon";
|
|
this.btnSnowballCoupon.Size = new System.Drawing.Size(126, 23);
|
|
this.btnSnowballCoupon.TabIndex = 8;
|
|
this.btnSnowballCoupon.Text = "雪球票息";
|
|
this.btnSnowballCoupon.UseVisualStyleBackColor = true;
|
|
this.btnSnowballCoupon.Click += new System.EventHandler(this.btnSnowballCoupon_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Location = new System.Drawing.Point(23, 81);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(53, 12);
|
|
this.label2.TabIndex = 9;
|
|
this.label2.Text = "计算日期";
|
|
//
|
|
// dateTimePicker1
|
|
//
|
|
this.dateTimePicker1.Location = new System.Drawing.Point(83, 77);
|
|
this.dateTimePicker1.Name = "dateTimePicker1";
|
|
this.dateTimePicker1.Size = new System.Drawing.Size(277, 21);
|
|
this.dateTimePicker1.TabIndex = 10;
|
|
//
|
|
// richTextBox1
|
|
//
|
|
this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.richTextBox1.Location = new System.Drawing.Point(0, 302);
|
|
this.richTextBox1.Name = "richTextBox1";
|
|
this.richTextBox1.Size = new System.Drawing.Size(692, 218);
|
|
this.richTextBox1.TabIndex = 11;
|
|
this.richTextBox1.Text = "";
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Location = new System.Drawing.Point(2, 285);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(59, 12);
|
|
this.label3.TabIndex = 12;
|
|
this.label3.Text = "结果输出:";
|
|
//
|
|
// FormDebugTrade
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(692, 520);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.richTextBox1);
|
|
this.Controls.Add(this.dateTimePicker1);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.btnSnowballCoupon);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.tbTradeNumber);
|
|
this.Name = "FormDebugTrade";
|
|
this.Text = "实时风险调试";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TextBox tbTradeNumber;
|
|
private System.Windows.Forms.Button btnSnowballCoupon;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.DateTimePicker dateTimePicker1;
|
|
private System.Windows.Forms.RichTextBox richTextBox1;
|
|
private System.Windows.Forms.Label label3;
|
|
}
|
|
} |