My_DMATransfer.Designer.cs
上传用户:huajielb
上传日期:2022-07-29
资源大小:626k
文件大小:22k
源码类别:

驱动编程

开发平台:

Visual C++

  1. namespace Jungo.PLX_Sample
  2. {
  3.     partial class DMATransfer
  4.     {
  5.         /// <summary>
  6.         /// Required designer variable.
  7.         /// </summary>
  8.         private System.ComponentModel.IContainer components = null;
  9.         /// <summary>
  10.         /// Clean up any resources being used.
  11.         /// </summary>
  12.         /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13.         protected override void Dispose(bool disposing)
  14.         {
  15.             if (disposing && (components != null))
  16.             {
  17.                 components.Dispose();
  18.             }
  19.             base.Dispose(disposing);
  20.         }
  21.         #region Windows Form Designer generated code
  22.         /// <summary>
  23.         /// Required method for Designer support - do not modify
  24.         /// the contents of this method with the code editor.
  25.         /// </summary>
  26.         private void InitializeComponent()
  27.         {
  28.             this.tabControl1 = new System.Windows.Forms.TabControl();
  29.             this.tabPage1 = new System.Windows.Forms.TabPage();
  30.             this.label2 = new System.Windows.Forms.Label();
  31.             this.label5 = new System.Windows.Forms.Label();
  32.             this.txtBuffSize = new System.Windows.Forms.TextBox();
  33.             this.btTRANS = new System.Windows.Forms.Button();
  34.             this.label1 = new System.Windows.Forms.Label();
  35.             this.label4 = new System.Windows.Forms.Label();
  36.             this.txtLocalAddr = new System.Windows.Forms.TextBox();
  37.             this.chkBoxInc = new System.Windows.Forms.CheckBox();
  38.             this.groupBox4 = new System.Windows.Forms.GroupBox();
  39.             this.groupBox5 = new System.Windows.Forms.GroupBox();
  40.             this.radioButton3 = new System.Windows.Forms.RadioButton();
  41.             this.radioButton4 = new System.Windows.Forms.RadioButton();
  42.             this.Polling = new System.Windows.Forms.RadioButton();
  43.             this.Interrupt = new System.Windows.Forms.RadioButton();
  44.             this.textBox1 = new System.Windows.Forms.TextBox();
  45.             this.groupBox2 = new System.Windows.Forms.GroupBox();
  46.             this.groupBox3 = new System.Windows.Forms.GroupBox();
  47.             this.radioButton1 = new System.Windows.Forms.RadioButton();
  48.             this.radioButton2 = new System.Windows.Forms.RadioButton();
  49.             this.Writer = new System.Windows.Forms.RadioButton();
  50.             this.Read = new System.Windows.Forms.RadioButton();
  51.             this.groupBox1 = new System.Windows.Forms.GroupBox();
  52.             this.Contig = new System.Windows.Forms.RadioButton();
  53.             this.Scatter = new System.Windows.Forms.RadioButton();
  54.             this.TxtBox_OpenFilePath = new System.Windows.Forms.TextBox();
  55.             this.button1 = new System.Windows.Forms.Button();
  56.             this.btCancel = new System.Windows.Forms.Button();
  57.             this.btSubmit = new System.Windows.Forms.Button();
  58.             this.lblDmaOpen = new System.Windows.Forms.Label();
  59.             this.tabPage2 = new System.Windows.Forms.TabPage();
  60.             this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
  61.             this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
  62.             this.tabControl1.SuspendLayout();
  63.             this.tabPage1.SuspendLayout();
  64.             this.groupBox4.SuspendLayout();
  65.             this.groupBox5.SuspendLayout();
  66.             this.groupBox2.SuspendLayout();
  67.             this.groupBox3.SuspendLayout();
  68.             this.groupBox1.SuspendLayout();
  69.             this.SuspendLayout();
  70.             // 
  71.             // tabControl1
  72.             // 
  73.             this.tabControl1.Controls.Add(this.tabPage1);
  74.             this.tabControl1.Controls.Add(this.tabPage2);
  75.             this.tabControl1.Location = new System.Drawing.Point(1, 0);
  76.             this.tabControl1.Name = "tabControl1";
  77.             this.tabControl1.SelectedIndex = 0;
  78.             this.tabControl1.Size = new System.Drawing.Size(555, 408);
  79.             this.tabControl1.TabIndex = 0;
  80.             // 
  81.             // tabPage1
  82.             // 
  83.             this.tabPage1.Controls.Add(this.label2);
  84.             this.tabPage1.Controls.Add(this.label5);
  85.             this.tabPage1.Controls.Add(this.txtBuffSize);
  86.             this.tabPage1.Controls.Add(this.btTRANS);
  87.             this.tabPage1.Controls.Add(this.label1);
  88.             this.tabPage1.Controls.Add(this.label4);
  89.             this.tabPage1.Controls.Add(this.txtLocalAddr);
  90.             this.tabPage1.Controls.Add(this.chkBoxInc);
  91.             this.tabPage1.Controls.Add(this.groupBox4);
  92.             this.tabPage1.Controls.Add(this.textBox1);
  93.             this.tabPage1.Controls.Add(this.groupBox2);
  94.             this.tabPage1.Controls.Add(this.groupBox1);
  95.             this.tabPage1.Controls.Add(this.TxtBox_OpenFilePath);
  96.             this.tabPage1.Controls.Add(this.button1);
  97.             this.tabPage1.Controls.Add(this.btCancel);
  98.             this.tabPage1.Controls.Add(this.btSubmit);
  99.             this.tabPage1.Controls.Add(this.lblDmaOpen);
  100.             this.tabPage1.Location = new System.Drawing.Point(4, 21);
  101.             this.tabPage1.Name = "tabPage1";
  102.             this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  103.             this.tabPage1.Size = new System.Drawing.Size(547, 383);
  104.             this.tabPage1.TabIndex = 0;
  105.             this.tabPage1.Text = "DMA Channel 0 ";
  106.             this.tabPage1.UseVisualStyleBackColor = true;
  107.             // 
  108.             // label2
  109.             // 
  110.             this.label2.Location = new System.Drawing.Point(3, 148);
  111.             this.label2.Name = "label2";
  112.             this.label2.Size = new System.Drawing.Size(19, 25);
  113.             this.label2.TabIndex = 48;
  114.             this.label2.Text = "0x";
  115.             // 
  116.             // label5
  117.             // 
  118.             this.label5.Location = new System.Drawing.Point(3, 131);
  119.             this.label5.Name = "label5";
  120.             this.label5.Size = new System.Drawing.Size(173, 17);
  121.             this.label5.TabIndex = 47;
  122.             this.label5.Text = "DMA buffer size (hex)";
  123.             // 
  124.             // txtBuffSize
  125.             // 
  126.             this.txtBuffSize.Location = new System.Drawing.Point(22, 148);
  127.             this.txtBuffSize.Name = "txtBuffSize";
  128.             this.txtBuffSize.Size = new System.Drawing.Size(120, 21);
  129.             this.txtBuffSize.TabIndex = 46;
  130.             // 
  131.             // btTRANS
  132.             // 
  133.             this.btTRANS.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Teal;
  134.             this.btTRANS.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Purple;
  135.             this.btTRANS.FlatStyle = System.Windows.Forms.FlatStyle.System;
  136.             this.btTRANS.Location = new System.Drawing.Point(148, 89);
  137.             this.btTRANS.Margin = new System.Windows.Forms.Padding(5);
  138.             this.btTRANS.Name = "btTRANS";
  139.             this.btTRANS.Size = new System.Drawing.Size(63, 37);
  140.             this.btTRANS.TabIndex = 45;
  141.             this.btTRANS.Text = "TRANS";
  142.             this.btTRANS.UseVisualStyleBackColor = true;
  143.             this.btTRANS.Click += new System.EventHandler(this.btWrite_Click);
  144.             // 
  145.             // label1
  146.             // 
  147.             this.label1.Location = new System.Drawing.Point(3, 104);
  148.             this.label1.Name = "label1";
  149.             this.label1.Size = new System.Drawing.Size(19, 25);
  150.             this.label1.TabIndex = 44;
  151.             this.label1.Text = "0x";
  152.             // 
  153.             // label4
  154.             // 
  155.             this.label4.Location = new System.Drawing.Point(3, 87);
  156.             this.label4.Name = "label4";
  157.             this.label4.Size = new System.Drawing.Size(163, 17);
  158.             this.label4.TabIndex = 43;
  159.             this.label4.Text = "DMA local Address (hex)";
  160.             // 
  161.             // txtLocalAddr
  162.             // 
  163.             this.txtLocalAddr.Location = new System.Drawing.Point(22, 104);
  164.             this.txtLocalAddr.Name = "txtLocalAddr";
  165.             this.txtLocalAddr.Size = new System.Drawing.Size(120, 21);
  166.             this.txtLocalAddr.TabIndex = 42;
  167.             // 
  168.             // chkBoxInc
  169.             // 
  170.             this.chkBoxInc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  171.             this.chkBoxInc.Location = new System.Drawing.Point(279, 91);
  172.             this.chkBoxInc.Name = "chkBoxInc";
  173.             this.chkBoxInc.Size = new System.Drawing.Size(125, 26);
  174.             this.chkBoxInc.TabIndex = 17;
  175.             this.chkBoxInc.Text = "AutoIncrement Address";
  176.             // 
  177.             // groupBox4
  178.             // 
  179.             this.groupBox4.Controls.Add(this.groupBox5);
  180.             this.groupBox4.Controls.Add(this.Polling);
  181.             this.groupBox4.Controls.Add(this.Interrupt);
  182.             this.groupBox4.Location = new System.Drawing.Point(279, 20);
  183.             this.groupBox4.Name = "groupBox4";
  184.             this.groupBox4.Size = new System.Drawing.Size(125, 63);
  185.             this.groupBox4.TabIndex = 41;
  186.             this.groupBox4.TabStop = false;
  187.             this.groupBox4.Text = "Int/Polling";
  188.             // 
  189.             // groupBox5
  190.             // 
  191.             this.groupBox5.Controls.Add(this.radioButton3);
  192.             this.groupBox5.Controls.Add(this.radioButton4);
  193.             this.groupBox5.Location = new System.Drawing.Point(131, 0);
  194.             this.groupBox5.Name = "groupBox5";
  195.             this.groupBox5.Size = new System.Drawing.Size(125, 63);
  196.             this.groupBox5.TabIndex = 41;
  197.             this.groupBox5.TabStop = false;
  198.             this.groupBox5.Text = "Read/Write";
  199.             // 
  200.             // radioButton3
  201.             // 
  202.             this.radioButton3.AutoSize = true;
  203.             this.radioButton3.Location = new System.Drawing.Point(15, 40);
  204.             this.radioButton3.Name = "radioButton3";
  205.             this.radioButton3.Size = new System.Drawing.Size(91, 16);
  206.             this.radioButton3.TabIndex = 3;
  207.             this.radioButton3.Text = "radioButton3";
  208.             this.radioButton3.UseVisualStyleBackColor = true;
  209.             // 
  210.             // radioButton4
  211.             // 
  212.             this.radioButton4.AutoSize = true;
  213.             this.radioButton4.Checked = true;
  214.             this.radioButton4.Location = new System.Drawing.Point(15, 20);
  215.             this.radioButton4.Name = "radioButton4";
  216.             this.radioButton4.Size = new System.Drawing.Size(91, 16);
  217.             this.radioButton4.TabIndex = 2;
  218.             this.radioButton4.TabStop = true;
  219.             this.radioButton4.Text = "radioButton4";
  220.             this.radioButton4.UseVisualStyleBackColor = true;
  221.             // 
  222.             // Polling
  223.             // 
  224.             this.Polling.AutoSize = true;
  225.             this.Polling.Location = new System.Drawing.Point(15, 40);
  226.             this.Polling.Name = "Polling";
  227.             this.Polling.Size = new System.Drawing.Size(59, 16);
  228.             this.Polling.TabIndex = 3;
  229.             this.Polling.Text = "Polling";
  230.             this.Polling.UseVisualStyleBackColor = true;
  231.             // 
  232.             // Interrupt
  233.             // 
  234.             this.Interrupt.AutoSize = true;
  235.             this.Interrupt.Checked = true;
  236.             this.Interrupt.Location = new System.Drawing.Point(15, 20);
  237.             this.Interrupt.Name = "Interrupt";
  238.             this.Interrupt.Size = new System.Drawing.Size(69, 16);
  239.             this.Interrupt.TabIndex = 2;
  240.             this.Interrupt.TabStop = true;
  241.             this.Interrupt.Text = "Interrupt";
  242.             this.Interrupt.UseVisualStyleBackColor = true;
  243.             // 
  244.             // textBox1
  245.             // 
  246.             this.textBox1.Location = new System.Drawing.Point(7, 229);
  247.             this.textBox1.Multiline = true;
  248.             this.textBox1.Name = "textBox1";
  249.             this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  250.             this.textBox1.Size = new System.Drawing.Size(397, 121);
  251.             this.textBox1.TabIndex = 40;
  252.             // 
  253.             // groupBox2
  254.             // 
  255.             this.groupBox2.Controls.Add(this.groupBox3);
  256.             this.groupBox2.Controls.Add(this.Writer);
  257.             this.groupBox2.Controls.Add(this.Read);
  258.             this.groupBox2.Location = new System.Drawing.Point(148, 20);
  259.             this.groupBox2.Name = "groupBox2";
  260.             this.groupBox2.Size = new System.Drawing.Size(125, 63);
  261.             this.groupBox2.TabIndex = 39;
  262.             this.groupBox2.TabStop = false;
  263.             this.groupBox2.Text = "Read/Write";
  264.             // 
  265.             // groupBox3
  266.             // 
  267.             this.groupBox3.Controls.Add(this.radioButton1);
  268.             this.groupBox3.Controls.Add(this.radioButton2);
  269.             this.groupBox3.Location = new System.Drawing.Point(131, 0);
  270.             this.groupBox3.Name = "groupBox3";
  271.             this.groupBox3.Size = new System.Drawing.Size(125, 63);
  272.             this.groupBox3.TabIndex = 41;
  273.             this.groupBox3.TabStop = false;
  274.             this.groupBox3.Text = "Read/Write";
  275.             // 
  276.             // radioButton1
  277.             // 
  278.             this.radioButton1.AutoSize = true;
  279.             this.radioButton1.Location = new System.Drawing.Point(15, 40);
  280.             this.radioButton1.Name = "radioButton1";
  281.             this.radioButton1.Size = new System.Drawing.Size(91, 16);
  282.             this.radioButton1.TabIndex = 3;
  283.             this.radioButton1.Text = "radioButton1";
  284.             this.radioButton1.UseVisualStyleBackColor = true;
  285.             // 
  286.             // radioButton2
  287.             // 
  288.             this.radioButton2.AutoSize = true;
  289.             this.radioButton2.Checked = true;
  290.             this.radioButton2.Location = new System.Drawing.Point(15, 20);
  291.             this.radioButton2.Name = "radioButton2";
  292.             this.radioButton2.Size = new System.Drawing.Size(91, 16);
  293.             this.radioButton2.TabIndex = 2;
  294.             this.radioButton2.TabStop = true;
  295.             this.radioButton2.Text = "radioButton2";
  296.             this.radioButton2.UseVisualStyleBackColor = true;
  297.             // 
  298.             // Writer
  299.             // 
  300.             this.Writer.AutoSize = true;
  301.             this.Writer.Location = new System.Drawing.Point(15, 40);
  302.             this.Writer.Name = "Writer";
  303.             this.Writer.Size = new System.Drawing.Size(54, 16);
  304.             this.Writer.TabIndex = 3;
  305.             this.Writer.TabStop = true;
  306.             this.Writer.Text = "Writer";
  307.             this.Writer.UseVisualStyleBackColor = true;
  308.             this.Writer.CheckedChanged += new System.EventHandler(this.Writer_CheckedChanged);
  309.             // 
  310.             // Read
  311.             // 
  312.             this.Read.AutoSize = true;
  313.             this.Read.Checked = true;
  314.             this.Read.Location = new System.Drawing.Point(15, 20);
  315.             this.Read.Name = "Read";
  316.             this.Read.Size = new System.Drawing.Size(48, 16);
  317.             this.Read.TabIndex = 2;
  318.             this.Read.TabStop = true;
  319.             this.Read.Text = "Read";
  320.             this.Read.UseVisualStyleBackColor = true;
  321.             // 
  322.             // groupBox1
  323.             // 
  324.             this.groupBox1.Controls.Add(this.Contig);
  325.             this.groupBox1.Controls.Add(this.Scatter);
  326.             this.groupBox1.Location = new System.Drawing.Point(5, 20);
  327.             this.groupBox1.Name = "groupBox1";
  328.             this.groupBox1.Size = new System.Drawing.Size(137, 63);
  329.             this.groupBox1.TabIndex = 38;
  330.             this.groupBox1.TabStop = false;
  331.             this.groupBox1.Text = "Allocation Type";
  332.             // 
  333.             // Contig
  334.             // 
  335.             this.Contig.AutoSize = true;
  336.             this.Contig.Location = new System.Drawing.Point(15, 40);
  337.             this.Contig.Name = "Contig";
  338.             this.Contig.Size = new System.Drawing.Size(57, 16);
  339.             this.Contig.TabIndex = 1;
  340.             this.Contig.TabStop = true;
  341.             this.Contig.Text = "Contig";
  342.             this.Contig.UseVisualStyleBackColor = true;
  343.             // 
  344.             // Scatter
  345.             // 
  346.             this.Scatter.AutoSize = true;
  347.             this.Scatter.Checked = true;
  348.             this.Scatter.Location = new System.Drawing.Point(15, 20);
  349.             this.Scatter.Name = "Scatter";
  350.             this.Scatter.Size = new System.Drawing.Size(97, 16);
  351.             this.Scatter.TabIndex = 0;
  352.             this.Scatter.TabStop = true;
  353.             this.Scatter.Text = "Scatter/Gather";
  354.             this.Scatter.UseVisualStyleBackColor = true;
  355.             // 
  356.             // TxtBox_OpenFilePath
  357.             // 
  358.             this.TxtBox_OpenFilePath.Location = new System.Drawing.Point(7, 202);
  359.             this.TxtBox_OpenFilePath.Name = "TxtBox_OpenFilePath";
  360.             this.TxtBox_OpenFilePath.Size = new System.Drawing.Size(397, 21);
  361.             this.TxtBox_OpenFilePath.TabIndex = 37;
  362.             // 
  363.             // button1
  364.             // 
  365.             this.button1.Location = new System.Drawing.Point(426, 192);
  366.             this.button1.Name = "button1";
  367.             this.button1.Size = new System.Drawing.Size(90, 31);
  368.             this.button1.TabIndex = 36;
  369.             this.button1.Text = "OpenFile";
  370.             this.button1.UseVisualStyleBackColor = true;
  371.             this.button1.Click += new System.EventHandler(this.button1_Click);
  372.             // 
  373.             // btCancel
  374.             // 
  375.             this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  376.             this.btCancel.Location = new System.Drawing.Point(426, 60);
  377.             this.btCancel.Name = "btCancel";
  378.             this.btCancel.Size = new System.Drawing.Size(90, 29);
  379.             this.btCancel.TabIndex = 27;
  380.             this.btCancel.Text = "Cancel";
  381.             // 
  382.             // btSubmit
  383.             // 
  384.             this.btSubmit.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
  385.             this.btSubmit.Location = new System.Drawing.Point(426, 20);
  386.             this.btSubmit.Name = "btSubmit";
  387.             this.btSubmit.Size = new System.Drawing.Size(90, 29);
  388.             this.btSubmit.TabIndex = 26;
  389.             this.btSubmit.Text = "Open";
  390.             this.btSubmit.Click += new System.EventHandler(this.btSubmit_Click);
  391.             // 
  392.             // lblDmaOpen
  393.             // 
  394.             this.lblDmaOpen.Location = new System.Drawing.Point(3, 4);
  395.             this.lblDmaOpen.Name = "lblDmaOpen";
  396.             this.lblDmaOpen.Size = new System.Drawing.Size(154, 28);
  397.             this.lblDmaOpen.TabIndex = 21;
  398.             this.lblDmaOpen.Text = "Open DMA - Channel 0";
  399.             // 
  400.             // tabPage2
  401.             // 
  402.             this.tabPage2.Location = new System.Drawing.Point(4, 21);
  403.             this.tabPage2.Name = "tabPage2";
  404.             this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  405.             this.tabPage2.Size = new System.Drawing.Size(547, 383);
  406.             this.tabPage2.TabIndex = 1;
  407.             this.tabPage2.Text = "tabPage2";
  408.             this.tabPage2.UseVisualStyleBackColor = true;
  409.             // 
  410.             // DMATransfer
  411.             // 
  412.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  413.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  414.             this.ClientSize = new System.Drawing.Size(553, 426);
  415.             this.Controls.Add(this.tabControl1);
  416.             this.Name = "DMATransfer";
  417.             this.Text = "DMATransfer";
  418.             this.tabControl1.ResumeLayout(false);
  419.             this.tabPage1.ResumeLayout(false);
  420.             this.tabPage1.PerformLayout();
  421.             this.groupBox4.ResumeLayout(false);
  422.             this.groupBox4.PerformLayout();
  423.             this.groupBox5.ResumeLayout(false);
  424.             this.groupBox5.PerformLayout();
  425.             this.groupBox2.ResumeLayout(false);
  426.             this.groupBox2.PerformLayout();
  427.             this.groupBox3.ResumeLayout(false);
  428.             this.groupBox3.PerformLayout();
  429.             this.groupBox1.ResumeLayout(false);
  430.             this.groupBox1.PerformLayout();
  431.             this.ResumeLayout(false);
  432.         }
  433.         #endregion
  434.         private System.Windows.Forms.TabControl tabControl1;
  435.         private System.Windows.Forms.TabPage tabPage2;
  436.         private System.Windows.Forms.Button btCancel;
  437.         private System.Windows.Forms.Button btSubmit;
  438.         private System.Windows.Forms.Label lblDmaOpen;
  439.         private System.Windows.Forms.GroupBox groupBox1;
  440.         private System.Windows.Forms.TextBox TxtBox_OpenFilePath;
  441.         private System.Windows.Forms.Button button1;
  442.         private System.Windows.Forms.GroupBox groupBox2;
  443.         private System.Windows.Forms.RadioButton Writer;
  444.         private System.Windows.Forms.RadioButton Read;
  445.         private System.Windows.Forms.RadioButton Contig;
  446.         private System.Windows.Forms.RadioButton Scatter;
  447.         private System.Windows.Forms.TextBox textBox1;
  448.         private System.Windows.Forms.OpenFileDialog openFileDialog2;
  449.         private System.Windows.Forms.GroupBox groupBox4;
  450.         private System.Windows.Forms.GroupBox groupBox5;
  451.         private System.Windows.Forms.RadioButton radioButton3;
  452.         private System.Windows.Forms.RadioButton radioButton4;
  453.         private System.Windows.Forms.RadioButton Polling;
  454.         private System.Windows.Forms.RadioButton Interrupt;
  455.         private System.Windows.Forms.GroupBox groupBox3;
  456.         private System.Windows.Forms.RadioButton radioButton1;
  457.         private System.Windows.Forms.RadioButton radioButton2;
  458.         private System.Windows.Forms.CheckBox chkBoxInc;
  459.         private System.Windows.Forms.Label label1;
  460.         private System.Windows.Forms.Label label4;
  461.         private System.Windows.Forms.TextBox txtLocalAddr;
  462.         private System.Windows.Forms.Button btTRANS;
  463.         private System.Windows.Forms.SaveFileDialog saveFileDialog1;
  464.         private System.Windows.Forms.Label label2;
  465.         private System.Windows.Forms.Label label5;
  466.         private System.Windows.Forms.TextBox txtBuffSize;
  467.         private System.Windows.Forms.TabPage tabPage1;
  468.         //private System.Windows.Forms.Button bt_WRITE;
  469.     }
  470. }