Ejemplo n.º 1
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")));
 }
Ejemplo n.º 2
0
 public void InitializeComponent()
 {
     if (_contentLoaded)
     {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/WebControl;component/Views/AngidritMTBView.xaml", System.UriKind.Relative));
     this.LayoutRoot          = ((System.Windows.Controls.Canvas)(this.FindName("LayoutRoot")));
     this.gridControl         = ((DevExpress.Xpf.Grid.GridControl)(this.FindName("gridControl")));
     this.btnStartPause       = ((System.Windows.Controls.Button)(this.FindName("btnStartPause")));
     this.tbToolTipStartPause = ((System.Windows.Controls.TextBlock)(this.FindName("tbToolTipStartPause")));
     this.imgStartPause       = ((System.Windows.Controls.Image)(this.FindName("imgStartPause")));
     this.deBegin             = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("deBegin")));
     this.deEnd             = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("deEnd")));
     this.btnUpdate         = ((System.Windows.Controls.Button)(this.FindName("btnUpdate")));
     this.tbToolTipUpdate   = ((System.Windows.Controls.TextBlock)(this.FindName("tbToolTipUpdate")));
     this.btnBack           = ((System.Windows.Controls.Button)(this.FindName("btnBack")));
     this.tbToolTipBack     = ((System.Windows.Controls.TextBlock)(this.FindName("tbToolTipBack")));
     this.btnForward        = ((System.Windows.Controls.Button)(this.FindName("btnForward")));
     this.tbToolTipForward  = ((System.Windows.Controls.TextBlock)(this.FindName("tbToolTipForward")));
     this.btnExport         = ((System.Windows.Controls.Button)(this.FindName("btnExport")));
     this.tbToolTipForward1 = ((System.Windows.Controls.TextBlock)(this.FindName("tbToolTipForward1")));
     this.ckUpdate          = ((WebControl.CheckUpdateLabel)(this.FindName("ckUpdate")));
     this.lblStatus         = ((System.Windows.Controls.TextBlock)(this.FindName("lblStatus")));
 }
Ejemplo n.º 3
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/frmxoalog.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.CancelButton = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.cmdXoa = ((System.Windows.Controls.Button)(this.FindName("cmdXoa")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.dngayxoa = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngayxoa")));
     this.border1 = ((System.Windows.Controls.Border)(this.FindName("border1")));
 }
Ejemplo n.º 4
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/frmtkbd.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.gridmy = ((DevExpress.Xpf.Grid.GridControl)(this.FindName("gridmy")));
     this.tableView1 = ((DevExpress.Xpf.Grid.TableView)(this.FindName("tableView1")));
     this.FindButton = ((System.Windows.Controls.Button)(this.FindName("FindButton")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.dngaykt = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngaykt")));
     this.textBlock2 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.dngaybd = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngaybd")));
 }
Ejemplo n.º 5
0
        public RHistory(UCDNV863 parent, string AppName, Brush icon)
            : base(parent, AppName, icon)
        {
            toolboxSub.Children.Add(new TextBlock()
            {
                Text = "时间段:", Foreground = Brushes.Cyan, VerticalAlignment = System.Windows.VerticalAlignment.Bottom, Margin = new System.Windows.Thickness(20, 0, 0, 0), FontSize = 16
            });
            dateStart = new DevExpress.Xpf.Editors.DateEdit()
            {
                DateTime = DateTime.Now.AddDays(-1), Height = 24, VerticalAlignment = System.Windows.VerticalAlignment.Bottom
            };
            toolboxSub.Children.Add(dateStart);
            toolboxSub.Children.Add(new TextBlock()
            {
                Text = "――――", Foreground = Brushes.Cyan, VerticalAlignment = System.Windows.VerticalAlignment.Bottom, Margin = new System.Windows.Thickness(4, 0, 4, 0)
            });
            dateEnd = new DevExpress.Xpf.Editors.DateEdit()
            {
                DateTime = DateTime.Now, Height = 24, Margin = new System.Windows.Thickness(0, 0, 60, 0), VerticalAlignment = System.Windows.VerticalAlignment.Bottom
            };
            toolboxSub.Children.Add(dateEnd);

            dateStart.EditValueChanged += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(dateStart_EditValueChanged);
            dateEnd.EditValueChanged   += new DevExpress.Xpf.Editors.EditValueChangedEventHandler(dateEnd_EditValueChanged);

            // 工具栏初始化
            zButton btn;

            btn = new zButton()
            {
                text = "运行重演", group = "1"
            };
            btn.Click += new System.Windows.RoutedEventHandler(btnReplay_Click);
            toolboxSub.Children.Add(btn);
            btn = new zButton()
            {
                text = "统计分析", group = "2", IsEnabled = false
            };
            btn.Click += new System.Windows.RoutedEventHandler(btnStatistics_Click);
            toolboxSub.Children.Add(btn);
            btn = new zButton()
            {
                text = "指标评价", group = "3"
            };
            btn.Click += new System.Windows.RoutedEventHandler(btnIndexEvaluate_Click);
            toolboxSub.Children.Add(btn);
        }
Ejemplo n.º 6
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/frmtkdtgandb.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.grid = ((DevExpress.Xpf.Grid.GridControl)(this.FindName("grid")));
     this.ma_tuyen = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_tuyen")));
     this.ten_tuyen = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ten_tuyen")));
     this.thangtruoc = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("thangtruoc")));
     this.thanghientai = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("thanghientai")));
     this.view = ((DevExpress.Xpf.Grid.TableView)(this.FindName("view")));
     this.rdnhanvien = ((System.Windows.Controls.RadioButton)(this.FindName("rdnhanvien")));
     this.rddiaban = ((System.Windows.Controls.RadioButton)(this.FindName("rddiaban")));
     this.XemButton = ((System.Windows.Controls.Button)(this.FindName("XemButton")));
     this.label1 = ((System.Windows.Controls.TextBlock)(this.FindName("label1")));
     this.thang = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("thang")));
 }
