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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? customersmanage.cs

?? c#編寫的汽車銷售公司erp進(jìn)銷存系統(tǒng)
?? CS
?? 第 1 頁 / 共 3 頁
字號(hào):
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using CallCenter.BusinessLayer;
using CallCenter.DALFactory;
using CallCenter.IDAL;
using CallCenter.Modules;
using CallCenter.OracleDAL;
using System.Data;
using DrawFlat;
namespace CallCenter.BusinessInterfaces.MainForms
{
	/// <summary>
	/// CustomersManage 的摘要說明。
	/// </summary>
	public class CustomersManage : System.Windows.Forms.UserControl
	{
		private DevExpress.XtraEditors.PanelControl panel2;
		private DevExpress.XtraEditors.PanelControl panel1;
		private System.Windows.Forms.DataGrid dgCustomer;
		private WebMIS.GoldFilter.GridDataFilter gridDataFilter1;
		private DataSet dscustomers=null;
		private System.Windows.Forms.CheckBox checkBox1;
		private System.Windows.Forms.Label label9;
		private System.Windows.Forms.Label label8;
		private System.Windows.Forms.Label label7;
		private System.Windows.Forms.Label label3;
		private System.Windows.Forms.Label label1;
		private System.Windows.Forms.Label label4;
		private System.Windows.Forms.Label label2;
		private System.Windows.Forms.Label label6;
		private System.Windows.Forms.Label label5;
		private DevExpress.XtraEditors.TextEdit txtname;
		private DevExpress.XtraEditors.TextEdit txtCtelnumber;
		private DevExpress.XtraEditors.TextEdit txtFax;
		private DevExpress.XtraEditors.TextEdit txtAddr;
		private DevExpress.XtraEditors.TextEdit txtEmail;
		private DevExpress.XtraEditors.TextEdit txtRelation;
		private DevExpress.XtraEditors.MemoEdit txtMemo;
		private DevExpress.XtraEditors.ComboBoxEdit cbSex;
		private DevExpress.XtraEditors.SimpleButton btAdd;
		private DevExpress.XtraEditors.SimpleButton btReset;
		private DevExpress.XtraEditors.SimpleButton btDelete;
		private DevExpress.XtraEditors.SimpleButton btSave;
		private DrawFlat.FlatComboBox cbCType;
		/// <summary>
		/// 必需的設(shè)計(jì)器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public CustomersManage()
		{
			//
			// Windows 窗體設(shè)計(jì)器支持所必需的
			//
			InitializeComponent();

			//
			// TODO: 在 InitializeComponent 調(diào)用后添加任何構(gòu)造函數(shù)代碼
			//
		}

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

