예제 #1
0
        private void Redner_SelectedIndexChanged(object sender, System.Windows.RoutedEventArgs e)
        {
            DevExpress.Xpf.Editors.ComboBoxEdit cb = (sender as DevExpress.Xpf.Editors.ComboBoxEdit);
            var redner = (cb.DataContext as ExternalQuestionViewModel).SelectedRedner;

            calendar.Person = redner;
        }
예제 #2
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/WebControl;component/Forms/TrendForm.xaml", System.UriKind.Relative));
     this.LayoutRoot           = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.btnStartPause        = ((WebControl.ButtonEx)(this.FindName("btnStartPause")));
     this.cbeTimeDistance      = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cbeTimeDistance")));
     this.tbToolTipTimeDistace = ((System.Windows.Controls.TextBlock)(this.FindName("tbToolTipTimeDistace")));
     this.deBegin             = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("deBegin")));
     this.deEnd               = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("deEnd")));
     this.btnTimePeriodAuto   = ((WebControl.ButtonEx)(this.FindName("btnTimePeriodAuto")));
     this.cbeTimePeriod       = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cbeTimePeriod")));
     this.tbToolTipTimePeriod = ((System.Windows.Controls.TextBlock)(this.FindName("tbToolTipTimePeriod")));
     this.btnUpdate           = ((WebControl.ButtonEx)(this.FindName("btnUpdate")));
     this.btnBack             = ((WebControl.ButtonEx)(this.FindName("btnBack")));
     this.btnForward          = ((WebControl.ButtonEx)(this.FindName("btnForward")));
     this.btnExport           = ((WebControl.ButtonEx)(this.FindName("btnExport")));
     this.chrBase             = ((AmCharts.Windows.QuickCharts.SerialChart)(this.FindName("chrBase")));
     this.lblStatus           = ((System.Windows.Controls.TextBlock)(this.FindName("lblStatus")));
     this.ckUpdate            = ((WebControl.CheckUpdateLabel)(this.FindName("ckUpdate")));
 }
예제 #3
0
 //Expanses Type Loader
 public void ExpansesTypeLoader(DevExpress.Xpf.Editors.ComboBoxEdit devComboBox)
 {
     devComboBox.Items.Clear();
     devComboBox.Text = string.Empty;
     foreach (string ExpType in Variables.EXPASES_TYPE)
     {
         devComboBox.Items.Add(ExpType);
     }
 }
예제 #4
0
 //Account Type Loader
 public void AccountTypeLoader(DevExpress.Xpf.Editors.ComboBoxEdit devComboBox)
 {
     devComboBox.Items.Clear();
     devComboBox.Text = string.Empty;
     foreach (string accType in Variables.ACCOUNT_TYPE)
     {
         devComboBox.Items.Add(accType);
     }
 }
예제 #5
0
        public void ComboBoxItemLoad(DevExpress.Xpf.Editors.ComboBoxEdit devComboBox, string query)
        {
            devComboBox.Items.Clear();
            DataTable tempDataTable = new DataTable();
            MySqlNaceassaryElement mysqlNecessaryFunction = new MySqlNaceassaryElement();

            tempDataTable = mysqlNecessaryFunction.DataReader(query);
            foreach (DataRow comboItems in tempDataTable.Rows)
            {
                devComboBox.Items.Add(comboItems[0]);
            }
        }
예제 #6
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/frmsuaxong119.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.textBlock20 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock20")));
     this.cmbloaihong = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbloaihong")));
     this.OKButton = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
     this.Picturecat = ((System.Windows.Controls.Image)(this.FindName("Picturecat")));
     this.Textcat = ((System.Windows.Controls.TextBlock)(this.FindName("Textcat")));
 }
예제 #7
0
        public static string SelectedValue(this DevExpress.Xpf.Editors.ComboBoxEdit combobox)
        {
            string _result = "";

            if (combobox.SelectedItemValue != null)
            {
                var _item = combobox.SelectedItemValue;

                if (_item.GetType().GetProperty(combobox.DisplayMember) != null)
                {
                    _result = _item.GetType().GetProperty(combobox.DisplayMember).GetValue(_item).ToWhiteSpaceOrString();
                }
            }
            return(_result);
        }
