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"))); }
public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/ISEstimate;component/Pages/UIEstimateCustomerReport.xaml", System.UriKind.Relative)); this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); this.ControlRoot = ((System.Windows.Controls.Grid)(this.FindName("ControlRoot"))); this.label3 = ((System.Windows.Controls.Label)(this.FindName("label3"))); this.label4 = ((System.Windows.Controls.Label)(this.FindName("label4"))); this.chkFrom = ((System.Windows.Controls.CheckBox)(this.FindName("chkFrom"))); this.chkTo = ((System.Windows.Controls.CheckBox)(this.FindName("chkTo"))); this.dtpFrom = ((ISEstimate.ISEDatePicker)(this.FindName("dtpFrom"))); this.dtpTo = ((ISEstimate.ISEDatePicker)(this.FindName("dtpTo"))); this.btnSearch = ((System.Windows.Controls.Button)(this.FindName("btnSearch"))); 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.imgFvt = ((System.Windows.Controls.Image)(this.FindName("imgFvt"))); }
public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/ISEstimate;component/Pages/UIRequisition.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.label11 = ((System.Windows.Controls.Label)(this.FindName("label11"))); this.label1 = ((System.Windows.Controls.Label)(this.FindName("label1"))); this.label2 = ((System.Windows.Controls.Label)(this.FindName("label2"))); this.label20 = ((System.Windows.Controls.Label)(this.FindName("label20"))); this.label3 = ((System.Windows.Controls.Label)(this.FindName("label3"))); this.label10 = ((System.Windows.Controls.Label)(this.FindName("label10"))); this.txtReqNo = ((System.Windows.Controls.TextBox)(this.FindName("txtReqNo"))); this.dtpCreateDate = ((ISEstimate.ISEDatePicker)(this.FindName("dtpCreateDate"))); this.btnLookup = ((System.Windows.Controls.Button)(this.FindName("btnLookup"))); this.txtCustomer = ((System.Windows.Controls.TextBox)(this.FindName("txtCustomer"))); this.txtTitle = ((System.Windows.Controls.TextBox)(this.FindName("txtTitle"))); this.txtEstNo = ((System.Windows.Controls.TextBox)(this.FindName("txtEstNo"))); this.chkIssueDate = ((System.Windows.Controls.CheckBox)(this.FindName("chkIssueDate"))); this.btnLookupEst = ((System.Windows.Controls.Button)(this.FindName("btnLookupEst"))); this.dgRequisition = ((ISEstimate.ISDataGrid)(this.FindName("dgRequisition"))); 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.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"))); }
public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/ISEstimate;component/Pages/UIClearLog.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.tbLog = ((System.Windows.Controls.TabControl)(this.FindName("tbLog"))); this.tbSysLog = ((System.Windows.Controls.TabItem)(this.FindName("tbSysLog"))); this.dgLog = ((ISEstimate.ISDataGrid)(this.FindName("dgLog"))); this.dpLog = ((System.Windows.Controls.DataPager)(this.FindName("dpLog"))); this.txtContent = ((System.Windows.Controls.RichTextBox)(this.FindName("txtContent"))); this.tbDBLog = ((System.Windows.Controls.TabItem)(this.FindName("tbDBLog"))); this.dgDBLog = ((ISEstimate.ISDataGrid)(this.FindName("dgDBLog"))); this.dpDBLog = ((System.Windows.Controls.DataPager)(this.FindName("dpDBLog"))); this.tbAttchFile = ((System.Windows.Controls.TabItem)(this.FindName("tbAttchFile"))); this.dgAttchFile = ((ISEstimate.ISDataGrid)(this.FindName("dgAttchFile"))); this.dpAttchLog = ((System.Windows.Controls.DataPager)(this.FindName("dpAttchLog"))); this.lblName = ((System.Windows.Controls.Label)(this.FindName("lblName"))); this.lblCDate = ((System.Windows.Controls.Label)(this.FindName("lblCDate"))); this.lblExt = ((System.Windows.Controls.Label)(this.FindName("lblExt"))); this.lblFullName = ((System.Windows.Controls.Label)(this.FindName("lblFullName"))); this.lblLADate = ((System.Windows.Controls.Label)(this.FindName("lblLADate"))); this.lblLWDate = ((System.Windows.Controls.Label)(this.FindName("lblLWDate"))); this.lblSize = ((System.Windows.Controls.Label)(this.FindName("lblSize"))); this.lbl1 = ((System.Windows.Controls.Label)(this.FindName("lbl1"))); this.lbl2 = ((System.Windows.Controls.Label)(this.FindName("lbl2"))); this.lbl3 = ((System.Windows.Controls.Label)(this.FindName("lbl3"))); this.lbl4 = ((System.Windows.Controls.Label)(this.FindName("lbl4"))); this.lbl5 = ((System.Windows.Controls.Label)(this.FindName("lbl5"))); this.lbl6 = ((System.Windows.Controls.Label)(this.FindName("lbl6"))); this.lblCDate2 = ((System.Windows.Controls.Label)(this.FindName("lblCDate2"))); this.lblExt3 = ((System.Windows.Controls.Label)(this.FindName("lblExt3"))); this.lblFullName4 = ((System.Windows.Controls.Label)(this.FindName("lblFullName4"))); this.lblLADate5 = ((System.Windows.Controls.Label)(this.FindName("lblLADate5"))); this.lblLWDate6 = ((System.Windows.Controls.Label)(this.FindName("lblLWDate6"))); this.lblSize7 = ((System.Windows.Controls.Label)(this.FindName("lblSize7"))); this.imgPreview = ((System.Windows.Controls.Image)(this.FindName("imgPreview"))); this.label1 = ((System.Windows.Controls.Label)(this.FindName("label1"))); this.label2 = ((System.Windows.Controls.Label)(this.FindName("label2"))); this.btnDelete = ((System.Windows.Controls.Button)(this.FindName("btnDelete"))); this.btnClose = ((System.Windows.Controls.Button)(this.FindName("btnClose"))); this.imgFvt = ((System.Windows.Controls.Image)(this.FindName("imgFvt"))); }
public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/ISEstimate;component/Pages/UIRequisitionDisplay.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.label11 = ((System.Windows.Controls.Label)(this.FindName("label11"))); this.label1 = ((System.Windows.Controls.Label)(this.FindName("label1"))); this.label2 = ((System.Windows.Controls.Label)(this.FindName("label2"))); this.label20 = ((System.Windows.Controls.Label)(this.FindName("label20"))); this.label3 = ((System.Windows.Controls.Label)(this.FindName("label3"))); this.label10 = ((System.Windows.Controls.Label)(this.FindName("label10"))); this.txtReqNo = ((System.Windows.Controls.TextBox)(this.FindName("txtReqNo"))); this.txtDate = ((System.Windows.Controls.TextBox)(this.FindName("txtDate"))); this.txtCustomer = ((System.Windows.Controls.TextBox)(this.FindName("txtCustomer"))); this.txtTitle = ((System.Windows.Controls.TextBox)(this.FindName("txtTitle"))); this.txtEstNo = ((System.Windows.Controls.TextBox)(this.FindName("txtEstNo"))); this.chkIssueDate = ((System.Windows.Controls.CheckBox)(this.FindName("chkIssueDate"))); this.dgRequisition = ((ISEstimate.ISDataGrid)(this.FindName("dgRequisition"))); 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.txtMemo1 = ((System.Windows.Controls.TextBox)(this.FindName("txtMemo1"))); this.btnClose = ((System.Windows.Controls.Button)(this.FindName("btnClose"))); this.btnExcel = ((System.Windows.Controls.Button)(this.FindName("btnExcel"))); }
public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/ISEstimate;component/Pages/UIEstimateDisplay.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.mnuNew = ((System.Windows.Controls.MenuItem)(this.FindName("mnuNew"))); this.iconCopy = ((System.Windows.Controls.Image)(this.FindName("iconCopy"))); 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.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.txtDate = ((System.Windows.Controls.TextBox)(this.FindName("txtDate"))); this.txtExpiry = ((System.Windows.Controls.TextBox)(this.FindName("txtExpiry"))); this.txtCondition = ((System.Windows.Controls.TextBox)(this.FindName("txtCondition"))); this.dgGrid = ((System.Windows.Controls.Grid)(this.FindName("dgGrid"))); this.dgEstimate = ((ISEstimate.ISDataGrid)(this.FindName("dgEstimate"))); 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.txtMemo1 = ((System.Windows.Controls.TextBox)(this.FindName("txtMemo1"))); this.btnClose = ((System.Windows.Controls.Button)(this.FindName("btnClose"))); this.btnPrint = ((System.Windows.Controls.Button)(this.FindName("btnPrint"))); }
public void InitializeComponent() { if (_contentLoaded) { return; } _contentLoaded = true; System.Windows.Application.LoadComponent(this, new System.Uri("/ISEstimate;component/Pages/Estimate.xaml", System.UriKind.Relative)); this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot"))); 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.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.txtCode = ((System.Windows.Controls.TextBox)(this.FindName("txtCode"))); this.txtName = ((System.Windows.Controls.TextBox)(this.FindName("txtName"))); this.dtpCreateDate = ((System.Windows.Controls.DatePicker)(this.FindName("dtpCreateDate"))); this.cboExpDate = ((System.Windows.Controls.ComboBox)(this.FindName("cboExpDate"))); this.cboPayCond = ((System.Windows.Controls.ComboBox)(this.FindName("cboPayCond"))); this.dgEstimate = ((ISEstimate.ISDataGrid)(this.FindName("dgEstimate"))); this.txtSubTotal = ((System.Windows.Controls.TextBox)(this.FindName("txtSubTotal"))); this.txtTax = ((System.Windows.Controls.TextBlock)(this.FindName("txtTax"))); this.txtGTotal = ((System.Windows.Controls.TextBlock)(this.FindName("txtGTotal"))); this.label01 = ((System.Windows.Controls.Label)(this.FindName("label01"))); this.label02 = ((System.Windows.Controls.Label)(this.FindName("label02"))); this.label03 = ((System.Windows.Controls.Label)(this.FindName("label03"))); this.label04 = ((System.Windows.Controls.Label)(this.FindName("label04"))); this.txtMemo1 = ((System.Windows.Controls.TextBox)(this.FindName("txtMemo1"))); this.txtMemo2 = ((System.Windows.Controls.TextBox)(this.FindName("txtMemo2"))); this.txtMemo3 = ((System.Windows.Controls.TextBox)(this.FindName("txtMemo3"))); this.txtMemo4 = ((System.Windows.Controls.TextBox)(this.FindName("txtMemo4"))); this.btnClose = ((System.Windows.Controls.Button)(this.FindName("btnClose"))); this.btnClear = ((System.Windows.Controls.Button)(this.FindName("btnClear"))); this.btnExcel = ((System.Windows.Controls.Button)(this.FindName("btnExcel"))); this.btnUpdate = ((System.Windows.Controls.Button)(this.FindName("btnUpdate"))); this.btnAdd = ((System.Windows.Controls.Button)(this.FindName("btnAdd"))); }