📄 frmdemoexplorer.designer.cs
字号:
this.groupBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox1.Location = new System.Drawing.Point(476, 160);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(262, 125);
this.groupBox1.TabIndex = 14;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Windows XP Tablet PC (Stylus)";
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Cursor = System.Windows.Forms.Cursors.Hand;
this.linkLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.linkLabel1.Location = new System.Drawing.Point(482, 325);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(35, 13);
this.linkLabel1.TabIndex = 15;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "Article";
this.toolTip1.SetToolTip(this.linkLabel1, "Go online to read the article");
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// linkLabel2
//
this.linkLabel2.Cursor = System.Windows.Forms.Cursors.Hand;
this.linkLabel2.Font = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.linkLabel2.Image = ((System.Drawing.Image)(resources.GetObject("linkLabel2.Image")));
this.linkLabel2.Location = new System.Drawing.Point(639, 321);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(108, 26);
this.linkLabel2.TabIndex = 16;
this.toolTip1.SetToolTip(this.linkLabel2, "www.csharptricks.com");
this.linkLabel2.DoubleClick += new System.EventHandler(this.linkLabel2_DoubleClick);
//
// groupBox2
//
this.groupBox2.BackColor = System.Drawing.SystemColors.Control;
this.groupBox2.Controls.Add(this.pictureBox1);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.groupBox2.Location = new System.Drawing.Point(476, 30);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(262, 124);
this.groupBox2.TabIndex = 17;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "Windows Vista Touch Screen (Pen Flicks)";
//
// label8
//
this.label8.Location = new System.Drawing.Point(106, 52);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(147, 24);
this.label8.TabIndex = 12;
this.label8.Text = "Flick forward to go a level up";
//
// label3
//
this.label3.Location = new System.Drawing.Point(106, 24);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(147, 24);
this.label3.TabIndex = 11;
this.label3.Text = "Flick backward for level down";
//
// label4
//
this.label4.Location = new System.Drawing.Point(106, 80);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(147, 24);
this.label4.TabIndex = 18;
this.label4.Text = "Flick up and down to scroll";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(9, 24);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(82, 83);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox1.TabIndex = 19;
this.pictureBox1.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(9, 24);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(82, 83);
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
this.pictureBox2.TabIndex = 20;
this.pictureBox2.TabStop = false;
//
// label9
//
this.label9.Font = new System.Drawing.Font("Calibri", 8.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.Location = new System.Drawing.Point(479, 292);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(258, 29);
this.label9.TabIndex = 18;
this.label9.Text = "For normal PC: Mouse double click for level down and Mouse right click for level " +
"up in the explorer tree";
//
// myPhotos1
//
this.myPhotos1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.myPhotos1.CaptionText = "";
this.myPhotos1.ExplorerSelectedItem = null;
this.myPhotos1.ImageCount = 0;
this.myPhotos1.Location = new System.Drawing.Point(243, 23);
this.myPhotos1.Name = "myPhotos1";
this.myPhotos1.Padding = new System.Windows.Forms.Padding(1);
this.myPhotos1.SelectedImage = "";
this.myPhotos1.SelectedPath = "";
this.myPhotos1.Size = new System.Drawing.Size(215, 315);
this.myPhotos1.TabIndex = 3;
this.myPhotos1.ImageChanged += new PenFlicksDemo.TouchScreenExplorer.ImageChangedEventHandler(this.myPhotos1_ImageChanged);
this.myPhotos1.Load += new System.EventHandler(this.myPhotos1_Load);
this.myPhotos1.GoForward += new PenFlicksDemo.TouchScreenExplorer.GoForwardEventHandler(this.myPhotos1_GoForward);
this.myPhotos1.GoBack += new PenFlicksDemo.TouchScreenExplorer.GoBackEventHandler(this.myPhotos1_GoBack);
this.myPhotos1.SelectFolder += new PenFlicksDemo.TouchScreenExplorer.SelectFolderEventHandler(this.myPhotos1_SelectFolder);
this.myPhotos1.MouseUp += new System.Windows.Forms.MouseEventHandler(this.myPhotos1_MouseUp);
this.myPhotos1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.myPhotos1_KeyDown);
//
// frmDemoExplorer
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(752, 364);
this.Controls.Add(this.label9);
this.Controls.Add(this.linkLabel1);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.label7);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.sbr1);
this.Controls.Add(this.myPhotos1);
this.Controls.Add(this.expTree1);
this.Controls.Add(this.lv1);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.linkLabel2);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmDemoExplorer";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Touch Screen Explorer with \"Pen Flicks\" ";
this.Load += new System.EventHandler(this.Form1_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private ExpTreeLib.ExpTree expTree1;
private TouchScreenExplorer myPhotos1;
internal System.Windows.Forms.ListView lv1;
internal System.Windows.Forms.ColumnHeader ColumnHeaderName;
internal System.Windows.Forms.ColumnHeader ColumnHeaderSize;
internal System.Windows.Forms.ColumnHeader ColumnHeaderType;
internal System.Windows.Forms.ColumnHeader ColumnHeaderModifyDate;
internal System.Windows.Forms.StatusBar sbr1;
private System.Windows.Forms.ImageList imglpreviewForm;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.LinkLabel linkLabel2;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.ToolTip toolTip1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -