亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? form1.cs

?? mpeg4壓縮算法程序
?? CS
?? 第 1 頁 / 共 2 頁
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;

namespace MPEGBuilder1
{
	/// <summary>
	/// Summary description for Form1.
	/// </summary>
	public class Form1 : System.Windows.Forms.Form
	{
		private System.Windows.Forms.MainMenu mainMenu1;
		private System.Windows.Forms.MenuItem menuItem1;
		private System.Windows.Forms.MenuItem menuItem2;
		private System.Windows.Forms.MenuItem menuItem3;
		private System.Windows.Forms.ToolBar toolBar1;
		private System.Windows.Forms.StatusBar statusBar1;
		private MPEGBuilder1UI.UserControl1 userControl11;
		private System.Windows.Forms.StatusBarPanel statusBarPanel1;
		private System.Windows.Forms.StatusBarPanel statusBarPanel2;
		private System.Windows.Forms.StatusBarPanel statusBarPanel3;
		private System.Windows.Forms.MenuItem menuItem4;
		private System.Windows.Forms.MenuItem menuItem5;
		private System.Windows.Forms.MenuItem menuItem6;
		private System.Windows.Forms.MenuItem menuItem7;
		private System.Windows.Forms.MenuItem menuItem8;
		private System.Windows.Forms.MenuItem menuItem9;
		private System.Windows.Forms.MenuItem menuItem10;
		private System.Windows.Forms.ImageList imageList1;
		private System.Windows.Forms.ToolBarButton toolBarButton1;
		private System.Windows.Forms.ToolBarButton toolBarButton2;
		private System.Windows.Forms.ToolBarButton toolBarButton3;
		private System.Windows.Forms.ToolBarButton toolBarButton9;
		private System.Windows.Forms.ContextMenu contextMenu1;
		private System.Windows.Forms.MenuItem menuItem11;
		private System.Windows.Forms.MenuItem menuItem12;
		private System.Windows.Forms.MenuItem menuItem13;
		private System.Windows.Forms.ToolBarButton toolBarButton4;
		private System.Windows.Forms.ToolBarButton toolBarButton5;
		private System.Windows.Forms.ToolBarButton toolBarButton6;
		private System.Windows.Forms.ToolTip toolTip1;
		private System.Windows.Forms.MenuItem menuItem14;
		private System.Windows.Forms.MenuItem menuItem15;
		private System.Windows.Forms.MenuItem menuItem16;
		private System.ComponentModel.IContainer components;

		public Form1()
		{
			InitializeComponent();

			menuItem6.Checked = true;
			menuItem5.Enabled = true;
			menuItem8.Enabled = menuItem9.Enabled = menuItem10.Enabled = false;
			menuItem11.Enabled = menuItem12.Enabled = menuItem13.Enabled = false;
			statusBarPanel1.Text = "Use File->Open to load image";
			userControl11.textBox1.Visible = false;
			userControl11.textBox2.Visible = false;
			userControl11.textBox3.Visible = false;
		}

