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\\baosi.l0.sys.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);
相关文章
- 12-26iphone绘图的几个基本概念CGPoint、CGSize、CGRect、CGRectMake、window(窗口)、视图(view)
- 12-26二叉树的序列化,就那几个框架,枯燥至极
- 12-26new-String()创建几个对象?有你不知道的
- 12-26字典属性化访问Dict2Obj & __setattr__的思考
- 12-26控制属性访问的基本方法
- 12-26第7.26节 Python中的@property装饰器定义属性访问方法getter、setter、deleter 详解
- 12-26在包“ android”中找不到属性“ accessibilityEventTypes”的资源标识符
- 12-26FeignClient中name和url属性的作用
- 12-26mybatis实体类属性名和列名不同的处理方式
- 12-26利用EasyUI 数据网格(DataGrid)的loader属性实现后端分页