예제 #8
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/frmapkhom.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.cmbxa = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbxa")));
     this.cmdXoa = ((System.Windows.Controls.Button)(this.FindName("cmdXoa")));
     this.cmdThem = ((System.Windows.Controls.Button)(this.FindName("cmdThem")));
     this.CancelButton = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.gridControl1 = ((DevExpress.Xpf.Grid.GridControl)(this.FindName("gridControl1")));
     this.maap = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("maap")));
     this.ten_ap = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ten_ap")));
     this.note = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("note")));
     this.tableView1 = ((DevExpress.Xpf.Grid.TableView)(this.FindName("tableView1")));
     this.label1 = ((System.Windows.Controls.Label)(this.FindName("label1")));
 }
예제 #9
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/frmdiachi1.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.CancelButton = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.OKButton = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
     this.PictureLuu = ((System.Windows.Controls.Image)(this.FindName("PictureLuu")));
     this.TextLuu = ((System.Windows.Controls.TextBlock)(this.FindName("TextLuu")));
     this.textBlock2 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.textBlock4 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock4")));
     this.textBlock3 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock3")));
     this.cmbphuong = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbphuong")));
     this.cmbkhom = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbkhom")));
     this.txtsonha = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtsonha")));
     this.cmbduong = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbduong")));
 }
예제 #10
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/BosungCat/frmeditmy.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.border1 = ((System.Windows.Controls.Border)(this.FindName("border1")));
     this.textBlock14 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock14")));
     this.spslcap = ((DevExpress.Xpf.Editors.SpinEdit)(this.FindName("spslcap")));
     this.cmbloaicap = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbloaicap")));
     this.cmbgoith = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbgoith")));
     this.textBlock21 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock21")));
     this.cmbloaitb = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbloaitb")));
     this.textBlock34 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock34")));
     this.txtseri = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtseri")));
     this.txtdtlh = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtdtlh")));
     this.cmdview = ((System.Windows.Controls.Button)(this.FindName("cmdview")));
     this.textBlock37 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock37")));
     this.textBlock38 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock38")));
     this.cmbcbkt = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbcbkt")));
     this.textBlock39 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock39")));
     this.textBlock40 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock40")));
     this.cmbcbld = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbcbld")));
     this.CancelButton = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.OKButton = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
     this.PictureLuu = ((System.Windows.Controls.Image)(this.FindName("PictureLuu")));
     this.TextLuu = ((System.Windows.Controls.TextBlock)(this.FindName("TextLuu")));
     this.btnNew = ((System.Windows.Controls.Button)(this.FindName("btnNew")));
     this.border2 = ((System.Windows.Controls.Border)(this.FindName("border2")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.textBlock3 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock3")));
     this.txtusr = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtusr")));
     this.txtmakh = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtmakh")));
     this.textBlock5 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock5")));
     this.txttentb = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txttentb")));
     this.textBlock6 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock6")));
     this.txtcmnd = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtcmnd")));
     this.txtdctb = ((DevExpress.Xpf.Editors.ButtonEdit)(this.FindName("txtdctb")));
     this.cmbnganh = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbnganh")));
     this.textBlock7 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock7")));
     this.txtdcld = ((DevExpress.Xpf.Editors.ButtonEdit)(this.FindName("txtdcld")));
     this.textBlock8 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock8")));
     this.textBlock9 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock9")));
     this.txtnoicap = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtnoicap")));
     this.textBlock10 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock10")));
     this.dngaycap = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngaycap")));
     this.textBlock11 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock11")));
     this.border3 = ((System.Windows.Controls.Border)(this.FindName("border3")));
     this.textBlock2 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.textBlock12 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock12")));
     this.cmbhttt = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbhttt")));
     this.txtNH = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtNH")));
     this.textBlock13 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock13")));
     this.txttk = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txttk")));
     this.txtmst = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtmst")));
     this.textBlock15 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock15")));
     this.textBlock16 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock16")));
     this.txtdvct = ((DevExpress.Xpf.Editors.ButtonEdit)(this.FindName("txtdvct")));
     this.textBlock17 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock17")));
     this.cmbtramvt = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbtramvt")));
     this.textBlock18 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock18")));
     this.cmbkm = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbkm")));
     this.border4 = ((System.Windows.Controls.Border)(this.FindName("border4")));
     this.textBlock19 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock19")));
     this.textBlock20 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock20")));
     this.dngaykn = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngaykn")));
     this.textBlock35 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock35")));
     this.textBlock36 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock36")));
     this.textBlock22 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock22")));
     this.txtemail = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtemail")));
     this.cmbcbcs = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbcbcs")));
     this.textBlock23 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock23")));
     this.txtsohd = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtsohd")));
     this.textBlock4 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock4")));
     this.dngayhd = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngayhd")));
     this.textBlock24 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock24")));
     this.txttendb = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txttendb")));
     this.txtghichu = ((DevExpress.Xpf.Editors.MemoEdit)(this.FindName("txtghichu")));
     this.txtsdt = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtsdt")));
     this.textBlock26 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock26")));
     this.textBlock27 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock27")));
     this.textBlock28 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock28")));
     this.cmbhtld = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbhtld")));
     this.cmbgoicuoc = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbgoicuoc")));
     this.textBlock25 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock25")));
     this.cmbnhom = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbnhom")));
     this.dngayld = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngayld")));
     this.textBlock31 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock31")));
     this.cmbtuyen = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbtuyen")));
     this.textBlock33 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock33")));
     this.textBlock32 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock32")));
     this.spcamket = ((DevExpress.Xpf.Editors.SpinEdit)(this.FindName("spcamket")));
     this.textBlock29 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock29")));
     this.cmdviewkt = ((System.Windows.Controls.Button)(this.FindName("cmdviewkt")));
     this.cmdviewcs = ((System.Windows.Controls.Button)(this.FindName("cmdviewcs")));
 }
예제 #11
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/frmcsmytv.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.gridControl1 = ((DevExpress.Xpf.Grid.GridControl)(this.FindName("gridControl1")));
     this.sodt = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("sodt")));
     this.makh = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("makh")));
     this.ma_tram = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_tram")));
     this.cmbtram = ((DevExpress.Xpf.Editors.Settings.ComboBoxEditSettings)(this.FindName("cmbtram")));
     this.ma_nvcs = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_nvcs")));
     this.cmbtuyen = ((DevExpress.Xpf.Editors.Settings.ComboBoxEditSettings)(this.FindName("cmbtuyen")));
     this.diachidb = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("diachidb")));
     this.tentb = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tentb")));
     this.tendb = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tendb")));
     this.diachitb = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("diachitb")));
     this.tableView1 = ((DevExpress.Xpf.Grid.TableView)(this.FindName("tableView1")));
     this.CancelButton = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.cmdSua = ((System.Windows.Controls.Button)(this.FindName("cmdSua")));
     this.txttim = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txttim")));
     this.FindButton = ((System.Windows.Controls.Button)(this.FindName("FindButton")));
     this.cmbxa = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbxa")));
     this.XemButton = ((System.Windows.Controls.Button)(this.FindName("XemButton")));
 }
