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

原文地址:https://www.cnblogs.com/zuiailiuruoying/p/12192379.html