Пример #1
0
        public frmCardItem()
        {
            //
            // Windows 窗体设计器支持所必需的
            //
            InitializeComponent();

            //
            // TODO: 在 InitializeComponent 调用后添加任何构造函数代码
            //
            FormAdjust.SetFormAppearance(this, false, false, false, false, true);
        }
Пример #2
0
        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();
        }
Пример #3
0
        public frmXGTaskItem()
        {
            //
            // Windows 窗体设计器支持所必需的
            //
            InitializeComponent();

            //
            //
            FormAdjust.SetFormAppearance(this, false, false, false, false, true);
            cmbCardSN.Sorted    = true;
            cmbPerson.Sorted    = true;
            cmbXGStation.Sorted = true;

            FillCardSnPersonCombo();
            FillXGStationCombo();
        }