예제 #12
0
 //All UserName Loader
 public void AllUserNameLoader(DevExpress.Xpf.Editors.ComboBoxEdit devComboBox)
 {
     devComboBox.Text = string.Empty;
     ComboBoxItemLoad(devComboBox, string.Format("SELECT DISTINCT {0} FROM {1} ORDER BY {0}", Variables.COLUMN_NAME[12], Variables.TABLE_NAME[4]));
 }
예제 #13
0
 //Creditors UserName Loader
 public void AccTypeUserNameLoader(DevExpress.Xpf.Editors.ComboBoxEdit devComboBox, string AccType)
 {
     devComboBox.Text = string.Empty;
     ComboBoxItemLoad(devComboBox, string.Format("SELECT DISTINCT {0} FROM {1} WHERE {2}='{3}' ORDER BY {0}", Variables.COLUMN_NAME[12], Variables.TABLE_NAME[4], Variables.COLUMN_NAME[16], AccType));
 }
예제 #14
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/frmdoiaccountmytv.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.border1 = ((System.Windows.Controls.Border)(this.FindName("border1")));
     this.CancelButton = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.OKButton = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
     this.PictureLuu = ((System.Windows.Controls.Image)(this.FindName("PictureLuu")));
     this.TextLuu = ((System.Windows.Controls.TextBlock)(this.FindName("TextLuu")));
     this.btnNew = ((System.Windows.Controls.Button)(this.FindName("btnNew")));
     this.textBlock3 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock3")));
     this.txtusr = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtusr")));
     this.textBlock5 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock5")));
     this.txttentb = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txttentb")));
     this.textBlock6 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock6")));
     this.txtcmnd = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtcmnd")));
     this.txtdctb = ((DevExpress.Xpf.Editors.ButtonEdit)(this.FindName("txtdctb")));
     this.textBlock7 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock7")));
     this.txtdcld = ((DevExpress.Xpf.Editors.ButtonEdit)(this.FindName("txtdcld")));
     this.textBlock8 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock8")));
     this.textBlock9 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock9")));
     this.txtnoicap = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtnoicap")));
     this.textBlock10 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock10")));
     this.dngaycap = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngaycap")));
     this.textBlock11 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock11")));
     this.txtusrn = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtusrn")));
     this.txttendb = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txttendb")));
     this.txtsdt = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtsdt")));
     this.textBlock26 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock26")));
     this.seri = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("seri")));
     this.textBlock27 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock27")));
     this.textBlock28 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock28")));
     this.textBlock29 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock29")));
     this.textBlock30 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock30")));
     this.cmbhtld = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbhtld")));
     this.cmbloaicap = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbloaicap")));
     this.cmbgoicuoc = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbgoicuoc")));
     this.image1 = ((System.Windows.Controls.Image)(this.FindName("image1")));
 }