Ejemplo n.º 7
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/frmnhiemthucd.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.border1 = ((System.Windows.Controls.Border)(this.FindName("border1")));
     this.textBlock5 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock5")));
     this.txttennv = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txttennv")));
     this.dngayhm = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngayhm")));
     this.textBlock2 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.txtghichu = ((DevExpress.Xpf.Editors.MemoEdit)(this.FindName("txtghichu")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
 }
Ejemplo n.º 8
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/frmnhapkm.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.border2 = ((System.Windows.Controls.Border)(this.FindName("border2")));
     this.txtmakm = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txtmakm")));
     this.chkhieuluc = ((DevExpress.Xpf.Editors.CheckEdit)(this.FindName("chkhieuluc")));
     this.txtten = ((DevExpress.Xpf.Editors.MemoEdit)(this.FindName("txtten")));
     this.dbatdau = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dbatdau")));
     this.dketthuc = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dketthuc")));
     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.textBlock3 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock3")));
     this.CancelButton = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.OKButton = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
 }
Ejemplo n.º 9
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")));
 }
Ejemplo n.º 10
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/Thongke/frmtkckint.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.gridControl1 = ((DevExpress.Xpf.Grid.GridControl)(this.FindName("gridControl1")));
     this.user_login = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("user_login")));
     this.ma_huyen = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_huyen")));
     this.makh = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("makh")));
     this.account = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("account")));
     this.camket = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("camket")));
     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.so_dt = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("so_dt")));
     this.ma_dv = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_dv")));
     this.goicuoc = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("goicuoc")));
     this.ten_uutien = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ten_uutien")));
     this.tentb = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tentb")));
     this.ten_nsd = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ten_nsd")));
     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.ht_ld = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ht_ld")));
     this.tt = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tt")));
     this.pl = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("pl")));
     this.maxa = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("maxa")));
     this.socmnd = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("socmnd")));
     this.ngaycap = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ngaycap")));
     this.dt_lh = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("dt_lh")));
     this.tableView1 = ((DevExpress.Xpf.Grid.TableView)(this.FindName("tableView1")));
     this.CancelButton = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.FindButton = ((System.Windows.Controls.Button)(this.FindName("FindButton")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.dngaykt = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngaykt")));
     this.textBlock2 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.dngaybd = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngaybd")));
 }
Ejemplo n.º 11
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")));
 }
Ejemplo n.º 12
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/frmdsbdmytv.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.gridControl1 = ((DevExpress.Xpf.Grid.GridControl)(this.FindName("gridControl1")));
     this.makh = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("makh")));
     this.account = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("account")));
     this.goicuoc = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("goicuoc")));
     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.ma_tram = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_tram")));
     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.camket = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("camket")));
     this.maxa = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("maxa")));
     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.dataPager1 = ((DevExpress.Xpf.Editors.DataPager.DataPager)(this.FindName("dataPager1")));
     this.CancelButton = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.FindButton = ((System.Windows.Controls.Button)(this.FindName("FindButton")));
     this.dthangbd = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dthangbd")));
 }
Ejemplo n.º 13
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")));
 }