		/// <summary>
		/// Clean up any resources being used.
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if (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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Form1));
			this.mainMenu1 = new System.Windows.Forms.MainMenu();
			this.menuItem1 = new System.Windows.Forms.MenuItem();
			this.menuItem2 = new System.Windows.Forms.MenuItem();
			this.menuItem14 = new System.Windows.Forms.MenuItem();
			this.menuItem3 = new System.Windows.Forms.MenuItem();
			this.menuItem4 = new System.Windows.Forms.MenuItem();
			this.menuItem5 = new System.Windows.Forms.MenuItem();
			this.menuItem6 = new System.Windows.Forms.MenuItem();
			this.menuItem7 = new System.Windows.Forms.MenuItem();
			this.menuItem8 = new System.Windows.Forms.MenuItem();
			this.menuItem9 = new System.Windows.Forms.MenuItem();
			this.menuItem10 = new System.Windows.Forms.MenuItem();
			this.menuItem15 = new System.Windows.Forms.MenuItem();
			this.menuItem16 = new System.Windows.Forms.MenuItem();
			this.toolBar1 = new System.Windows.Forms.ToolBar();
			this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton2 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton3 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton4 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton5 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton6 = new System.Windows.Forms.ToolBarButton();
			this.toolBarButton9 = new System.Windows.Forms.ToolBarButton();
			this.contextMenu1 = new System.Windows.Forms.ContextMenu();
			this.menuItem11 = new System.Windows.Forms.MenuItem();
			this.menuItem12 = new System.Windows.Forms.MenuItem();
			this.menuItem13 = new System.Windows.Forms.MenuItem();
			this.imageList1 = new System.Windows.Forms.ImageList(this.components);
			this.statusBar1 = new System.Windows.Forms.StatusBar();
			this.statusBarPanel1 = new System.Windows.Forms.StatusBarPanel();
			this.statusBarPanel2 = new System.Windows.Forms.StatusBarPanel();
			this.statusBarPanel3 = new System.Windows.Forms.StatusBarPanel();
			this.userControl11 = new MPEGBuilder1UI.UserControl1();
			this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
			((System.ComponentModel.ISupportInitialize)(this.statusBarPanel1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.statusBarPanel2)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.statusBarPanel3)).BeginInit();
			this.SuspendLayout();
			// 
			// mainMenu1
			// 
			this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.menuItem1,
																					  this.menuItem4,
																					  this.menuItem7,
																					  this.menuItem15});
			// 
			// menuItem1
			// 
			this.menuItem1.Index = 0;
			this.menuItem1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.menuItem2,
																					  this.menuItem14,
																					  this.menuItem3});
			this.menuItem1.Text = "&File";
			// 
			// menuItem2
			// 
			this.menuItem2.Index = 0;
			this.menuItem2.Text = "&Open";
			this.menuItem2.Click += new System.EventHandler(this.menuItem2_Click);
			// 
			// menuItem14
			// 
			this.menuItem14.Index = 1;
			this.menuItem14.Text = "-";
			// 
			// menuItem3
			// 
			this.menuItem3.Index = 2;
			this.menuItem3.Text = "&Exit";
			this.menuItem3.Click += new System.EventHandler(this.menuItem3_Click);
			// 
			// menuItem4
			// 
			this.menuItem4.Index = 1;
			this.menuItem4.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.menuItem5,
																					  this.menuItem6});
			this.menuItem4.Text = "Display&Mode";
			// 
			// menuItem5
			// 
			this.menuItem5.Index = 0;
			this.menuItem5.Text = "&JPEG";
			this.menuItem5.Click += new System.EventHandler(this.menuItem5_Click);
			// 
			// menuItem6
			// 
			this.menuItem6.Index = 1;
			this.menuItem6.Text = "&MPEG";
			this.menuItem6.Click += new System.EventHandler(this.menuItem6_Click);
			// 
			// menuItem7
			// 
			this.menuItem7.Index = 2;
			this.menuItem7.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					  this.menuItem8,
																					  this.menuItem9,
																					  this.menuItem10});
			this.menuItem7.Text = "&WriteToFile";
			// 
			// menuItem8
			// 
			this.menuItem8.Index = 0;
			this.menuItem8.Text = "&JPEG";
			this.menuItem8.Click += new System.EventHandler(this.menuItem8_Click);
			// 
			// menuItem9
			// 
			this.menuItem9.Index = 1;
			this.menuItem9.Text = "MPEG &IFrame";
			this.menuItem9.Click += new System.EventHandler(this.menuItem9_Click);
			// 
			// menuItem10
			// 
			this.menuItem10.Index = 2;
			this.menuItem10.Text = "MPEG &Sequence";
			this.menuItem10.Click += new System.EventHandler(this.menuItem10_Click);
			// 
			// menuItem15
			// 
			this.menuItem15.Index = 3;
			this.menuItem15.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
																					   this.menuItem16});
			this.menuItem15.Text = "&Help";
			// 
			// menuItem16
			// 
			this.menuItem16.Index = 0;
			this.menuItem16.Text = "&About MPEGBuilder1";
			this.menuItem16.Click += new System.EventHandler(this.menuItem16_Click);
			// 
			// toolBar1
			// 
			this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
																						this.toolBarButton1,
																						this.toolBarButton2,
																						this.toolBarButton3,
																						this.toolBarButton4,
																						this.toolBarButton5,
																						this.toolBarButton6,
																						this.toolBarButton9});
			this.toolBar1.DropDownArrows = true;
			this.toolBar1.ImageList = this.imageList1;
			this.toolBar1.Name = "toolBar1";
			this.toolBar1.ShowToolTips = true;
			this.toolBar1.Size = new System.Drawing.Size(576, 25);
			this.toolBar1.TabIndex = 0;
			this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
			// 

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
久久久一区二区三区捆绑**| 日韩va亚洲va欧美va久久| 亚洲一区二区不卡免费| 九九国产精品视频| 欧美性大战久久久久久久蜜臀| 欧美成人一区二区三区在线观看| 亚洲欧美日韩国产中文在线| 国产一区二区三区观看| 欧美高清dvd| 尤物在线观看一区| 99久久久精品| 中文字幕精品—区二区四季| 久久国产福利国产秒拍| 欧美日韩免费观看一区二区三区| 亚洲国产电影在线观看| 国产一区二区中文字幕| 制服丝袜国产精品| 亚洲制服丝袜av| 色综合久久天天| 中文久久乱码一区二区| 国产乱一区二区| 久久嫩草精品久久久久| 黄网站免费久久| 精品久久久久一区二区国产| 免播放器亚洲一区| 日韩欧美电影在线| 久久国产日韩欧美精品| 精品国偷自产国产一区| 另类小说视频一区二区| 欧美大片一区二区三区| 精品一区二区在线视频| 久久你懂得1024| 成人午夜大片免费观看| 国产精品福利一区二区三区| 成av人片一区二区| 亚洲欧洲精品成人久久奇米网| 成人激情校园春色| 日韩一区中文字幕| 在线精品国精品国产尤物884a| 亚洲精品久久嫩草网站秘色| 日本伦理一区二区| 婷婷久久综合九色国产成人 | 亚洲视频在线一区观看| jizz一区二区| 亚洲人成影院在线观看| 欧美午夜电影网| 日本系列欧美系列| 久久久久久免费网| 99久久国产综合精品女不卡| 亚洲已满18点击进入久久| 在线观看91av| 国产精品一二三区| 亚洲欧美乱综合| 制服丝袜日韩国产| 成人免费高清视频| 夜夜爽夜夜爽精品视频| 91精品国产综合久久精品图片| 另类小说综合欧美亚洲| 欧美国产欧美综合| 欧美日韩另类一区| 狠狠色伊人亚洲综合成人| 国产精品久久看| 欧美日韩在线三区| 成人免费毛片嘿嘿连载视频| 一区二区在线观看视频在线观看| 欧美人与z0zoxxxx视频| 成人精品视频一区二区三区尤物| 亚洲综合成人在线| 国产午夜一区二区三区| 欧美性感一类影片在线播放| 国产精品中文欧美| 亚洲成人精品一区| 国产欧美一区二区精品久导航 | 91天堂素人约啪| 日韩高清不卡在线| 国产精品视频yy9299一区| 欧美三级日韩三级| 成人免费va视频| 五月婷婷欧美视频| 国产精品免费av| 日韩久久久精品| 欧美亚洲日本一区| www.成人网.com| 激情久久久久久久久久久久久久久久| 一区二区三区波多野结衣在线观看| 久久夜色精品国产噜噜av| 欧美亚洲一区二区在线观看| 成人永久免费视频| 久久99久久99| 日韩成人一级片| 一区二区三区四区中文字幕| 中文字幕不卡在线观看| 日韩一区二区三区电影在线观看| 91国偷自产一区二区使用方法| 国产精品一级片| 麻豆91在线看| 蜜臀av一区二区在线免费观看| 亚洲男同1069视频| 亚洲天堂免费看| 国产精品视频一二| 国产精品三级在线观看| 久久欧美一区二区| 久久综合色之久久综合| 日韩欧美不卡在线观看视频| 欧美精品日韩一区| 欧美美女网站色| 欧美欧美欧美欧美| 欧美日韩国产另类不卡| 精品1区2区3区| 欧美精品在线观看一区二区| 欧美喷水一区二区| 欧美性生活久久| 欧美性色欧美a在线播放| 色偷偷88欧美精品久久久| 91啦中文在线观看| 色老综合老女人久久久| 欧洲一区在线电影| 欧美日韩在线一区二区| 欧美精品1区2区| 91麻豆精品国产91久久久资源速度| 欧美精品成人一区二区三区四区| 欧美精品日韩精品| 欧美变态tickling挠脚心| 精品久久久三级丝袜| 国产日本欧洲亚洲| 中文字幕一区二区三区四区不卡| 国产精品乱人伦| 亚洲另类在线一区| 亚洲va欧美va天堂v国产综合| 亚洲一区二区在线视频| 日韩av不卡一区二区| 国产在线观看免费一区| 成人av在线电影| 欧美日韩一区高清| 欧美zozozo| 国产精品乱码久久久久久| 亚洲一线二线三线视频| 日本成人在线不卡视频| 国产白丝网站精品污在线入口| 不卡的电视剧免费网站有什么| av不卡免费在线观看| 欧美日韩在线观看一区二区 | 日韩手机在线导航| www国产成人| 亚洲精品国产一区二区三区四区在线| 亚洲在线视频免费观看| 国模大尺度一区二区三区| 99久久久国产精品| 日韩欧美综合在线| 最新中文字幕一区二区三区| 丝袜亚洲精品中文字幕一区| 国产精品一级片| 欧美系列日韩一区| 久久精品一二三| 亚洲综合色网站| 高清久久久久久| 欧美一级高清大全免费观看| 国产精品久久综合| 秋霞国产午夜精品免费视频| 成人美女在线视频| 精品少妇一区二区三区视频免付费| 国产精品国产自产拍在线| 欧美aaaaa成人免费观看视频| av高清不卡在线| 欧美精品一区二区三区蜜臀| 一区二区免费在线| 国产iv一区二区三区| 日韩三区在线观看| 亚洲影视在线播放| 972aa.com艺术欧美| 久久久久久电影| 久久 天天综合| 欧美亚洲动漫精品| 亚洲人123区| 国产99精品国产| 精品国产91洋老外米糕| 午夜精品一区在线观看| www.色精品| 欧美国产日韩精品免费观看| 蜜臀99久久精品久久久久久软件| 91福利在线免费观看| 亚洲色图另类专区| 国产xxx精品视频大全| 久久夜色精品国产欧美乱极品| 日韩精品欧美精品| 欧美猛男男办公室激情| 亚洲一区二区视频在线观看| 成人午夜视频免费看| 国产亚洲欧美在线| 国产露脸91国语对白| 精品国产一区二区三区忘忧草| 强制捆绑调教一区二区| 欧美一区二区在线免费观看| 亚洲va国产天堂va久久en| 在线观看成人小视频| 亚洲电影在线播放| 在线综合视频播放| 蜜桃视频免费观看一区| 日韩免费电影网站| 国产一区二区三区黄视频 |