namespace Mtp2Dav
{
partial class MainForm
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要修改
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.lvDevices = new System.Windows.Forms.ListView();
this.lvcDeviceName = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.lvcDeviceDescription = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.lvcDeviceRemark = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
this.ilIcon = new System.Windows.Forms.ImageList(this.components);
this.btnRefresh = new System.Windows.Forms.Button();
this.btnConnect = new System.Windows.Forms.Button();
this.btnDisconnect = new System.Windows.Forms.Button();
this.chkFullBuf = new System.Windows.Forms.CheckBox();
this.cboDrive = new System.Windows.Forms.ComboBox();
this.chkEnableRo = new System.Windows.Forms.CheckBox();
this.chkMapDrive = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// lvDevices
//
this.lvDevices.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lvDevices.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.lvcDeviceName,
this.lvcDeviceDescription,
this.lvcDeviceRemark});
this.lvDevices.LargeImageList = this.ilIcon;
this.lvDevices.Location = new System.Drawing.Point(16, 15);
this.lvDevices.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.lvDevices.Name = "lvDevices";
this.lvDevices.ShowItemToolTips = true;
this.lvDevices.Size = new System.Drawing.Size(683, 199);
this.lvDevices.SmallImageList = this.ilIcon;
this.lvDevices.TabIndex = 0;
this.lvDevices.TileSize = new System.Drawing.Size(600, 52);
this.lvDevices.UseCompatibleStateImageBehavior = false;
this.lvDevices.View = System.Windows.Forms.View.Tile;
this.lvDevices.SelectedIndexChanged += new System.EventHandler(this.lvDevices_SelectedIndexChanged);
//
// lvcDeviceName
//
this.lvcDeviceName.Text = "DeviceName";
//
// lvcDeviceDescription
//
this.lvcDeviceDescription.Text = "Description";
//
// lvcDeviceRemark
//
this.lvcDeviceRemark.Text = "Remark";
//
// ilIcon
//
this.ilIcon.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
this.ilIcon.ImageSize = new System.Drawing.Size(48, 48);
this.ilIcon.TransparentColor = System.Drawing.Color.Transparent;
//
// btnRefresh
//
this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnRefresh.Location = new System.Drawing.Point(708, 15);
this.btnRefresh.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnRefresh.Name = "btnRefresh";
this.btnRefresh.Size = new System.Drawing.Size(105, 32);
this.btnRefresh.TabIndex = 1;
this.btnRefresh.Text = "Refresh";
this.btnRefresh.UseVisualStyleBackColor = true;
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
//
// btnConnect
//
this.btnConnect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnConnect.Enabled = false;
this.btnConnect.Location = new System.Drawing.Point(708, 142);
this.btnConnect.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnConnect.Name = "btnConnect";
this.btnConnect.Size = new System.Drawing.Size(105, 32);
this.btnConnect.TabIndex = 1;
this.btnConnect.Text = "Start";
this.btnConnect.UseVisualStyleBackColor = true;
this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
//
// btnDisconnect
//
this.btnDisconnect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btnDisconnect.Enabled = false;
this.btnDisconnect.Location = new System.Drawing.Point(708, 182);
this.btnDisconnect.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.btnDisconnect.Name = "btnDisconnect";
this.btnDisconnect.Size = new System.Drawing.Size(105, 32);
this.btnDisconnect.TabIndex = 1;
this.btnDisconnect.Text = "Stop";
this.btnDisconnect.UseVisualStyleBackColor = true;
this.btnDisconnect.Click += new System.EventHandler(this.btnDisconnect_Click);
//
// chkFullBuf
//
this.chkFullBuf.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.chkFullBuf.AutoSize = true;
this.chkFullBuf.Location = new System.Drawing.Point(708, 55);
this.chkFullBuf.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkFullBuf.Name = "chkFullBuf";
this.chkFullBuf.Size = new System.Drawing.Size(101, 19);
this.chkFullBuf.TabIndex = 4;
this.chkFullBuf.Text = "FBuf(Rel)";
this.chkFullBuf.UseVisualStyleBackColor = true;
//
// cboDrive
//
this.cboDrive.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.cboDrive.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cboDrive.FormattingEnabled = true;
this.cboDrive.Items.AddRange(new object[] {
"Z"});
this.cboDrive.Location = new System.Drawing.Point(772, 110);
this.cboDrive.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.cboDrive.Name = "cboDrive";
this.cboDrive.Size = new System.Drawing.Size(40, 23);
this.cboDrive.TabIndex = 5;
//
// chkEnableRo
//
this.chkEnableRo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.chkEnableRo.AutoSize = true;
this.chkEnableRo.Location = new System.Drawing.Point(708, 82);
this.chkEnableRo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkEnableRo.Name = "chkEnableRo";
this.chkEnableRo.Size = new System.Drawing.Size(101, 19);
this.chkEnableRo.TabIndex = 4;
this.chkEnableRo.Text = "Enable RO";
this.chkEnableRo.UseVisualStyleBackColor = true;
//
// chkMapDrive
//
this.chkMapDrive.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.chkMapDrive.AutoSize = true;
this.chkMapDrive.Location = new System.Drawing.Point(708, 112);
this.chkMapDrive.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.chkMapDrive.Name = "chkMapDrive";
this.chkMapDrive.Size = new System.Drawing.Size(53, 19);
this.chkMapDrive.TabIndex = 4;
this.chkMapDrive.Text = "Map";
this.chkMapDrive.UseVisualStyleBackColor = true;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(829, 231);
this.Controls.Add(this.cboDrive);
this.Controls.Add(this.chkMapDrive);
this.Controls.Add(this.chkEnableRo);
this.Controls.Add(this.chkFullBuf);
this.Controls.Add(this.btnDisconnect);
this.Controls.Add(this.btnConnect);
this.Controls.Add(this.btnRefresh);
this.Controls.Add(this.lvDevices);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.MaximizeBox = false;
this.Name = "MainForm";
this.Text = "Mtp2Dav";
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
this.Shown += new System.EventHandler(this.MainForm_Shown);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.ListView lvDevices;
private System.Windows.Forms.Button btnRefresh;
private System.Windows.Forms.Button btnConnect;
private System.Windows.Forms.Button btnDisconnect;
private System.Windows.Forms.ImageList ilIcon;
private System.Windows.Forms.ColumnHeader lvcDeviceName;
private System.Windows.Forms.ColumnHeader lvcDeviceDescription;
private System.Windows.Forms.ColumnHeader lvcDeviceRemark;
private System.Windows.Forms.CheckBox chkFullBuf;
private System.Windows.Forms.ComboBox cboDrive;
private System.Windows.Forms.CheckBox chkEnableRo;
private System.Windows.Forms.CheckBox chkMapDrive;
}
}