1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/guanjw-TFP3-8051-miniGUI

Клонировать/Скачать
AboutBox1.Designer.cs 3.9 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
guanjinwei Отправлено 25.09.2019 20:37 cd469c5
namespace SerialportSample
{
partial class FormChose
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.ConGroup1 = new System.Windows.Forms.GroupBox();
this.buttonOpenClose = new System.Windows.Forms.Button();
this.comboPortName = new System.Windows.Forms.ComboBox();
this.ConGroup1.SuspendLayout();
this.SuspendLayout();
//
// ConGroup1
//
this.ConGroup1.Controls.Add(this.buttonOpenClose);
this.ConGroup1.Controls.Add(this.comboPortName);
this.ConGroup1.Location = new System.Drawing.Point(108, 116);
this.ConGroup1.Name = "ConGroup1";
this.ConGroup1.Size = new System.Drawing.Size(219, 51);
this.ConGroup1.TabIndex = 7;
this.ConGroup1.TabStop = false;
this.ConGroup1.Text = "Port";
//
// buttonOpenClose
//
this.buttonOpenClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.buttonOpenClose.Font = new System.Drawing.Font("宋体", 9F);
this.buttonOpenClose.ForeColor = System.Drawing.Color.Black;
this.buttonOpenClose.Location = new System.Drawing.Point(134, 18);
this.buttonOpenClose.Name = "buttonOpenClose";
this.buttonOpenClose.Size = new System.Drawing.Size(75, 25);
this.buttonOpenClose.TabIndex = 0;
this.buttonOpenClose.Text = "Open";
this.buttonOpenClose.UseVisualStyleBackColor = true;
//
// comboPortName
//
this.comboPortName.BackColor = System.Drawing.Color.White;
this.comboPortName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboPortName.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.comboPortName.FormattingEnabled = true;
this.comboPortName.Location = new System.Drawing.Point(19, 20);
this.comboPortName.Name = "comboPortName";
this.comboPortName.Size = new System.Drawing.Size(100, 21);
this.comboPortName.TabIndex = 4;
//
// FormChose
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(435, 283);
this.Controls.Add(this.ConGroup1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "FormChose";
this.Padding = new System.Windows.Forms.Padding(9);
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "AboutBox1";
this.ConGroup1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox ConGroup1;
private System.Windows.Forms.Button buttonOpenClose;
private System.Windows.Forms.ComboBox comboPortName;
}
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/guanjw-TFP3-8051-miniGUI.git
git@api.gitlife.ru:oschina-mirror/guanjw-TFP3-8051-miniGUI.git
oschina-mirror
guanjw-TFP3-8051-miniGUI
guanjw-TFP3-8051-miniGUI
master