zoukankan      html  css  js  c++  java
  • datawindow的几个属性

    this.dwMain.BorderStyle = Sybase.DataWindow.DataWindowBorderStyle.None;
    this.dwMain.ColumnsProperty = null;
    this.dwMain.CustomizeName = null;
    this.dwMain.DataWindowObject = "dw_erp_sys_manager_employee";
    this.dwMain.Dock = System.Windows.Forms.DockStyle.Fill;
    this.dwMain.Icon = ((System.Drawing.Icon)(resources.GetObject("dwMain.Icon")));
    this.dwMain.LibraryList = "E:\考试\EXAM_PBL\manager.pbl";
    this.dwMain.Location = new System.Drawing.Point(0, 0);
    this.dwMain.MustInput.Add("user_id");
    this.dwMain.MustInput.Add("user_name");
    this.dwMain.MustInput.Add("partner_name");
    this.dwMain.Name = "dwMain";
    this.dwMain.SaveAsFormat = Baosi.L0.Framework.DwControls.SaveAsFormat.Normal;
    this.dwMain.ScrollBars = Sybase.DataWindow.DataWindowScrollBars.Both;
    this.dwMain.Size = new System.Drawing.Size(597, 400);
    this.dwMain.TabIndex = 0;
    this.dwMain.DropDownResult += new System.EventHandler<Baosi.L0.Framework.DwControls.DropDownResultEventArgs>(this.dwMain_DropDownResult);
    this.dwMain.ItemFocusChanged += new Sybase.DataWindow.ItemFocusChangedEventHandler(this.dwMain_ItemFocusChanged);
    this.dwMain.ItemError += new Sybase.DataWindow.ItemErrorEventHandler(this.dwMain_ItemError);
    this.dwMain.DropDown += new Sybase.DataWindow.DropDownEventHandler(this.dwMain_DropDown);
    this.dwMain.DoubleClick += new System.EventHandler(this.dwMain_DoubleClick);

  • 相关阅读:
    Spring JdbcTemplate源码阅读报告
    Linux 套接字通信笔记(一)
    Python的科学计算包matplotlib setup
    创建Spring Boot项目
    Java反射与自定义注解
    二手前端入门React项目
    Spring 并发事务的探究
    使用IDEA结合MAVEN创建一个Spring Java Web项目
    FutureTask与Fork/Join
    结合业务,精炼SQL
  • 原文地址:https://www.cnblogs.com/zuiailiuruoying/p/12192379.html
Copyright © 2011-2022 走看看