예제 #15
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/frmnhapnvcs.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.border2 = ((System.Windows.Controls.Border)(this.FindName("border2")));
     this.checkEdit1 = ((DevExpress.Xpf.Editors.CheckEdit)(this.FindName("checkEdit1")));
     this.txtmanv = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtmanv")));
     this.txtten = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtten")));
     this.txtphone = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtphone")));
     this.textBlock4 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock4")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.textBlock2 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.CancelButton = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.OKButton = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
     this.cmbdiaban = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbdiaban")));
     this.textBlock3 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock3")));
 }
예제 #16
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/frmtkkm.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.gridCodinh = ((DevExpress.Xpf.Grid.GridControl)(this.FindName("gridCodinh")));
     this.ma_huyen = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_huyen")));
     this.ma_tram = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_tram")));
     this.makh = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("makh")));
     this.sodt = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("sodt")));
     this.tentb = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tentb")));
     this.tendb = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tendb")));
     this.diachitb = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("diachitb")));
     this.diachidb = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("diachidb")));
     this.tuyen_tc = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tuyen_tc")));
     this.hopdong = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("hopdong")));
     this.ngayhopdong = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ngayhopdong")));
     this.ngayld = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ngayld")));
     this.ngay_ngung = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ngay_ngung")));
     this.tt = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tt")));
     this.pl = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("pl")));
     this.village = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("village")));
     this.khg_vat = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("khg_vat")));
     this.socmnd = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("socmnd")));
     this.ngaycap = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ngaycap")));
     this.tableView1 = ((DevExpress.Xpf.Grid.TableView)(this.FindName("tableView1")));
     this.gridGphone = ((DevExpress.Xpf.Grid.GridControl)(this.FindName("gridGphone")));
     this.ma_huyeng = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_huyeng")));
     this.ma_tramg = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_tramg")));
     this.makhg = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("makhg")));
     this.sodtg = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("sodtg")));
     this.tentbg = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tentbg")));
     this.tendbg = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tendbg")));
     this.diachitbg = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("diachitbg")));
     this.diachidbg = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("diachidbg")));
     this.tuyen_tcg = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tuyen_tcg")));
     this.hopdongg = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("hopdongg")));
     this.ngayhopdongg = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ngayhopdongg")));
     this.ngayldg = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ngayldg")));
     this.ngay_ngungg = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ngay_ngungg")));
     this.ttg = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ttg")));
     this.plg = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("plg")));
     this.villageg = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("villageg")));
     this.khg_vatg = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("khg_vatg")));
     this.socmndg = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("socmndg")));
     this.ngaycapg = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ngaycapg")));
     this.tableView2 = ((DevExpress.Xpf.Grid.TableView)(this.FindName("tableView2")));
     this.gridInt = ((DevExpress.Xpf.Grid.GridControl)(this.FindName("gridInt")));
     this.ma_huyeni = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_huyeni")));
     this.ma_trami = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_trami")));
     this.makhi = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("makhi")));
     this.accounti = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("accounti")));
     this.ma_dvi = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_dvi")));
     this.goicuoci = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("goicuoci")));
     this.tentbi = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tentbi")));
     this.ten_nsdi = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ten_nsdi")));
     this.diachitbi = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("diachitbi")));
     this.diachidbi = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("diachidbi")));
     this.tuyen_tci = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tuyen_tci")));
     this.hopdongi = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("hopdongi")));
     this.ngayhopdongi = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ngayhopdongi")));
     this.ngayldi = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ngayldi")));
     this.ngay_ngungi = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ngay_ngungi")));
     this.tti = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tti")));
     this.pli = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("pli")));
     this.maxai = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("maxai")));
     this.socmndi = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("socmndi")));
     this.ngaycapi = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ngaycapi")));
     this.tableView3 = ((DevExpress.Xpf.Grid.TableView)(this.FindName("tableView3")));
     this.gridmy = ((DevExpress.Xpf.Grid.GridControl)(this.FindName("gridmy")));
     this.ma_huyenm = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_huyenm")));
     this.ma_tramm = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_tramm")));
     this.makhm = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("makhm")));
     this.accountm = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("accountm")));
     this.goicuocm = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("goicuocm")));
     this.tentbm = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tentbm")));
     this.tendbm = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tendbm")));
     this.diachitbm = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("diachitbm")));
     this.diachidbm = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("diachidbm")));
     this.tuyen_tcm = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tuyen_tcm")));
     this.hopdongm = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("hopdongm")));
     this.ngayhopdongm = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ngayhopdongm")));
     this.ngayldm = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ngayldm")));
     this.ngay_ngungm = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ngay_ngungm")));
     this.ttm = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ttm")));
     this.plm = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("plm")));
     this.maxam = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("maxam")));
     this.socmndm = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("socmndm")));
     this.ngaycapm = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ngaycapm")));
     this.tableView4 = ((DevExpress.Xpf.Grid.TableView)(this.FindName("tableView4")));
     this.FindButton = ((System.Windows.Controls.Button)(this.FindName("FindButton")));
     this.cmbkm = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbkm")));
     this.rcodinh = ((System.Windows.Controls.RadioButton)(this.FindName("rcodinh")));
     this.rgphone = ((System.Windows.Controls.RadioButton)(this.FindName("rgphone")));
     this.rmytv = ((System.Windows.Controls.RadioButton)(this.FindName("rmytv")));
     this.rint = ((System.Windows.Controls.RadioButton)(this.FindName("rint")));
     this.rfib = ((System.Windows.Controls.RadioButton)(this.FindName("rfib")));
     this.chkFilter = ((DevExpress.Xpf.Editors.CheckEdit)(this.FindName("chkFilter")));
     this.dend = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dend")));
     this.dbegin = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dbegin")));
     this.label1 = ((System.Windows.Controls.Label)(this.FindName("label1")));
     this.label2 = ((System.Windows.Controls.Label)(this.FindName("label2")));
 }
