彩票走势图

HIS系统中DEV控件的使用

转帖|其它|编辑:郝浩|2011-06-23 11:36:47.000|阅读 896 次

概述:

HIS系统中DEV控件的使用,相信有不少人在研究这一块,最近正巧在研究HIS系统,特别将这块的研究成果拿出来和大家分享。

# 慧都年终大促·界面/图表报表/文档/IDE等千款热门软控件火热促销中 >>

  HIS系统中DEV控件的使用,相信有不少人在研究这一块,最近正巧在研究HIS系统,特别将这块的研究成果拿出来和大家分享。

  HIS中关于这块我们需要了解这2块控件数据列表控件-XtraGrid、模糊筛选控件-lookUpEdit,

  数据列表控件-XtraGrid 基本绑定只需要指定他的数据源即可,如gridControl_test.DataSource = dt;

数据列表控件-XtraGrid
自定义列名,显示列表标题
各种合计,显示页脚

最终实现效果的代码

namespace DevDemo
{
     partial class Form1
     {
         ///  <summary>
         /// 必需的设计器变量。
         ///  </summary>
         private System.ComponentModel.IContainer components = null;

         ///  <summary>
         /// 清理所有正在使用的资源。
         ///  </summary>
         ///  <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
         protected override void Dispose(bool disposing)
         {
             if (disposing  && (components != null))
             {
                 components.Dispose();
             }
             base.Dispose(disposing);
         }

         #region Windows 窗体设计器生成的代码

         ///  <summary>
         /// 设计器支持所需的方法 - 不要
         /// 使用代码编辑器修改此方法的内容。
         ///  </summary>
         private void InitializeComponent()
         {
             this.btn_grid = new DevExpress.XtraEditors.SimpleButton();
             this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
             this.SuspendLayout();
             // 
             // btn_grid
             // 
             this.btn_grid.Location = new System.Drawing.Point(167, 69);
             this.btn_grid.Name =  "btn_grid";
             this.btn_grid.Size = new System.Drawing.Size(93, 23);
             this.btn_grid.TabIndex = 0;
             this.btn_grid.Text =  "GridView示例";
             this.btn_grid.Click += new System.EventHandler(this.btn_grid_Click);
             // 
             // simpleButton1
             // 
             this.simpleButton1.Location = new System.Drawing.Point(167, 99);
             this.simpleButton1.Name =  "simpleButton1";
             this.simpleButton1.Size = new System.Drawing.Size(75, 23);
             this.simpleButton1.TabIndex = 1;
             this.simpleButton1.Text =  "模糊查询";
             this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
             // 
             // Form1
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
             this.ClientSize = new System.Drawing.Size(573, 445);
             this.Controls.Add(this.simpleButton1);
             this.Controls.Add(this.btn_grid);
             this.Name =  "Form1";
             this.Text =  "Form1";
             this.ResumeLayout(false);

         }

         #endregion

         private DevExpress.XtraEditors.SimpleButton btn_grid;
         private DevExpress.XtraEditors.SimpleButton simpleButton1;
     }
}


标签:

本站文章除注明转载外,均为本站原创或翻译。欢迎任何形式的转载,但请务必注明出处、不得修改原文相关链接,如果存在内容上的异议请邮件反馈至chenjj@pclwef.cn

文章转载自:网络转载

为你推荐

  • 推荐视频
  • 推荐活动
  • 推荐产品
  • 推荐文章
  • 慧都慧问
扫码咨询


添加微信 立即咨询

电话咨询

客服热线
023-68661681

TOP