自己做的一个浏览器~~大家请看看~如果合意给个彩头
源代码在线查看: mediacapture.designer.cs
namespace WebPort.Tools
{
partial class MediaCapture
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MediaCapture));
this.panelRight = new System.Windows.Forms.Panel();
this.textBox1 = new System.Windows.Forms.TextBox();
this.btnClose = new System.Windows.Forms.Button();
this.btnCopy = new System.Windows.Forms.Button();
this.btnStop = new System.Windows.Forms.Button();
this.btnCapture = new System.Windows.Forms.Button();
this.panelLeft = new System.Windows.Forms.Panel();
this.list = new System.Windows.Forms.ListView();
this.colType = new System.Windows.Forms.ColumnHeader();
this.colURL = new System.Windows.Forms.ColumnHeader();
this.panelRight.SuspendLayout();
this.panelLeft.SuspendLayout();
this.SuspendLayout();
//
// panelRight
//
this.panelRight.AccessibleDescription = null;
this.panelRight.AccessibleName = null;
resources.ApplyResources(this.panelRight, "panelRight");
this.panelRight.BackgroundImage = null;
this.panelRight.Controls.Add(this.textBox1);
this.panelRight.Controls.Add(this.btnClose);
this.panelRight.Controls.Add(this.btnCopy);
this.panelRight.Controls.Add(this.btnStop);
this.panelRight.Controls.Add(this.btnCapture);
this.panelRight.Font = null;
this.panelRight.Name = "panelRight";
//
// textBox1
//
this.textBox1.AccessibleDescription = null;
this.textBox1.AccessibleName = null;
resources.ApplyResources(this.textBox1, "textBox1");
this.textBox1.BackColor = System.Drawing.SystemColors.Control;
this.textBox1.BackgroundImage = null;
this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.textBox1.Font = null;
this.textBox1.Name = "textBox1";
this.textBox1.ReadOnly = true;
//
// btnClose
//
this.btnClose.AccessibleDescription = null;
this.btnClose.AccessibleName = null;
resources.ApplyResources(this.btnClose, "btnClose");
this.btnClose.BackgroundImage = null;
this.btnClose.Font = null;
this.btnClose.Name = "btnClose";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnCopy
//
this.btnCopy.AccessibleDescription = null;
this.btnCopy.AccessibleName = null;
resources.ApplyResources(this.btnCopy, "btnCopy");
this.btnCopy.BackgroundImage = null;
this.btnCopy.Font = null;
this.btnCopy.Name = "btnCopy";
this.btnCopy.UseVisualStyleBackColor = true;
this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
//
// btnStop
//
this.btnStop.AccessibleDescription = null;
this.btnStop.AccessibleName = null;
resources.ApplyResources(this.btnStop, "btnStop");
this.btnStop.BackgroundImage = null;
this.btnStop.Font = null;
this.btnStop.Name = "btnStop";
this.btnStop.UseVisualStyleBackColor = true;
this.btnStop.Click += new System.EventHandler(this.btnStop_Click);
//
// btnCapture
//
this.btnCapture.AccessibleDescription = null;
this.btnCapture.AccessibleName = null;
resources.ApplyResources(this.btnCapture, "btnCapture");
this.btnCapture.BackgroundImage = null;
this.btnCapture.Font = null;
this.btnCapture.Name = "btnCapture";
this.btnCapture.UseVisualStyleBackColor = true;
this.btnCapture.Click += new System.EventHandler(this.btnCapture_Click);
//
// panelLeft
//
this.panelLeft.AccessibleDescription = null;
this.panelLeft.AccessibleName = null;
resources.ApplyResources(this.panelLeft, "panelLeft");
this.panelLeft.BackgroundImage = null;
this.panelLeft.Controls.Add(this.list);
this.panelLeft.Font = null;
this.panelLeft.Name = "panelLeft";
//
// list
//
this.list.AccessibleDescription = null;
this.list.AccessibleName = null;
resources.ApplyResources(this.list, "list");
this.list.BackgroundImage = null;
this.list.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.colType,
this.colURL});
this.list.Font = null;
this.list.FullRowSelect = true;
this.list.GridLines = true;
this.list.MultiSelect = false;
this.list.Name = "list";
this.list.UseCompatibleStateImageBehavior = false;
this.list.View = System.Windows.Forms.View.Details;
this.list.DoubleClick += new System.EventHandler(this.list_DoubleClick);
//
// colType
//
resources.ApplyResources(this.colType, "colType");
//
// colURL
//
resources.ApplyResources(this.colURL, "colURL");
//
// MediaCapture
//
this.AccessibleDescription = null;
this.AccessibleName = null;
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImage = null;
this.Controls.Add(this.panelLeft);
this.Controls.Add(this.panelRight);
this.Font = null;
this.Name = "MediaCapture";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MediaCapture_FormClosing);
this.Load += new System.EventHandler(this.MediaCapture_Load);
this.panelRight.ResumeLayout(false);
this.panelRight.PerformLayout();
this.panelLeft.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panelRight;
private System.Windows.Forms.Panel panelLeft;
private System.Windows.Forms.Button btnCopy;
private System.Windows.Forms.Button btnStop;
private System.Windows.Forms.Button btnCapture;
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.ListView list;
private System.Windows.Forms.ColumnHeader colType;
private System.Windows.Forms.ColumnHeader colURL;
private System.Windows.Forms.TextBox textBox1;
}
}