My_DMATransfer.Designer.cs
上传用户:huajielb
上传日期:2022-07-29
资源大小:626k
文件大小:22k
源码类别:
驱动编程
开发平台:
Visual C++
- namespace Jungo.PLX_Sample
- {
- partial class DMATransfer
- {
- /// <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.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPage1 = new System.Windows.Forms.TabPage();
- this.label2 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.txtBuffSize = new System.Windows.Forms.TextBox();
- this.btTRANS = new System.Windows.Forms.Button();
- this.label1 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.txtLocalAddr = new System.Windows.Forms.TextBox();
- this.chkBoxInc = new System.Windows.Forms.CheckBox();
- this.groupBox4 = new System.Windows.Forms.GroupBox();
- this.groupBox5 = new System.Windows.Forms.GroupBox();
- this.radioButton3 = new System.Windows.Forms.RadioButton();
- this.radioButton4 = new System.Windows.Forms.RadioButton();
- this.Polling = new System.Windows.Forms.RadioButton();
- this.Interrupt = new System.Windows.Forms.RadioButton();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.groupBox3 = new System.Windows.Forms.GroupBox();
- this.radioButton1 = new System.Windows.Forms.RadioButton();
- this.radioButton2 = new System.Windows.Forms.RadioButton();
- this.Writer = new System.Windows.Forms.RadioButton();
- this.Read = new System.Windows.Forms.RadioButton();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.Contig = new System.Windows.Forms.RadioButton();
- this.Scatter = new System.Windows.Forms.RadioButton();
- this.TxtBox_OpenFilePath = new System.Windows.Forms.TextBox();
- this.button1 = new System.Windows.Forms.Button();
- this.btCancel = new System.Windows.Forms.Button();
- this.btSubmit = new System.Windows.Forms.Button();
- this.lblDmaOpen = new System.Windows.Forms.Label();
- this.tabPage2 = new System.Windows.Forms.TabPage();
- this.openFileDialog2 = new System.Windows.Forms.OpenFileDialog();
- this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
- this.tabControl1.SuspendLayout();
- this.tabPage1.SuspendLayout();
- this.groupBox4.SuspendLayout();
- this.groupBox5.SuspendLayout();
- this.groupBox2.SuspendLayout();
- this.groupBox3.SuspendLayout();
- this.groupBox1.SuspendLayout();
- this.SuspendLayout();
- //
- // tabControl1
- //
- this.tabControl1.Controls.Add(this.tabPage1);
- this.tabControl1.Controls.Add(this.tabPage2);
- this.tabControl1.Location = new System.Drawing.Point(1, 0);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(555, 408);
- this.tabControl1.TabIndex = 0;
- //
- // tabPage1
- //
- this.tabPage1.Controls.Add(this.label2);
- this.tabPage1.Controls.Add(this.label5);
- this.tabPage1.Controls.Add(this.txtBuffSize);
- this.tabPage1.Controls.Add(this.btTRANS);
- this.tabPage1.Controls.Add(this.label1);
- this.tabPage1.Controls.Add(this.label4);
- this.tabPage1.Controls.Add(this.txtLocalAddr);
- this.tabPage1.Controls.Add(this.chkBoxInc);
- this.tabPage1.Controls.Add(this.groupBox4);
- this.tabPage1.Controls.Add(this.textBox1);
- this.tabPage1.Controls.Add(this.groupBox2);
- this.tabPage1.Controls.Add(this.groupBox1);
- this.tabPage1.Controls.Add(this.TxtBox_OpenFilePath);
- this.tabPage1.Controls.Add(this.button1);
- this.tabPage1.Controls.Add(this.btCancel);
- this.tabPage1.Controls.Add(this.btSubmit);
- this.tabPage1.Controls.Add(this.lblDmaOpen);
- this.tabPage1.Location = new System.Drawing.Point(4, 21);
- this.tabPage1.Name = "tabPage1";
- this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage1.Size = new System.Drawing.Size(547, 383);
- this.tabPage1.TabIndex = 0;
- this.tabPage1.Text = "DMA Channel 0 ";
- this.tabPage1.UseVisualStyleBackColor = true;
- //
- // label2
- //
- this.label2.Location = new System.Drawing.Point(3, 148);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(19, 25);
- this.label2.TabIndex = 48;
- this.label2.Text = "0x";
- //
- // label5
- //
- this.label5.Location = new System.Drawing.Point(3, 131);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(173, 17);
- this.label5.TabIndex = 47;
- this.label5.Text = "DMA buffer size (hex)";
- //
- // txtBuffSize
- //
- this.txtBuffSize.Location = new System.Drawing.Point(22, 148);
- this.txtBuffSize.Name = "txtBuffSize";
- this.txtBuffSize.Size = new System.Drawing.Size(120, 21);
- this.txtBuffSize.TabIndex = 46;
- //
- // btTRANS
- //
- this.btTRANS.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Teal;
- this.btTRANS.FlatAppearance.MouseOverBackColor = System.Drawing.Color.Purple;
- this.btTRANS.FlatStyle = System.Windows.Forms.FlatStyle.System;
- this.btTRANS.Location = new System.Drawing.Point(148, 89);
- this.btTRANS.Margin = new System.Windows.Forms.Padding(5);
- this.btTRANS.Name = "btTRANS";
- this.btTRANS.Size = new System.Drawing.Size(63, 37);
- this.btTRANS.TabIndex = 45;
- this.btTRANS.Text = "TRANS";
- this.btTRANS.UseVisualStyleBackColor = true;
- this.btTRANS.Click += new System.EventHandler(this.btWrite_Click);
- //
- // label1
- //
- this.label1.Location = new System.Drawing.Point(3, 104);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(19, 25);
- this.label1.TabIndex = 44;
- this.label1.Text = "0x";
- //
- // label4
- //
- this.label4.Location = new System.Drawing.Point(3, 87);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(163, 17);
- this.label4.TabIndex = 43;
- this.label4.Text = "DMA local Address (hex)";
- //
- // txtLocalAddr
- //
- this.txtLocalAddr.Location = new System.Drawing.Point(22, 104);
- this.txtLocalAddr.Name = "txtLocalAddr";
- this.txtLocalAddr.Size = new System.Drawing.Size(120, 21);
- this.txtLocalAddr.TabIndex = 42;
- //
- // chkBoxInc
- //
- this.chkBoxInc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.chkBoxInc.Location = new System.Drawing.Point(279, 91);
- this.chkBoxInc.Name = "chkBoxInc";
- this.chkBoxInc.Size = new System.Drawing.Size(125, 26);
- this.chkBoxInc.TabIndex = 17;
- this.chkBoxInc.Text = "AutoIncrement Address";
- //
- // groupBox4
- //
- this.groupBox4.Controls.Add(this.groupBox5);
- this.groupBox4.Controls.Add(this.Polling);
- this.groupBox4.Controls.Add(this.Interrupt);
- this.groupBox4.Location = new System.Drawing.Point(279, 20);
- this.groupBox4.Name = "groupBox4";
- this.groupBox4.Size = new System.Drawing.Size(125, 63);
- this.groupBox4.TabIndex = 41;
- this.groupBox4.TabStop = false;
- this.groupBox4.Text = "Int/Polling";
- //
- // groupBox5
- //
- this.groupBox5.Controls.Add(this.radioButton3);
- this.groupBox5.Controls.Add(this.radioButton4);
- this.groupBox5.Location = new System.Drawing.Point(131, 0);
- this.groupBox5.Name = "groupBox5";
- this.groupBox5.Size = new System.Drawing.Size(125, 63);
- this.groupBox5.TabIndex = 41;
- this.groupBox5.TabStop = false;
- this.groupBox5.Text = "Read/Write";
- //
- // radioButton3
- //
- this.radioButton3.AutoSize = true;
- this.radioButton3.Location = new System.Drawing.Point(15, 40);
- this.radioButton3.Name = "radioButton3";
- this.radioButton3.Size = new System.Drawing.Size(91, 16);
- this.radioButton3.TabIndex = 3;
- this.radioButton3.Text = "radioButton3";
- this.radioButton3.UseVisualStyleBackColor = true;
- //
- // radioButton4
- //
- this.radioButton4.AutoSize = true;
- this.radioButton4.Checked = true;
- this.radioButton4.Location = new System.Drawing.Point(15, 20);
- this.radioButton4.Name = "radioButton4";
- this.radioButton4.Size = new System.Drawing.Size(91, 16);
- this.radioButton4.TabIndex = 2;
- this.radioButton4.TabStop = true;
- this.radioButton4.Text = "radioButton4";
- this.radioButton4.UseVisualStyleBackColor = true;
- //
- // Polling
- //
- this.Polling.AutoSize = true;
- this.Polling.Location = new System.Drawing.Point(15, 40);
- this.Polling.Name = "Polling";
- this.Polling.Size = new System.Drawing.Size(59, 16);
- this.Polling.TabIndex = 3;
- this.Polling.Text = "Polling";
- this.Polling.UseVisualStyleBackColor = true;
- //
- // Interrupt
- //
- this.Interrupt.AutoSize = true;
- this.Interrupt.Checked = true;
- this.Interrupt.Location = new System.Drawing.Point(15, 20);
- this.Interrupt.Name = "Interrupt";
- this.Interrupt.Size = new System.Drawing.Size(69, 16);
- this.Interrupt.TabIndex = 2;
- this.Interrupt.TabStop = true;
- this.Interrupt.Text = "Interrupt";
- this.Interrupt.UseVisualStyleBackColor = true;
- //
- // textBox1
- //
- this.textBox1.Location = new System.Drawing.Point(7, 229);
- this.textBox1.Multiline = true;
- this.textBox1.Name = "textBox1";
- this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
- this.textBox1.Size = new System.Drawing.Size(397, 121);
- this.textBox1.TabIndex = 40;
- //
- // groupBox2
- //
- this.groupBox2.Controls.Add(this.groupBox3);
- this.groupBox2.Controls.Add(this.Writer);
- this.groupBox2.Controls.Add(this.Read);
- this.groupBox2.Location = new System.Drawing.Point(148, 20);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Size = new System.Drawing.Size(125, 63);
- this.groupBox2.TabIndex = 39;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "Read/Write";
- //
- // groupBox3
- //
- this.groupBox3.Controls.Add(this.radioButton1);
- this.groupBox3.Controls.Add(this.radioButton2);
- this.groupBox3.Location = new System.Drawing.Point(131, 0);
- this.groupBox3.Name = "groupBox3";
- this.groupBox3.Size = new System.Drawing.Size(125, 63);
- this.groupBox3.TabIndex = 41;
- this.groupBox3.TabStop = false;
- this.groupBox3.Text = "Read/Write";
- //
- // radioButton1
- //
- this.radioButton1.AutoSize = true;
- this.radioButton1.Location = new System.Drawing.Point(15, 40);
- this.radioButton1.Name = "radioButton1";
- this.radioButton1.Size = new System.Drawing.Size(91, 16);
- this.radioButton1.TabIndex = 3;
- this.radioButton1.Text = "radioButton1";
- this.radioButton1.UseVisualStyleBackColor = true;
- //
- // radioButton2
- //
- this.radioButton2.AutoSize = true;
- this.radioButton2.Checked = true;
- this.radioButton2.Location = new System.Drawing.Point(15, 20);
- this.radioButton2.Name = "radioButton2";
- this.radioButton2.Size = new System.Drawing.Size(91, 16);
- this.radioButton2.TabIndex = 2;
- this.radioButton2.TabStop = true;
- this.radioButton2.Text = "radioButton2";
- this.radioButton2.UseVisualStyleBackColor = true;
- //
- // Writer
- //
- this.Writer.AutoSize = true;
- this.Writer.Location = new System.Drawing.Point(15, 40);
- this.Writer.Name = "Writer";
- this.Writer.Size = new System.Drawing.Size(54, 16);
- this.Writer.TabIndex = 3;
- this.Writer.TabStop = true;
- this.Writer.Text = "Writer";
- this.Writer.UseVisualStyleBackColor = true;
- this.Writer.CheckedChanged += new System.EventHandler(this.Writer_CheckedChanged);
- //
- // Read
- //
- this.Read.AutoSize = true;
- this.Read.Checked = true;
- this.Read.Location = new System.Drawing.Point(15, 20);
- this.Read.Name = "Read";
- this.Read.Size = new System.Drawing.Size(48, 16);
- this.Read.TabIndex = 2;
- this.Read.TabStop = true;
- this.Read.Text = "Read";
- this.Read.UseVisualStyleBackColor = true;
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.Contig);
- this.groupBox1.Controls.Add(this.Scatter);
- this.groupBox1.Location = new System.Drawing.Point(5, 20);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(137, 63);
- this.groupBox1.TabIndex = 38;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "Allocation Type";
- //
- // Contig
- //
- this.Contig.AutoSize = true;
- this.Contig.Location = new System.Drawing.Point(15, 40);
- this.Contig.Name = "Contig";
- this.Contig.Size = new System.Drawing.Size(57, 16);
- this.Contig.TabIndex = 1;
- this.Contig.TabStop = true;
- this.Contig.Text = "Contig";
- this.Contig.UseVisualStyleBackColor = true;
- //
- // Scatter
- //
- this.Scatter.AutoSize = true;
- this.Scatter.Checked = true;
- this.Scatter.Location = new System.Drawing.Point(15, 20);
- this.Scatter.Name = "Scatter";
- this.Scatter.Size = new System.Drawing.Size(97, 16);
- this.Scatter.TabIndex = 0;
- this.Scatter.TabStop = true;
- this.Scatter.Text = "Scatter/Gather";
- this.Scatter.UseVisualStyleBackColor = true;
- //
- // TxtBox_OpenFilePath
- //
- this.TxtBox_OpenFilePath.Location = new System.Drawing.Point(7, 202);
- this.TxtBox_OpenFilePath.Name = "TxtBox_OpenFilePath";
- this.TxtBox_OpenFilePath.Size = new System.Drawing.Size(397, 21);
- this.TxtBox_OpenFilePath.TabIndex = 37;
- //
- // button1
- //
- this.button1.Location = new System.Drawing.Point(426, 192);
- this.button1.Name = "button1";
- this.button1.Size = new System.Drawing.Size(90, 31);
- this.button1.TabIndex = 36;
- this.button1.Text = "OpenFile";
- this.button1.UseVisualStyleBackColor = true;
- this.button1.Click += new System.EventHandler(this.button1_Click);
- //
- // btCancel
- //
- this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btCancel.Location = new System.Drawing.Point(426, 60);
- this.btCancel.Name = "btCancel";
- this.btCancel.Size = new System.Drawing.Size(90, 29);
- this.btCancel.TabIndex = 27;
- this.btCancel.Text = "Cancel";
- //
- // btSubmit
- //
- this.btSubmit.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
- this.btSubmit.Location = new System.Drawing.Point(426, 20);
- this.btSubmit.Name = "btSubmit";
- this.btSubmit.Size = new System.Drawing.Size(90, 29);
- this.btSubmit.TabIndex = 26;
- this.btSubmit.Text = "Open";
- this.btSubmit.Click += new System.EventHandler(this.btSubmit_Click);
- //
- // lblDmaOpen
- //
- this.lblDmaOpen.Location = new System.Drawing.Point(3, 4);
- this.lblDmaOpen.Name = "lblDmaOpen";
- this.lblDmaOpen.Size = new System.Drawing.Size(154, 28);
- this.lblDmaOpen.TabIndex = 21;
- this.lblDmaOpen.Text = "Open DMA - Channel 0";
- //
- // tabPage2
- //
- this.tabPage2.Location = new System.Drawing.Point(4, 21);
- this.tabPage2.Name = "tabPage2";
- this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
- this.tabPage2.Size = new System.Drawing.Size(547, 383);
- this.tabPage2.TabIndex = 1;
- this.tabPage2.Text = "tabPage2";
- this.tabPage2.UseVisualStyleBackColor = true;
- //
- // DMATransfer
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(553, 426);
- this.Controls.Add(this.tabControl1);
- this.Name = "DMATransfer";
- this.Text = "DMATransfer";
- this.tabControl1.ResumeLayout(false);
- this.tabPage1.ResumeLayout(false);
- this.tabPage1.PerformLayout();
- this.groupBox4.ResumeLayout(false);
- this.groupBox4.PerformLayout();
- this.groupBox5.ResumeLayout(false);
- this.groupBox5.PerformLayout();
- this.groupBox2.ResumeLayout(false);
- this.groupBox2.PerformLayout();
- this.groupBox3.ResumeLayout(false);
- this.groupBox3.PerformLayout();
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPage2;
- private System.Windows.Forms.Button btCancel;
- private System.Windows.Forms.Button btSubmit;
- private System.Windows.Forms.Label lblDmaOpen;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.TextBox TxtBox_OpenFilePath;
- private System.Windows.Forms.Button button1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.RadioButton Writer;
- private System.Windows.Forms.RadioButton Read;
- private System.Windows.Forms.RadioButton Contig;
- private System.Windows.Forms.RadioButton Scatter;
- private System.Windows.Forms.TextBox textBox1;
- private System.Windows.Forms.OpenFileDialog openFileDialog2;
- private System.Windows.Forms.GroupBox groupBox4;
- private System.Windows.Forms.GroupBox groupBox5;
- private System.Windows.Forms.RadioButton radioButton3;
- private System.Windows.Forms.RadioButton radioButton4;
- private System.Windows.Forms.RadioButton Polling;
- private System.Windows.Forms.RadioButton Interrupt;
- private System.Windows.Forms.GroupBox groupBox3;
- private System.Windows.Forms.RadioButton radioButton1;
- private System.Windows.Forms.RadioButton radioButton2;
- private System.Windows.Forms.CheckBox chkBoxInc;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox txtLocalAddr;
- private System.Windows.Forms.Button btTRANS;
- private System.Windows.Forms.SaveFileDialog saveFileDialog1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.TextBox txtBuffSize;
- private System.Windows.Forms.TabPage tabPage1;
- //private System.Windows.Forms.Button bt_WRITE;
- }
- }