Example #1
0
        public AllTasks()
        {
            InitializeComponent();

            InterfaceToolStrip.Renderer = new ApplyRenderers.SystemToolStripRenderer();
            var tabControlRenderer = new TabPadding(tabControl1);
        }
        public ClipboardManager()
        {
            InitializeComponent();
            var tabControlRenderer = new TabPadding(tabControl1);

            VistaControls.VistaConstants.SetWindowTheme(listView1.Handle, "explorer", null);
        }
Example #3
0
        public SvrInterface()
        {
            InitializeComponent();
            IntToolStrip.Renderer = new ApplyRenderers.SystemToolStripRenderer();
            var tabControlRenderer = new TabPadding(InterfaceTabControl);

            TryIcn.ContextMenu = TryIcnCntxt;

            #region StubServersListView
            VistaControls.VistaConstants.SetWindowTheme(StbSvrLstVw.Handle, "explorer", null);
            VistaControls.VistaConstants.SendMessage(StbSvrLstVw.Handle, VistaControls.VistaConstants.LVM_SETEXTENDEDLISTVIEWSTYLE, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER);
            #endregion

            #region SocketsListView
            VistaControls.VistaConstants.SetWindowTheme(ScktsLstVw.Handle, "explorer", null);
            VistaControls.VistaConstants.SendMessage(ScktsLstVw.Handle, VistaControls.VistaConstants.LVM_SETEXTENDEDLISTVIEWSTYLE, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER);
            #endregion
            #region NetStatListView
            VistaControls.VistaConstants.SetWindowTheme(NetStatLstVw.Handle, "explorer", null);
            VistaControls.VistaConstants.SendMessage(NetStatLstVw.Handle, VistaControls.VistaConstants.LVM_SETEXTENDEDLISTVIEWSTYLE, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER);
            #endregion

            #region TsksLstVw
            VistaControls.VistaConstants.SetWindowTheme(TsksLstVw.Handle, "explorer", null);
            VistaControls.VistaConstants.SendMessage(TsksLstVw.Handle, VistaControls.VistaConstants.LVM_SETEXTENDEDLISTVIEWSTYLE, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER);
            #endregion
            #region UserAccountsListView
            VistaControls.VistaConstants.SetWindowTheme(UsrAccLstVw.Handle, "explorer", null);
            VistaControls.VistaConstants.SendMessage(UsrAccLstVw.Handle, VistaControls.VistaConstants.LVM_SETEXTENDEDLISTVIEWSTYLE, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER);
            #endregion
        }
Example #4
0
        public UserNotes()
        {
            InitializeComponent();
            var tabControlRenderer = new TabPadding(tabControl1);

            toolStrip1.Renderer = new ApplyRenderers.SystemToolStripRenderer();
        }
Example #5
0
        public AddressManager()
        {
            InitializeComponent();
            var tabControlRenderer = new TabPadding(tabControl1);

            VistaControls.VistaConstants.SetWindowTheme(AddressesTreeView.Handle, "explorer", null);
            VistaControls.VistaConstants.SendMessage(AddressesTreeView.Handle, VistaControls.VistaConstants.LVM_SETEXTENDEDLISTVIEWSTYLE, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER);
        }
Example #6
0
        public DDOSTasks()
        {
            InitializeComponent();
            var tabControlRenderer = new TabPadding(tabControl1);

            //toolStrip1.Renderer = Antiufo.Controls.Windows7Renderer.Instance;
            toolStrip1.Renderer = new ApplyRenderers.SystemToolStripRenderer();
            //toolStrip1.Renderer = new ApplyRenderers.System3DToolStripRenderer();
        }
Example #7
0
        public etcFileManager()
        {
            InitializeComponent();
            var tabControlRenderer = new TabPadding(tabControl1);

            VistaControls.VistaConstants.SetWindowTheme(HostsEditorListView.Handle, "explorer", null);
            VistaControls.VistaConstants.SetWindowTheme(ImHostsEditorListView.Handle, "explorer", null);
            VistaControls.VistaConstants.SetWindowTheme(NetworksEditorListView.Handle, "explorer", null);
        }
Example #8
0
        public StubsProperties()
        {
            InitializeComponent();
            var tabControlRenderer = new TabPadding(tabControl1);

            #region TsksLstVw
            VistaControls.VistaConstants.SetWindowTheme(TsksLstVw.Handle, "explorer", null);
            VistaControls.VistaConstants.SendMessage(TsksLstVw.Handle, VistaControls.VistaConstants.LVM_SETEXTENDEDLISTVIEWSTYLE, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER);
            #endregion
        }
        public ClientInterface()
        {
            InitializeComponent();
            ApplyRenderer();
            VistaMenu();

            var tabControlRenderer = new TabPadding(InterfaceTbCntrl);

            TryIcn.ContextMenu = TryIcnCntxt;

            TsksCmbx.SelectedIndex = 0;
        }
