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

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

?? ddxxtji.cs

?? delphi編的中小型管理系統
?? CS
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;

namespace 中小型企業管理系統
{
	/// <summary>
	/// ddxxtji 的摘要說明。
	/// </summary>
	public class ddxxtji : System.Windows.Forms.Form
	{
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.ComboBox comboBox1;
		private System.Windows.Forms.Label label5;
		private System.Windows.Forms.TextBox textBox1;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.TextBox textBox2;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.TextBox textBox3;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.TextBox textBox4;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.TextBox textBox5;
		private System.Windows.Forms.Label label10;
		private System.Windows.Forms.TextBox textBox6;
		private System.Windows.Forms.Label label11;
		private System.Windows.Forms.TextBox textBox7;
		private System.Windows.Forms.Label label12;
		private System.Windows.Forms.TextBox textBox8;
		private System.Windows.Forms.Label label13;
		private System.Windows.Forms.Label label14;
		private System.Windows.Forms.TextBox textBox9;
		private System.Windows.Forms.TextBox textBox10;
		private System.Windows.Forms.Label label15;
		private System.Windows.Forms.Label label16;
		private System.Windows.Forms.TextBox textBox11;
		private System.Windows.Forms.TextBox textBox12;
		private System.Windows.Forms.Label label17;
		private System.Windows.Forms.TextBox textBox13;
		/// <summary>
		/// 必需的設計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public ddxxtji()
		{
			//
			// Windows 窗體設計器支持所必需的
			//
			InitializeComponent();

			//
			// TODO: 在 InitializeComponent 調用后添加任何構造函數代碼
			//
		}

		/// <summary>
		/// 清理所有正在使用的資源。
		/// </summary>
		protected override void Dispose( bool disposing )
		{
			if( disposing )
			{
				if(components != null)
				{
					components.Dispose();
				}
			}
			base.Dispose( disposing );
		}

