namespace 开发辅助工具.Tools { partial class FrmToolsBox { /// /// 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.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; } }