扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
作者:阿虎 来源:天极开发 2007年11月11日
关键字:
using System ; using System.Drawing ; using System.Collections ; using System.ComponentModel ; using System.Windows.Forms ; using System.Data ; using Microsoft.DirectX.AudioVideoPlayback ; //ÒýÈëÊÓƵ²¥·ÅËùҪʹÓõÄDirect XÃüÃû¿Õ¼ä |
private Video MyVideo = null ; //´´½¨Ò»¸öVideoʵÀý |
private void InitializeComponent ( ) { ¡¡this.panel1 = new System.Windows.Forms.Panel ( ) ; ¡¡this.button1 = new System.Windows.Forms.Button ( ) ; ¡¡this.button2 = new System.Windows.Forms.Button ( ) ; ¡¡this.button3 = new System.Windows.Forms.Button ( ) ; ¡¡this.button4 = new System.Windows.Forms.Button ( ) ; ¡¡this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog ( ) ; ¡¡this.SuspendLayout ( ) ; ¡¡this.panel1.Dock = System.Windows.Forms.DockStyle.Top ; ¡¡this.panel1.Location = new System.Drawing.Point ( 0, 0 ) ; ¡¡this.panel1.Name = "panel1" ; ¡¡this.panel1.Size = new System.Drawing.Size ( 540, 346 ) ; ¡¡this.panel1.TabIndex = 0 ; ¡¡this.button1.Location = new System.Drawing.Point ( 62, 380 ) ; ¡¡this.button1.Name = "button1" ; ¡¡this.button1.Size = new System.Drawing.Size ( 80, 38 ) ; ¡¡this.button1.TabIndex = 1 ; ¡¡this.button1.Text = "´ò¿ª" ; ¡¡this.button1.Click += new System.EventHandler ( this.button1_Click ) ; ¡¡this.button2.Location = new System.Drawing.Point ( 165, 380 ) ; ¡¡this.button2.Name = "button2" ; ¡¡this.button2.Size = new System.Drawing.Size ( 81, 38 ) ; ¡¡this.button2.TabIndex = 1 ; ¡¡this.button2.Text = "²¥·Å" ; ¡¡this.button2.Click += new System.EventHandler ( this.button2_Click ) ; ¡¡this.button3.Location = new System.Drawing.Point ( 268, 380 ) ; ¡¡this.button3.Name = "button3" ; ¡¡this.button3.Size = new System.Drawing.Size ( 80, 38 ) ; ¡¡this.button3.TabIndex = 1 ; ¡¡this.button3.Text = "ÔÝÍ£" ; ¡¡this.button3.Click += new System.EventHandler ( this.button3_Click ) ; ¡¡this.button4.Location = new System.Drawing.Point ( 371, 380 ) ; ¡¡this.button4.Name = "button4" ; ¡¡this.button4.Size = new System.Drawing.Size ( 81, 38 ) ; ¡¡this.button4.TabIndex = 1 ; ¡¡this.button4.Text = "Í£Ö¹" ; ¡¡this.button4.Click += new System.EventHandler ( this.button4_Click ) ; ¡¡this.openFileDialog1.DefaultExt = "avi" ; ¡¡this.openFileDialog1.Filter = "ÊÓƵÎļþ|*.avi||" ; ¡¡this.openFileDialog1.Title = "ÇëÑ¡Ôñ²¥·ÅµÄAVIÎļþ" ; ¡¡this.AutoScaleBaseSize = new System.Drawing.Size ( 6, 14 ) ; ¡¡this.ClientSize = new System.Drawing.Size ( 540, 461 ) ; ¡¡this.Controls.Add ( this.button1 ) ; ¡¡this.Controls.Add ( this.panel1 ) ; ¡¡this.Controls.Add ( this.button2 ) ; ¡¡this.Controls.Add ( this.button3 ) ; ¡¡this.Controls.Add ( this.button4 ) ; ¡¡this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog ; ¡¡this.MaximizeBox = false ; ¡¡this.Name = "Form1" ; ¡¡this.Text = "Visual C#ÖÐʹÓÃDriectXʵÏÖýÌå²¥·Å" ; ¡¡this.Load += new System.EventHandler ( this.Form1_Load ) ; ¡¡this.ResumeLayout ( false ) ; } |
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。
现场直击|2021世界人工智能大会
直击5G创新地带,就在2021MWC上海
5G已至 转型当时——服务提供商如何把握转型的绝佳时机
寻找自己的Flag
华为开发者大会2020(Cloud)- 科技行者