mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-03-24 00:36:41 +08:00
134 lines
6.0 KiB
C#
134 lines
6.0 KiB
C#
namespace SDKCameraTool
|
|
{
|
|
partial class FormSDKCameraTool
|
|
{
|
|
/// <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(FormSDKCameraTool));
|
|
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.uiSplitContainer1 = new Sunny.UI.UISplitContainer();
|
|
this.toolStrip1.SuspendLayout();
|
|
this.statusStrip.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).BeginInit();
|
|
this.uiSplitContainer1.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(1092, 32);
|
|
this.toolStrip1.TabIndex = 5;
|
|
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, 618);
|
|
this.statusStrip.Name = "statusStrip";
|
|
this.statusStrip.Size = new System.Drawing.Size(1092, 22);
|
|
this.statusStrip.TabIndex = 4;
|
|
//
|
|
// 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);
|
|
//
|
|
// uiSplitContainer1
|
|
//
|
|
this.uiSplitContainer1.Cursor = System.Windows.Forms.Cursors.Default;
|
|
this.uiSplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.uiSplitContainer1.Location = new System.Drawing.Point(0, 32);
|
|
this.uiSplitContainer1.Name = "uiSplitContainer1";
|
|
this.uiSplitContainer1.Size = new System.Drawing.Size(1092, 586);
|
|
this.uiSplitContainer1.SplitterDistance = 632;
|
|
this.uiSplitContainer1.SplitterWidth = 11;
|
|
this.uiSplitContainer1.TabIndex = 6;
|
|
//
|
|
// FormSDKCameraTool
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1092, 640);
|
|
this.Controls.Add(this.uiSplitContainer1);
|
|
this.Controls.Add(this.toolStrip1);
|
|
this.Controls.Add(this.statusStrip);
|
|
this.Name = "FormSDKCameraTool";
|
|
this.Text = "FormSDKCameraTool";
|
|
this.toolStrip1.ResumeLayout(false);
|
|
this.toolStrip1.PerformLayout();
|
|
this.statusStrip.ResumeLayout(false);
|
|
this.statusStrip.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.uiSplitContainer1)).EndInit();
|
|
this.uiSplitContainer1.ResumeLayout(false);
|
|
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;
|
|
private Sunny.UI.UISplitContainer uiSplitContainer1;
|
|
}
|
|
} |