📄 frmdemoexplorer.designer.cs
字号:
namespace PenFlicksDemo
{
partial class frmDemoExplorer
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDemoExplorer));
this.expTree1 = new ExpTreeLib.ExpTree();
this.lv1 = new System.Windows.Forms.ListView();
this.ColumnHeaderName = new System.Windows.Forms.ColumnHeader();
this.ColumnHeaderSize = new System.Windows.Forms.ColumnHeader();
this.ColumnHeaderType = new System.Windows.Forms.ColumnHeader();
this.ColumnHeaderModifyDate = new System.Windows.Forms.ColumnHeader();
this.sbr1 = new System.Windows.Forms.StatusBar();
this.imglpreviewForm = new System.Windows.Forms.ImageList(this.components);
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.label8 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.label9 = new System.Windows.Forms.Label();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.myPhotos1 = new PenFlicksDemo.TouchScreenExplorer();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// expTree1
//
this.expTree1.AllowDrop = true;
this.expTree1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.expTree1.Cursor = System.Windows.Forms.Cursors.Default;
this.expTree1.Location = new System.Drawing.Point(12, 23);
this.expTree1.Name = "expTree1";
this.expTree1.ShowRootLines = false;
this.expTree1.Size = new System.Drawing.Size(215, 315);
this.expTree1.StartUpDirectory = ExpTreeLib.ExpTree.StartDir.Desktop;
this.expTree1.TabIndex = 2;
this.expTree1.ExpTreeNodeSelected += new ExpTreeLib.ExpTree.ExpTreeNodeSelectedEventHandler(this.expTree1_ExpTreeNodeSelected);
this.expTree1.StartUpDirectoryChanged += new ExpTreeLib.ExpTree.StartUpDirectoryChangedEventHandler(this.expTree1_StartUpDirectoryChanged);
//
// lv1
//
this.lv1.Activation = System.Windows.Forms.ItemActivation.TwoClick;
this.lv1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
this.lv1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.ColumnHeaderName,
this.ColumnHeaderSize,
this.ColumnHeaderType,
this.ColumnHeaderModifyDate});
this.lv1.FullRowSelect = true;
this.lv1.GridLines = true;
this.lv1.Location = new System.Drawing.Point(262, 315);
this.lv1.MultiSelect = false;
this.lv1.Name = "lv1";
this.lv1.Size = new System.Drawing.Size(54, 0);
this.lv1.TabIndex = 5;
this.lv1.UseCompatibleStateImageBehavior = false;
this.lv1.Visible = false;
this.lv1.DoubleClick += new System.EventHandler(this.lv1_DoubleClick);
//
// ColumnHeaderName
//
this.ColumnHeaderName.Text = "Name";
this.ColumnHeaderName.Width = 180;
//
// ColumnHeaderSize
//
this.ColumnHeaderSize.Text = "Size";
this.ColumnHeaderSize.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.ColumnHeaderSize.Width = 80;
//
// ColumnHeaderType
//
this.ColumnHeaderType.Text = "Type";
this.ColumnHeaderType.Width = 100;
//
// ColumnHeaderModifyDate
//
this.ColumnHeaderModifyDate.Text = "Modified";
this.ColumnHeaderModifyDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
this.ColumnHeaderModifyDate.Width = 80;
//
// sbr1
//
this.sbr1.Location = new System.Drawing.Point(0, 347);
this.sbr1.Name = "sbr1";
this.sbr1.Size = new System.Drawing.Size(752, 17);
this.sbr1.TabIndex = 6;
this.sbr1.Text = "Ready";
//
// imglpreviewForm
//
this.imglpreviewForm.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglpreviewForm.ImageStream")));
this.imglpreviewForm.TransparentColor = System.Drawing.Color.Magenta;
this.imglpreviewForm.Images.SetKeyName(0, "");
this.imglpreviewForm.Images.SetKeyName(1, "");
this.imglpreviewForm.Images.SetKeyName(2, "");
this.imglpreviewForm.Images.SetKeyName(3, "");
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(9, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(97, 13);
this.label1.TabIndex = 7;
this.label1.Text = "Traditional Explorer";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(240, 7);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(116, 13);
this.label2.TabIndex = 8;
this.label2.Text = "Touch Screen Explorer";
//
// label5
//
this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(110, 24);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(143, 32);
this.label5.TabIndex = 11;
this.label5.Text = "Double tap to go a level down";
//
// label6
//
this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(110, 68);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(143, 32);
this.label6.TabIndex = 12;
this.label6.Text = "Press, tap and release (tap for right click), to go level up";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(473, 6);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(29, 13);
this.label7.TabIndex = 13;
this.label7.Text = "Help";
//
// groupBox1
//
this.groupBox1.BackColor = System.Drawing.SystemColors.Control;
this.groupBox1.Controls.Add(this.pictureBox2);
this.groupBox1.Controls.Add(this.label5);
this.groupBox1.Controls.Add(this.label6);
this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -