Files
zszq-trs/Tools/YLTestTool/Forms/Form1.Designer.cs
2024-05-09 14:06:26 +08:00

187 lines
8.3 KiB
C#

namespace YLErp.Forms
{
partial class Form1
{
/// <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.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.menuTradeRisk = new System.Windows.Forms.ToolStripMenuItem();
this.menuOptionTrade = new System.Windows.Forms.ToolStripMenuItem();
this.menuDataQuery = new System.Windows.Forms.ToolStripMenuItem();
this.menuApiTest = new System.Windows.Forms.ToolStripMenuItem();
this.menuShouPan = new System.Windows.Forms.ToolStripMenuItem();
this.menuRiskExposure = new System.Windows.Forms.ToolStripMenuItem();
this.menuTraceLog = new System.Windows.Forms.ToolStripMenuItem();
this.menuTools = new System.Windows.Forms.ToolStripMenuItem();
this.menuJsonView = new System.Windows.Forms.ToolStripMenuItem();
this.menuMail = new System.Windows.Forms.ToolStripMenuItem();
this.menuTradeDeal = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.ImageScalingSize = new System.Drawing.Size(21, 21);
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuTradeRisk,
this.menuOptionTrade,
this.menuDataQuery,
this.menuApiTest,
this.menuShouPan,
this.menuRiskExposure,
this.menuTraceLog,
this.menuTools,
this.toolStripMenuItem1});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Padding = new System.Windows.Forms.Padding(4, 2, 0, 2);
this.menuStrip1.Size = new System.Drawing.Size(819, 25);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// menuTradeRisk
//
this.menuTradeRisk.Name = "menuTradeRisk";
this.menuTradeRisk.Size = new System.Drawing.Size(68, 21);
this.menuTradeRisk.Text = "实时风险";
this.menuTradeRisk.Click += new System.EventHandler(this.menuTradeRisk_Click);
//
// menuOptionTrade
//
this.menuOptionTrade.Name = "menuOptionTrade";
this.menuOptionTrade.Size = new System.Drawing.Size(68, 21);
this.menuOptionTrade.Text = "期权估值";
this.menuOptionTrade.Click += new System.EventHandler(this.menuOptionCalc_Click);
//
// menuDataQuery
//
this.menuDataQuery.Name = "menuDataQuery";
this.menuDataQuery.Size = new System.Drawing.Size(68, 21);
this.menuDataQuery.Text = "数据查询";
this.menuDataQuery.Click += new System.EventHandler(this.menuDataQuery_Click);
//
// menuApiTest
//
this.menuApiTest.Name = "menuApiTest";
this.menuApiTest.Size = new System.Drawing.Size(63, 21);
this.menuApiTest.Text = "API测试";
this.menuApiTest.Click += new System.EventHandler(this.menuApiTest_Click);
//
// menuShouPan
//
this.menuShouPan.Name = "menuShouPan";
this.menuShouPan.Size = new System.Drawing.Size(68, 21);
this.menuShouPan.Text = "收盘测试";
this.menuShouPan.Click += new System.EventHandler(this.menuShouPan_Click);
//
// menuRiskExposure
//
this.menuRiskExposure.Name = "menuRiskExposure";
this.menuRiskExposure.Size = new System.Drawing.Size(68, 21);
this.menuRiskExposure.Text = "市场风险";
this.menuRiskExposure.Click += new System.EventHandler(this.menuRiskExposure_Click);
//
// menuTraceLog
//
this.menuTraceLog.Name = "menuTraceLog";
this.menuTraceLog.Size = new System.Drawing.Size(68, 21);
this.menuTraceLog.Text = "追踪日志";
this.menuTraceLog.Click += new System.EventHandler(this.menuTraceLog_Click);
//
// menuTools
//
this.menuTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuJsonView,
this.menuMail,
this.menuTradeDeal});
this.menuTools.Name = "menuTools";
this.menuTools.Size = new System.Drawing.Size(68, 21);
this.menuTools.Text = "简单工具";
//
// menuJsonView
//
this.menuJsonView.Name = "menuJsonView";
this.menuJsonView.Size = new System.Drawing.Size(129, 22);
this.menuJsonView.Text = "JsonView";
//
// menuMail
//
this.menuMail.Name = "menuMail";
this.menuMail.Size = new System.Drawing.Size(129, 22);
this.menuMail.Text = "邮件发送";
this.menuMail.Click += new System.EventHandler(this.menuMail_Click);
//
// menuTradeDeal
//
this.menuTradeDeal.Name = "menuTradeDeal";
this.menuTradeDeal.Size = new System.Drawing.Size(129, 22);
this.menuTradeDeal.Text = "交易操作";
this.menuTradeDeal.Click += new System.EventHandler(this.menuTradeDeal_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(44, 21);
this.toolStripMenuItem1.Text = "测试";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(819, 445);
this.Controls.Add(this.menuStrip1);
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.Text = "镒链调试工具";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Load += new System.EventHandler(this.Form1_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem menuTradeRisk;
private System.Windows.Forms.ToolStripMenuItem menuTraceLog;
private System.Windows.Forms.ToolStripMenuItem menuTools;
private System.Windows.Forms.ToolStripMenuItem menuJsonView;
private System.Windows.Forms.ToolStripMenuItem menuApiTest;
private System.Windows.Forms.ToolStripMenuItem menuOptionTrade;
private System.Windows.Forms.ToolStripMenuItem menuShouPan;
private System.Windows.Forms.ToolStripMenuItem menuRiskExposure;
private System.Windows.Forms.ToolStripMenuItem menuDataQuery;
private System.Windows.Forms.ToolStripMenuItem menuMail;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem menuTradeDeal;
}
}