Ejemplo n.º 14
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/Thongke/frmtkptgphone.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.gridControl1 = ((DevExpress.Xpf.Grid.GridControl)(this.FindName("gridControl1")));
     this.ma_huyen = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_huyen")));
     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.tientb = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tientb")));
     this.tienno = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tienno")));
     this.tbdv = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tbdv")));
     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.camket = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("camket")));
     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.dt_lh = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("dt_lh")));
     this.tableView1 = ((DevExpress.Xpf.Grid.TableView)(this.FindName("tableView1")));
     this.FindButton = ((System.Windows.Controls.Button)(this.FindName("FindButton")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.dngaykt = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngaykt")));
     this.textBlock2 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.dngaybd = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngaybd")));
     this.chkngayhd = ((DevExpress.Xpf.Editors.CheckEdit)(this.FindName("chkngayhd")));
 }
Ejemplo n.º 15
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/Thongke/frmtklydocat.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.FindButton = ((System.Windows.Controls.Button)(this.FindName("FindButton")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.dngaykt = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngaykt")));
     this.textBlock2 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.dngaybd = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngaybd")));
     this.gridControl1 = ((DevExpress.Xpf.Grid.GridControl)(this.FindName("gridControl1")));
     this.ten_dv = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ten_dv")));
     this.ten_ld = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ten_ld")));
     this.ma_ld = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_ld")));
     this.slcd = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("slcd")));
     this.slgp = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("slgp")));
     this.slmy = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("slmy")));
     this.slint = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("slint")));
     this.slftth = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("slftth")));
     this.ma_dv = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_dv")));
     this.tableView1 = ((DevExpress.Xpf.Grid.TableView)(this.FindName("tableView1")));
     this.label1 = ((System.Windows.Controls.Label)(this.FindName("label1")));
 }
Ejemplo n.º 16
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/frmdsbdgphone.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.gridControl1 = ((DevExpress.Xpf.Grid.GridControl)(this.FindName("gridControl1")));
     this.makh = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("makh")));
     this.sodt = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("sodt")));
     this.sosim = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("sosim")));
     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.tientb = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tientb")));
     this.tienno = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tienno")));
     this.tbdv = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tbdv")));
     this.tuyen_tc = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tuyen_tc")));
     this.ma_tram = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_tram")));
     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.camket = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("camket")));
     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.CancelButton = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.cmdSua = ((System.Windows.Controls.Button)(this.FindName("cmdSua")));
     this.PictureLuu = ((System.Windows.Controls.Image)(this.FindName("PictureLuu")));
     this.TextLuu = ((System.Windows.Controls.TextBlock)(this.FindName("TextLuu")));
     this.FindButton = ((System.Windows.Controls.Button)(this.FindName("FindButton")));
     this.dthangbd = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dthangbd")));
     this.txttim = ((DevExpress.Xpf.Editors.TextEdit)(this.FindName("txttim")));
     this.FindButtons = ((System.Windows.Controls.Button)(this.FindName("FindButtons")));
 }
Ejemplo n.º 17
0
 private void DateEditSetting(DevExpress.Xpf.Editors.DateEdit de)
 {
     de.MaskType = DevExpress.Xpf.Editors.MaskType.DateTime;
     de.Mask     = "dd/MM/yyyy";
     de.MaskUseAsDisplayFormat = true;
 }
Ejemplo n.º 18
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/frmtkslgandb.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.grid = ((DevExpress.Xpf.Grid.GridControl)(this.FindName("grid")));
     this.ma_huyen = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_huyen")));
     this.ma_nv = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_nv")));
     this.ten_nv = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ten_nv")));
     this.ma_tuyen = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_tuyen")));
     this.ten_tuyen = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ten_tuyen")));
     this.soluongcd = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("soluongcd")));
     this.soluonggp = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("soluonggp")));
     this.soluongmy = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("soluongmy")));
     this.soluongint = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("soluongint")));
     this.soluongftth = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("soluongftth")));
     this.soluong = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("soluong")));
     this.tien = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tien")));
     this.tiencd = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tiencd")));
     this.tiengp = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tiengp")));
     this.tienmy = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tienmy")));
     this.tienint = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tienint")));
     this.tienftth = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tienftth")));
     this.view = ((DevExpress.Xpf.Grid.TableView)(this.FindName("view")));
     this.in1Item = ((DevExpress.Xpf.Bars.BarButtonItem)(this.FindName("in1Item")));
     this.inAllItem = ((DevExpress.Xpf.Bars.BarButtonItem)(this.FindName("inAllItem")));
     this.inItem = ((DevExpress.Xpf.Bars.BarButtonItem)(this.FindName("inItem")));
     this.rdnhanvien = ((System.Windows.Controls.RadioButton)(this.FindName("rdnhanvien")));
     this.rddiaban = ((System.Windows.Controls.RadioButton)(this.FindName("rddiaban")));
     this.XemButton = ((System.Windows.Controls.Button)(this.FindName("XemButton")));
     this.label1 = ((System.Windows.Controls.TextBlock)(this.FindName("label1")));
     this.thang = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("thang")));
 }
