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

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

?? customersmanage.cs

?? 汽車銷售公司ERP進銷存系統(tǒng) 汽車銷售公司ERP進銷存系統(tǒng)
?? CS
?? 第 1 頁 / 共 3 頁
字號:
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>
		/// 必需的設計器變量。
		/// </summary>
		private System.ComponentModel.Container components = null;

		public CustomersManage()
		{
			//
			// 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.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

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美日韩精品二区第二页| 91福利视频网站| 日韩精品成人一区二区在线| 亚洲欧美日韩国产综合在线| 国产精品人妖ts系列视频| 久久久三级国产网站| 国产日韩欧美精品一区| 久久久久久亚洲综合影院红桃| 精品久久久久久综合日本欧美| 欧美一区二区视频免费观看| 日韩三级在线观看| 欧美精品一区二区三| 国产亚洲欧美一区在线观看| 国产日产欧美一区二区视频| 国产精品久久久久久久久图文区| 国产精品国产三级国产有无不卡 | 精品久久久久久无| 26uuu欧美| 国产精品伦一区二区三级视频| **欧美大码日韩| 一区二区三区四区激情| 亚洲第一精品在线| 精品无人码麻豆乱码1区2区 | 中文字幕一区在线观看| 亚洲三级视频在线观看| 亚洲国产aⅴ天堂久久| 美女视频黄频大全不卡视频在线播放 | 久草在线在线精品观看| 国产成人精品影院| 在线免费精品视频| 91精品国产综合久久精品| 精品国产一区二区三区不卡| 中文字幕欧美激情| 亚洲123区在线观看| 国产黄色91视频| 欧美日韩午夜影院| 久久久亚洲综合| 亚洲国产乱码最新视频 | 一区二区三区在线观看视频| 视频一区二区三区入口| 成人高清免费在线播放| 欧美一区二区三区电影| 国产精品电影院| 国内一区二区在线| 欧美色手机在线观看| 久久久久国产精品麻豆| 丝袜脚交一区二区| 99久久精品免费看国产免费软件| 欧美一区日韩一区| 一区二区三区久久| 成人亚洲一区二区一| 欧美一区二区三区四区久久| 亚洲色图欧美在线| 国产不卡免费视频| 日韩欧美在线网站| 亚洲va国产天堂va久久en| www.欧美.com| 国产日韩欧美电影| 久久99国产乱子伦精品免费| 欧美午夜片在线观看| 国产精品久久久久久久久图文区| 九九视频精品免费| 日韩欧美亚洲国产精品字幕久久久 | 亚洲欧美国产高清| 成人中文字幕电影| 久久久久久久综合日本| 蜜臀精品久久久久久蜜臀| 欧美亚洲丝袜传媒另类| 尤物视频一区二区| 91蜜桃网址入口| 国产精品美女久久久久久久久久久| 精品一区二区在线视频| 日韩一区二区三区免费看| 视频在线观看国产精品| 91精品婷婷国产综合久久竹菊| 亚洲一区二区3| 欧美午夜精品一区二区三区| 亚洲尤物视频在线| 欧美日韩精品综合在线| 婷婷六月综合亚洲| 日韩一区二区电影在线| 麻豆精品在线观看| 精品剧情在线观看| 国产精品18久久久久| 国产片一区二区| k8久久久一区二区三区 | 精品一区二区免费| 欧美va天堂va视频va在线| 久久爱另类一区二区小说| 日韩亚洲欧美在线| 久久99精品久久久久婷婷| 久久夜色精品国产欧美乱极品| 久久精品国产精品青草| 久久综合九色综合97婷婷| 成人亚洲一区二区一| 亚洲激情网站免费观看| 欧美日韩亚洲综合一区| 久久精品72免费观看| 国产精品网站一区| 在线观看日产精品| 麻豆精品国产传媒mv男同| 国产视频视频一区| 91丨porny丨户外露出| 午夜伊人狠狠久久| 精品日韩欧美一区二区| 成人网在线免费视频| 一区二区三区中文字幕电影| 欧美一区二区三区播放老司机| 久久精品国产精品亚洲红杏| 国产欧美日韩视频在线观看| 一本大道综合伊人精品热热| 日韩精品视频网| 国产精品国产三级国产专播品爱网| 欧美日本在线观看| 懂色av一区二区三区免费看| 一区二区三区视频在线看| 日韩精品一区二区三区swag | 日本不卡视频在线观看| 久久久91精品国产一区二区精品| 99re热视频这里只精品 | 国产三级一区二区三区| 色94色欧美sute亚洲线路二| 日本欧美加勒比视频| 亚洲婷婷国产精品电影人久久| 日韩亚洲欧美成人一区| 一本大道综合伊人精品热热| 国产中文字幕精品| 日日夜夜精品视频免费| 中文字幕一区二区三区视频| 精品国产一区二区亚洲人成毛片| 色哟哟精品一区| 懂色av中文字幕一区二区三区| 男女男精品视频网| 亚洲高清免费一级二级三级| 一区在线播放视频| 国产欧美1区2区3区| 日韩精品一区二区三区蜜臀| 欧美日韩一区二区欧美激情 | 欧美优质美女网站| 99久久久精品| 成人一区二区视频| 国产一区二区影院| 午夜欧美一区二区三区在线播放| 亚洲三级免费电影| 国产精品久久久久久久久免费丝袜| 日韩精品一区二区三区蜜臀 | 日韩欧美国产wwwww| 欧美老肥妇做.爰bbww| 欧美亚洲综合网| 色综合咪咪久久| 91免费在线看| 色婷婷亚洲一区二区三区| av一本久道久久综合久久鬼色| 国产高清久久久| 国产成人免费高清| 不卡一区二区中文字幕| 成人综合在线观看| 成人sese在线| 91福利精品第一导航| 欧美亚洲禁片免费| 欧美肥大bbwbbw高潮| 在线播放91灌醉迷j高跟美女| 欧美精品在线一区二区| 欧美久久久久中文字幕| 日韩精品专区在线影院观看| 精品裸体舞一区二区三区| 久久久91精品国产一区二区三区| 国产三级精品在线| **欧美大码日韩| 亚洲大片免费看| 激情综合亚洲精品| 成人av网址在线| 91婷婷韩国欧美一区二区| 在线视频欧美精品| 欧美久久久久中文字幕| 久久网站最新地址| 中文字幕亚洲在| 偷拍亚洲欧洲综合| 国产99久久久国产精品 | 日韩精品乱码av一区二区| 免费看日韩精品| 懂色中文一区二区在线播放| 91久久精品网| 日韩一区二区免费在线电影| 国产亚洲福利社区一区| 中文字幕日韩一区| 天天影视色香欲综合网老头| 韩国欧美国产1区| 在线视频国内一区二区| 精品国产伦一区二区三区观看体验| 国产午夜精品福利| 偷窥国产亚洲免费视频| 国产91在线|亚洲| 日韩三级高清在线| 亚洲青青青在线视频| 麻豆一区二区三| 欧美性猛交xxxx乱大交退制版| 久久久亚洲欧洲日产国码αv| 亚洲精品美国一| 高清shemale亚洲人妖|