87 lines
3.4 KiB
C#
87 lines
3.4 KiB
C#
namespace 开发辅助工具.Tools
|
|
{
|
|
partial class FrmToolsBox
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmToolsBox));
|
|
this.BtnJson = new ryControls.ButtonEx();
|
|
this.BtnCalc = new ryControls.ButtonEx();
|
|
this.menuRight1 = new ryPaiban.Model.MenuRight(this.components);
|
|
this.SuspendLayout();
|
|
//
|
|
// BtnJson
|
|
//
|
|
this.BtnJson.ForeColor = System.Drawing.Color.White;
|
|
this.BtnJson.Location = new System.Drawing.Point(12, 12);
|
|
this.BtnJson.Name = "BtnJson";
|
|
this.BtnJson.Size = new System.Drawing.Size(99, 34);
|
|
this.BtnJson.TabIndex = 2;
|
|
this.BtnJson.Text = "Json查看器";
|
|
this.BtnJson.UseVisualStyleBackColor = true;
|
|
this.BtnJson.Click += new System.EventHandler(this.BtnJson_Click);
|
|
//
|
|
// BtnCalc
|
|
//
|
|
this.BtnCalc.ForeColor = System.Drawing.Color.White;
|
|
this.BtnCalc.Location = new System.Drawing.Point(117, 12);
|
|
this.BtnCalc.Name = "BtnCalc";
|
|
this.BtnCalc.Size = new System.Drawing.Size(99, 34);
|
|
this.BtnCalc.TabIndex = 3;
|
|
this.BtnCalc.Text = "计算器";
|
|
this.BtnCalc.UseVisualStyleBackColor = true;
|
|
this.BtnCalc.Click += new System.EventHandler(this.BtnCalc_Click);
|
|
//
|
|
// menuRight1
|
|
//
|
|
this.menuRight1.Name = "menuRight1";
|
|
this.menuRight1.Size = new System.Drawing.Size(185, 70);
|
|
this.menuRight1.SourceContent = this;
|
|
//
|
|
// FrmToolsBox
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
|
this.Controls.Add(this.BtnCalc);
|
|
this.Controls.Add(this.BtnJson);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "FrmToolsBox";
|
|
this.TabPageContextMenuStrip = this.menuRight1;
|
|
this.Text = "工具大全";
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private ryControls.ButtonEx BtnJson;
|
|
private ryControls.ButtonEx BtnCalc;
|
|
private ryPaiban.Model.MenuRight menuRight1;
|
|
}
|
|
} |