mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-03-24 00:36:41 +08:00
116 lines
4.9 KiB
C#
116 lines
4.9 KiB
C#
|
|
namespace FormLib
|
|||
|
|
{
|
|||
|
|
partial class ToolBaseForm
|
|||
|
|
{
|
|||
|
|
/// <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()
|
|||
|
|
{
|
|||
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolBaseForm));
|
|||
|
|
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|||
|
|
this.tsbtRunTool = new System.Windows.Forms.ToolStripButton();
|
|||
|
|
this.statusStrip = new System.Windows.Forms.StatusStrip();
|
|||
|
|
this.lb_RunStatus = new System.Windows.Forms.ToolStripStatusLabel();
|
|||
|
|
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|||
|
|
this.lb_RunTime = new System.Windows.Forms.ToolStripStatusLabel();
|
|||
|
|
this.toolStrip1.SuspendLayout();
|
|||
|
|
this.statusStrip.SuspendLayout();
|
|||
|
|
this.SuspendLayout();
|
|||
|
|
//
|
|||
|
|
// toolStrip1
|
|||
|
|
//
|
|||
|
|
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(25, 25);
|
|||
|
|
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
|
this.tsbtRunTool});
|
|||
|
|
this.toolStrip1.Location = new System.Drawing.Point(0, 0);
|
|||
|
|
this.toolStrip1.Name = "toolStrip1";
|
|||
|
|
this.toolStrip1.Size = new System.Drawing.Size(920, 32);
|
|||
|
|
this.toolStrip1.TabIndex = 3;
|
|||
|
|
this.toolStrip1.Text = "toolStrip1";
|
|||
|
|
//
|
|||
|
|
// tsbtRunTool
|
|||
|
|
//
|
|||
|
|
this.tsbtRunTool.Image = ((System.Drawing.Image)(resources.GetObject("tsbtRunTool.Image")));
|
|||
|
|
this.tsbtRunTool.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|||
|
|
this.tsbtRunTool.Name = "tsbtRunTool";
|
|||
|
|
this.tsbtRunTool.Size = new System.Drawing.Size(85, 29);
|
|||
|
|
this.tsbtRunTool.Text = "运行工具";
|
|||
|
|
//
|
|||
|
|
// statusStrip
|
|||
|
|
//
|
|||
|
|
this.statusStrip.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
|
this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
|
this.lb_RunStatus,
|
|||
|
|
this.toolStripStatusLabel1,
|
|||
|
|
this.lb_RunTime});
|
|||
|
|
this.statusStrip.Location = new System.Drawing.Point(0, 563);
|
|||
|
|
this.statusStrip.Name = "statusStrip";
|
|||
|
|
this.statusStrip.Size = new System.Drawing.Size(920, 22);
|
|||
|
|
this.statusStrip.TabIndex = 2;
|
|||
|
|
//
|
|||
|
|
// lb_RunStatus
|
|||
|
|
//
|
|||
|
|
this.lb_RunStatus.Name = "lb_RunStatus";
|
|||
|
|
this.lb_RunStatus.Size = new System.Drawing.Size(0, 17);
|
|||
|
|
//
|
|||
|
|
// toolStripStatusLabel1
|
|||
|
|
//
|
|||
|
|
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|||
|
|
this.toolStripStatusLabel1.Size = new System.Drawing.Size(16, 17);
|
|||
|
|
this.toolStripStatusLabel1.Text = " ";
|
|||
|
|
//
|
|||
|
|
// lb_RunTime
|
|||
|
|
//
|
|||
|
|
this.lb_RunTime.Name = "lb_RunTime";
|
|||
|
|
this.lb_RunTime.Size = new System.Drawing.Size(0, 17);
|
|||
|
|
//
|
|||
|
|
// ToolBaseForm
|
|||
|
|
//
|
|||
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|||
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
|
this.ClientSize = new System.Drawing.Size(920, 585);
|
|||
|
|
this.Controls.Add(this.toolStrip1);
|
|||
|
|
this.Controls.Add(this.statusStrip);
|
|||
|
|
this.Name = "ToolBaseForm";
|
|||
|
|
this.Text = "工具";
|
|||
|
|
this.toolStrip1.ResumeLayout(false);
|
|||
|
|
this.toolStrip1.PerformLayout();
|
|||
|
|
this.statusStrip.ResumeLayout(false);
|
|||
|
|
this.statusStrip.PerformLayout();
|
|||
|
|
this.ResumeLayout(false);
|
|||
|
|
this.PerformLayout();
|
|||
|
|
|
|||
|
|
}
|
|||
|
|
|
|||
|
|
#endregion
|
|||
|
|
|
|||
|
|
private System.Windows.Forms.ToolStrip toolStrip1;
|
|||
|
|
private System.Windows.Forms.ToolStripButton tsbtRunTool;
|
|||
|
|
private System.Windows.Forms.StatusStrip statusStrip;
|
|||
|
|
private System.Windows.Forms.ToolStripStatusLabel lb_RunStatus;
|
|||
|
|
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|||
|
|
private System.Windows.Forms.ToolStripStatusLabel lb_RunTime;
|
|||
|
|
}
|
|||
|
|
}
|