Esempio n. 1
0
        public PullModelPanel()
        {
            InitializeComponent();
            sharpQueryTree                   = new SharpQueryTree();
            sharpQueryTree.Dock              = DockStyle.Fill;
            this.sharpQueryTree.AfterSelect += SharpQueryTreeAfterSelect;
            this.label2.Controls.Add(this.sharpQueryTree);

            base.EnableFinish         = false;
            base.EnableNext           = false;
            base.EnableCancel         = true;
            this.firstDrag            = true;
            base.IsLastPanel          = false;
            commandType               = CommandType.Text;
            this.txtSqlString.Enabled = false;
            Localize();
        }
Esempio n. 2
0
 void CreateDefaultSharpQuery()
 {
     sharpQueryTree = new SharpQueryTree();
 }