Exemple #1
0
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ISEstimate;component/Windows/CWAddrLookup.xaml", System.UriKind.Relative));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.lblKana = ((System.Windows.Controls.Label)(this.FindName("lblKana")));
     this.lblName = ((System.Windows.Controls.Label)(this.FindName("lblName")));
     this.txtName = ((System.Windows.Controls.TextBox)(this.FindName("txtName")));
     this.txtKana = ((System.Windows.Controls.TextBox)(this.FindName("txtKana")));
     this.btnSearch = ((System.Windows.Controls.Button)(this.FindName("btnSearch")));
     this.dgLookup = ((ISEstimate.ISLUDataGrid)(this.FindName("dgLookup")));
     this.CancelButton = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.OKButton = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
 }
 public void InitializeComponent() {
     if (_contentLoaded) {
         return;
     }
     _contentLoaded = true;
     System.Windows.Application.LoadComponent(this, new System.Uri("/ISEstimate;component/Windows/CWEstimateLookup.xaml", System.UriKind.Relative));
     this.childWindow = ((System.Windows.Controls.ChildWindow)(this.FindName("childWindow")));
     this.sbELPopup = ((System.Windows.Media.Animation.Storyboard)(this.FindName("sbELPopup")));
     this.LayoutRoot = ((System.Windows.Controls.Grid)(this.FindName("LayoutRoot")));
     this.lblEstNo = ((System.Windows.Controls.Label)(this.FindName("lblEstNo")));
     this.lblTitle = ((System.Windows.Controls.Label)(this.FindName("lblTitle")));
     this.lblCustomer = ((System.Windows.Controls.Label)(this.FindName("lblCustomer")));
     this.txtEstNo = ((System.Windows.Controls.TextBox)(this.FindName("txtEstNo")));
     this.txtTitle = ((System.Windows.Controls.TextBox)(this.FindName("txtTitle")));
     this.txtCustomer = ((System.Windows.Controls.TextBox)(this.FindName("txtCustomer")));
     this.btnSearch = ((System.Windows.Controls.Button)(this.FindName("btnSearch")));
     this.dgLookup = ((ISEstimate.ISLUDataGrid)(this.FindName("dgLookup")));
     this.CancelButton = ((System.Windows.Controls.Button)(this.FindName("CancelButton")));
     this.OKButton = ((System.Windows.Controls.Button)(this.FindName("OKButton")));
 }