⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.cs

📁 VS2003+sqlserver 开发的客户关系管理系统,已有公司在使用,上传的是第一个版本.
💻 CS
📖 第 1 页 / 共 5 页
字号:
			this.button4.Name = "button4";
			this.button4.Size = new System.Drawing.Size(48, 23);
			this.button4.TabIndex = 9;
			this.button4.Text = "保存";
			this.button4.Click += new System.EventHandler(this.button4_Click);
			// 
			// button3
			// 
			this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.button3.Location = new System.Drawing.Point(48, 8);
			this.button3.Name = "button3";
			this.button3.Size = new System.Drawing.Size(48, 24);
			this.button3.TabIndex = 7;
			this.button3.Text = "添加";
			this.button3.Click += new System.EventHandler(this.button3_Click);
			// 
			// button2
			// 
			this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
			this.button2.Location = new System.Drawing.Point(48, 8);
			this.button2.Name = "button2";
			this.button2.Size = new System.Drawing.Size(48, 23);
			this.button2.TabIndex = 6;
			this.button2.Text = "删除";
			this.button2.Click += new System.EventHandler(this.button2_Click);
			// 
			// pictureBox1
			// 
			this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
			this.pictureBox1.Location = new System.Drawing.Point(0, 680);
			this.pictureBox1.Name = "pictureBox1";
			this.pictureBox1.Size = new System.Drawing.Size(1008, 40);
			this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
			this.pictureBox1.TabIndex = 5;
			this.pictureBox1.TabStop = false;
			// 
			// l29
			// 
			this.l29.Location = new System.Drawing.Point(0, 696);
			this.l29.Name = "l29";
			this.l29.Size = new System.Drawing.Size(312, 16);
			this.l29.TabIndex = 6;
			this.l29.Text = "当前用户:";
			// 
			// tabPage1
			// 
			this.tabPage1.BackColor = System.Drawing.Color.Tan;
			this.tabPage1.Controls.Add(this.panel11);
			this.tabPage1.Controls.Add(this.panel3);
			this.tabPage1.Controls.Add(this.panel2);
			this.tabPage1.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.tabPage1.Location = new System.Drawing.Point(4, 21);
			this.tabPage1.Name = "tabPage1";
			this.tabPage1.Size = new System.Drawing.Size(832, 663);
			this.tabPage1.TabIndex = 0;
			this.tabPage1.Text = "客户管理";
			// 
			// panel11
			// 
			this.panel11.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.panel11.Controls.Add(this.label57);
			this.panel11.Controls.Add(this.textBox49);
			this.panel11.Controls.Add(this.label58);
			this.panel11.Controls.Add(this.textBox20);
			this.panel11.Controls.Add(this.label23);
			this.panel11.Controls.Add(this.textBox50);
			this.panel11.Controls.Add(this.label59);
			this.panel11.Controls.Add(this.label24);
			this.panel11.Controls.Add(this.textBox22);
			this.panel11.Controls.Add(this.textBox36);
			this.panel11.Controls.Add(this.label38);
			this.panel11.Controls.Add(this.label35);
			this.panel11.Controls.Add(this.textBox25);
			this.panel11.Location = new System.Drawing.Point(8, 168);
			this.panel11.Name = "panel11";
			this.panel11.Size = new System.Drawing.Size(824, 80);
			this.panel11.TabIndex = 36;
			// 
			// label57
			// 
			this.label57.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label57.Location = new System.Drawing.Point(472, 56);
			this.label57.Name = "label57";
			this.label57.Size = new System.Drawing.Size(16, 16);
			this.label57.TabIndex = 107;
			this.label57.Text = "日";
			// 
			// textBox49
			// 
			this.textBox49.Location = new System.Drawing.Point(432, 48);
			this.textBox49.Name = "textBox49";
			this.textBox49.Size = new System.Drawing.Size(40, 23);
			this.textBox49.TabIndex = 104;
			this.textBox49.Text = "textBox49";
			// 
			// label58
			// 
			this.label58.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label58.Location = new System.Drawing.Point(400, 56);
			this.label58.Name = "label58";
			this.label58.Size = new System.Drawing.Size(16, 16);
			this.label58.TabIndex = 106;
			this.label58.Text = "月";
			// 
			// textBox20
			// 
			this.textBox20.Location = new System.Drawing.Point(344, 48);
			this.textBox20.Name = "textBox20";
			this.textBox20.Size = new System.Drawing.Size(40, 23);
			this.textBox20.TabIndex = 103;
			this.textBox20.Text = "textBox20";
			// 
			// label23
			// 
			this.label23.Location = new System.Drawing.Point(280, 56);
			this.label23.Name = "label23";
			this.label23.Size = new System.Drawing.Size(48, 16);
			this.label23.TabIndex = 105;
			this.label23.Text = "纪念日";
			// 
			// textBox50
			// 
			this.textBox50.Location = new System.Drawing.Point(608, 0);
			this.textBox50.Multiline = true;
			this.textBox50.Name = "textBox50";
			this.textBox50.Size = new System.Drawing.Size(208, 72);
			this.textBox50.TabIndex = 95;
			this.textBox50.Text = "textBox50";
			// 
			// label59
			// 
			this.label59.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
			this.label59.Location = new System.Drawing.Point(552, 0);
			this.label59.Name = "label59";
			this.label59.Size = new System.Drawing.Size(56, 32);
			this.label59.TabIndex = 102;
			this.label59.Text = "纪念日说明";
			// 
			// label24
			// 
			this.label24.Location = new System.Drawing.Point(272, 8);
			this.label24.Name = "label24";
			this.label24.Size = new System.Drawing.Size(64, 16);
			this.label24.TabIndex = 97;
			this.label24.Text = "家庭电话";
			// 
			// textBox22
			// 
			this.textBox22.Location = new System.Drawing.Point(344, 0);
			this.textBox22.Name = "textBox22";
			this.textBox22.Size = new System.Drawing.Size(200, 23);
			this.textBox22.TabIndex = 92;
			this.textBox22.Text = "textBox22";
			// 
			// textBox36
			// 
			this.textBox36.Location = new System.Drawing.Point(64, 24);
			this.textBox36.Name = "textBox36";
			this.textBox36.Size = new System.Drawing.Size(480, 23);
			this.textBox36.TabIndex = 96;
			this.textBox36.Text = "textBox36";
			// 
			// label38
			// 
			this.label38.Location = new System.Drawing.Point(0, 24);
			this.label38.Name = "label38";
			this.label38.Size = new System.Drawing.Size(64, 24);
			this.label38.TabIndex = 99;
			this.label38.Text = "业余爱好";
			// 
			// label35
			// 
			this.label35.Location = new System.Drawing.Point(8, 0);
			this.label35.Name = "label35";
			this.label35.Size = new System.Drawing.Size(48, 16);
			this.label35.TabIndex = 91;
			this.label35.Text = "email";
			// 
			// textBox25
			// 
			this.textBox25.Location = new System.Drawing.Point(64, 0);
			this.textBox25.Name = "textBox25";
			this.textBox25.Size = new System.Drawing.Size(200, 23);
			this.textBox25.TabIndex = 90;
			this.textBox25.Text = "textBox25";
			// 
			// panel3
			// 
			this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.panel3.Controls.Add(this.dataGrid1);
			this.panel3.Location = new System.Drawing.Point(8, 256);
			this.panel3.Name = "panel3";
			this.panel3.Size = new System.Drawing.Size(824, 400);
			this.panel3.TabIndex = 35;
			// 
			// dataGrid1
			// 
			this.dataGrid1.AllowDrop = true;
			this.dataGrid1.BackgroundColor = System.Drawing.SystemColors.ControlLight;
			this.dataGrid1.CaptionBackColor = System.Drawing.Color.Brown;
			this.dataGrid1.CaptionText = "查询出的客户信息";
			this.dataGrid1.DataMember = "";
			this.dataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
			this.dataGrid1.Location = new System.Drawing.Point(0, 0);
			this.dataGrid1.Name = "dataGrid1";
			this.dataGrid1.ReadOnly = true;
			this.dataGrid1.Size = new System.Drawing.Size(816, 392);
			this.dataGrid1.TabIndex = 1;
			// 
			// panel2
			// 
			this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.panel2.Controls.Add(this.comboBox4);
			this.panel2.Controls.Add(this.textBox3);
			this.panel2.Controls.Add(this.label64);
			this.panel2.Controls.Add(this.label6);
			this.panel2.Controls.Add(this.comboBox10);
			this.panel2.Controls.Add(this.label2);
			this.panel2.Controls.Add(this.textBox6);
			this.panel2.Controls.Add(this.label15);
			this.panel2.Controls.Add(this.label17);
			this.panel2.Controls.Add(this.textBox17);
			this.panel2.Controls.Add(this.textBox9);
			this.panel2.Controls.Add(this.textBox12);
			this.panel2.Controls.Add(this.label12);
			this.panel2.Controls.Add(this.label1);
			this.panel2.Controls.Add(this.label5);
			this.panel2.Controls.Add(this.textBox1);
			this.panel2.Controls.Add(this.textBox14);
			this.panel2.Controls.Add(this.textBox16);
			this.panel2.Controls.Add(this.label16);
			this.panel2.Controls.Add(this.label11);
			this.panel2.Controls.Add(this.label7);
			this.panel2.Controls.Add(this.textBox11);
			this.panel2.Controls.Add(this.textBox10);
			this.panel2.Controls.Add(this.label10);
			this.panel2.Controls.Add(this.label9);
			this.panel2.Controls.Add(this.label13);
			this.panel2.Controls.Add(this.label14);
			this.panel2.Controls.Add(this.textBox13);
			this.panel2.Controls.Add(this.textBox7);
			this.panel2.Controls.Add(this.textBox8);
			this.panel2.Controls.Add(this.textBox2);
			this.panel2.Controls.Add(this.label8);
			this.panel2.Controls.Add(this.textBox24);
			this.panel2.Controls.Add(this.label25);
			this.panel2.Controls.Add(this.textBox19);
			this.panel2.Controls.Add(this.label36);
			this.panel2.Location = new System.Drawing.Point(8, 8);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(824, 152);
			this.panel2.TabIndex = 34;
			// 
			// textBox3
			// 
			this.textBox3.Location = new System.Drawing.Point(64, 72);
			this.textBox3.Name = "textBox3";
			this.textBox3.Size = new System.Drawing.Size(200, 23);
			this.textBox3.TabIndex = 37;
			this.textBox3.Text = "textBox3";
			// 
			// label64
			// 
			this.label64.ForeColor = System.Drawing.SystemColors.ActiveCaption;
			this.label64.Location = new System.Drawing.Point(0, 80);
			this.label64.Name = "label64";
			this.label64.Size = new System.Drawing.Size(64, 16);
			this.label64.TabIndex = 36;
			this.label64.Text = "公司产品";
			// 
			// label6
			// 
			this.label6.Location = new System.Drawing.Point(392, 56);
			this.label6.Name = "label6";
			this.label6.Size = new System.Drawing.Size(24, 8);
			this.label6.TabIndex = 35;
			this.label6.Text = "--";
			// 
			// comboBox10
			// 
			this.comboBox10.ItemHeight = 14;
			this.comboBox10.Items.AddRange(new object[] {
															"安徽[皖]",
															"澳门[澳]",
															"北京[京]",
															"福建[闽]",
															"甘肃[甘|陇]",
															"广东[粤]",
															"广西[桂]",
															"广西[桂]",
															"贵州[黔|贵]",
															"海南[琼]",
															"河北[冀]",
															"河南[豫]",
															"黑龙江[黑]",
															"湖北[鄂]",
															"湖南[湘]",
															"吉林[吉]",
															"江苏[苏]",
															"江西[赣]",
															"辽宁[辽]",
															"内蒙古",
															"宁夏[宁]",
															"青海[青]",
															"山东[鲁]",
															"山西[晋]",
															"陕西[陕|秦]",
															"上海[沪]",
															"四川[川|蜀]",
															"台湾[台]",
															"天津[津]",
															"西藏[藏]",
															"香港[港]",
															"新疆[新]",
															"云南[滇|云]",
															"浙江[浙]",
															"重庆[渝]"});
			this.comboBox10.Location = new System.Drawing.Point(64, 48);
			this.comboBox10.Name = "comboBox10";
			this.comboBox10.Size = new System.Drawing.Size(200, 22);
			this.comboBox10.Sorted = true;
			this.comboBox10.TabIndex = 34;
			this.comboBox10.Text = "comboBox10";
			// 
			// label2
			// 
			this.label2.Location = new System.Drawing.Point(0, 32);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(64, 16);
			this.label2.TabIndex = 2;
			this.label2.Text = "客户编码";
			// 
			// textBox6

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -