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);

  • 相关阅读:
    3305: Hero In Maze II (优先队列+bfs)
    2016年5月8日 GDCPC省赛总结
    POJ 2361 Tic Tac Toe
    about 字节
    KMP模式匹配
    scau 8616 汽车拉力比赛
    海盗分金--大于半数才成立
    scau 10692 XYM-入门之道
    函数模板和类模板成员函数的定义通常放在头文件中
    c语言运算符优先级巧记
  • 原文地址:https://www.cnblogs.com/zuiailiuruoying/p/12192379.html
Copyright © 2011-2022 走看看