예제 #17
0
 //Recharge Company Name Loader
 public void RechargeCompanyNameLoader(DevExpress.Xpf.Editors.ComboBoxEdit devComboBox)
 {
     devComboBox.Text = string.Empty;
     ComboBoxItemLoad(devComboBox, string.Format("SELECT {0} FROM {1}", Variables.COLUMN_NAME[7], Variables.TABLE_NAME[16]));
 }
예제 #18
0
 //Product name ComboBox Item Loader
 public void ProductNameLoader(DevExpress.Xpf.Editors.ComboBoxEdit devComboBox, string companyName)
 {
     devComboBox.Text = string.Empty;
     ComboBoxItemLoad(devComboBox, string.Format("SELECT DISTINCT {0} FROM {1} WHERE {2}='{3}' ORDER BY {0}", Variables.COLUMN_NAME[10], Variables.TABLE_NAME[11], Variables.COLUMN_NAME[7], companyName));
 }
예제 #19
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/BSC/frmbscnld.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.gridControl1 = ((DevExpress.Xpf.Grid.GridControl)(this.FindName("gridControl1")));
     this.ten_kpo = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ten_kpo")));
     this.ten_kpi = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ten_kpi")));
     this.dvt = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("dvt")));
     this.check = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("check")));
     this.ma_kpi = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_kpi")));
     this.tableView1 = ((DevExpress.Xpf.Grid.TableView)(this.FindName("tableView1")));
     this.gridControl2 = ((DevExpress.Xpf.Grid.GridControl)(this.FindName("gridControl2")));
     this.ten_kpo1 = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ten_kpo1")));
     this.ten_kpi1 = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ten_kpi1")));
     this.dvt1 = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("dvt1")));
     this.trongso = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("trongso")));
     this.chitieugiao = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("chitieugiao")));
     this.check_bochon = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("check_bochon")));
     this.ma_kpi1 = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_kpi1")));
     this.tableView2 = ((DevExpress.Xpf.Grid.TableView)(this.FindName("tableView2")));
     this.btnchon = ((System.Windows.Controls.Button)(this.FindName("btnchon")));
     this.btnbochon = ((System.Windows.Controls.Button)(this.FindName("btnbochon")));
     this.btnsave = ((System.Windows.Controls.Button)(this.FindName("btnsave")));
     this.cmbnv = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbnv")));
     this.thang = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("thang")));
     this.giaonhanvien = ((System.Windows.Controls.TextBlock)(this.FindName("giaonhanvien")));
     this.cmdview = ((System.Windows.Controls.Button)(this.FindName("cmdview")));
 }
