版權(quán)說明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請進(jìn)行舉報或認(rèn)領(lǐng)
文檔簡介
河南紫薇銷售統(tǒng)計系統(tǒng)C#WindowsForm前臺設(shè)計設(shè)計背景:為方便某某百泉花木公司銷售管理方便,按需設(shè)計河南紫薇銷售統(tǒng)計司統(tǒng)。所用軟件:Visualstudio2010,sqlserver2008.司統(tǒng)應(yīng)用平臺:windowsXp、windows7、windows8司統(tǒng)。數(shù)據(jù)庫信息由河南某某百泉花木公司河南紫薇銷售中心提供。本系統(tǒng)的后臺由中原公司進(jìn)行分析設(shè)計,具體功能模塊二由網(wǎng)絡(luò)信息開發(fā)部們研究開發(fā).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="當(dāng)獺?前°日?期ú:"+DateTime.Now.ToShortDateString();shijian.Text="當(dāng)獺?前°時骸?間?:"+DateTime.Now.ToLongTimeString();}privatevoidst_Click(objectsender,EventArgse){tongjitttt=newtongji();tttt.Show();this.Visible=false;}privatevoidbutton1_Click(objectsender,EventArgse){this.Close();}}}某某百泉花木公司紫薇銷售統(tǒng)計軟件前臺設(shè)計由新鄉(xiāng)畫室藝林畫室設(shè)計。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="聯(lián)司μ電?話°";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的?紫§薇Θ?的?詳ê細(xì)?信?息¢";////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="聯(lián)司μ電?話°";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. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁內(nèi)容里面會有圖紙預(yù)覽,若沒有圖紙預(yù)覽就沒有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫網(wǎng)僅提供信息存儲空間,僅對用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時也不承擔(dān)用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
最新文檔
- 2024年一線班組員工安全培訓(xùn)題庫
- 2025年攤鋪機租賃與施工材料保障合同范本3篇
- 除薄冰機課程設(shè)計
- 年度多媒體集成競爭策略分析報告
- 二零二五年度模板木枋行業(yè)信息化平臺建設(shè)合同4篇
- 水溝勾縫施工方案
- 文明施工方案范本
- 二零二五年度環(huán)保型門衛(wèi)室建設(shè)合同4篇
- 2025年度個人股權(quán)無償轉(zhuǎn)讓及公司資產(chǎn)評估協(xié)議2篇
- 隔聲罩課程設(shè)計模板
- 寒假作業(yè)一年級上冊《數(shù)學(xué)每日一練》30次打卡
- 2024-2025學(xué)年九年級化學(xué)上冊 第二單元 單元測試卷(人教版)
- 2024年公共衛(wèi)生基本知識考試題庫(附含答案)
- 2024多級AO工藝污水處理技術(shù)規(guī)程
- 2024年江蘇省鹽城市中考數(shù)學(xué)試卷真題(含答案)
- DZ∕T 0287-2015 礦山地質(zhì)環(huán)境監(jiān)測技術(shù)規(guī)程(正式版)
- 2024年合肥市廬陽區(qū)中考二模英語試題含答案
- 質(zhì)檢中心制度匯編討論版樣本
- 藥娘激素方案
- 提高靜脈留置使用率品管圈課件
- GB/T 10739-2023紙、紙板和紙漿試樣處理和試驗的標(biāo)準(zhǔn)大氣條件
評論
0/150
提交評論