542 lines
28 KiB
C#
542 lines
28 KiB
C#
namespace HkVisionPro.App
|
||
{
|
||
partial class MainForm
|
||
{
|
||
/// <summary>
|
||
/// 必需的设计器变量。
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// 清理所有正在使用的资源。
|
||
/// </summary>
|
||
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Windows 窗体设计器生成的代码
|
||
|
||
/// <summary>
|
||
/// 设计器支持所需的方法 - 不要修改
|
||
/// 使用代码编辑器修改此方法的内容。
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
|
||
this.btnLoadSolution = new System.Windows.Forms.Button();
|
||
this.txtSolutionAddress = new System.Windows.Forms.TextBox();
|
||
this.btnSelctedSolution = new System.Windows.Forms.Button();
|
||
this.btnExecutSolution = new System.Windows.Forms.Button();
|
||
this.btnSaveSolution = new System.Windows.Forms.Button();
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.cmbProcdure = new System.Windows.Forms.ComboBox();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.vmProcedureConfigControl1 = new VMControls.Winform.Release.VmProcedureConfigControl();
|
||
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
||
this.btnAutoRun = new System.Windows.Forms.Button();
|
||
this.btnProExecStop = new System.Windows.Forms.Button();
|
||
this.btnProExecAlway = new System.Windows.Forms.Button();
|
||
this.btnProExecOnce = new System.Windows.Forms.Button();
|
||
this.btnProDel = new System.Windows.Forms.Button();
|
||
this.btnProExpo = new System.Windows.Forms.Button();
|
||
this.btnProImport = new System.Windows.Forms.Button();
|
||
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.cmbModule = new System.Windows.Forms.ComboBox();
|
||
this.btnModuleRenderResult = new System.Windows.Forms.Button();
|
||
this.btnModuleExec = new System.Windows.Forms.Button();
|
||
this.btnModuleBindingPar = new System.Windows.Forms.Button();
|
||
this.listBox1 = new System.Windows.Forms.ListBox();
|
||
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
||
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
||
this.groupBox6 = new System.Windows.Forms.GroupBox();
|
||
this.vmParamsConfigControl1 = new VMControls.Winform.Release.VmParamsConfigControl();
|
||
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
||
this.lblRunState = new System.Windows.Forms.Label();
|
||
this.lblTotalResult = new System.Windows.Forms.Label();
|
||
this.lblComponent1 = new System.Windows.Forms.Label();
|
||
this.lblLayer = new System.Windows.Forms.Label();
|
||
this.lblComponent2 = new System.Windows.Forms.Label();
|
||
this.lblStableOkTime = new System.Windows.Forms.Label();
|
||
this.groupBox1.SuspendLayout();
|
||
this.groupBox2.SuspendLayout();
|
||
this.groupBox3.SuspendLayout();
|
||
this.groupBox4.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
||
this.groupBox6.SuspendLayout();
|
||
this.groupBox5.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// btnLoadSolution
|
||
//
|
||
this.btnLoadSolution.Location = new System.Drawing.Point(114, 52);
|
||
this.btnLoadSolution.Name = "btnLoadSolution";
|
||
this.btnLoadSolution.Size = new System.Drawing.Size(127, 38);
|
||
this.btnLoadSolution.TabIndex = 0;
|
||
this.btnLoadSolution.Text = "加载方案";
|
||
this.btnLoadSolution.UseVisualStyleBackColor = true;
|
||
this.btnLoadSolution.Click += new System.EventHandler(this.btnLoadSolution_Click);
|
||
//
|
||
// txtSolutionAddress
|
||
//
|
||
this.txtSolutionAddress.Location = new System.Drawing.Point(101, 23);
|
||
this.txtSolutionAddress.Name = "txtSolutionAddress";
|
||
this.txtSolutionAddress.Size = new System.Drawing.Size(393, 23);
|
||
this.txtSolutionAddress.TabIndex = 2;
|
||
//
|
||
// btnSelctedSolution
|
||
//
|
||
this.btnSelctedSolution.BackColor = System.Drawing.Color.Transparent;
|
||
this.btnSelctedSolution.Location = new System.Drawing.Point(10, 52);
|
||
this.btnSelctedSolution.Name = "btnSelctedSolution";
|
||
this.btnSelctedSolution.Size = new System.Drawing.Size(100, 38);
|
||
this.btnSelctedSolution.TabIndex = 3;
|
||
this.btnSelctedSolution.Text = "选择文件方案";
|
||
this.btnSelctedSolution.UseVisualStyleBackColor = false;
|
||
this.btnSelctedSolution.Click += new System.EventHandler(this.btnSelctedSolution_Click);
|
||
//
|
||
// btnExecutSolution
|
||
//
|
||
this.btnExecutSolution.Location = new System.Drawing.Point(244, 52);
|
||
this.btnExecutSolution.Name = "btnExecutSolution";
|
||
this.btnExecutSolution.Size = new System.Drawing.Size(127, 38);
|
||
this.btnExecutSolution.TabIndex = 4;
|
||
this.btnExecutSolution.Text = "执行方案";
|
||
this.btnExecutSolution.UseVisualStyleBackColor = true;
|
||
this.btnExecutSolution.Click += new System.EventHandler(this.btnExecutSolution_Click);
|
||
//
|
||
// btnSaveSolution
|
||
//
|
||
this.btnSaveSolution.Location = new System.Drawing.Point(372, 52);
|
||
this.btnSaveSolution.Name = "btnSaveSolution";
|
||
this.btnSaveSolution.Size = new System.Drawing.Size(127, 38);
|
||
this.btnSaveSolution.TabIndex = 5;
|
||
this.btnSaveSolution.Text = "保存方案";
|
||
this.btnSaveSolution.UseVisualStyleBackColor = true;
|
||
this.btnSaveSolution.Click += new System.EventHandler(this.btnSaveSolution_Click);
|
||
//
|
||
// groupBox1
|
||
//
|
||
this.groupBox1.Controls.Add(this.label3);
|
||
this.groupBox1.Controls.Add(this.btnSelctedSolution);
|
||
this.groupBox1.Controls.Add(this.btnSaveSolution);
|
||
this.groupBox1.Controls.Add(this.btnExecutSolution);
|
||
this.groupBox1.Controls.Add(this.txtSolutionAddress);
|
||
this.groupBox1.Controls.Add(this.btnLoadSolution);
|
||
this.groupBox1.Location = new System.Drawing.Point(882, 58);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Size = new System.Drawing.Size(505, 105);
|
||
this.groupBox1.TabIndex = 6;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = "方案操作";
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.AutoSize = true;
|
||
this.label3.Location = new System.Drawing.Point(28, 26);
|
||
this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(68, 17);
|
||
this.label3.TabIndex = 6;
|
||
this.label3.Text = "方案路径:";
|
||
//
|
||
// cmbProcdure
|
||
//
|
||
this.cmbProcdure.FormattingEnabled = true;
|
||
this.cmbProcdure.Location = new System.Drawing.Point(188, 21);
|
||
this.cmbProcdure.Margin = new System.Windows.Forms.Padding(2);
|
||
this.cmbProcdure.Name = "cmbProcdure";
|
||
this.cmbProcdure.Size = new System.Drawing.Size(307, 25);
|
||
this.cmbProcdure.TabIndex = 8;
|
||
this.cmbProcdure.DropDown += new System.EventHandler(this.cmbProcdure_DropDown);
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.AutoSize = true;
|
||
this.label4.Location = new System.Drawing.Point(103, 24);
|
||
this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(68, 17);
|
||
this.label4.TabIndex = 7;
|
||
this.label4.Text = "流程列表:";
|
||
//
|
||
// vmProcedureConfigControl1
|
||
//
|
||
this.vmProcedureConfigControl1.Location = new System.Drawing.Point(20, 440);
|
||
this.vmProcedureConfigControl1.Margin = new System.Windows.Forms.Padding(2);
|
||
this.vmProcedureConfigControl1.Name = "vmProcedureConfigControl1";
|
||
this.vmProcedureConfigControl1.Size = new System.Drawing.Size(439, 440);
|
||
this.vmProcedureConfigControl1.TabIndex = 7;
|
||
// TODO: “”的代码生成失败,原因是出现异常“无效的基元类型: System.IntPtr。请考虑使用 CodeObjectCreateExpression。”。
|
||
//
|
||
// groupBox2
|
||
//
|
||
this.groupBox2.Controls.Add(this.btnAutoRun);
|
||
this.groupBox2.Controls.Add(this.cmbProcdure);
|
||
this.groupBox2.Controls.Add(this.label4);
|
||
this.groupBox2.Controls.Add(this.btnProExecStop);
|
||
this.groupBox2.Controls.Add(this.btnProExecAlway);
|
||
this.groupBox2.Controls.Add(this.btnProExecOnce);
|
||
this.groupBox2.Controls.Add(this.btnProDel);
|
||
this.groupBox2.Controls.Add(this.btnProExpo);
|
||
this.groupBox2.Controls.Add(this.btnProImport);
|
||
this.groupBox2.Location = new System.Drawing.Point(881, 167);
|
||
this.groupBox2.Name = "groupBox2";
|
||
this.groupBox2.Size = new System.Drawing.Size(505, 145);
|
||
this.groupBox2.TabIndex = 7;
|
||
this.groupBox2.TabStop = false;
|
||
this.groupBox2.Text = "流程操作";
|
||
//
|
||
// btnAutoRun
|
||
//
|
||
this.btnAutoRun.Location = new System.Drawing.Point(11, 53);
|
||
this.btnAutoRun.Name = "btnAutoRun";
|
||
this.btnAutoRun.Size = new System.Drawing.Size(75, 64);
|
||
this.btnAutoRun.TabIndex = 9;
|
||
this.btnAutoRun.Text = "自动运行";
|
||
this.btnAutoRun.UseVisualStyleBackColor = true;
|
||
this.btnAutoRun.Click += new System.EventHandler(this.btnAutoRun_Click);
|
||
//
|
||
// btnProExecStop
|
||
//
|
||
this.btnProExecStop.Location = new System.Drawing.Point(372, 97);
|
||
this.btnProExecStop.Name = "btnProExecStop";
|
||
this.btnProExecStop.Size = new System.Drawing.Size(127, 38);
|
||
this.btnProExecStop.TabIndex = 8;
|
||
this.btnProExecStop.Text = "停止执行";
|
||
this.btnProExecStop.UseVisualStyleBackColor = true;
|
||
this.btnProExecStop.Click += new System.EventHandler(this.btnProExecStop_Click);
|
||
//
|
||
// btnProExecAlway
|
||
//
|
||
this.btnProExecAlway.Location = new System.Drawing.Point(239, 97);
|
||
this.btnProExecAlway.Name = "btnProExecAlway";
|
||
this.btnProExecAlway.Size = new System.Drawing.Size(127, 38);
|
||
this.btnProExecAlway.TabIndex = 7;
|
||
this.btnProExecAlway.Text = "连续执行";
|
||
this.btnProExecAlway.UseVisualStyleBackColor = true;
|
||
this.btnProExecAlway.Click += new System.EventHandler(this.btnProExecAlway_Click);
|
||
//
|
||
// btnProExecOnce
|
||
//
|
||
this.btnProExecOnce.Location = new System.Drawing.Point(106, 97);
|
||
this.btnProExecOnce.Name = "btnProExecOnce";
|
||
this.btnProExecOnce.Size = new System.Drawing.Size(127, 38);
|
||
this.btnProExecOnce.TabIndex = 6;
|
||
this.btnProExecOnce.Text = "执行一次";
|
||
this.btnProExecOnce.UseVisualStyleBackColor = true;
|
||
this.btnProExecOnce.Click += new System.EventHandler(this.btnProExecOnce_Click);
|
||
//
|
||
// btnProDel
|
||
//
|
||
this.btnProDel.Location = new System.Drawing.Point(372, 53);
|
||
this.btnProDel.Name = "btnProDel";
|
||
this.btnProDel.Size = new System.Drawing.Size(127, 38);
|
||
this.btnProDel.TabIndex = 5;
|
||
this.btnProDel.Text = "删除";
|
||
this.btnProDel.UseVisualStyleBackColor = true;
|
||
this.btnProDel.Click += new System.EventHandler(this.btnProDel_Click);
|
||
//
|
||
// btnProExpo
|
||
//
|
||
this.btnProExpo.Location = new System.Drawing.Point(239, 53);
|
||
this.btnProExpo.Name = "btnProExpo";
|
||
this.btnProExpo.Size = new System.Drawing.Size(127, 38);
|
||
this.btnProExpo.TabIndex = 4;
|
||
this.btnProExpo.Text = "导出";
|
||
this.btnProExpo.UseVisualStyleBackColor = true;
|
||
this.btnProExpo.Click += new System.EventHandler(this.btnProExpo_Click);
|
||
//
|
||
// btnProImport
|
||
//
|
||
this.btnProImport.Location = new System.Drawing.Point(106, 53);
|
||
this.btnProImport.Name = "btnProImport";
|
||
this.btnProImport.Size = new System.Drawing.Size(127, 38);
|
||
this.btnProImport.TabIndex = 0;
|
||
this.btnProImport.Text = "导入";
|
||
this.btnProImport.UseVisualStyleBackColor = true;
|
||
this.btnProImport.Click += new System.EventHandler(this.btnProImport_Click);
|
||
//
|
||
// groupBox3
|
||
//
|
||
this.groupBox3.Controls.Add(this.label2);
|
||
this.groupBox3.Controls.Add(this.cmbModule);
|
||
this.groupBox3.Controls.Add(this.btnModuleRenderResult);
|
||
this.groupBox3.Controls.Add(this.btnModuleExec);
|
||
this.groupBox3.Controls.Add(this.btnModuleBindingPar);
|
||
this.groupBox3.Location = new System.Drawing.Point(881, 314);
|
||
this.groupBox3.Name = "groupBox3";
|
||
this.groupBox3.Size = new System.Drawing.Size(505, 112);
|
||
this.groupBox3.TabIndex = 9;
|
||
this.groupBox3.TabStop = false;
|
||
this.groupBox3.Text = "模块操作";
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.AutoSize = true;
|
||
this.label2.Location = new System.Drawing.Point(33, 22);
|
||
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(68, 17);
|
||
this.label2.TabIndex = 9;
|
||
this.label2.Text = "模块列表:";
|
||
//
|
||
// cmbModule
|
||
//
|
||
this.cmbModule.FormattingEnabled = true;
|
||
this.cmbModule.Location = new System.Drawing.Point(106, 19);
|
||
this.cmbModule.Name = "cmbModule";
|
||
this.cmbModule.Size = new System.Drawing.Size(389, 25);
|
||
this.cmbModule.TabIndex = 9;
|
||
this.cmbModule.DropDown += new System.EventHandler(this.cmbModule_DropDown);
|
||
//
|
||
// btnModuleRenderResult
|
||
//
|
||
this.btnModuleRenderResult.Location = new System.Drawing.Point(372, 61);
|
||
this.btnModuleRenderResult.Name = "btnModuleRenderResult";
|
||
this.btnModuleRenderResult.Size = new System.Drawing.Size(127, 38);
|
||
this.btnModuleRenderResult.TabIndex = 5;
|
||
this.btnModuleRenderResult.Text = "渲染结果";
|
||
this.btnModuleRenderResult.UseVisualStyleBackColor = true;
|
||
this.btnModuleRenderResult.Click += new System.EventHandler(this.btnModuleRenderResult_Click);
|
||
//
|
||
// btnModuleExec
|
||
//
|
||
this.btnModuleExec.Location = new System.Drawing.Point(239, 61);
|
||
this.btnModuleExec.Name = "btnModuleExec";
|
||
this.btnModuleExec.Size = new System.Drawing.Size(127, 38);
|
||
this.btnModuleExec.TabIndex = 4;
|
||
this.btnModuleExec.Text = "执行模块";
|
||
this.btnModuleExec.UseVisualStyleBackColor = true;
|
||
this.btnModuleExec.Click += new System.EventHandler(this.btnModuleExec_Click);
|
||
//
|
||
// btnModuleBindingPar
|
||
//
|
||
this.btnModuleBindingPar.Location = new System.Drawing.Point(106, 61);
|
||
this.btnModuleBindingPar.Name = "btnModuleBindingPar";
|
||
this.btnModuleBindingPar.Size = new System.Drawing.Size(127, 38);
|
||
this.btnModuleBindingPar.TabIndex = 0;
|
||
this.btnModuleBindingPar.Text = "绑定参数";
|
||
this.btnModuleBindingPar.UseVisualStyleBackColor = true;
|
||
this.btnModuleBindingPar.Click += new System.EventHandler(this.btnModuleBindingPar_Click);
|
||
//
|
||
// listBox1
|
||
//
|
||
this.listBox1.FormattingEnabled = true;
|
||
this.listBox1.ItemHeight = 17;
|
||
this.listBox1.Location = new System.Drawing.Point(882, 431);
|
||
this.listBox1.Name = "listBox1";
|
||
this.listBox1.Size = new System.Drawing.Size(516, 446);
|
||
this.listBox1.TabIndex = 10;
|
||
//
|
||
// groupBox4
|
||
//
|
||
this.groupBox4.Controls.Add(this.pictureBox1);
|
||
this.groupBox4.Location = new System.Drawing.Point(463, 58);
|
||
this.groupBox4.Margin = new System.Windows.Forms.Padding(2);
|
||
this.groupBox4.Name = "groupBox4";
|
||
this.groupBox4.Padding = new System.Windows.Forms.Padding(2);
|
||
this.groupBox4.Size = new System.Drawing.Size(414, 376);
|
||
this.groupBox4.TabIndex = 11;
|
||
this.groupBox4.TabStop = false;
|
||
this.groupBox4.Text = "视图窗口";
|
||
//
|
||
// pictureBox1
|
||
//
|
||
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.pictureBox1.Location = new System.Drawing.Point(2, 18);
|
||
this.pictureBox1.Name = "pictureBox1";
|
||
this.pictureBox1.Size = new System.Drawing.Size(410, 356);
|
||
this.pictureBox1.TabIndex = 0;
|
||
this.pictureBox1.TabStop = false;
|
||
//
|
||
// groupBox6
|
||
//
|
||
this.groupBox6.Controls.Add(this.vmParamsConfigControl1);
|
||
this.groupBox6.Location = new System.Drawing.Point(463, 432);
|
||
this.groupBox6.Margin = new System.Windows.Forms.Padding(2);
|
||
this.groupBox6.Name = "groupBox6";
|
||
this.groupBox6.Padding = new System.Windows.Forms.Padding(2);
|
||
this.groupBox6.Size = new System.Drawing.Size(409, 447);
|
||
this.groupBox6.TabIndex = 12;
|
||
this.groupBox6.TabStop = false;
|
||
this.groupBox6.Text = "参数配置";
|
||
//
|
||
// vmParamsConfigControl1
|
||
//
|
||
this.vmParamsConfigControl1.BackColor = System.Drawing.Color.White;
|
||
this.vmParamsConfigControl1.Dock = System.Windows.Forms.DockStyle.Fill;
|
||
this.vmParamsConfigControl1.Location = new System.Drawing.Point(2, 18);
|
||
this.vmParamsConfigControl1.ModuleSource = null;
|
||
this.vmParamsConfigControl1.Name = "vmParamsConfigControl1";
|
||
this.vmParamsConfigControl1.ParamsConfig = null;
|
||
this.vmParamsConfigControl1.Size = new System.Drawing.Size(405, 427);
|
||
this.vmParamsConfigControl1.TabIndex = 0;
|
||
//
|
||
// groupBox5
|
||
//
|
||
this.groupBox5.Controls.Add(this.lblStableOkTime);
|
||
this.groupBox5.Controls.Add(this.lblComponent2);
|
||
this.groupBox5.Controls.Add(this.lblLayer);
|
||
this.groupBox5.Controls.Add(this.lblComponent1);
|
||
this.groupBox5.Controls.Add(this.lblTotalResult);
|
||
this.groupBox5.Controls.Add(this.lblRunState);
|
||
this.groupBox5.Location = new System.Drawing.Point(23, 58);
|
||
this.groupBox5.Name = "groupBox5";
|
||
this.groupBox5.Size = new System.Drawing.Size(435, 374);
|
||
this.groupBox5.TabIndex = 13;
|
||
this.groupBox5.TabStop = false;
|
||
this.groupBox5.Text = "自动运行结果";
|
||
//
|
||
// lblRunState
|
||
//
|
||
this.lblRunState.Font = new System.Drawing.Font("微软雅黑", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblRunState.Location = new System.Drawing.Point(6, 297);
|
||
this.lblRunState.Name = "lblRunState";
|
||
this.lblRunState.Size = new System.Drawing.Size(423, 71);
|
||
this.lblRunState.TabIndex = 0;
|
||
this.lblRunState.Text = "运行状态";
|
||
this.lblRunState.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// lblTotalResult
|
||
//
|
||
this.lblTotalResult.AutoSize = true;
|
||
this.lblTotalResult.Font = new System.Drawing.Font("微软雅黑", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblTotalResult.ForeColor = System.Drawing.Color.LimeGreen;
|
||
this.lblTotalResult.Location = new System.Drawing.Point(22, 88);
|
||
this.lblTotalResult.Name = "lblTotalResult";
|
||
this.lblTotalResult.Size = new System.Drawing.Size(392, 64);
|
||
this.lblTotalResult.TabIndex = 1;
|
||
this.lblTotalResult.Text = "总结果:OK/NG";
|
||
//
|
||
// lblComponent1
|
||
//
|
||
this.lblComponent1.AutoSize = true;
|
||
this.lblComponent1.Font = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblComponent1.ForeColor = System.Drawing.Color.Red;
|
||
this.lblComponent1.Location = new System.Drawing.Point(74, 158);
|
||
this.lblComponent1.Name = "lblComponent1";
|
||
this.lblComponent1.Size = new System.Drawing.Size(248, 42);
|
||
this.lblComponent1.TabIndex = 2;
|
||
this.lblComponent1.Text = "组件1:OK/NG";
|
||
//
|
||
// lblLayer
|
||
//
|
||
this.lblLayer.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
|
||
this.lblLayer.Font = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblLayer.ForeColor = System.Drawing.SystemColors.Control;
|
||
this.lblLayer.Location = new System.Drawing.Point(6, 20);
|
||
this.lblLayer.Name = "lblLayer";
|
||
this.lblLayer.Size = new System.Drawing.Size(423, 64);
|
||
this.lblLayer.TabIndex = 3;
|
||
this.lblLayer.Text = "当前层:A-Layer";
|
||
this.lblLayer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// lblComponent2
|
||
//
|
||
this.lblComponent2.AutoSize = true;
|
||
this.lblComponent2.Font = new System.Drawing.Font("微软雅黑", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblComponent2.ForeColor = System.Drawing.Color.Red;
|
||
this.lblComponent2.Location = new System.Drawing.Point(74, 204);
|
||
this.lblComponent2.Name = "lblComponent2";
|
||
this.lblComponent2.Size = new System.Drawing.Size(248, 42);
|
||
this.lblComponent2.TabIndex = 4;
|
||
this.lblComponent2.Text = "组件2:OK/NG";
|
||
//
|
||
// lblStableOkTime
|
||
//
|
||
this.lblStableOkTime.AutoSize = true;
|
||
this.lblStableOkTime.Font = new System.Drawing.Font("微软雅黑", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.lblStableOkTime.ForeColor = System.Drawing.Color.Gray;
|
||
this.lblStableOkTime.Location = new System.Drawing.Point(76, 255);
|
||
this.lblStableOkTime.Name = "lblStableOkTime";
|
||
this.lblStableOkTime.Size = new System.Drawing.Size(117, 28);
|
||
this.lblStableOkTime.TabIndex = 5;
|
||
this.lblStableOkTime.Text = "维持时间:";
|
||
//
|
||
// MainForm
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 17F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(1400, 900);
|
||
this.Controls.Add(this.groupBox5);
|
||
this.Controls.Add(this.groupBox6);
|
||
this.Controls.Add(this.groupBox4);
|
||
this.Controls.Add(this.listBox1);
|
||
this.Controls.Add(this.groupBox3);
|
||
this.Controls.Add(this.groupBox2);
|
||
this.Controls.Add(this.vmProcedureConfigControl1);
|
||
this.Controls.Add(this.groupBox1);
|
||
this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||
this.Margin = new System.Windows.Forms.Padding(4);
|
||
this.Name = "MainForm";
|
||
this.Style = ReaLTaiizor.Enum.Poison.ColorStyle.Black;
|
||
this.Text = "机器视觉系统ORPAON-v26.1";
|
||
this.Theme = ReaLTaiizor.Enum.Poison.ThemeStyle.Default;
|
||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
||
this.Load += new System.EventHandler(this.MainForm_Load);
|
||
this.groupBox1.ResumeLayout(false);
|
||
this.groupBox1.PerformLayout();
|
||
this.groupBox2.ResumeLayout(false);
|
||
this.groupBox2.PerformLayout();
|
||
this.groupBox3.ResumeLayout(false);
|
||
this.groupBox3.PerformLayout();
|
||
this.groupBox4.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||
this.groupBox6.ResumeLayout(false);
|
||
this.groupBox5.ResumeLayout(false);
|
||
this.groupBox5.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.Button btnLoadSolution;
|
||
private System.Windows.Forms.TextBox txtSolutionAddress;
|
||
private System.Windows.Forms.Button btnSelctedSolution;
|
||
private System.Windows.Forms.Button btnExecutSolution;
|
||
private System.Windows.Forms.Button btnSaveSolution;
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private VMControls.Winform.Release.VmProcedureConfigControl vmProcedureConfigControl1;
|
||
private System.Windows.Forms.GroupBox groupBox2;
|
||
private System.Windows.Forms.Button btnProDel;
|
||
private System.Windows.Forms.Button btnProExpo;
|
||
private System.Windows.Forms.Button btnProImport;
|
||
private System.Windows.Forms.Button btnProExecStop;
|
||
private System.Windows.Forms.Button btnProExecAlway;
|
||
private System.Windows.Forms.Button btnProExecOnce;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.GroupBox groupBox3;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.ComboBox cmbModule;
|
||
private System.Windows.Forms.Button btnModuleRenderResult;
|
||
private System.Windows.Forms.Button btnModuleExec;
|
||
private System.Windows.Forms.Button btnModuleBindingPar;
|
||
private System.Windows.Forms.ListBox listBox1;
|
||
private System.Windows.Forms.GroupBox groupBox4;
|
||
private System.Windows.Forms.GroupBox groupBox6;
|
||
private VMControls.Winform.Release.VmParamsConfigControl vmParamsConfigControl1;
|
||
private System.Windows.Forms.ComboBox cmbProcdure;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.PictureBox pictureBox1;
|
||
private System.Windows.Forms.GroupBox groupBox5;
|
||
private System.Windows.Forms.Label lblRunState;
|
||
private System.Windows.Forms.Button btnAutoRun;
|
||
private System.Windows.Forms.Label lblTotalResult;
|
||
private System.Windows.Forms.Label lblComponent1;
|
||
private System.Windows.Forms.Label lblLayer;
|
||
private System.Windows.Forms.Label lblComponent2;
|
||
private System.Windows.Forms.Label lblStableOkTime;
|
||
}
|
||
}
|
||
|