public frmCardItem() { // // Windows 窗体设计器支持所必需的 // InitializeComponent(); // // TODO: 在 InitializeComponent 调用后添加任何构造函数代码 // FormAdjust.SetFormAppearance(this, false, false, false, false, true); }
public frmGprsStationItem() { // // Windows 窗体设计器支持所必需的 // InitializeComponent(); // // TODO: 在 InitializeComponent 调用后添加任何构造函数代码 // FormAdjust.SetFormAppearance(this, false, false, false, false, true); this.cmbServerIP.Text = cmbServerIP.Items[0].ToString(); this.cmbTeam.Text = cmbTeam.Items[0].ToString(); }
public frmXGTaskItem() { // // Windows 窗体设计器支持所必需的 // InitializeComponent(); // // FormAdjust.SetFormAppearance(this, false, false, false, false, true); cmbCardSN.Sorted = true; cmbPerson.Sorted = true; cmbXGStation.Sorted = true; FillCardSnPersonCombo(); FillXGStationCombo(); }