		#region Windows 窗體設(shè)計(jì)器生成的代碼
		/// <summary>
		/// 設(shè)計(jì)器支持所需的方法 - 不要使用代碼編輯器修改
		/// 此方法的內(nèi)容。
		/// </summary>
		private void InitializeComponent()
		{
			this.panel2 = new DevExpress.XtraEditors.PanelControl();
			this.checkBox1 = new System.Windows.Forms.CheckBox();
			this.dgCustomer = new System.Windows.Forms.DataGrid();
			this.gridDataFilter1 = new WebMIS.GoldFilter.GridDataFilter();
			this.panel1 = new DevExpress.XtraEditors.PanelControl();
			this.btReset = new DevExpress.XtraEditors.SimpleButton();
			this.btDelete = new DevExpress.XtraEditors.SimpleButton();
			this.btSave = new DevExpress.XtraEditors.SimpleButton();
			this.btAdd = new DevExpress.XtraEditors.SimpleButton();
			this.cbSex = new DevExpress.XtraEditors.ComboBoxEdit();
			this.txtMemo = new DevExpress.XtraEditors.MemoEdit();
			this.txtRelation = new DevExpress.XtraEditors.TextEdit();
			this.txtEmail = new DevExpress.XtraEditors.TextEdit();
			this.txtAddr = new DevExpress.XtraEditors.TextEdit();
			this.txtFax = new DevExpress.XtraEditors.TextEdit();
			this.txtCtelnumber = new DevExpress.XtraEditors.TextEdit();
			this.txtname = new DevExpress.XtraEditors.TextEdit();
			this.label9 = new System.Windows.Forms.Label();
			this.label8 = new System.Windows.Forms.Label();
			this.label7 = new System.Windows.Forms.Label();
			this.cbCType = new DrawFlat.FlatComboBox();
			this.label3 = new System.Windows.Forms.Label();
			this.label1 = new System.Windows.Forms.Label();
			this.label4 = new System.Windows.Forms.Label();
			this.label2 = new System.Windows.Forms.Label();
			this.label6 = new System.Windows.Forms.Label();
			this.label5 = new System.Windows.Forms.Label();
			((System.ComponentModel.ISupportInitialize)(this.panel2)).BeginInit();
			this.panel2.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.dgCustomer)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.panel1)).BeginInit();
			this.panel1.SuspendLayout();
			((System.ComponentModel.ISupportInitialize)(this.cbSex.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.txtMemo.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.txtRelation.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.txtEmail.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.txtAddr.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.txtFax.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.txtCtelnumber.Properties)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.txtname.Properties)).BeginInit();
			this.SuspendLayout();
			// 
			// panel2
			// 
			this.panel2.Controls.Add(this.checkBox1);
			this.panel2.Controls.Add(this.dgCustomer);
			this.panel2.Controls.Add(this.gridDataFilter1);
			this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel2.Location = new System.Drawing.Point(0, 176);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(860, 317);
			this.panel2.TabIndex = 8;
			// 
			// checkBox1
			// 
			this.checkBox1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(90)), ((System.Byte)(180)), ((System.Byte)(232)));
			this.checkBox1.Font = new System.Drawing.Font("宋體", 8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.checkBox1.ForeColor = System.Drawing.Color.Black;
			this.checkBox1.Location = new System.Drawing.Point(104, 6);
			this.checkBox1.Name = "checkBox1";
			this.checkBox1.Size = new System.Drawing.Size(56, 17);
			this.checkBox1.TabIndex = 15;
			this.checkBox1.Text = "全選";
			this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
			// 
			// dgCustomer
			// 
			this.dgCustomer.AlternatingBackColor = System.Drawing.Color.GhostWhite;
			this.dgCustomer.BackColor = System.Drawing.Color.GhostWhite;
			this.dgCustomer.BackgroundColor = System.Drawing.Color.Lavender;
			this.dgCustomer.CaptionBackColor = System.Drawing.Color.FromArgb(((System.Byte)(90)), ((System.Byte)(180)), ((System.Byte)(232)));
			this.dgCustomer.CaptionForeColor = System.Drawing.Color.Black;
			this.dgCustomer.CaptionText = "客戶信息列表";
			this.dgCustomer.DataMember = "";
			this.dgCustomer.Dock = System.Windows.Forms.DockStyle.Fill;
			this.dgCustomer.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dgCustomer.Location = new System.Drawing.Point(2, 2);
			this.dgCustomer.Name = "dgCustomer";
			this.dgCustomer.Size = new System.Drawing.Size(856, 281);
			this.dgCustomer.TabIndex = 1;
			this.dgCustomer.CurrentCellChanged += new System.EventHandler(this.dgCustomer_CurrentCellChanged);
			// 
			// gridDataFilter1
			// 
			this.gridDataFilter1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(141)), ((System.Byte)(193)), ((System.Byte)(230)));
			this.gridDataFilter1.checkbox = null;
			this.gridDataFilter1.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.gridDataFilter1.Location = new System.Drawing.Point(2, 283);
			this.gridDataFilter1.Name = "gridDataFilter1";
			this.gridDataFilter1.Size = new System.Drawing.Size(856, 32);
			this.gridDataFilter1.TabIndex = 14;
			// 
			// panel1
			// 
			this.panel1.Controls.Add(this.btReset);
			this.panel1.Controls.Add(this.btDelete);
			this.panel1.Controls.Add(this.btSave);
			this.panel1.Controls.Add(this.btAdd);
			this.panel1.Controls.Add(this.cbSex);
			this.panel1.Controls.Add(this.txtMemo);
			this.panel1.Controls.Add(this.txtRelation);
			this.panel1.Controls.Add(this.txtEmail);
			this.panel1.Controls.Add(this.txtAddr);
			this.panel1.Controls.Add(this.txtFax);
			this.panel1.Controls.Add(this.txtCtelnumber);
			this.panel1.Controls.Add(this.txtname);
			this.panel1.Controls.Add(this.label9);
			this.panel1.Controls.Add(this.label8);
			this.panel1.Controls.Add(this.label7);
			this.panel1.Controls.Add(this.cbCType);
			this.panel1.Controls.Add(this.label3);
			this.panel1.Controls.Add(this.label1);
			this.panel1.Controls.Add(this.label4);
			this.panel1.Controls.Add(this.label2);
			this.panel1.Controls.Add(this.label6);
			this.panel1.Controls.Add(this.label5);
			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(860, 176);
			this.panel1.TabIndex = 7;
			// 
			// btReset
			// 
			this.btReset.Location = new System.Drawing.Point(720, 120);
			this.btReset.Name = "btReset";
			this.btReset.TabIndex = 49;
			this.btReset.Text = "清空";
			this.btReset.Click += new System.EventHandler(this.btReset_Click);
			// 
			// btDelete
			// 
			this.btDelete.Location = new System.Drawing.Point(720, 88);
			this.btDelete.Name = "btDelete";
			this.btDelete.TabIndex = 48;
			this.btDelete.Text = "刪除";
			this.btDelete.Click += new System.EventHandler(this.btDelete_Click);
			// 
			// btSave
			// 
			this.btSave.Location = new System.Drawing.Point(720, 56);
			this.btSave.Name = "btSave";
			this.btSave.TabIndex = 47;
			this.btSave.Tag = "修改";
			this.btSave.Text = "修改";
			this.btSave.Click += new System.EventHandler(this.btSave_Click);
			// 
			// btAdd
			// 
			this.btAdd.Location = new System.Drawing.Point(720, 24);
			this.btAdd.Name = "btAdd";
			this.btAdd.TabIndex = 46;
			this.btAdd.Text = "添加";
			this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
			// 
			// cbSex
			// 
			this.cbSex.EditValue = "";
			this.cbSex.Location = new System.Drawing.Point(472, 24);
			this.cbSex.Name = "cbSex";
			// 
			// cbSex.Properties
			// 
			this.cbSex.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
			this.cbSex.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
																										  new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
			this.cbSex.Properties.Items.AddRange(new object[] {
																  "男",
																  "女"});
			this.cbSex.Size = new System.Drawing.Size(216, 21);
			this.cbSex.TabIndex = 45;
			// 
			// txtMemo
			// 
			this.txtMemo.EditValue = "";
			this.txtMemo.Location = new System.Drawing.Point(96, 120);
			this.txtMemo.Name = "txtMemo";
			// 
			// txtMemo.Properties
			// 
			this.txtMemo.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
			this.txtMemo.Size = new System.Drawing.Size(592, 40);
			this.txtMemo.TabIndex = 44;
			// 
			// txtRelation
			// 
			this.txtRelation.EditValue = "";
			this.txtRelation.Location = new System.Drawing.Point(472, 96);
			this.txtRelation.Name = "txtRelation";
			// 
			// txtRelation.Properties
			// 
			this.txtRelation.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
			this.txtRelation.Size = new System.Drawing.Size(216, 21);
			this.txtRelation.TabIndex = 42;
			this.txtRelation.EditValueChanged += new System.EventHandler(this.txtRelation_EditValueChanged);
			// 
			// txtEmail
			// 
			this.txtEmail.EditValue = "";
			this.txtEmail.Location = new System.Drawing.Point(472, 72);
			this.txtEmail.Name = "txtEmail";
			// 
			// txtEmail.Properties
			// 
			this.txtEmail.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
			this.txtEmail.Size = new System.Drawing.Size(216, 21);
			this.txtEmail.TabIndex = 41;
			this.txtEmail.EditValueChanged += new System.EventHandler(this.txtEmail_EditValueChanged);
			// 
			// txtAddr
			// 
			this.txtAddr.EditValue = "";
			this.txtAddr.Location = new System.Drawing.Point(96, 96);
			this.txtAddr.Name = "txtAddr";
			// 
			// txtAddr.Properties
			// 
			this.txtAddr.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
			this.txtAddr.Size = new System.Drawing.Size(272, 21);
			this.txtAddr.TabIndex = 40;
			// 
			// txtFax
			// 
			this.txtFax.EditValue = "";
			this.txtFax.Location = new System.Drawing.Point(96, 72);
			this.txtFax.Name = "txtFax";
			// 
			// txtFax.Properties
			// 
			this.txtFax.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.Default;
			this.txtFax.Size = new System.Drawing.Size(272, 21);
			this.txtFax.TabIndex = 39;
			// 
			// txtCtelnumber

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
激情五月婷婷综合| 日韩精品一区二区三区swag| 成人高清在线视频| 国产在线精品国自产拍免费| 久久99久久99精品免视看婷婷| 日本女优在线视频一区二区| 日产国产高清一区二区三区| 日韩专区中文字幕一区二区| 日韩高清在线不卡| 免费高清成人在线| 日本不卡一二三| 久久国产麻豆精品| 国产精品一区二区视频| 成人涩涩免费视频| 91老师国产黑色丝袜在线| 91国产视频在线观看| 欧美性猛交一区二区三区精品| 欧美日韩一本到| 4438x成人网最大色成网站| 日韩一本二本av| 久久久一区二区三区| 中文成人av在线| 一区二区三区不卡视频| 视频一区二区欧美| 久久黄色级2电影| 成人性生交大片免费看在线播放| av资源网一区| 欧美三级欧美一级| 精品国产伦一区二区三区观看方式| 久久免费偷拍视频| 亚洲婷婷国产精品电影人久久| 一区二区三区四区av| 日韩精品成人一区二区在线| 国产一区二区精品久久| 99久久精品国产一区| 欧美日韩免费观看一区二区三区| 日韩欧美的一区| 中文字幕在线一区| 婷婷综合五月天| 国产福利91精品| 欧美写真视频网站| 26uuu亚洲婷婷狠狠天堂| 国产精品久久久久7777按摩| 亚洲va韩国va欧美va精品| 久草热8精品视频在线观看| 波多野洁衣一区| 91精品国产日韩91久久久久久| 国产喷白浆一区二区三区| 亚洲午夜在线电影| 国产伦精一区二区三区| 在线观看av一区二区| 精品国产免费视频| 亚洲一区精品在线| 国产成人激情av| 欧美精选午夜久久久乱码6080| 久久美女高清视频| 亚洲国产精品天堂| 国产成人在线色| 777久久久精品| 成人免费小视频| 精品中文字幕一区二区小辣椒| 色综合天天视频在线观看| 精品成人私密视频| 五月婷婷欧美视频| kk眼镜猥琐国模调教系列一区二区| 9191久久久久久久久久久| **网站欧美大片在线观看| 久久99国产精品麻豆| 欧美三级视频在线观看| 国产精品国产三级国产| 久热成人在线视频| 欧美视频自拍偷拍| 中文字幕亚洲不卡| 国产成人精品免费在线| 欧美一区二区在线视频| 一区二区在线观看视频在线观看| 国产乱一区二区| 欧美一区二区国产| 亚洲成av人片在线观看无码| 99这里只有精品| 欧美高清在线精品一区| 国产美女久久久久| 日韩亚洲欧美一区| 午夜精品久久久久久久99水蜜桃 | 一级女性全黄久久生活片免费| 国产精选一区二区三区| 欧美成人一区二区三区片免费 | 亚洲国产中文字幕在线视频综合| 成人性视频网站| 日本一区二区三区四区在线视频| 精品午夜一区二区三区在线观看| 欧美精品 国产精品| 夜夜夜精品看看| 91福利国产成人精品照片| 18欧美亚洲精品| 91伊人久久大香线蕉| 国产精品福利在线播放| www.亚洲在线| 国产精品久久久久久一区二区三区| 国产成人免费视频精品含羞草妖精| 精品国产91久久久久久久妲己 | 国产一区二区不卡在线| 精品欧美一区二区在线观看| 免费高清在线视频一区·| 91精品蜜臀在线一区尤物| 青青草成人在线观看| 欧美本精品男人aⅴ天堂| 捆绑变态av一区二区三区| 欧美zozozo| 国产黄人亚洲片| 欧美国产日韩一二三区| 99国产麻豆精品| 国产精品电影一区二区三区| 99精品久久久久久| 一区二区三区精品在线观看| 欧美午夜一区二区| 青青草原综合久久大伊人精品 | 色偷偷久久人人79超碰人人澡| 亚洲免费观看视频| 欧美日韩在线亚洲一区蜜芽| 日韩精品1区2区3区| 精品国产三级电影在线观看| 高清视频一区二区| 亚洲日本乱码在线观看| 欧美日韩一级片在线观看| 免费在线观看一区二区三区| 久久亚洲综合色一区二区三区 | 日韩欧美的一区| 国产高清一区日本| 综合色天天鬼久久鬼色| 欧美日韩大陆一区二区| 九九精品一区二区| 中文字幕一区二区三区视频| 欧美日韩一区中文字幕| 国产在线国偷精品产拍免费yy| 国产精品久久久久久久久搜平片 | 在线观看亚洲精品| 日韩—二三区免费观看av| 久久久高清一区二区三区| 92国产精品观看| 奇米在线7777在线精品| 国产精品毛片高清在线完整版| 日本乱码高清不卡字幕| 乱中年女人伦av一区二区| 国产精品久久久久久久久免费相片| 欧美性受xxxx| 国产成人av影院| 日韩精品亚洲一区| 国产精品久久久一本精品| 欧美精品在线观看播放| 成人一级视频在线观看| 五月天丁香久久| 国产精品视频麻豆| 91精品国产综合久久精品麻豆| 成人理论电影网| 奇米亚洲午夜久久精品| 国产精品福利一区二区三区| 91精品久久久久久蜜臀| 91在线你懂得| 国产一区二区三区香蕉| 婷婷激情综合网| 中文字幕日韩av资源站| 精品国产一二三区| 欧美日韩精品免费观看视频| 国产69精品久久久久毛片| 日韩黄色在线观看| 亚洲日穴在线视频| 国产性做久久久久久| 91精品国产色综合久久ai换脸 | 色哟哟一区二区三区| 国产精一品亚洲二区在线视频| 午夜免费久久看| 亚洲视频一二三| 日本一区二区三区四区| 日韩午夜在线观看视频| 欧美性做爰猛烈叫床潮| 99国内精品久久| 东方欧美亚洲色图在线| 国产一区二区中文字幕| 天天做天天摸天天爽国产一区| 亚洲日本欧美天堂| 国产精品女同互慰在线看| 亚洲精品一区二区三区影院 | www国产精品av| 8x福利精品第一导航| 欧美亚洲国产bt| 99热在这里有精品免费| 岛国一区二区在线观看| 国产精品一级片在线观看| 激情五月激情综合网| 久草在线在线精品观看| 青青草精品视频| 五月天激情综合网| 亚洲成人精品在线观看| 亚洲激情在线激情| 亚洲精品成人悠悠色影视| 亚洲视频免费观看| 亚洲色图制服诱惑| 亚洲免费观看高清完整版在线观看 | 国产福利一区在线|