⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 formmin.designer.cs

📁 指纹识别程序
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace Fingerprint
{
    partial class FormMin
    {
        /// <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()
        {
            this.components = new System.ComponentModel.Container();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.chkRtsEnable = new System.Windows.Forms.CheckBox();
            this.chkDtrEnable = new System.Windows.Forms.CheckBox();
            this.comboBox5 = new System.Windows.Forms.ComboBox();
            this.CmbTxtParity = new System.Windows.Forms.ComboBox();
            this.CmbTxtStopBit = new System.Windows.Forms.ComboBox();
            this.CmbTxtDataBits = new System.Windows.Forms.ComboBox();
            this.CmbTxtBaudRate = new System.Windows.Forms.ComboBox();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.pic_state = new System.Windows.Forms.PictureBox();
            this.btnOpen = new System.Windows.Forms.Button();
            this.serialPort1 = new System.IO.Ports.SerialPort(this.components);
            this.CmbTxtPortName = new System.Windows.Forms.ComboBox();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.groupBox4 = new System.Windows.Forms.GroupBox();
            this.RevDataChars = new System.Windows.Forms.TextBox();
            this.groupBox2 = new System.Windows.Forms.GroupBox();
            this.RevDataHex = new System.Windows.Forms.TextBox();
            this.btnSend = new System.Windows.Forms.Button();
            this.SendData = new System.Windows.Forms.TextBox();
            this.groupBox5 = new System.Windows.Forms.GroupBox();
            this.label6 = new System.Windows.Forms.Label();
            this.times = new System.Windows.Forms.TextBox();
            this.chkAutoSend = new System.Windows.Forms.CheckBox();
            this.groupBox6 = new System.Windows.Forms.GroupBox();
            this.listBox1 = new System.Windows.Forms.ListBox();
            this.timer1 = new System.Windows.Forms.Timer(this.components);
            this.btnAddZW = new System.Windows.Forms.Button();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.button1 = new System.Windows.Forms.Button();
            this.button2 = new System.Windows.Forms.Button();
            this.button3 = new System.Windows.Forms.Button();
            this.button4 = new System.Windows.Forms.Button();
            this.button5 = new System.Windows.Forms.Button();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pic_state)).BeginInit();
            this.groupBox3.SuspendLayout();
            this.groupBox4.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.groupBox6.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // statusStrip1
            // 
            this.statusStrip1.Location = new System.Drawing.Point(0, 541);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(956, 22);
            this.statusStrip1.TabIndex = 0;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.chkRtsEnable);
            this.groupBox1.Controls.Add(this.chkDtrEnable);
            this.groupBox1.Controls.Add(this.comboBox5);
            this.groupBox1.Controls.Add(this.CmbTxtParity);
            this.groupBox1.Controls.Add(this.CmbTxtStopBit);
            this.groupBox1.Controls.Add(this.CmbTxtDataBits);
            this.groupBox1.Controls.Add(this.CmbTxtBaudRate);
            this.groupBox1.Controls.Add(this.label5);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(937, 29);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(348, 109);
            this.groupBox1.TabIndex = 1;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "串口参数";
            this.groupBox1.Visible = false;
            // 
            // chkRtsEnable
            // 
            this.chkRtsEnable.AutoSize = true;
            this.chkRtsEnable.Location = new System.Drawing.Point(279, 78);
            this.chkRtsEnable.Name = "chkRtsEnable";
            this.chkRtsEnable.Size = new System.Drawing.Size(42, 16);
            this.chkRtsEnable.TabIndex = 11;
            this.chkRtsEnable.Text = "RTS";
            this.chkRtsEnable.UseVisualStyleBackColor = true;
            // 
            // chkDtrEnable
            // 
            this.chkDtrEnable.AutoSize = true;
            this.chkDtrEnable.Location = new System.Drawing.Point(190, 78);
            this.chkDtrEnable.Name = "chkDtrEnable";
            this.chkDtrEnable.Size = new System.Drawing.Size(42, 16);
            this.chkDtrEnable.TabIndex = 10;
            this.chkDtrEnable.Text = "DTR";
            this.chkDtrEnable.UseVisualStyleBackColor = true;
            // 
            // comboBox5
            // 
            this.comboBox5.Enabled = false;
            this.comboBox5.FormattingEnabled = true;
            this.comboBox5.Items.AddRange(new object[] {
            "Hardware",
            "Software",
            "None"});
            this.comboBox5.Location = new System.Drawing.Point(232, 47);
            this.comboBox5.Name = "comboBox5";
            this.comboBox5.Size = new System.Drawing.Size(99, 20);
            this.comboBox5.TabIndex = 9;
            this.comboBox5.Text = "None";
            // 
            // CmbTxtParity
            // 
            this.CmbTxtParity.FormattingEnabled = true;
            this.CmbTxtParity.Items.AddRange(new object[] {
            "None",
            "Odd",
            "Even",
            "Mark",
            "Space"});
            this.CmbTxtParity.Location = new System.Drawing.Point(232, 22);
            this.CmbTxtParity.Name = "CmbTxtParity";
            this.CmbTxtParity.Size = new System.Drawing.Size(99, 20);
            this.CmbTxtParity.TabIndex = 8;
            this.CmbTxtParity.Text = "None";
            // 
            // CmbTxtStopBit
            // 
            this.CmbTxtStopBit.FormattingEnabled = true;
            this.CmbTxtStopBit.Items.AddRange(new object[] {
            "None",
            "1",
            "1.5",
            "2"});
            this.CmbTxtStopBit.Location = new System.Drawing.Point(62, 75);
            this.CmbTxtStopBit.Name = "CmbTxtStopBit";
            this.CmbTxtStopBit.Size = new System.Drawing.Size(99, 20);
            this.CmbTxtStopBit.TabIndex = 7;
            this.CmbTxtStopBit.Text = "1";
            // 
            // CmbTxtDataBits
            // 
            this.CmbTxtDataBits.FormattingEnabled = true;
            this.CmbTxtDataBits.Items.AddRange(new object[] {
            "5",
            "6",
            "7",
            "8"});
            this.CmbTxtDataBits.Location = new System.Drawing.Point(62, 50);
            this.CmbTxtDataBits.Name = "CmbTxtDataBits";
            this.CmbTxtDataBits.Size = new System.Drawing.Size(99, 20);
            this.CmbTxtDataBits.TabIndex = 6;
            this.CmbTxtDataBits.Text = "8";
            // 
            // CmbTxtBaudRate
            // 
            this.CmbTxtBaudRate.FormattingEnabled = true;
            this.CmbTxtBaudRate.Items.AddRange(new object[] {
            "110",
            "300",
            "600",
            "1200",
            "2400",
            "4800",
            "9600",
            "14400",
            "19200",
            "38400",
            "56000",
            "115200",
            "128000",
            "256000"});
            this.CmbTxtBaudRate.Location = new System.Drawing.Point(62, 25);
            this.CmbTxtBaudRate.Name = "CmbTxtBaudRate";
            this.CmbTxtBaudRate.Size = new System.Drawing.Size(99, 20);
            this.CmbTxtBaudRate.TabIndex = 5;
            this.CmbTxtBaudRate.Text = "19200";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(185, 50);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(41, 12);
            this.label5.TabIndex = 4;
            this.label5.Text = "流控制";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(185, 25);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(41, 12);
            this.label4.TabIndex = 3;
            this.label4.Text = "校验位";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(15, 78);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(41, 12);
            this.label3.TabIndex = 2;
            this.label3.Text = "停止位";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(15, 53);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(41, 12);
            this.label2.TabIndex = 1;
            this.label2.Text = "数据位";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(15, 28);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(41, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "波特率";
            // 
            // pic_state
            // 
            this.pic_state.Image = global::Fingerprint.Properties.Resources.Closed;
            this.pic_state.Location = new System.Drawing.Point(158, 19);
            this.pic_state.Name = "pic_state";
            this.pic_state.Size = new System.Drawing.Size(32, 32);
            this.pic_state.TabIndex = 13;
            this.pic_state.TabStop = false;
            // 
            // btnOpen
            // 
            this.btnOpen.Location = new System.Drawing.Point(226, 24);
            this.btnOpen.Name = "btnOpen";
            this.btnOpen.Size = new System.Drawing.Size(91, 23);
            this.btnOpen.TabIndex = 12;
            this.btnOpen.Text = "打开";
            this.btnOpen.UseVisualStyleBackColor = true;
            this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
            // 
            // serialPort1
            // 
            this.serialPort1.DataReceived += new System.IO.Ports.SerialDataReceivedEventHandler(this.serialPort1_DataReceived);
            // 
            // CmbTxtPortName
            // 
            this.CmbTxtPortName.FormattingEnabled = true;
            this.CmbTxtPortName.Location = new System.Drawing.Point(23, 24);
            this.CmbTxtPortName.Name = "CmbTxtPortName";
            this.CmbTxtPortName.Size = new System.Drawing.Size(99, 20);
            this.CmbTxtPortName.TabIndex = 14;
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.CmbTxtPortName);
            this.groupBox3.Controls.Add(this.btnOpen);
            this.groupBox3.Controls.Add(this.pic_state);
            this.groupBox3.Location = new System.Drawing.Point(419, 12);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(348, 62);
            this.groupBox3.TabIndex = 16;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "端口号";
            // 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -