Example #1
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ISEstimate;component/Pages/UIMaster.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.txtTitle = ((System.Windows.Controls.TextBlock)(this.FindName("txtTitle")));
     this.mnuClose = ((System.Windows.Controls.MenuItem)(this.FindName("mnuClose")));
     this.iconClose = ((System.Windows.Controls.Image)(this.FindName("iconClose")));
     this.ControlRoot = ((System.Windows.Controls.Grid)(this.FindName("ControlRoot")));
     this.btnClose = ((System.Windows.Controls.Button)(this.FindName("btnClose")));
     this.btnClear = ((System.Windows.Controls.Button)(this.FindName("btnClear")));
     this.btnUpdate = ((System.Windows.Controls.Button)(this.FindName("btnUpdate")));
     this.btnAdd = ((System.Windows.Controls.Button)(this.FindName("btnAdd")));
     this.btnSave = ((System.Windows.Controls.Button)(this.FindName("btnSave")));
     this.lblMaster = ((System.Windows.Controls.Label)(this.FindName("lblMaster")));
     this.cmbMaster = ((ISEstimate.ISCMBBox)(this.FindName("cmbMaster")));
     this.TaxRoot = ((System.Windows.Controls.Grid)(this.FindName("TaxRoot")));
     this.lblDate = ((System.Windows.Controls.Label)(this.FindName("lblDate")));
     this.lblRate = ((System.Windows.Controls.Label)(this.FindName("lblRate")));
     this.lblDelete = ((System.Windows.Controls.Label)(this.FindName("lblDelete")));
     this.dtpStartDate = ((ISEstimate.ISEDatePicker)(this.FindName("dtpStartDate")));
     this.txtRate = ((System.Windows.Controls.TextBox)(this.FindName("txtRate")));
     this.chkTaxDel = ((System.Windows.Controls.CheckBox)(this.FindName("chkTaxDel")));
     this.MasterRoot = ((System.Windows.Controls.Grid)(this.FindName("MasterRoot")));
     this.lblName = ((System.Windows.Controls.Label)(this.FindName("lblName")));
     this.lblDelete1 = ((System.Windows.Controls.Label)(this.FindName("lblDelete1")));
     this.lblOrder = ((System.Windows.Controls.Label)(this.FindName("lblOrder")));
     this.txtName = ((System.Windows.Controls.TextBox)(this.FindName("txtName")));
     this.chkMasterDel = ((System.Windows.Controls.CheckBox)(this.FindName("chkMasterDel")));
     this.txtOrder = ((System.Windows.Controls.TextBox)(this.FindName("txtOrder")));
     this.dgSupplier = ((System.Windows.Controls.DataGrid)(this.FindName("dgSupplier")));
     this.dpSupplier = ((System.Windows.Controls.DataPager)(this.FindName("dpSupplier")));
     this.dgCategory = ((System.Windows.Controls.DataGrid)(this.FindName("dgCategory")));
     this.dpCategory = ((System.Windows.Controls.DataPager)(this.FindName("dpCategory")));
     this.dgUnit = ((System.Windows.Controls.DataGrid)(this.FindName("dgUnit")));
     this.dpUnit = ((System.Windows.Controls.DataPager)(this.FindName("dpUnit")));
     this.dgEX = ((System.Windows.Controls.DataGrid)(this.FindName("dgEX")));
     this.dpEx = ((System.Windows.Controls.DataPager)(this.FindName("dpEx")));
     this.dgPayCond = ((System.Windows.Controls.DataGrid)(this.FindName("dgPayCond")));
     this.dpPayCond = ((System.Windows.Controls.DataPager)(this.FindName("dpPayCond")));
     this.dgTax = ((System.Windows.Controls.DataGrid)(this.FindName("dgTax")));
     this.dpTax = ((System.Windows.Controls.DataPager)(this.FindName("dpTax")));
     this.imgFvt = ((System.Windows.Controls.Image)(this.FindName("imgFvt")));
 }
Example #2
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ISEstimate;component/Pages/UIEstimateList.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.mnuClose = ((System.Windows.Controls.MenuItem)(this.FindName("mnuClose")));
     this.iconClose = ((System.Windows.Controls.Image)(this.FindName("iconClose")));
     this.ControlRoot = ((System.Windows.Controls.Grid)(this.FindName("ControlRoot")));
     this.label3 = ((System.Windows.Controls.Label)(this.FindName("label3")));
     this.label1 = ((System.Windows.Controls.Label)(this.FindName("label1")));
     this.label4 = ((System.Windows.Controls.Label)(this.FindName("label4")));
     this.label2 = ((System.Windows.Controls.Label)(this.FindName("label2")));
     this.label10 = ((System.Windows.Controls.Label)(this.FindName("label10")));
     this.label11 = ((System.Windows.Controls.Label)(this.FindName("label11")));
     this.label5 = ((System.Windows.Controls.Label)(this.FindName("label5")));
     this.cboExpire = ((ISEstimate.ISCMBBox)(this.FindName("cboExpire")));
     this.chkFinish = ((System.Windows.Controls.CheckBox)(this.FindName("chkFinish")));
     this.cboCustomer = ((ISEstimate.ISCMBBox)(this.FindName("cboCustomer")));
     this.cboSupplier = ((ISEstimate.ISCMBBox)(this.FindName("cboSupplier")));
     this.chkFrom = ((System.Windows.Controls.CheckBox)(this.FindName("chkFrom")));
     this.chkTo = ((System.Windows.Controls.CheckBox)(this.FindName("chkTo")));
     this.cboTantou = ((ISEstimate.ISCMBBox)(this.FindName("cboTantou")));
     this.cboType = ((ISEstimate.ISCMBBox)(this.FindName("cboType")));
     this.dtpFrom = ((ISEstimate.ISEDatePicker)(this.FindName("dtpFrom")));
     this.dtpTo = ((ISEstimate.ISEDatePicker)(this.FindName("dtpTo")));
     this.btnSearch = ((System.Windows.Controls.Button)(this.FindName("btnSearch")));
     this.btnExcel = ((System.Windows.Controls.Button)(this.FindName("btnExcel")));
     this.btnClear = ((System.Windows.Controls.Button)(this.FindName("btnClear")));
     this.btnClose = ((System.Windows.Controls.Button)(this.FindName("btnClose")));
     this.dgEDetails = ((ISEstimate.ISDataGrid)(this.FindName("dgEDetails")));
     this.dpEDetails = ((System.Windows.Controls.DataPager)(this.FindName("dpEDetails")));
     this.imgFvt = ((System.Windows.Controls.Image)(this.FindName("imgFvt")));
 }
