Cypress Suite USB 3.4.6
源代码在线查看: form1.designer.cs
namespace Template
{
partial class Form1
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
/*Summary
* Clean up any resources being used
* true if managed resources should be disposed; otherwise, false.
*/
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.StatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.StatusLabel});
this.statusStrip1.Location = new System.Drawing.Point(0, 240);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(460, 22);
this.statusStrip1.TabIndex = 0;
this.statusStrip1.Text = "statusStrip1";
//
// StatusLabel
//
this.StatusLabel.Name = "StatusLabel";
this.StatusLabel.Size = new System.Drawing.Size(0, 17);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(460, 262);
this.Controls.Add(this.statusStrip1);
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "CyUSB Template";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel StatusLabel;
}
}
|
相关资源 |
|
-
Cypress Suite USB 3.4.6
-
一个COM PORT的测试程式,能过COM 回路治具来实现.COM回路接法1-7-8,2-3,4-6-9,5
-
can4linux.3.4.6.gz,一个CAN的高级协议包装
-
ISO27145全套,终于找全了,ISO27145: 1,2,3,4,6
-
lpc2148中文使用手册
第1 章 概述
第2 章 LPC2141/2/4/6/8 存储器寻址
第3 章 系统控制模块
第4 章 存储器加速模块
第5 章 向量中断控制器
第6 章 管脚
-
J2EE开发平台的搭建, 这里以 apache-2.0.47+tomcat-4.1.27+Axis-1.1+jboss-3.2.6+Eclipse+SQLServer2000+hibernate 组合
-
第3章-μCOS-II基础实验
3.2-GPIO实验
3.3-时器实验
3.4-PWM实验
3.5-RTC实验
3.6-信号量使用
-
第4章-μCOS-II中间件
4.1-数据队列
4.2-串口驱动
4.3-MODEM接口模块
4.4-I2C总线模块
4.5-SPI总线模块
4.6-ZLGFS文件系统
|