		#region Windows 窗體設計器生成的代碼
		/// <summary>
		/// 設計器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內容。
		/// </summary>
		private void InitializeComponent()
		{
			this.label1 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label3 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.comboBox1 = new System.Windows.Forms.ComboBox();
			this.label5 = new System.Windows.Forms.Label();
			this.textBox1 = new System.Windows.Forms.TextBox();
			this.label6 = new System.Windows.Forms.Label();
			this.textBox2 = new System.Windows.Forms.TextBox();
			this.label7 = new System.Windows.Forms.Label();
			this.textBox3 = new System.Windows.Forms.TextBox();
			this.label8 = new System.Windows.Forms.Label();
			this.textBox4 = new System.Windows.Forms.TextBox();
			this.label9 = new System.Windows.Forms.Label();
			this.textBox5 = new System.Windows.Forms.TextBox();
			this.label10 = new System.Windows.Forms.Label();
			this.textBox6 = new System.Windows.Forms.TextBox();
			this.label11 = new System.Windows.Forms.Label();
			this.textBox7 = new System.Windows.Forms.TextBox();
			this.label12 = new System.Windows.Forms.Label();
			this.textBox8 = new System.Windows.Forms.TextBox();
			this.label13 = new System.Windows.Forms.Label();
			this.label14 = new System.Windows.Forms.Label();
			this.textBox9 = new System.Windows.Forms.TextBox();
			this.textBox10 = new System.Windows.Forms.TextBox();
			this.label15 = new System.Windows.Forms.Label();
			this.label16 = new System.Windows.Forms.Label();
			this.textBox11 = new System.Windows.Forms.TextBox();
			this.textBox12 = new System.Windows.Forms.TextBox();
			this.label17 = new System.Windows.Forms.Label();
			this.textBox13 = new System.Windows.Forms.TextBox();
			this.SuspendLayout();
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(0, 8);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(144, 16);
			this.label1.TabIndex = 0;
			this.label1.Text = "銷售管理->訂單信息統計";
			this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label2
			// 
			this.label2.BackColor = System.Drawing.SystemColors.ControlDarkDark;
			this.label2.Location = new System.Drawing.Point(0, 32);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(584, 8);
			this.label2.TabIndex = 1;
			// 
			// label3
			// 
			this.label3.BackColor = System.Drawing.Color.DarkGray;
			this.label3.Font = new System.Drawing.Font("宋體", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label3.Location = new System.Drawing.Point(0, 56);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(584, 32);
			this.label3.TabIndex = 2;
			this.label3.Text = "訂單信息統計";
			this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
			// 
			// label4
			// 
			this.label4.Location = new System.Drawing.Point(0, 104);
			this.label4.Name = "label4";
			this.label4.Size = new System.Drawing.Size(72, 16);
			this.label4.TabIndex = 3;
			this.label4.Text = "訂單類別:";
			this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// comboBox1
			// 
			this.comboBox1.Location = new System.Drawing.Point(72, 104);
			this.comboBox1.Name = "comboBox1";
			this.comboBox1.Size = new System.Drawing.Size(88, 20);
			this.comboBox1.TabIndex = 4;
			// 
			// label5
			// 
			this.label5.Location = new System.Drawing.Point(192, 104);
			this.label5.Name = "label5";
			this.label5.Size = new System.Drawing.Size(72, 16);
			this.label5.TabIndex = 5;
			this.label5.Text = "訂單編號:";
			this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// textBox1
			// 
			this.textBox1.Location = new System.Drawing.Point(264, 104);
			this.textBox1.Name = "textBox1";
			this.textBox1.Size = new System.Drawing.Size(96, 21);
			this.textBox1.TabIndex = 6;
			this.textBox1.Text = "";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(0, 152);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(72, 16);
			this.label6.TabIndex = 7;
			this.label6.Text = "客戶代號:";
			this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// textBox2
			// 
			this.textBox2.Location = new System.Drawing.Point(72, 152);
			this.textBox2.Name = "textBox2";
			this.textBox2.Size = new System.Drawing.Size(88, 21);
			this.textBox2.TabIndex = 8;
			this.textBox2.Text = "";
			// 
			// label7
			// 
			this.label7.Location = new System.Drawing.Point(192, 153);
			this.label7.Name = "label7";
			this.label7.Size = new System.Drawing.Size(72, 16);
			this.label7.TabIndex = 9;
			this.label7.Text = "訂單日期:";
			this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// textBox3
			// 
			this.textBox3.Location = new System.Drawing.Point(264, 153);
			this.textBox3.Name = "textBox3";
			this.textBox3.Size = new System.Drawing.Size(96, 21);
			this.textBox3.TabIndex = 10;
			this.textBox3.Text = "";
			// 
			// label8
			// 
			this.label8.Location = new System.Drawing.Point(0, 200);
			this.label8.Name = "label8";
			this.label8.Size = new System.Drawing.Size(72, 16);
			this.label8.TabIndex = 11;
			this.label8.Text = "交易貨幣:";
			this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// textBox4
			// 
			this.textBox4.Location = new System.Drawing.Point(72, 200);
			this.textBox4.Name = "textBox4";
			this.textBox4.Size = new System.Drawing.Size(88, 21);
			this.textBox4.TabIndex = 12;
			this.textBox4.Text = "";
			// 
			// label9
			// 
			this.label9.Location = new System.Drawing.Point(192, 202);
			this.label9.Name = "label9";
			this.label9.Size = new System.Drawing.Size(72, 16);
			this.label9.TabIndex = 13;
			this.label9.Text = "出口地區:";
			this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// textBox5
			// 
			this.textBox5.Location = new System.Drawing.Point(264, 202);
			this.textBox5.Name = "textBox5";
			this.textBox5.Size = new System.Drawing.Size(96, 21);
			this.textBox5.TabIndex = 14;
			this.textBox5.Text = "";
			// 
			// label10
			// 
			this.label10.Location = new System.Drawing.Point(0, 248);
			this.label10.Name = "label10";
			this.label10.Size = new System.Drawing.Size(72, 16);
			this.label10.TabIndex = 15;
			this.label10.Text = "業務人員:";
			this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// textBox6
			// 
			this.textBox6.Location = new System.Drawing.Point(72, 248);
			this.textBox6.Name = "textBox6";
			this.textBox6.Size = new System.Drawing.Size(88, 21);
			this.textBox6.TabIndex = 16;
			this.textBox6.Text = "";
			// 
			// label11
			// 
			this.label11.Location = new System.Drawing.Point(192, 251);
			this.label11.Name = "label11";
			this.label11.Size = new System.Drawing.Size(72, 16);
			this.label11.TabIndex = 17;
			this.label11.Text = "交貨日期:";
			this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// textBox7
			// 
			this.textBox7.Location = new System.Drawing.Point(264, 251);
			this.textBox7.Name = "textBox7";
			this.textBox7.Size = new System.Drawing.Size(96, 21);
			this.textBox7.TabIndex = 18;
			this.textBox7.Text = "";
			// 
			// label12
			// 
			this.label12.Location = new System.Drawing.Point(384, 251);
			this.label12.Name = "label12";
			this.label12.Size = new System.Drawing.Size(72, 16);
			this.label12.TabIndex = 19;
			this.label12.Text = "生效日期:";
			this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// textBox8
			// 
			this.textBox8.Location = new System.Drawing.Point(456, 251);
			this.textBox8.Name = "textBox8";
			this.textBox8.Size = new System.Drawing.Size(96, 21);
			this.textBox8.TabIndex = 20;
			this.textBox8.Text = "";
			// 
			// label13
			// 
			this.label13.Location = new System.Drawing.Point(0, 296);
			this.label13.Name = "label13";
			this.label13.Size = new System.Drawing.Size(72, 16);
			this.label13.TabIndex = 21;
			this.label13.Text = "運輸方式:";
			this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label14
			// 
			this.label14.Location = new System.Drawing.Point(192, 300);
			this.label14.Name = "label14";
			this.label14.Size = new System.Drawing.Size(72, 16);
			this.label14.TabIndex = 22;
			this.label14.Text = "承運人:";
			this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// textBox9
			// 
			this.textBox9.Location = new System.Drawing.Point(72, 296);
			this.textBox9.Name = "textBox9";
			this.textBox9.Size = new System.Drawing.Size(88, 21);
			this.textBox9.TabIndex = 23;
			this.textBox9.Text = "";
			// 
			// textBox10
			// 
			this.textBox10.Location = new System.Drawing.Point(264, 300);
			this.textBox10.Name = "textBox10";
			this.textBox10.Size = new System.Drawing.Size(96, 21);
			this.textBox10.TabIndex = 24;
			this.textBox10.Text = "";
			// 
			// label15
			// 
			this.label15.Location = new System.Drawing.Point(0, 344);
			this.label15.Name = "label15";
			this.label15.Size = new System.Drawing.Size(72, 16);
			this.label15.TabIndex = 25;
			this.label15.Text = "發貨地址:";
			this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// label16
			// 
			this.label16.Location = new System.Drawing.Point(192, 349);
			this.label16.Name = "label16";
			this.label16.Size = new System.Drawing.Size(72, 16);
			this.label16.TabIndex = 26;
			this.label16.Text = "交易條件:";
			this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// textBox11
			// 
			this.textBox11.Location = new System.Drawing.Point(72, 344);
			this.textBox11.Name = "textBox11";
			this.textBox11.Size = new System.Drawing.Size(88, 21);
			this.textBox11.TabIndex = 27;
			this.textBox11.Text = "";
			// 
			// textBox12
			// 
			this.textBox12.Location = new System.Drawing.Point(264, 349);
			this.textBox12.Name = "textBox12";
			this.textBox12.Size = new System.Drawing.Size(96, 21);
			this.textBox12.TabIndex = 28;
			this.textBox12.Text = "";
			// 
			// label17
			// 
			this.label17.Location = new System.Drawing.Point(0, 392);
			this.label17.Name = "label17";
			this.label17.Size = new System.Drawing.Size(48, 16);
			this.label17.TabIndex = 29;
			this.label17.Text = "備注:";
			this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
			// 
			// textBox13
			// 
			this.textBox13.Location = new System.Drawing.Point(56, 392);
			this.textBox13.Name = "textBox13";
			this.textBox13.Size = new System.Drawing.Size(496, 21);
			this.textBox13.TabIndex = 30;
			this.textBox13.Text = "";
			// 
			// ddxxtji
			// 
			this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
			this.ClientSize = new System.Drawing.Size(574, 646);
			this.Controls.Add(this.textBox13);
			this.Controls.Add(this.label17);
			this.Controls.Add(this.textBox12);
			this.Controls.Add(this.textBox11);
			this.Controls.Add(this.label16);
			this.Controls.Add(this.label15);
			this.Controls.Add(this.textBox10);
			this.Controls.Add(this.textBox9);
			this.Controls.Add(this.label14);
			this.Controls.Add(this.label13);
			this.Controls.Add(this.textBox8);
			this.Controls.Add(this.label12);
			this.Controls.Add(this.textBox7);
			this.Controls.Add(this.label11);
			this.Controls.Add(this.textBox6);
			this.Controls.Add(this.label10);
			this.Controls.Add(this.textBox5);
			this.Controls.Add(this.label9);
			this.Controls.Add(this.textBox4);
			this.Controls.Add(this.label8);
			this.Controls.Add(this.textBox3);
			this.Controls.Add(this.label7);
			this.Controls.Add(this.textBox2);
			this.Controls.Add(this.label6);
			this.Controls.Add(this.textBox1);
			this.Controls.Add(this.label5);
			this.Controls.Add(this.comboBox1);
			this.Controls.Add(this.label4);
			this.Controls.Add(this.label3);
			this.Controls.Add(this.label2);
			this.Controls.Add(this.label1);
			this.Name = "ddxxtji";
			this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
			this.Text = "ddxxtji";
			this.ResumeLayout(false);

		}
		#endregion
	}
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
2023国产一二三区日本精品2022| 亚洲精品网站在线观看| 国产成人精品午夜视频免费| 久久久欧美精品sm网站| 成人黄页毛片网站| 亚洲精品免费在线| 91精品国产综合久久久久久久| 日本欧美一区二区在线观看| 精品国一区二区三区| 丁香天五香天堂综合| 亚洲免费av观看| 在线不卡免费av| 日韩av中文在线观看| 久久久三级国产网站| 一本色道a无线码一区v| 日韩成人免费电影| 久久久久久久久久美女| 色婷婷一区二区| 免费成人你懂的| 国产精品久久三| 国产成人综合网站| 久久综合色8888| 色综合网站在线| 亚洲超碰97人人做人人爱| 精品久久国产老人久久综合| 成人黄色片在线观看| 亚洲一区免费观看| 欧美一级午夜免费电影| 成人av网站免费| 偷拍一区二区三区四区| 国产欧美日韩不卡| 欧美巨大另类极品videosbest | 另类的小说在线视频另类成人小视频在线 | 色网综合在线观看| 久久国产精品露脸对白| 一区二区中文字幕在线| 欧美美女激情18p| 丰满放荡岳乱妇91ww| 亚洲成精国产精品女| 久久久不卡网国产精品二区| 欧美色手机在线观看| 国产在线日韩欧美| 亚洲福利视频三区| 日本一区二区视频在线| 欧美日韩成人激情| voyeur盗摄精品| 免费看欧美女人艹b| 1024亚洲合集| 精品国一区二区三区| 欧美综合在线视频| 成人一区二区在线观看| 美日韩黄色大片| 亚洲黄色性网站| 国产欧美日韩卡一| 日韩一区二区高清| 在线免费观看视频一区| 粉嫩aⅴ一区二区三区四区| 日本va欧美va精品发布| 亚洲乱码国产乱码精品精小说 | 视频一区免费在线观看| 国产精品久久久久7777按摩| 欧美成人福利视频| 久久久不卡网国产精品一区| 一区二区三区四区在线免费观看| 精品国产乱码久久久久久图片| 在线一区二区视频| 高清久久久久久| 免费看欧美美女黄的网站| 一区二区三区不卡在线观看| 中文字幕 久热精品 视频在线 | 亚洲特黄一级片| 久久久久久久久99精品| 日韩一级大片在线观看| 欧美日韩一级片在线观看| 99国产精品久久久久久久久久久| 精品一区二区三区av| 水蜜桃久久夜色精品一区的特点| 亚洲乱码中文字幕| 亚洲欧洲日韩女同| 欧美激情综合网| 欧美mv日韩mv国产| 91在线porny国产在线看| 亚洲女人****多毛耸耸8| 色婷婷精品大在线视频| 欧美二区在线观看| av午夜精品一区二区三区| 国产激情视频一区二区在线观看| 美国毛片一区二区| 日本v片在线高清不卡在线观看| 亚洲一区二区偷拍精品| 亚洲免费视频中文字幕| 亚洲色图都市小说| 亚洲欧美激情小说另类| 亚洲欧洲国产专区| 中文字幕在线一区免费| 国产精品高潮久久久久无| 中文字幕av资源一区| 欧美激情一区二区三区四区| 国产视频亚洲色图| 日本一区二区三区高清不卡 | 亚洲视频中文字幕| 国产精品欧美久久久久无广告 | 欧美日韩你懂得| 欧美特级限制片免费在线观看| 色拍拍在线精品视频8848| 色一情一乱一乱一91av| 色呦呦日韩精品| 欧洲精品一区二区三区在线观看| 91黄色激情网站| 欧美日韩在线一区二区| 欧美日韩另类国产亚洲欧美一级| 欧美日本一区二区三区四区| 国产suv一区二区三区88区| 国产激情91久久精品导航| 国产成人免费视频一区| 成人午夜碰碰视频| 暴力调教一区二区三区| 91麻豆文化传媒在线观看| 色天使色偷偷av一区二区| 欧美特级限制片免费在线观看| 欧美日韩一级片在线观看| 91精品欧美久久久久久动漫 | 欧美视频一区在线观看| 欧美日韩视频在线第一区| 欧美一区二视频| 欧美va亚洲va| 久久久www免费人成精品| 国产精品灌醉下药二区| 亚洲激情在线播放| 香蕉成人伊视频在线观看| 美女一区二区三区在线观看| 国产精品乡下勾搭老头1| 国产又粗又猛又爽又黄91精品| 一区二区三区免费观看| 日本一区二区三区四区在线视频 | 久久国产免费看| 国产精品一二三区| 99久久伊人精品| 欧美亚洲另类激情小说| 欧美一级在线免费| 2017欧美狠狠色| 亚洲天堂免费在线观看视频| 亚洲电影欧美电影有声小说| 久久99国产精品麻豆| 成人做爰69片免费看网站| 欧美中文字幕一区二区三区亚洲| 欧美一区二区三区四区久久| 久久精品欧美一区二区三区不卡| 国产精品久久久久国产精品日日| 亚洲午夜一区二区| 久久成人综合网| eeuss鲁片一区二区三区| 欧美视频在线不卡| 久久久亚洲高清| 一区二区三区产品免费精品久久75| 青青草91视频| 99久久国产综合色|国产精品| 欧美精品tushy高清| 国产日韩欧美在线一区| 亚洲国产视频直播| 国产综合色产在线精品 | 色综合久久久久| 日韩女优电影在线观看| 亚洲色图制服丝袜| 老司机午夜精品| 另类中文字幕网| 成人激情综合网站| 91精品国产入口在线| 国产精品你懂的| 老司机午夜精品| 色噜噜偷拍精品综合在线| 精品欧美乱码久久久久久1区2区| 日韩一区中文字幕| 免费成人在线网站| 一本色道久久综合亚洲91 | 丝袜亚洲另类欧美综合| 成人一区二区三区在线观看| 欧美精品1区2区| 国产精品乱人伦| 蜜臀a∨国产成人精品| 一本色道久久加勒比精品 | 丝袜美腿高跟呻吟高潮一区| 国产传媒一区在线| 7777精品久久久大香线蕉| 国产精品久久久久久久久免费丝袜| 蜜臀国产一区二区三区在线播放| 色综合天天综合给合国产| 久久综合狠狠综合久久综合88| 一区二区三区在线视频播放| 国产成人鲁色资源国产91色综| 91精品国产欧美日韩| 亚洲欧美一区二区三区孕妇| 国产伦精品一区二区三区免费 | 不卡的av电影在线观看| 日韩免费视频一区二区| 亚洲国产精品视频| 99在线热播精品免费| 久久精品在线观看| 看电视剧不卡顿的网站| 欧美日韩专区在线|