1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- namespace DemoCapture
- {
- partial class Form1
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows 窗体设计器生成的代码
-
-
-
-
- private void InitializeComponent()
- {
- this.SuspendLayout();
-
-
-
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(792, 561);
- this.Name = "Form1";
- this.Text = "VideoCaptureExample";
- this.Shown += new System.EventHandler(this.Form1_Shown);
- this.Click += new System.EventHandler(this.Form1_Click);
- this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseClick);
- this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseDown);
- this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.Form1_MouseMove);
- this.ResumeLayout(false);
- }
- #endregion
- }
- }
|