欢迎来到冰点文库! | 帮助中心 分享价值,成长自我!
冰点文库
全部分类
  • 临时分类>
  • IT计算机>
  • 经管营销>
  • 医药卫生>
  • 自然科学>
  • 农林牧渔>
  • 人文社科>
  • 工程科技>
  • PPT模板>
  • 求职职场>
  • 解决方案>
  • 总结汇报>
  • ImageVerifierCode 换一换
    首页 冰点文库 > 资源分类 > DOCX文档下载
    分享到微信 分享到微博 分享到QQ空间

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

    • 资源ID:1522256       资源大小:80.01KB        全文页数:22页
    • 资源格式: DOCX        下载积分:1金币
    快捷下载 游客一键下载
    账号登录下载
    微信登录下载
    三方登录下载: 微信开放平台登录 QQ登录
    二维码
    微信扫一扫登录
    下载资源需要1金币
    邮箱/手机:
    温馨提示:
    快捷下载时,用户名和密码都是您填写的邮箱或者手机号,方便查询和重复下载(系统自动生成)。
    如填写123,账号就是123,密码也是123。
    支付方式: 支付宝    微信支付   
    验证码:   换一换

    加入VIP,免费下载
     
    账号:
    密码:
    验证码:   换一换
      忘记密码?
        
    友情提示
    2、PDF文件下载后,可能会被浏览器默认打开,此种情况可以点击浏览器菜单,保存网页到桌面,就可以正常下载了。
    3、本站不支持迅雷下载,请使用电脑自带的IE浏览器,或者360浏览器、谷歌浏览器下载即可。
    4、本站资源下载后的文档和图纸-无水印,预览文档经过压缩,下载后原文更清晰。
    5、试题试卷类文档,如果标题没有明确说明有答案则都视为没有答案,请知晓。

    人机交互用户界面设计实验报告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


    注意事项

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

    温馨提示:如果因为网速或其他原因下载失败请重新下载,重复下载不扣分。




    关于我们 - 网站声明 - 网站地图 - 资源地图 - 友情链接 - 网站客服 - 联系我们

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

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


    收起
    展开