public SearchFormDriver(WindowControl window) { Window = window; SearchButton = new FormsButton(Window.Dynamic().SearchButton); ClearButton = new FormsButton(Window.Dynamic().ClearButton); KeywordText = new FormsTextBox(Window.Dynamic().KeywordText); ExtensionText = new FormsTextBox(Window.Dynamic().ExtensionText); UpdateDate1 = new FwC1DateEdit(Window.Dynamic().UpdateDate1); UpdateDate2 = new FwC1DateEdit(Window.Dynamic().UpdateDate2); ShowPreviewButton = new FormsButton(Window.Dynamic().ShowPreviewButton); TargetIndexGrid = new FwFlexGridEx(Window.Dynamic().TargetIndexGrid); ReslutGrid = new FwFlexGridEx(Window.Dynamic().ReslutGrid); }
public IndexBuildFormDriver(WindowControl window, Async async) { Window = window; Async = async; TargetDirText = new FormsTextBox(Window.Dynamic().TargetDirText); ReferenceButton = new FormsButton(Window.Dynamic().ReferenceButton); UpdateIndexButton = new FormsButton(Window.Dynamic().UpdateIndexButton); AddOuterIndexButton = new FormsButton(Window.Dynamic().AddOuterIndexButton); StopButton = new FormsButton(Window.Dynamic().StopButton); ProgressBar = new FormsProgressBar(Window.Dynamic().ProgressBar); ActiveIndexGrid = new FwFlexGridEx(Window.Dynamic().ActiveIndexGrid); IndexHistoryGrid = new FwFlexGridEx(Window.Dynamic().IndexHistoryGrid); }
public OuterIndexFormDriver(WindowControl window, Async async) { Window = window; Async = async; OuterStorePathText = new FormsTextBox(Window.Dynamic().OuterStorePathText); OuterTargetPathText = new FormsTextBox(Window.Dynamic().OuterTargetPathText); LocalPathText = new FormsTextBox(Window.Dynamic().LocalPathText); ReferenceButton = new FormsButton(Window.Dynamic().ReferenceButton); OKButton = new FormsButton(Window.Dynamic().OKButton); CancelButton = new FormsButton(Window.Dynamic().CancelButton1); ActiveIndexGrid = new FwFlexGridEx(Window.Dynamic().ActiveIndexGrid); }