Example #3
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ISEstimate;component/Pages/UIEstimate.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.spCaption = ((System.Windows.Controls.StackPanel)(this.FindName("spCaption")));
     this.ControlRoot = ((System.Windows.Controls.Grid)(this.FindName("ControlRoot")));
     this.label1 = ((System.Windows.Controls.Label)(this.FindName("label1")));
     this.label2 = ((System.Windows.Controls.Label)(this.FindName("label2")));
     this.label8 = ((System.Windows.Controls.Label)(this.FindName("label8")));
     this.label3 = ((System.Windows.Controls.Label)(this.FindName("label3")));
     this.label6 = ((System.Windows.Controls.Label)(this.FindName("label6")));
     this.label7 = ((System.Windows.Controls.Label)(this.FindName("label7")));
     this.btnLookup = ((System.Windows.Controls.Button)(this.FindName("btnLookup")));
     this.txtCustomer = ((System.Windows.Controls.TextBox)(this.FindName("txtCustomer")));
     this.txtEstNo = ((System.Windows.Controls.TextBox)(this.FindName("txtEstNo")));
     this.txtTitle = ((System.Windows.Controls.TextBox)(this.FindName("txtTitle")));
     this.dtpCreateDate = ((ISEstimate.ISEDatePicker)(this.FindName("dtpCreateDate")));
     this.cboExpDate = ((ISEstimate.ISCMBBox)(this.FindName("cboExpDate")));
     this.cboPayCond = ((ISEstimate.ISCMBBox)(this.FindName("cboPayCond")));
     this.dgGrid = ((System.Windows.Controls.Grid)(this.FindName("dgGrid")));
     this.dgEstimate = ((ISEstimate.ISDataGrid)(this.FindName("dgEstimate")));
     this.mnuClear = ((System.Windows.Controls.MenuItem)(this.FindName("mnuClear")));
     this.iconClear = ((System.Windows.Controls.Image)(this.FindName("iconClear")));
     this.mnuCopy = ((System.Windows.Controls.MenuItem)(this.FindName("mnuCopy")));
     this.iconCopy = ((System.Windows.Controls.Image)(this.FindName("iconCopy")));
     this.mnuPaste = ((System.Windows.Controls.MenuItem)(this.FindName("mnuPaste")));
     this.iconPaste = ((System.Windows.Controls.Image)(this.FindName("iconPaste")));
     this.txtSubTotal = ((System.Windows.Controls.TextBox)(this.FindName("txtSubTotal")));
     this.txtTax = ((System.Windows.Controls.TextBox)(this.FindName("txtTax")));
     this.txtGTotal = ((System.Windows.Controls.TextBlock)(this.FindName("txtGTotal")));
     this.txtSubSTotal = ((System.Windows.Controls.TextBox)(this.FindName("txtSubSTotal")));
     this.txtGSTotal = ((System.Windows.Controls.TextBlock)(this.FindName("txtGSTotal")));
     this.btmGrid = ((System.Windows.Controls.Grid)(this.FindName("btmGrid")));
     this.label01 = ((System.Windows.Controls.Label)(this.FindName("label01")));
     this.lblUpdate = ((System.Windows.Controls.Label)(this.FindName("lblUpdate")));
     this.rbUpdate = ((System.Windows.Controls.RadioButton)(this.FindName("rbUpdate")));
     this.rbReCreate = ((System.Windows.Controls.RadioButton)(this.FindName("rbReCreate")));
     this.lblReCreate = ((System.Windows.Controls.Label)(this.FindName("lblReCreate")));
     this.txtMemo1 = ((System.Windows.Controls.TextBox)(this.FindName("txtMemo1")));
     this.btnClose = ((System.Windows.Controls.Button)(this.FindName("btnClose")));
     this.btnClear = ((System.Windows.Controls.Button)(this.FindName("btnClear")));
     this.btnDelete = ((System.Windows.Controls.Button)(this.FindName("btnDelete")));
     this.btnUpdate = ((System.Windows.Controls.Button)(this.FindName("btnUpdate")));
     this.btnAdd = ((System.Windows.Controls.Button)(this.FindName("btnAdd")));
     this.btnSave = ((System.Windows.Controls.Button)(this.FindName("btnSave")));
     this.imgFvt = ((System.Windows.Controls.Image)(this.FindName("imgFvt")));
 }