河南紫薇销售统计系统_第1页
河南紫薇销售统计系统_第2页
河南紫薇销售统计系统_第3页
河南紫薇销售统计系统_第4页
河南紫薇销售统计系统_第5页
已阅读5页,还剩43页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

河南紫薇销售统计系统C#WindowsForm前台设计设计背景:为方便某某百泉花木公司销售管理方便,按需设计河南紫薇销售统计司统。所用软件:Visualstudio2010,sqlserver2008.司统应用平台:windowsXp、windows7、windows8司统。数据库信息由河南某某百泉花木公司河南紫薇销售中心提供。本系统的后台由中原公司进行分析设计,具体功能模块二由网络信息开发部们研究开发.cs文件代码:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;usingSystem.Text;usingSystem.Windows.Forms;usingSystem.Data.SqlClient;namespacesix{publicpartialclassziweis:Form{publicziweis(){InitializeComponent();this.txtxh.Focus();}//打洙?开a窗洹?体?显?示?紫§薇Θ?信?息¢privatevoidziweis_Load_1(objectsender,EventArgse){sixDBcdb=newsixDB();this.getInfo(cdb.ziwei());}//查é询ˉ显?示?privatevoidgetInfo(SqlDataReader_reader){try{SqlDataReaderreader=_reader;this.listView1.Items.Clear();while(reader.Read()){string[]subItems=newstring[] { reader.GetString(0), reader.GetString(1).Trim(), reader.GetString(2), reader.GetString(3),reader.GetString(4),reader.GetString(5),reader.GetString(6) };this.listView1.Items.Add(newListViewItem(subItems));}reader.Close();}catch(SqlExceptionex){MessageBox.Show(ex.ToString(),"SQL错洙?误ó",MessageBoxButtons.OK,MessageBoxIcon.Information);}catch(Exceptionex){MessageBox.Show(ex.ToString(),"一?般?性?错洙?误ó",MessageBoxButtons.OK,MessageBoxIcon.Information);}}//按恪?紫§号?、¢姓?名?、¢客悒?户?查é询ˉ紫§薇Θ?信?息¢privatevoidchaxunxinxi_Click(objectsender,EventArgse){sixDBser=newsixDB();this.getInfo(ser.chaxun(this.txtxh.Text,this.txtxm.Text,this.txtbj.Text));this.txtxh.Text="";this.txtbj.Text="";this.txtxm.Text="";this.txtxh.Focus();}//取?消?查é询ˉprivatevoidquxiao_Click(objectsender,EventArgse){sixDBcdb=newsixDB();this.getInfo(cdb.ziwei());}//查é询ˉ所ù要癮删?除y的?紫薇?信?息¢privatevoidchaxun(SqlDataReader_reader){try{SqlDataReaderreader=_reader;this.listView2.Items.Clear();while(reader.Read()){string[]subItems=newstring[] { reader.GetString(0), reader.GetString(1).Trim(), reader.GetString(2), reader.GetString(3),reader.GetString(4),reader.GetString(5),reader.GetString(6) };this.listView2.Items.Add(newListViewItem(subItems));}reader.Close();}catch(SqlExceptionex){MessageBox.Show(ex.ToString(),"SQL错洙?误ó",MessageBoxButtons.OK,MessageBoxIcon.Information);}catch(Exceptionex){MessageBox.Show(ex.ToString(),"一?般?性?错洙?误ó",MessageBoxButtons.OK,MessageBoxIcon.Information);}}privatevoidxinxi_Click(objectsender,EventArgse){sixDBser=newsixDB();this.chaxun(ser.chaxun(this.shanxh.Text,this.shanxm.Text,this.shanbj.Text));this.shanxh.Text="";this.shanxm.Text="";this.shanbj.Text="";}//删除河南紫薇信息privatevoidshanchu_Click(objectsender,EventArgse){if(MessageBox.Show("您ú是?否?要癮删?除y选?中D的?信?息¢!?","提?示?",MessageBoxButtons.OKCancel)==DialogResult.OK){sixDBdel=newsixDB();del.deletestu(this.shanxh.Text,this.shanxm.Text,this.shanbj.Text);this.getInfo(del.ziwei());this.getInfo(del.ziwei());this.listView2.Items.Clear();}}privatevoidtimer1_Tick(objectsender,EventArgse){riqi.Text="当獭?前°日?期ú:"+DateTime.Now.ToShortDateString();shijian.Text="当獭?前°时骸?间?:"+DateTime.Now.ToLongTimeString();}privatevoidst_Click(objectsender,EventArgse){tongjitttt=newtongji();tttt.Show();this.Visible=false;}privatevoidbutton1_Click(objectsender,EventArgse){this.Close();}}}某某百泉花木公司紫薇销售统计软件前台设计由新乡画室艺林画室设计。Designer.cs文件代码:namespacesix{partialclassziweis{///<summary>///Requireddesignervariable.///</summary>privateSystem.ComponentModel.IContainercomponents=null;///<summary>///Cleanupanyresourcesbeingused.///</summary>///<paramname="disposing">trueifmanagedresourcesshouldbedisposed;otherwise,false.</param>protectedoverridevoidDispose(booldisposing){if(disposing&&(components!=null)){components.Dispose();}base.Dispose(disposing);}#regionWindowsFormDesignergeneratedcode///<summary>///RequiredmethodforDesignersupport-donotmodify///thecontentsofthismethodwiththecodeeditor.///</summary>privatevoidInitializeComponent(){ponents=newSystem.ComponentModel.Container();System.ComponentModel.ComponentResourceManagerresources=newSystem.ComponentModel.ComponentResourceManager(typeof(ziweis));this.ziwei=newSystem.Windows.Forms.TabControl();this.ckxsxx=newSystem.Windows.Forms.TabPage();this.label6=newSystem.Windows.Forms.Label();this.listView1=newSystem.Windows.Forms.ListView();this.columnHeader8=((System.Windows.Forms.ColumnHeader)(newSystem.Windows.Forms.ColumnHeader()));this.columnHeader9=((System.Windows.Forms.ColumnHeader)(newSystem.Windows.Forms.ColumnHeader()));this.columnHeader10=((System.Windows.Forms.ColumnHeader)(newSystem.Windows.Forms.ColumnHeader()));this.columnHeader11=((System.Windows.Forms.ColumnHeader)(newSystem.Windows.Forms.ColumnHeader()));this.columnHeader12=((System.Windows.Forms.ColumnHeader)(newSystem.Windows.Forms.ColumnHeader()));this.columnHeader13=((System.Windows.Forms.ColumnHeader)(newSystem.Windows.Forms.ColumnHeader()));this.columnHeader14=((System.Windows.Forms.ColumnHeader)(newSystem.Windows.Forms.ColumnHeader()));this.chaxunxinxi=newSystem.Windows.Forms.Button();this.quxiao=newSystem.Windows.Forms.Button();this.txtbj=newSystem.Windows.Forms.TextBox();this.label1=newSystem.Windows.Forms.Label();this.chabanji=newSystem.Windows.Forms.Label();this.txtxh=newSystem.Windows.Forms.TextBox();this.txtxm=newSystem.Windows.Forms.TextBox();this.chaxuehao=newSystem.Windows.Forms.Label();this.chaxingming=newSystem.Windows.Forms.Label();this.sxsxx=newSystem.Windows.Forms.TabPage();this.label7=newSystem.Windows.Forms.Label();this.label5=newSystem.Windows.Forms.Label();this.xinxi=newSystem.Windows.Forms.Button();this.shanchu=newSystem.Windows.Forms.Button();this.listView2=newSystem.Windows.Forms.ListView();this.columnHeader1=((System.Windows.Forms.ColumnHeader)(newSystem.Windows.Forms.ColumnHeader()));this.columnHeader2=((System.Windows.Forms.ColumnHeader)(newSystem.Windows.Forms.ColumnHeader()));this.columnHeader3=((System.Windows.Forms.ColumnHeader)(newSystem.Windows.Forms.ColumnHeader()));this.columnHeader4=((System.Windows.Forms.ColumnHeader)(newSystem.Windows.Forms.ColumnHeader()));this.columnHeader5=((System.Windows.Forms.ColumnHeader)(newSystem.Windows.Forms.ColumnHeader()));this.columnHeader6=((System.Windows.Forms.ColumnHeader)(newSystem.Windows.Forms.ColumnHeader()));this.columnHeader7=((System.Windows.Forms.ColumnHeader)(newSystem.Windows.Forms.ColumnHeader()));this.shanbj=newSystem.Windows.Forms.TextBox();this.shanxm=newSystem.Windows.Forms.TextBox();this.shanxh=newSystem.Windows.Forms.TextBox();this.label4=newSystem.Windows.Forms.Label();this.label2=newSystem.Windows.Forms.Label();this.label3=newSystem.Windows.Forms.Label();this.groupBox1=newSystem.Windows.Forms.GroupBox();this.st=newSystem.Windows.Forms.Button();this.statusStrip1=newSystem.Windows.Forms.StatusStrip();this.riqi=newSystem.Windows.Forms.ToolStripStatusLabel();this.shijian=newSystem.Windows.Forms.ToolStripStatusLabel();this.button1=newSystem.Windows.Forms.Button();this.timer1=newSystem.Windows.Forms.Timer(ponents);this.ziwei.SuspendLayout();this.ckxsxx.SuspendLayout();this.sxsxx.SuspendLayout();this.statusStrip1.SuspendLayout();this.SuspendLayout();////ziwei//this.ziwei.Controls.Add(this.ckxsxx);this.ziwei.Controls.Add(this.sxsxx);this.ziwei.Location=newSystem.Drawing.Point(0,-4);this.ziwei.Name="ziwei";this.ziwei.SelectedIndex=0;this.ziwei.Size=newSystem.Drawing.Size(706,576);this.ziwei.TabIndex=0;////ckxsxx//this.ckxsxx.BackColor=System.Drawing.Color.Transparent;this.ckxsxx.BackgroundImage=((System.Drawing.Image)(resources.GetObject("ckxsxx.BackgroundImage")));this.ckxsxx.Controls.Add(this.label6);this.ckxsxx.Controls.Add(this.listView1);this.ckxsxx.Controls.Add(this.chaxunxinxi);this.ckxsxx.Controls.Add(this.quxiao);this.ckxsxx.Controls.Add(this.txtbj);this.ckxsxx.Controls.Add(this.label1);this.ckxsxx.Controls.Add(this.chabanji);this.ckxsxx.Controls.Add(this.txtxh);this.ckxsxx.Controls.Add(this.txtxm);this.ckxsxx.Controls.Add(this.chaxuehao);this.ckxsxx.Controls.Add(this.chaxingming);this.ckxsxx.Font=newSystem.Drawing.Font("宋?体?",36F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.ckxsxx.ForeColor=System.Drawing.SystemColors.ControlText;this.ckxsxx.Location=newSystem.Drawing.Point(4,22);this.ckxsxx.Name="ckxsxx";this.ckxsxx.Padding=newSystem.Windows.Forms.Padding(3);this.ckxsxx.Size=newSystem.Drawing.Size(698,553);this.ckxsxx.TabIndex=1;this.ckxsxx.Text="查é看′紫§薇Θ?信?息¢";////label6//this.label6.AutoSize=true;this.label6.Font=newSystem.Drawing.Font("宋?体?",38.25F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.label6.Location=newSystem.Drawing.Point(146,36);this.label6.Name="label6";this.label6.Size=newSystem.Drawing.Size(334,51);this.label6.TabIndex=13;this.label6.Text="查é看′紫§薇Θ?信?息¢";////listView1//this.listView1.Columns.AddRange(newSystem.Windows.Forms.ColumnHeader[]{this.columnHeader8,this.columnHeader9,this.columnHeader10,this.columnHeader11,this.columnHeader12,this.columnHeader13,this.columnHeader14});this.listView1.Font=newSystem.Drawing.Font("宋?体?",10.5F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.listView1.GridLines=true;this.listView1.Location=newSystem.Drawing.Point(31,112);this.listView1.Name="listView1";this.listView1.Size=newSystem.Drawing.Size(558,207);this.listView1.TabIndex=12;this.listView1.UseCompatibleStateImageBehavior=false;this.listView1.View=System.Windows.Forms.View.Details;////columnHeader8//this.columnHeader8.Text="紫§号?";this.columnHeader8.Width=93;////columnHeader9//this.columnHeader9.Text="姓?名?";this.columnHeader9.Width=73;////columnHeader10//this.columnHeader10.Text="性?别纄";this.columnHeader10.Width=48;////columnHeader11//this.columnHeader11.Text="联司μ电?话°";this.columnHeader11.Width=74;////columnHeader12//this.columnHeader12.Text="客悒?户?";this.columnHeader12.Width=94;////columnHeader13//this.columnHeader13.Text="公o司μ";this.columnHeader13.Width=93;////columnHeader14//this.columnHeader14.Text="所ù选?种?程ì";this.columnHeader14.Width=106;////chaxunxinxi//this.chaxunxinxi.Font=newSystem.Drawing.Font("宋?体?",10.5F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.chaxunxinxi.Location=newSystem.Drawing.Point(344,411);this.chaxunxinxi.Name="chaxunxinxi";this.chaxunxinxi.Size=newSystem.Drawing.Size(75,23);this.chaxunxinxi.TabIndex=11;this.chaxunxinxi.Text="查é询ˉ信?息¢";this.chaxunxinxi.UseVisualStyleBackColor=true;this.chaxunxinxi.Click+=newSystem.EventHandler(this.chaxunxinxi_Click);////quxiao//this.quxiao.Font=newSystem.Drawing.Font("宋?体?",10.5F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.quxiao.Location=newSystem.Drawing.Point(344,473);this.quxiao.Name="quxiao";this.quxiao.Size=newSystem.Drawing.Size(75,23);this.quxiao.TabIndex=10;this.quxiao.Text="取?消?";this.quxiao.UseVisualStyleBackColor=true;this.quxiao.Click+=newSystem.EventHandler(this.quxiao_Click);////txtbj//this.txtbj.BackColor=System.Drawing.SystemColors.ActiveCaptionText;this.txtbj.Font=newSystem.Drawing.Font("宋?体?",12F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.txtbj.ForeColor=System.Drawing.SystemColors.ControlText;this.txtbj.Location=newSystem.Drawing.Point(155,477);this.txtbj.Name="txtbj";this.txtbj.Size=newSystem.Drawing.Size(160,26);this.txtbj.TabIndex=7;////label1//this.label1.AutoSize=true;this.label1.BackColor=System.Drawing.Color.Transparent;this.label1.Font=newSystem.Drawing.Font("宋?体?",12F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.label1.ForeColor=System.Drawing.SystemColors.ControlText;this.label1.Location=newSystem.Drawing.Point(31,349);this.label1.Name="label1";this.label1.Size=newSystem.Drawing.Size(229,16);this.label1.TabIndex=0;this.label1.Text="请?在ú下?面?输?入?您ú要癮查é询ˉ的?信?息¢";////chabanji//this.chabanji.AutoSize=true;this.chabanji.BackColor=System.Drawing.Color.Transparent;this.chabanji.Font=newSystem.Drawing.Font("宋?体?",10.5F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.chabanji.ForeColor=System.Drawing.SystemColors.ControlText;this.chabanji.Location=newSystem.Drawing.Point(97,483);this.chabanji.Name="chabanji";this.chabanji.Size=newSystem.Drawing.Size(52,14);this.chabanji.TabIndex=6;this.chabanji.Text="客悒?户?:阰";////txtxh//this.txtxh.BackColor=System.Drawing.SystemColors.ActiveCaptionText;this.txtxh.Font=newSystem.Drawing.Font("宋?体?",12F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.txtxh.ForeColor=System.Drawing.SystemColors.ControlText;this.txtxh.Location=newSystem.Drawing.Point(157,384);this.txtxh.Name="txtxh";this.txtxh.Size=newSystem.Drawing.Size(158,26);this.txtxh.TabIndex=1;////txtxm//this.txtxm.BackColor=System.Drawing.SystemColors.ActiveCaptionText;this.txtxm.Font=newSystem.Drawing.Font("宋?体?",12F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.txtxm.ForeColor=System.Drawing.SystemColors.ControlText;this.txtxm.Location=newSystem.Drawing.Point(155,428);this.txtxm.Name="txtxm";this.txtxm.Size=newSystem.Drawing.Size(160,26);this.txtxm.TabIndex=4;////chaxuehao//this.chaxuehao.AutoSize=true;this.chaxuehao.BackColor=System.Drawing.Color.Transparent;this.chaxuehao.Font=newSystem.Drawing.Font("宋?体?",10.5F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.chaxuehao.ForeColor=System.Drawing.SystemColors.ControlText;this.chaxuehao.Location=newSystem.Drawing.Point(99,396);this.chaxuehao.Name="chaxuehao";this.chaxuehao.Size=newSystem.Drawing.Size(52,14);this.chaxuehao.TabIndex=0;this.chaxuehao.Text="紫§号?:阰";////chaxingming//this.chaxingming.AutoSize=true;this.chaxingming.BackColor=System.Drawing.Color.Transparent;this.chaxingming.Font=newSystem.Drawing.Font("宋?体?",10.5F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.chaxingming.ForeColor=System.Drawing.SystemColors.ControlText;this.chaxingming.Location=newSystem.Drawing.Point(93,440);this.chaxingming.Name="chaxingming";this.chaxingming.Size=newSystem.Drawing.Size(52,14);this.chaxingming.TabIndex=3;this.chaxingming.Text="姓?名?:阰";////sxsxx//this.sxsxx.BackgroundImage=((System.Drawing.Image)(resources.GetObject("sxsxx.BackgroundImage")));this.sxsxx.Controls.Add(this.label7);this.sxsxx.Controls.Add(this.label5);this.sxsxx.Controls.Add(this.xinxi);this.sxsxx.Controls.Add(this.shanchu);this.sxsxx.Controls.Add(this.listView2);this.sxsxx.Controls.Add(this.shanbj);this.sxsxx.Controls.Add(this.shanxm);this.sxsxx.Controls.Add(this.shanxh);this.sxsxx.Controls.Add(this.label4);this.sxsxx.Controls.Add(this.label2);this.sxsxx.Controls.Add(this.label3);this.sxsxx.Controls.Add(this.groupBox1);this.sxsxx.Location=newSystem.Drawing.Point(4,22);this.sxsxx.Name="sxsxx";this.sxsxx.Padding=newSystem.Windows.Forms.Padding(3);this.sxsxx.Size=newSystem.Drawing.Size(698,550);this.sxsxx.TabIndex=0;this.sxsxx.Text="删?除y紫§薇Θ?信?息¢";this.sxsxx.UseVisualStyleBackColor=true;////label7//this.label7.AutoSize=true;this.label7.Font=newSystem.Drawing.Font("宋?体?",38.25F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.label7.Location=newSystem.Drawing.Point(153,41);this.label7.Name="label7";this.label7.Size=newSystem.Drawing.Size(334,51);this.label7.TabIndex=15;this.label7.Text="删?除y紫§薇Θ?信?息¢";////label5//this.label5.AutoSize=true;this.label5.Font=newSystem.Drawing.Font("宋?体?",12F,System.Drawing.FontStyle.Bold,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.label5.Location=newSystem.Drawing.Point(39,324);this.label5.Name="label5";this.label5.Size=newSystem.Drawing.Size(212,16);this.label5.TabIndex=14;this.label5.Text="所ù要癮删?除y的?紫§薇Θ?的?详ê细?信?息¢";////xinxi//this.xinxi.Font=newSystem.Drawing.Font("宋?体?",12F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.xinxi.Location=newSystem.Drawing.Point(403,161);this.xinxi.Name="xinxi";this.xinxi.Size=newSystem.Drawing.Size(97,23);this.xinxi.TabIndex=13;this.xinxi.Text="查é看′信?息¢";this.xinxi.UseVisualStyleBackColor=true;this.xinxi.Click+=newSystem.EventHandler(this.xinxi_Click);////shanchu//this.shanchu.Font=newSystem.Drawing.Font("宋?体?",12F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.shanchu.Location=newSystem.Drawing.Point(403,219);this.shanchu.Name="shanchu";this.shanchu.Size=newSystem.Drawing.Size(97,23);this.shanchu.TabIndex=12;this.shanchu.Text="删?除y";this.shanchu.UseVisualStyleBackColor=true;this.shanchu.Click+=newSystem.EventHandler(this.shanchu_Click);////listView2//this.listView2.Columns.AddRange(newSystem.Windows.Forms.ColumnHeader[]{this.columnHeader1,this.columnHeader2,this.columnHeader3,this.columnHeader4,this.columnHeader5,this.columnHeader6,this.columnHeader7});this.listView2.Font=newSystem.Drawing.Font("宋?体?",10.5F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.listView2.GridLines=true;this.listView2.Location=newSystem.Drawing.Point(24,366);this.listView2.Name="listView2";this.listView2.Size=newSystem.Drawing.Size(574,157);this.listView2.TabIndex=11;this.listView2.UseCompatibleStateImageBehavior=false;this.listView2.View=System.Windows.Forms.View.Details;////columnHeader1//this.columnHeader1.Text="紫§号?";this.columnHeader1.Width=93;////columnHeader2//this.columnHeader2.Text="姓?名?";this.columnHeader2.Width=79;////columnHeader3//this.columnHeader3.Text="性?别纄";this.columnHeader3.Width=65;////columnHeader4//this.columnHeader4.Text="联司μ电?话°";this.columnHeader4.Width=74;////columnHeader5//this.columnHeader5.Text="客悒?户?";this.columnHeader5.Width=70;////columnHeader6//this.columnHeader6.Text="公o司μ";this.columnHeader6.Width=74;////columnHeader7//this.columnHeader7.Text="选?品T种?";this.columnHeader7.Width=118;////shanbj//this.shanbj.Font=newSystem.Drawing.Font("宋?体?",12F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.shanbj.Location=newSystem.Drawing.Point(150,242);this.shanbj.Name="shanbj";this.shanbj.Size=newSystem.Drawing.Size(196,26);this.shanbj.TabIndex=10;////shanxm//this.shanxm.Font=newSystem.Drawing.Font("宋?体?",12F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.shanxm.Location=newSystem.Drawing.Point(150,193);this.shanxm.Name="shanxm";this.shanxm.Size=newSystem.Drawing.Size(196,26);this.shanxm.TabIndex=9;////shanxh//this.shanxh.Font=newSystem.Drawing.Font("宋?体?",12F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.shanxh.Location=newSystem.Drawing.Point(150,146);this.shanxh.Name="shanxh";this.shanxh.Size=newSystem.Drawing.Size(196,26);this.shanxh.TabIndex=8;////label4//this.label4.AutoSize=true;this.label4.Font=newSystem.Drawing.Font("宋?体?",12F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.label4.Location=newSystem.Drawing.Point(83,247);this.label4.Name="label4";this.label4.Size=newSystem.Drawing.Size(56,16);this.label4.TabIndex=7;this.label4.Text="客悒?户?:阰";////label2//this.label2.AutoSize=true;this.label2.Font=newSystem.Drawing.Font("宋?体?",12F,System.Drawing.FontStyle.Regular,System.Drawing.GraphicsUnit.Point,((byte)(134)));this.label2.Location=newSystem.Drawing.Point(79,150);this.label2.Name="label2";this.label2.Size=newSystem.Drawing.Size(56,16);this.label2.TabIndex=0;this.label2.Text="紫§号?:阰";////label3

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

最新文档

评论

0/150

提交评论