Exemplo n.º 1
0
 protected override void OnHandleCreated(EventArgs e)
 {
     base.OnHandleCreated(e);
     m_invoker = new ControlInvoker(this);
     if (m_changedConnection)
     {
         RefreshTables();
     }
 }
Exemplo n.º 2
0
 public DATreeView()
 {
     m_invoker = new ControlInvoker(this);
     InitializeComponent();
     m_imgCache = new ImageCache(imageList1, Color.White);
     //m_manager = new ResourceManager("StdIcons", typeof(DATreeView).Assembly);
     SetTreeBehaviour();
     HObjectClipboard.Changed += HObjectClipboard_Changed;
     this.Disposed            += new EventHandler(DATreeView_Disposed);
     HConnection.RemoveByKey  += HConnection_RemoveByKey;
     OnlineHelpManager.RegisterHelpButton(btnOnlineHelp, "contree", true);
 }
Exemplo n.º 3
0
 public ContentFrame()
 {
     Usage              = new UsageBuilder(UsageEventName);
     PersistString      = Guid.NewGuid().ToString();
     m_invoker          = new ControlInvoker(this);
     m_readDetailFrames = new ReadOnlyCollection <ContentFrame>(m_detailFrames);
     ConnPack           = new ConnectionPack(this);
     Disposed          += ContentFrame_Disposed;
     InitializeComponent();
     HConnection.RemoveByKey += HConnection_RemoveByKey;
     HUsage.ClosingApp       += HUsage_ClosingApp;
 }
Exemplo n.º 4
0
 public ColumnMapFrame_FixedTarget()
 {
     InitializeComponent();
     m_invoker = new ControlInvoker(this);
 }