Ejemplo n.º 19
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")));
 }
Ejemplo n.º 20
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")));
 }
Ejemplo n.º 21
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/frmsuaxong.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.grid = ((DevExpress.Xpf.Grid.GridControl)(this.FindName("grid")));
     this.ma_huyen = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_huyen")));
     this.sDamagedPhoneNo = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("sDamagedPhoneNo")));
     this.sStatus = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("sStatus")));
     this.sCallerNo = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("sCallerNo")));
     this.user_name = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("user_name")));
     this.dtRecvTime = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("dtRecvTime")));
     this.dtfinished = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("dtfinished")));
     this.tg = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tg")));
     this.tentb = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tentb")));
     this.diachidb = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("diachidb")));
     this.ten_tram = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ten_tram")));
     this.sohopdong = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("sohopdong")));
     this.ID = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ID")));
     this.view = ((DevExpress.Xpf.Grid.TableView)(this.FindName("view")));
     this.chart = ((DevExpress.Xpf.Charts.ChartControl)(this.FindName("chart")));
     this.pane = ((DevExpress.Xpf.Charts.Pane)(this.FindName("pane")));
     this.Series = ((DevExpress.Xpf.Charts.BarSideBySideSeries2D)(this.FindName("Series")));
     this.Series1 = ((DevExpress.Xpf.Charts.BarSideBySideSeries2D)(this.FindName("Series1")));
     this.grid1 = ((DevExpress.Xpf.Grid.GridControl)(this.FindName("grid1")));
     this.sStatus1 = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("sStatus1")));
     this.sl = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("sl")));
     this.ID1 = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ID1")));
     this.view1 = ((DevExpress.Xpf.Grid.TableView)(this.FindName("view1")));
     this.FindButton = ((System.Windows.Controls.Button)(this.FindName("FindButton")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.dngaykt = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngaykt")));
     this.textBlock2 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.dngaybd = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngaybd")));
 }
Ejemplo n.º 22
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")));
 }
Ejemplo n.º 23
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/Thongke/frmtkcatmo.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.ten_yc = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ten_yc")));
     this.nguoi_yc = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("nguoi_yc")));
     this.nguoi_mo = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("nguoi_mo")));
     this.tg_yc = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tg_yc")));
     this.tg_mo = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tg_mo")));
     this.dlu = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("dlu")));
     this.shell = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("shell")));
     this.card = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("card")));
     this.port = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("port")));
     this.frame = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("frame")));
     this.slot = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("slot")));
     this.ma_yc = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_yc")));
     this.ma_huyen = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ma_huyen")));
     this.ten_dktb = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ten_dktb")));
     this.ghi_chu = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ghi_chu")));
     this.tableView1 = ((DevExpress.Xpf.Grid.TableView)(this.FindName("tableView1")));
     this.CancelButton = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.FindButton = ((System.Windows.Controls.Button)(this.FindName("FindButton")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.dngaykt = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngaykt")));
     this.textBlock2 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.dngaybd = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngaybd")));
 }
Ejemplo n.º 24
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")));
 }
Ejemplo n.º 25
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/SilverlightQLThuebao;component/Forms/frmkhdoanhnghiep.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.gridControl1 = ((DevExpress.Xpf.Grid.GridControl)(this.FindName("gridControl1")));
     this.tentb = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("tentb")));
     this.ngay_ld = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("ngay_ld")));
     this.giam_doc = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("giam_doc")));
     this.diachitb = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("diachitb")));
     this.sodt = ((DevExpress.Xpf.Grid.GridColumn)(this.FindName("sodt")));
     this.tableView1 = ((DevExpress.Xpf.Grid.TableView)(this.FindName("tableView1")));
     this.CancelButton = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.FindButton = ((System.Windows.Controls.Button)(this.FindName("FindButton")));
     this.textBlock1 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock1")));
     this.dngaykt = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngaykt")));
     this.textBlock2 = ((System.Windows.Controls.TextBlock)(this.FindName("textBlock2")));
     this.dngaybd = ((DevExpress.Xpf.Editors.DateEdit)(this.FindName("dngaybd")));
     this.checkEdit1 = ((DevExpress.Xpf.Editors.CheckEdit)(this.FindName("checkEdit1")));
 }