예제 #20
0
 //Model Number ComboBox Item Loader
 public void ModelNumberLoader(DevExpress.Xpf.Editors.ComboBoxEdit devComboBox, string companyName, string productName)
 {
     devComboBox.Text = string.Empty;
     ComboBoxItemLoad(devComboBox, string.Format("SELECT DISTINCT {0} FROM {1} WHERE {2}='{3}' AND {4}='{5}' ORDER BY {0}", Variables.COLUMN_NAME[15], Variables.TABLE_NAME[15], Variables.COLUMN_NAME[13], companyName, Variables.COLUMN_NAME[14], productName));
 }
예제 #21
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/frmeditmy1.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.CancelButton = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.OKButton = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
     this.PictureLuu = ((System.Windows.Controls.Image)(this.FindName("PictureLuu")));
     this.TextLuu = ((System.Windows.Controls.TextBlock)(this.FindName("TextLuu")));
     this.btnNew = ((System.Windows.Controls.Button)(this.FindName("btnNew")));
     this.border2 = ((System.Windows.Controls.Border)(this.FindName("border2")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.textBlock3 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock3")));
     this.txtsdt = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtsdt")));
     this.txtmakh = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtmakh")));
     this.textBlock5 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock5")));
     this.txttentb = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txttentb")));
     this.textBlock6 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock6")));
     this.txtcmnd = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtcmnd")));
     this.txtdctb = ((DevExpress.Xpf.Editors.ButtonEdit)(this.FindName("txtdctb")));
     this.textBlock7 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock7")));
     this.txtdcld = ((DevExpress.Xpf.Editors.ButtonEdit)(this.FindName("txtdcld")));
     this.textBlock8 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock8")));
     this.textBlock9 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock9")));
     this.txtnoicap = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtnoicap")));
     this.textBlock10 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock10")));
     this.dngaycap = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngaycap")));
     this.textBlock11 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock11")));
     this.border3 = ((System.Windows.Controls.Border)(this.FindName("border3")));
     this.textBlock2 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.textBlock12 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock12")));
     this.cmbhttt = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbhttt")));
     this.txtNH = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtNH")));
     this.textBlock13 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock13")));
     this.txttk = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txttk")));
     this.textBlock14 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock14")));
     this.txtmst = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtmst")));
     this.textBlock15 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock15")));
     this.textBlock16 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock16")));
     this.textBlock17 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock17")));
     this.cmbtramvt = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbtramvt")));
     this.textBlock18 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock18")));
     this.cmbkm = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbkm")));
     this.border4 = ((System.Windows.Controls.Border)(this.FindName("border4")));
     this.textBlock19 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock19")));
     this.textBlock20 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock20")));
     this.dngaykn = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngaykn")));
     this.textBlock21 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock21")));
     this.textBlock22 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock22")));
     this.txtemail = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtemail")));
     this.textBlock23 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock23")));
     this.txtsohd = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtsohd")));
     this.textBlock4 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock4")));
     this.dngayhd = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngayhd")));
     this.textBlock24 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock24")));
     this.textBlock25 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock25")));
     this.cmbnhom = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbnhom")));
     this.txttendb = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txttendb")));
     this.txtghichu = ((DevExpress.Xpf.Editors.MemoEdit)(this.FindName("txtghichu")));
     this.dngayld = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngayld")));
     this.textBlock26 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock26")));
     this.cmbxa = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbxa")));
     this.textBlock27 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock27")));
     this.txttientb = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txttientb")));
     this.cmbdvct = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbdvct")));
     this.txttbdv = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txttbdv")));
     this.textBlock28 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock28")));
     this.textBlock29 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock29")));
     this.textBlock30 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock30")));
     this.txttientbtk = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txttientbtk")));
     this.textBlock31 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock31")));
     this.textBlock32 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock32")));
     this.cmbvtci = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbvtci")));
     this.txtthangbd = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtthangbd")));
     this.cmbtuyen = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbtuyen")));
     this.textBlock33 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock33")));
 }
예제 #22
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/frmhopdongkr.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.border1 = ((System.Windows.Controls.Border)(this.FindName("border1")));
     this.txtdtlh = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtdtlh")));
     this.txtdctb = ((DevExpress.Xpf.Editors.ButtonEdit)(this.FindName("txtdctb")));
     this.textBlock8 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock8")));
     this.spcamket = ((DevExpress.Xpf.Editors.SpinEdit)(this.FindName("spcamket")));
     this.CancelButton = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.OKButton = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
     this.PictureLuu = ((System.Windows.Controls.Image)(this.FindName("PictureLuu")));
     this.TextLuu = ((System.Windows.Controls.TextBlock)(this.FindName("TextLuu")));
     this.btnNew = ((System.Windows.Controls.Button)(this.FindName("btnNew")));
     this.border2 = ((System.Windows.Controls.Border)(this.FindName("border2")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.textBlock3 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock3")));
     this.txtmakh = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtmakh")));
     this.textBlock5 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock5")));
     this.txttentb = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txttentb")));
     this.border3 = ((System.Windows.Controls.Border)(this.FindName("border3")));
     this.textBlock2 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.textBlock12 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock12")));
     this.cmbhttt = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbhttt")));
     this.txtNH = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtNH")));
     this.textBlock13 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock13")));
     this.txttk = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txttk")));
     this.textBlock14 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock14")));
     this.txtmst = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtmst")));
     this.textBlock15 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock15")));
     this.textBlock16 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock16")));
     this.txtdvct = ((DevExpress.Xpf.Editors.ButtonEdit)(this.FindName("txtdvct")));
     this.textBlock17 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock17")));
     this.cmbtramvt = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbtramvt")));
     this.border4 = ((System.Windows.Controls.Border)(this.FindName("border4")));
     this.textBlock19 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock19")));
     this.textBlock20 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock20")));
     this.dngaykn = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngaykn")));
     this.textBlock21 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock21")));
     this.textBlock31 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock31")));
     this.textBlock22 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock22")));
     this.txtemail = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtemail")));
     this.cmbcbcs = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbcbcs")));
     this.txtsohd = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtsohd")));
     this.textBlock4 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock4")));
     this.dngayhd = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngayhd")));
     this.textBlock24 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock24")));
     this.cmbnganh = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbnganh")));
     this.textBlock25 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock25")));
     this.cmbnhom = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbnhom")));
     this.txtghichu = ((DevExpress.Xpf.Editors.MemoEdit)(this.FindName("txtghichu")));
     this.textBlock27 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock27")));
     this.textBlock28 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock28")));
     this.cmbhtld = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbhtld")));
     this.cmbgoicuoc = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbgoicuoc")));
     this.chkhdcq = ((DevExpress.Xpf.Editors.CheckEdit)(this.FindName("chkhdcq")));
     this.nhiemthu = ((DevExpress.Xpf.Editors.CheckEdit)(this.FindName("nhiemthu")));
     this.label1 = ((System.Windows.Controls.Label)(this.FindName("label1")));
 }
예제 #23
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/frmcatint.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.CancelButton = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.cmdLuu = ((System.Windows.Controls.Button)(this.FindName("cmdLuu")));
     this.PictureLuu = ((System.Windows.Controls.Image)(this.FindName("PictureLuu")));
     this.TextLuu = ((System.Windows.Controls.TextBlock)(this.FindName("TextLuu")));
     this.btnNew = ((System.Windows.Controls.Button)(this.FindName("btnNew")));
     this.borderg = ((System.Windows.Controls.Border)(this.FindName("borderg")));
     this.chkthtb = ((DevExpress.Xpf.Editors.CheckEdit)(this.FindName("chkthtb")));
     this.mlydoth = ((DevExpress.Xpf.Editors.MemoEdit)(this.FindName("mlydoth")));
     this.textBlock20 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock20")));
     this.mlydo = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("mlydo")));
     this.dngaycat = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngaycat")));
     this.textBlock22 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock22")));
     this.cmbloaibd = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbloaibd")));
     this.txttt = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txttt")));
     this.textBlock21 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock21")));
     this.border2 = ((System.Windows.Controls.Border)(this.FindName("border2")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.textBlock3 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock3")));
     this.txtusr = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtusr")));
     this.txtmakh = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtmakh")));
     this.textBlock5 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock5")));
     this.txttentb = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txttentb")));
     this.textBlock6 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock6")));
     this.txtcmnd = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtcmnd")));
     this.txtdctb = ((DevExpress.Xpf.Editors.ButtonEdit)(this.FindName("txtdctb")));
     this.textBlock7 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock7")));
     this.txtdcld = ((DevExpress.Xpf.Editors.ButtonEdit)(this.FindName("txtdcld")));
     this.textBlock8 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock8")));
     this.textBlock9 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock9")));
     this.txtnoicap = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtnoicap")));
     this.textBlock10 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock10")));
     this.dngaycap = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngaycap")));
     this.textBlock11 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock11")));
     this.border3 = ((System.Windows.Controls.Border)(this.FindName("border3")));
     this.textBlock2 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.textBlock12 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock12")));
     this.cmbhttt = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbhttt")));
     this.txttk = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txttk")));
     this.textBlock14 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock14")));
     this.textBlock16 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock16")));
     this.cmbkhuutien = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbkhuutien")));
     this.textBlock17 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock17")));
     this.cmbtramvt = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbtramvt")));
     this.cmbnganh = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbnganh")));
     this.textBlock18 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock18")));
     this.cmbkm = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbkm")));
     this.border4 = ((System.Windows.Controls.Border)(this.FindName("border4")));
     this.textBlock19 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock19")));
     this.textBlock23 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock23")));
     this.txtsohd = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtsohd")));
     this.textBlock4 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock4")));
     this.dngayhd = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngayhd")));
     this.textBlock24 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock24")));
     this.txttendb = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txttendb")));
     this.txtsdt = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtsdt")));
     this.textBlock26 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock26")));
     this.cmbtocdo = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbtocdo")));
     this.textBlock27 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock27")));
     this.textBlock28 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock28")));
     this.textBlock29 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock29")));
     this.textBlock30 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock30")));
     this.cmbhtld = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbhtld")));
     this.cmbdichvu = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbdichvu")));
     this.cmbgoicuoc = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbgoicuoc")));
     this.textBlock25 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock25")));
     this.cmbnhom = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbnhom")));
     this.dngayld = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngayld")));
     this.textBlock31 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock31")));
     this.cmbtuyen = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbtuyen")));
     this.textBlock33 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock33")));
     this.OKButton = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
     this.Picturecat = ((System.Windows.Controls.Image)(this.FindName("Picturecat")));
     this.Textcat = ((System.Windows.Controls.TextBlock)(this.FindName("Textcat")));
     this.textBlock13 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock13")));
     this.txtSeri = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtSeri")));
 }
예제 #24
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/frmmoso.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.textBlock3 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock3")));
     this.txtsdt = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtsdt")));
     this.textBlock5 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock5")));
     this.txttentb = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txttentb")));
     this.textBlock6 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock6")));
     this.txtdctb = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtdctb")));
     this.textBlock7 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock7")));
     this.txtdcld = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtdcld")));
     this.textBlock8 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock8")));
     this.txttendb = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txttendb")));
     this.rdomo = ((System.Windows.Controls.RadioButton)(this.FindName("rdomo")));
     this.rdohuy = ((System.Windows.Controls.RadioButton)(this.FindName("rdohuy")));
     this.cmbloai = ((DevExpress.Xpf.Editors.ComboBoxEdit)(this.FindName("cmbloai")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.txtdlu = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtdlu")));
     this.textBlock2 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.txtslp = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtslp")));
     this.txtshelf = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtshelf")));
     this.txten = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txten")));
     this.textBlock23 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock23")));
     this.textBlock10 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock10")));
     this.textBlock4 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock4")));
     this.txtmod = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtmod")));
     this.textBlock9 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock9")));
     this.txtframe = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtframe")));
     this.txtport = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtport")));
     this.txtslot = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtslot")));
     this.textBlock11 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock11")));
     this.textBlock12 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock12")));
     this.border1 = ((System.Windows.Controls.Border)(this.FindName("border1")));
     this.CancelButton = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.OKButton = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
     this.PictureLuu = ((System.Windows.Controls.Image)(this.FindName("PictureLuu")));
     this.TextLuu = ((System.Windows.Controls.TextBlock)(this.FindName("TextLuu")));
     this.btnNew = ((System.Windows.Controls.Button)(this.FindName("btnNew")));
 }