public frmConnection()
 {
     wcfLogic            = WCFServices.Instance;
     wcfLogic.wcfMsgView = this;
     InitializeComponent();
     LocalhostResourcesFormText();
 }
Example #2
0
 /// <summary>
 /// 初始化
 /// </summary>
 public ConvertTransfer()
 {
     InitializeComponent();
     wcfLogic = WCFServices.Instance;
     this.cmbFromCaption.SelectedIndex = 0;
     LocalhostResourcesFormText();
 }
 /// <summary>
 /// 构造函数
 /// </summary>
 public frmReinitCaptial()
 {
     InitializeComponent();
     wcfLogic = WCFServices.Instance;
     LocalhostResourcesFormText();
     cmbCapitalType.SelectedIndex = 0;
     cmbmoney.SelectedIndex       = 0;
 }
 /// <summary>
 /// 构造函数
 /// </summary>
 public LoginForm()
 {
     InitializeComponent();
     LocalhostResourcesFormText();
     //Initializew();
     //  string x = Encrypt.DesDecrypt("rB7FoTU315s=", string.Empty);
     wcfLogic = WCFServices.Instance;
 }
        /// <summary>
        /// 构造函数
        /// </summary>
        public frmXHQuery()
        {
            pageSize = ServerConfig.QueryPageSize;
            InitializeComponent();
            wcfLogic = WCFServices.Instance;
            LocalhostResourcesFormText();

            XHMessageLogic.OnEntrustSelected += new EntrustNoEventHandler(XHMessageLogic_OnEntrustSelected);
        }
Example #6
0
        public mdiMainForm()
        {
            //timer.Interval = 900 * 1000;
            //timer.Elapsed += new System.Timers.ElapsedEventHandler(timer_Elapsed);
            //timer.Enabled = true;
            MdiForms  = new Dictionary <Type, Form>();
            ToolForms = new Dictionary <ToolStripButton, Type>();
            TabForms  = new Dictionary <TabPage, Type>();
            InitializeComponent();
            wcfLogic = WCFServices.Instance;

            UpdateTimer.Interval = 3 * 1000;
            UpdateTimer.Elapsed += new System.Timers.ElapsedEventHandler(UpdateTimer_Elapsed);
            UpdateTimer.Enabled  = true;
        }
 public frmFlowQuery()
 {
     InitializeComponent();
     wcfLogic = WCFServices.Instance;
     LocalhostResourcesFormText();
 }
Example #8
0
 /// <summary>
 /// 初始化
 /// </summary>
 public frmAdditionalCaption()
 {
     InitializeComponent();
     wcfLogic = WCFServices.Instance;
     LocalhostResourcesFormText();
 }
 public frmConfiguration()
 {
     InitializeComponent();
     wcfLogic = WCFServices.Instance;
     LocalhostResourcesFormText();
 }