ImageVerifierCode 换一换
格式:DOCX , 页数:22 ,大小:80.01KB ,
资源ID:1522256      下载积分:1 金币
快捷下载
登录下载
邮箱/手机:
温馨提示:
快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。 如填写123,账号就是123,密码也是123。
特别说明:
请自助下载,系统不会自动发送文件的哦; 如果您已付费,想二次下载,请登录后访问:我的下载记录
支付方式: 支付宝    微信支付   
验证码:   换一换

加入VIP,免费下载
 

温馨提示:由于个人手机设置不同,如果发现不能下载,请复制以下地址【https://www.bingdoc.com/d-1522256.html】到电脑端继续下载(重复下载不扣费)。

已注册用户请登录:
账号:
密码:
验证码:   换一换
  忘记密码?
三方登录: 微信登录   QQ登录  

下载须知

1: 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。
2: 试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。
3: 文件的所有权益归上传用户所有。
4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
5. 本站仅提供交流平台,并不能对任何下载内容负责。
6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

版权提示 | 免责声明

本文(人机交互用户界面设计实验报告Word文档格式.docx)为本站会员(b****2)主动上传,冰点文库仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。 若此文所含内容侵犯了您的版权或隐私,请立即通知冰点文库(发送邮件至service@bingdoc.com或直接QQ联系客服),我们立即给予删除!

人机交互用户界面设计实验报告Word文档格式.docx

1、 public Login() / / Windows 窗体设计器支持所必需的 InitializeComponent(); / TODO: 在 InitializeComponent 调用后添加任何构造函数代码 / 清理所有正在使用的资源。 protected override void Dispose( bool disposing ) if( disposing ) if (components != null) components.Dispose(); base.Dispose( disposing ); #region Windows 窗体设计器生成的代码 / 设计器支持所需的方法

2、 - 不要使用代码编辑器修改 / 此方法的内容。 private void InitializeComponent() System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Login); this.btClose = new System.Windows.Forms.Button(); this.btSure = new System.Windows.Forms.Button(); this.password =

3、new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); boName = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); / / btClose this.btClose.FlatStyle = System.Windows.

4、Forms.FlatStyle.Popup; this.btClose.ForeColor = System.Drawing.Color.Black; this.btClose.Location = new System.Drawing.Point(159, 220); this.btClose.Name = btClose; this.btClose.Size = new System.Drawing.Size(75, 23); this.btClose.TabIndex = 27; this.btClose.Text = 取消 this.btClose.Click += new Syste

5、m.EventHandler(this.btClose_Click); / btSure this.btSure.FlatStyle = System.Windows.Forms.FlatStyle.Popup; this.btSure.ForeColor = System.Drawing.Color.Black; this.btSure.Location = new System.Drawing.Point(46, 220); this.btSure.Name = btSure this.btSure.Size = new System.Drawing.Size(75, 23); this.

6、btSure.TabIndex = 26; this.btSure.Text = 确定 this.btSure.Click += new System.EventHandler(this.btSure_Click); / password this.password.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.password.Location = new System.Drawing.Point(130, 136); this.password.Name = password this.password.P

7、asswordChar = * this.password.Size = new System.Drawing.Size(100, 21); this.password.TabIndex = 25; this.password.Text = admin / label3 this.label3.Font = new System.Drawing.Font(宋体, 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, (byte)(134); this.label3.ForeColor = System.

8、Drawing.Color.Black; this.label3.Location = new System.Drawing.Point(66, 136); this.label3.Name = label3 this.label3.Size = new System.Drawing.Size(56, 23); this.label3.TabIndex = 23; this.label3.Text = 密 码 / label2 this.label2.Font = new System.Drawing.Font( this.label2.ForeColor = System.Drawing.C

9、olor.Black; this.label2.Location = new System.Drawing.Point(66, 96); this.label2.Name = label2 this.label2.Size = new System.Drawing.Size(56, 23); this.label2.TabIndex = 22; this.label2.Text = 用户名 / label1 this.label1.Font = new System.Drawing.Font(楷体, 18F, System.Drawing.FontStyle.Bold, System.Draw

10、ing.GraphicsUnit.Point, (byte)(134); this.label1.ForeColor = System.Drawing.Color.Black; this.label1.Location = new System.Drawing.Point(42, 48); this.label1.Name = label1 this.label1.Size = new System.Drawing.Size(208, 28); this.label1.TabIndex = 21; this.label1.Text = 理财管理信息系统 / comboName boName.L

11、ocation = new System.Drawing.Point(130, 96); boName.Name = comboName boName.Size = new System.Drawing.Size(104, 20); boName.TabIndex = 28; / Login this.AutoScaleBaseSize = new System.Drawing.Size(6, 14); this.BackColor = System.Drawing.Color.SeaShell; this.BackgroundImage = (System.Drawing.Image)(re

12、sources.GetObject($this.BackgroundImage); this.ClientSize = new System.Drawing.Size(298, 287); this.Controls.Add(boName); this.Controls.Add(this.btClose); this.Controls.Add(this.btSure); this.Controls.Add(this.password); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.A

13、dd(this.label1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = Login this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = 登录 this.Load += new System.EventHandler(this.Login_Load); this.ResumeLayout(false); this.PerformLayout(); #endregion / 应用程序的主入口

14、点。 STAThread static void Main() Application.Run(new MainForm(); private void btSure_Click(object sender, System.EventArgs e) try string sql=select uName,PWD from family where uName=+boName.Text + if(oleConnection1=null) oleConnection1 = MainForm.getConnection(); OleDbCommand cmd = oleConnection1.Cre

15、ateCommand(); cmd.CommandText =sql; OleDbDataReader dr = cmd.ExecuteReader(); if(!dr.Read() MessageBox.Show(无此用户,请重试!,提示); dr.Close(); cmd.Dispose(); return; else if(!dr.GetString(1).Equals (this.password.Text.ToString() MessageBox.Show(n密码错误,请重试! dr.Close(); cmd.Dispose(); return; Menu mainmenu=(MainForm)(this.MdiParent).getMainMenu(); for (int i=0;i0) boName.SelectedIndex=0; dr.Close(); cmd.Dispose(); 主界面:using System;using System.Drawing;using System.Collections;using System.ComponentModel;using System.Windows.Forms;using System.Data; this.btSure.Location = new System.Drawing.Poi

copyright@ 2008-2023 冰点文库 网站版权所有

经营许可证编号:鄂ICP备19020893号-2