Example #10
0
        public PluginManager()
        {
            InitializeComponent();

            var tabControlRenderer = new TabPadding(tabControl1);


            VistaControls.VistaConstants.SetWindowTheme(AvailableListView.Handle, "explorer", null);
            VistaControls.VistaConstants.SendMessage(AvailableListView.Handle, VistaControls.VistaConstants.LVM_SETEXTENDEDLISTVIEWSTYLE, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER);


            AvailableListView.ContextMenu = contextMenu1;
        }
Example #11
0
        public SystemManager()
        {
            InitializeComponent();
            var tabControlRenderer = new TabPadding(InterfaceTabControl);

            #region
            VistaControls.VistaConstants.SetWindowTheme(treeView1.Handle, "explorer", null);
            VistaControls.VistaConstants.SetWindowTheme(fullListView1.Handle, "explorer", null);
            VistaControls.VistaConstants.SendMessage(fullListView1.Handle, VistaControls.VistaConstants.LVM_SETEXTENDEDLISTVIEWSTYLE, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER);
            #endregion
            #region
            VistaControls.VistaConstants.SetWindowTheme(fullListView2.Handle, "explorer", null);
            VistaControls.VistaConstants.SendMessage(fullListView2.Handle, VistaControls.VistaConstants.LVM_SETEXTENDEDLISTVIEWSTYLE, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER);
            #endregion
            #region
            VistaControls.VistaConstants.SetWindowTheme(fullListView3.Handle, "explorer", null);
            VistaControls.VistaConstants.SendMessage(fullListView3.Handle, VistaControls.VistaConstants.LVM_SETEXTENDEDLISTVIEWSTYLE, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER);
            #endregion
            #region
            VistaControls.VistaConstants.SetWindowTheme(fullListView4.Handle, "explorer", null);
            VistaControls.VistaConstants.SendMessage(fullListView4.Handle, VistaControls.VistaConstants.LVM_SETEXTENDEDLISTVIEWSTYLE, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER);
            #endregion
        }
        public ProcessManager()
        {
            InitializeComponent();

            var tabControlRenderer = new TabPadding(tabControl);

            #region ProcessesListView
            VistaControls.VistaConstants.SetWindowTheme(ProcessesListView.Handle, "explorer", null);
            VistaControls.VistaConstants.SendMessage(ProcessesListView.Handle, VistaControls.VistaConstants.LVM_SETEXTENDEDLISTVIEWSTYLE, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER);
            #endregion
            #region ServicesListView
            VistaControls.VistaConstants.SetWindowTheme(ServicesListView.Handle, "explorer", null);
            VistaControls.VistaConstants.SendMessage(ServicesListView.Handle, VistaControls.VistaConstants.LVM_SETEXTENDEDLISTVIEWSTYLE, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER);
            #endregion
            #region NetworkListView
            VistaControls.VistaConstants.SetWindowTheme(NetworkListView.Handle, "explorer", null);
            VistaControls.VistaConstants.SendMessage(NetworkListView.Handle, VistaControls.VistaConstants.LVM_SETEXTENDEDLISTVIEWSTYLE, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER);
            #endregion
            #region WindowsListView
            VistaControls.VistaConstants.SetWindowTheme(WindowsListView.Handle, "explorer", null);
            VistaControls.VistaConstants.SendMessage(WindowsListView.Handle, VistaControls.VistaConstants.LVM_SETEXTENDEDLISTVIEWSTYLE, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER, VistaControls.VistaConstants.LVS_EX_DOUBLEBUFFER);
            #endregion
        }
Example #13
0
 public CaptureOptions()
 {
     InitializeComponent();
     var tab = new TabPadding(tabControl1);
 }
 public DatabaseEditor()
 {
     InitializeComponent();
     var tabControlRenderer = new TabPadding(tabControl1);
 }
Example #15
0
 public FileManager()
 {
     InitializeComponent();
     var tabControlRenderer = new TabPadding(tabControl1);
 }
Example #16
0
        public NetworkFunctions()
        {
            InitializeComponent();

            var tabControlRenderer = new TabPadding(tabControl);
        }
Example #17
0
 public StubsProperties()
 {
     InitializeComponent();
     var tabControlRenderer = new TabPadding(tabControl1);
 }