namespace YLErp.Forms { partial class FormRiskExposure { /// /// 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.tbUnderlyingCode = new System.Windows.Forms.TextBox(); this.btnSearch = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.richTextBox1 = new System.Windows.Forms.RichTextBox(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.tbTradeType = new System.Windows.Forms.TextBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(23, 72); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(53, 12); this.label1.TabIndex = 0; this.label1.Text = "标的代码"; // // tbUnderlyingCode // this.tbUnderlyingCode.Location = new System.Drawing.Point(83, 68); this.tbUnderlyingCode.Name = "tbUnderlyingCode"; this.tbUnderlyingCode.Size = new System.Drawing.Size(277, 21); this.tbUnderlyingCode.TabIndex = 4; // // btnSearch // this.btnSearch.Location = new System.Drawing.Point(389, 103); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(126, 23); this.btnSearch.TabIndex = 8; this.btnSearch.Text = "查询"; this.btnSearch.UseVisualStyleBackColor = true; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(23, 106); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(53, 12); this.label2.TabIndex = 9; this.label2.Text = "计算日期"; // // richTextBox1 // this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Bottom; this.richTextBox1.Location = new System.Drawing.Point(0, 147); this.richTextBox1.Name = "richTextBox1"; this.richTextBox1.Size = new System.Drawing.Size(692, 373); 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 = "结果输出:"; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(213, 106); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(17, 12); this.label4.TabIndex = 13; this.label4.Text = "至"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(23, 43); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(53, 12); this.label5.TabIndex = 15; this.label5.Text = "结构类型"; // // tbTradeType // this.tbTradeType.Location = new System.Drawing.Point(83, 39); this.tbTradeType.Name = "tbTradeType"; this.tbTradeType.Size = new System.Drawing.Size(277, 21); this.tbTradeType.TabIndex = 16; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(83, 103); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(125, 21); this.textBox1.TabIndex = 17; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(235, 103); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(125, 21); this.textBox2.TabIndex = 18; // // FormRiskExposure // 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.textBox2); this.Controls.Add(this.textBox1); this.Controls.Add(this.label5); this.Controls.Add(this.tbTradeType); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.richTextBox1); this.Controls.Add(this.label2); this.Controls.Add(this.btnSearch); this.Controls.Add(this.label1); this.Controls.Add(this.tbUnderlyingCode); this.Name = "FormRiskExposure"; this.Text = "实时风险调试"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox tbUnderlyingCode; private System.Windows.Forms.Button btnSearch; private System.Windows.Forms.Label label2; private System.Windows.Forms.RichTextBox richTextBox1; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox tbTradeType; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox2; } }