123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374 |
- namespace VzClientSDKDemo
- {
- partial class BaseConfig_From
- {
- /// <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.label1 = new System.Windows.Forms.Label();
- this.m_chkResult = new System.Windows.Forms.CheckBox();
- this.m_chkPlatePos = new System.Windows.Forms.CheckBox();
- this.m_chkVirtualAndReco = new System.Windows.Forms.CheckBox();
- this.m_chkIO1 = new System.Windows.Forms.CheckBox();
- this.m_chkVirtualTri = new System.Windows.Forms.CheckBox();
- this.m_chkStableTri = new System.Windows.Forms.CheckBox();
- this.label2 = new System.Windows.Forms.Label();
- this.m_chkIO2 = new System.Windows.Forms.CheckBox();
- this.m_chkIO3 = new System.Windows.Forms.CheckBox();
- this.m_chkArm = new System.Windows.Forms.CheckBox();
- this.m_chkTablets = new System.Windows.Forms.CheckBox();
- this.m_chkCoach = new System.Windows.Forms.CheckBox();
- this.m_chkYellow = new System.Windows.Forms.CheckBox();
- this.m_chkBlue = new System.Windows.Forms.CheckBox();
- this.label3 = new System.Windows.Forms.Label();
- this.m_chkBlack = new System.Windows.Forms.CheckBox();
- this.m_chkEC = new System.Windows.Forms.CheckBox();
- this.m_chkHK = new System.Windows.Forms.CheckBox();
- this.m_chkTag = new System.Windows.Forms.CheckBox();
- this.m_btnOK = new System.Windows.Forms.Button();
- this.m_chkEnergy = new System.Windows.Forms.CheckBox();
- this.m_chkAviation = new System.Windows.Forms.CheckBox();
- this.m_chkNoPlate = new System.Windows.Forms.CheckBox();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(16, 31);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(53, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "实时显示";
- //
- // m_chkResult
- //
- this.m_chkResult.AutoSize = true;
- this.m_chkResult.Location = new System.Drawing.Point(81, 29);
- this.m_chkResult.Name = "m_chkResult";
- this.m_chkResult.Size = new System.Drawing.Size(72, 16);
- this.m_chkResult.TabIndex = 1;
- this.m_chkResult.Text = "实时结果";
- this.m_chkResult.UseVisualStyleBackColor = true;
- //
- // m_chkPlatePos
- //
- this.m_chkPlatePos.AutoSize = true;
- this.m_chkPlatePos.Location = new System.Drawing.Point(183, 29);
- this.m_chkPlatePos.Name = "m_chkPlatePos";
- this.m_chkPlatePos.Size = new System.Drawing.Size(72, 16);
- this.m_chkPlatePos.TabIndex = 2;
- this.m_chkPlatePos.Text = "车牌位置";
- this.m_chkPlatePos.UseVisualStyleBackColor = true;
- //
- // m_chkVirtualAndReco
- //
- this.m_chkVirtualAndReco.AutoSize = true;
- this.m_chkVirtualAndReco.Location = new System.Drawing.Point(279, 29);
- this.m_chkVirtualAndReco.Name = "m_chkVirtualAndReco";
- this.m_chkVirtualAndReco.Size = new System.Drawing.Size(132, 16);
- this.m_chkVirtualAndReco.TabIndex = 3;
- this.m_chkVirtualAndReco.Text = "虚拟线圈和识别区域";
- this.m_chkVirtualAndReco.UseVisualStyleBackColor = true;
- //
- // m_chkIO1
- //
- this.m_chkIO1.AutoSize = true;
- this.m_chkIO1.Location = new System.Drawing.Point(81, 100);
- this.m_chkIO1.Name = "m_chkIO1";
- this.m_chkIO1.Size = new System.Drawing.Size(90, 16);
- this.m_chkIO1.TabIndex = 7;
- this.m_chkIO1.Text = "IO输入1触发";
- this.m_chkIO1.UseVisualStyleBackColor = true;
- //
- // m_chkVirtualTri
- //
- this.m_chkVirtualTri.AutoSize = true;
- this.m_chkVirtualTri.Location = new System.Drawing.Point(183, 63);
- this.m_chkVirtualTri.Name = "m_chkVirtualTri";
- this.m_chkVirtualTri.Size = new System.Drawing.Size(96, 16);
- this.m_chkVirtualTri.TabIndex = 6;
- this.m_chkVirtualTri.Text = "虚拟线圈触发";
- this.m_chkVirtualTri.UseVisualStyleBackColor = true;
- //
- // m_chkStableTri
- //
- this.m_chkStableTri.AutoSize = true;
- this.m_chkStableTri.Location = new System.Drawing.Point(81, 63);
- this.m_chkStableTri.Name = "m_chkStableTri";
- this.m_chkStableTri.Size = new System.Drawing.Size(96, 16);
- this.m_chkStableTri.TabIndex = 5;
- this.m_chkStableTri.Text = "稳定识别触发";
- this.m_chkStableTri.UseVisualStyleBackColor = true;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(16, 65);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(53, 12);
- this.label2.TabIndex = 4;
- this.label2.Text = "输出结果";
- //
- // m_chkIO2
- //
- this.m_chkIO2.AutoSize = true;
- this.m_chkIO2.Location = new System.Drawing.Point(183, 100);
- this.m_chkIO2.Name = "m_chkIO2";
- this.m_chkIO2.Size = new System.Drawing.Size(90, 16);
- this.m_chkIO2.TabIndex = 8;
- this.m_chkIO2.Text = "IO输入2触发";
- this.m_chkIO2.UseVisualStyleBackColor = true;
- //
- // m_chkIO3
- //
- this.m_chkIO3.AutoSize = true;
- this.m_chkIO3.Location = new System.Drawing.Point(279, 100);
- this.m_chkIO3.Name = "m_chkIO3";
- this.m_chkIO3.Size = new System.Drawing.Size(90, 16);
- this.m_chkIO3.TabIndex = 9;
- this.m_chkIO3.Text = "IO输入3触发";
- this.m_chkIO3.UseVisualStyleBackColor = true;
- this.m_chkIO3.Visible = false;
- //
- // m_chkArm
- //
- this.m_chkArm.AutoSize = true;
- this.m_chkArm.Location = new System.Drawing.Point(279, 167);
- this.m_chkArm.Name = "m_chkArm";
- this.m_chkArm.Size = new System.Drawing.Size(48, 16);
- this.m_chkArm.TabIndex = 15;
- this.m_chkArm.Text = "武警";
- this.m_chkArm.UseVisualStyleBackColor = true;
- //
- // m_chkTablets
- //
- this.m_chkTablets.AutoSize = true;
- this.m_chkTablets.Location = new System.Drawing.Point(183, 167);
- this.m_chkTablets.Name = "m_chkTablets";
- this.m_chkTablets.Size = new System.Drawing.Size(48, 16);
- this.m_chkTablets.TabIndex = 14;
- this.m_chkTablets.Text = "警牌";
- this.m_chkTablets.UseVisualStyleBackColor = true;
- //
- // m_chkCoach
- //
- this.m_chkCoach.AutoSize = true;
- this.m_chkCoach.Location = new System.Drawing.Point(81, 167);
- this.m_chkCoach.Name = "m_chkCoach";
- this.m_chkCoach.Size = new System.Drawing.Size(48, 16);
- this.m_chkCoach.TabIndex = 13;
- this.m_chkCoach.Text = "教练";
- this.m_chkCoach.UseVisualStyleBackColor = true;
- //
- // m_chkYellow
- //
- this.m_chkYellow.AutoSize = true;
- this.m_chkYellow.Location = new System.Drawing.Point(183, 130);
- this.m_chkYellow.Name = "m_chkYellow";
- this.m_chkYellow.Size = new System.Drawing.Size(48, 16);
- this.m_chkYellow.TabIndex = 12;
- this.m_chkYellow.Text = "黄牌";
- this.m_chkYellow.UseVisualStyleBackColor = true;
- //
- // m_chkBlue
- //
- this.m_chkBlue.AutoSize = true;
- this.m_chkBlue.Location = new System.Drawing.Point(81, 130);
- this.m_chkBlue.Name = "m_chkBlue";
- this.m_chkBlue.Size = new System.Drawing.Size(48, 16);
- this.m_chkBlue.TabIndex = 11;
- this.m_chkBlue.Text = "蓝牌";
- this.m_chkBlue.UseVisualStyleBackColor = true;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(16, 132);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(53, 12);
- this.label3.TabIndex = 10;
- this.label3.Text = "识别类型";
- //
- // m_chkBlack
- //
- this.m_chkBlack.AutoSize = true;
- this.m_chkBlack.Location = new System.Drawing.Point(279, 129);
- this.m_chkBlack.Name = "m_chkBlack";
- this.m_chkBlack.Size = new System.Drawing.Size(48, 16);
- this.m_chkBlack.TabIndex = 16;
- this.m_chkBlack.Text = "黑牌";
- this.m_chkBlack.UseVisualStyleBackColor = true;
- this.m_chkBlack.Visible = false;
- //
- // m_chkEC
- //
- this.m_chkEC.AutoSize = true;
- this.m_chkEC.Location = new System.Drawing.Point(279, 205);
- this.m_chkEC.Name = "m_chkEC";
- this.m_chkEC.Size = new System.Drawing.Size(60, 16);
- this.m_chkEC.TabIndex = 19;
- this.m_chkEC.Text = "使领馆";
- this.m_chkEC.UseVisualStyleBackColor = true;
- //
- // m_chkHK
- //
- this.m_chkHK.AutoSize = true;
- this.m_chkHK.Location = new System.Drawing.Point(183, 205);
- this.m_chkHK.Name = "m_chkHK";
- this.m_chkHK.Size = new System.Drawing.Size(48, 16);
- this.m_chkHK.TabIndex = 18;
- this.m_chkHK.Text = "港澳";
- this.m_chkHK.UseVisualStyleBackColor = true;
- //
- // m_chkTag
- //
- this.m_chkTag.AutoSize = true;
- this.m_chkTag.Location = new System.Drawing.Point(81, 205);
- this.m_chkTag.Name = "m_chkTag";
- this.m_chkTag.Size = new System.Drawing.Size(48, 16);
- this.m_chkTag.TabIndex = 17;
- this.m_chkTag.Text = "军牌";
- this.m_chkTag.UseVisualStyleBackColor = true;
- //
- // m_btnOK
- //
- this.m_btnOK.Location = new System.Drawing.Point(368, 295);
- this.m_btnOK.Name = "m_btnOK";
- this.m_btnOK.Size = new System.Drawing.Size(75, 23);
- this.m_btnOK.TabIndex = 20;
- this.m_btnOK.Text = "确定";
- this.m_btnOK.UseVisualStyleBackColor = true;
- this.m_btnOK.Click += new System.EventHandler(this.m_btnOK_Click);
- //
- // m_chkEnergy
- //
- this.m_chkEnergy.AutoSize = true;
- this.m_chkEnergy.Location = new System.Drawing.Point(183, 237);
- this.m_chkEnergy.Name = "m_chkEnergy";
- this.m_chkEnergy.Size = new System.Drawing.Size(60, 16);
- this.m_chkEnergy.TabIndex = 22;
- this.m_chkEnergy.Text = "新能源";
- this.m_chkEnergy.UseVisualStyleBackColor = true;
- //
- // m_chkAviation
- //
- this.m_chkAviation.AutoSize = true;
- this.m_chkAviation.Location = new System.Drawing.Point(81, 237);
- this.m_chkAviation.Name = "m_chkAviation";
- this.m_chkAviation.Size = new System.Drawing.Size(48, 16);
- this.m_chkAviation.TabIndex = 21;
- this.m_chkAviation.Text = "民航";
- this.m_chkAviation.UseVisualStyleBackColor = true;
- //
- // m_chkNoPlate
- //
- this.m_chkNoPlate.AutoSize = true;
- this.m_chkNoPlate.Location = new System.Drawing.Point(279, 237);
- this.m_chkNoPlate.Name = "m_chkNoPlate";
- this.m_chkNoPlate.Size = new System.Drawing.Size(60, 16);
- this.m_chkNoPlate.TabIndex = 23;
- this.m_chkNoPlate.Text = "无车牌";
- this.m_chkNoPlate.UseVisualStyleBackColor = true;
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Controls.Add(this.m_chkNoPlate);
- this.groupBox1.Controls.Add(this.m_chkResult);
- this.groupBox1.Controls.Add(this.m_chkEnergy);
- this.groupBox1.Controls.Add(this.m_chkPlatePos);
- this.groupBox1.Controls.Add(this.m_chkAviation);
- this.groupBox1.Controls.Add(this.m_chkVirtualAndReco);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.m_chkEC);
- this.groupBox1.Controls.Add(this.m_chkStableTri);
- this.groupBox1.Controls.Add(this.m_chkHK);
- this.groupBox1.Controls.Add(this.m_chkVirtualTri);
- this.groupBox1.Controls.Add(this.m_chkTag);
- this.groupBox1.Controls.Add(this.m_chkIO1);
- this.groupBox1.Controls.Add(this.m_chkBlack);
- this.groupBox1.Controls.Add(this.m_chkIO2);
- this.groupBox1.Controls.Add(this.m_chkArm);
- this.groupBox1.Controls.Add(this.m_chkIO3);
- this.groupBox1.Controls.Add(this.m_chkTablets);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.m_chkCoach);
- this.groupBox1.Controls.Add(this.m_chkBlue);
- this.groupBox1.Controls.Add(this.m_chkYellow);
- this.groupBox1.Location = new System.Drawing.Point(12, 12);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(431, 277);
- this.groupBox1.TabIndex = 24;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "基本设置";
- //
- // BaseConfig_From
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(466, 328);
- this.Controls.Add(this.groupBox1);
- this.Controls.Add(this.m_btnOK);
- this.Name = "BaseConfig_From";
- this.Text = "基本配置";
- this.Load += new System.EventHandler(this.BaseConfig_From_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.CheckBox m_chkResult;
- private System.Windows.Forms.CheckBox m_chkPlatePos;
- private System.Windows.Forms.CheckBox m_chkVirtualAndReco;
- private System.Windows.Forms.CheckBox m_chkIO1;
- private System.Windows.Forms.CheckBox m_chkVirtualTri;
- private System.Windows.Forms.CheckBox m_chkStableTri;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.CheckBox m_chkIO2;
- private System.Windows.Forms.CheckBox m_chkIO3;
- private System.Windows.Forms.CheckBox m_chkArm;
- private System.Windows.Forms.CheckBox m_chkTablets;
- private System.Windows.Forms.CheckBox m_chkCoach;
- private System.Windows.Forms.CheckBox m_chkYellow;
- private System.Windows.Forms.CheckBox m_chkBlue;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.CheckBox m_chkBlack;
- private System.Windows.Forms.CheckBox m_chkEC;
- private System.Windows.Forms.CheckBox m_chkHK;
- private System.Windows.Forms.CheckBox m_chkTag;
- private System.Windows.Forms.Button m_btnOK;
- private System.Windows.Forms.CheckBox m_chkEnergy;
- private System.Windows.Forms.CheckBox m_chkAviation;
- private System.Windows.Forms.CheckBox m_chkNoPlate;
- private System.Windows.Forms.GroupBox groupBox1;
- }
- }
|