Skip to content
Snippets Groups Projects
Commit 0ee4c395 authored by Reeves, David E's avatar Reeves, David E
Browse files

* light theme stuff

parent bfc1cefa
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -55,8 +55,6 @@
this.preventMultOpenCBX = new DevExpress.XtraBars.BarCheckItem();
this.barButtonItem5 = new DevExpress.XtraBars.BarButtonItem();
this.barSubItem3 = new DevExpress.XtraBars.BarSubItem();
this.lightThemeBI = new DevExpress.XtraBars.BarButtonItem();
this.darkThemeBI = new DevExpress.XtraBars.BarButtonItem();
this.lightThemeBCI = new DevExpress.XtraBars.BarCheckItem();
this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
this.findOnPageBI = new DevExpress.XtraBars.BarButtonItem();
......@@ -74,14 +72,14 @@
this.dockManager1 = new DevExpress.XtraBars.Docking.DockManager(this.components);
this.hideContainerLeft = new DevExpress.XtraBars.Docking.AutoHideContainer();
this.panelContainer3 = new DevExpress.XtraBars.Docking.DockPanel();
this.dockPanel12 = new DevExpress.XtraBars.Docking.DockPanel();
this.dockPanel12_Container = new DevExpress.XtraBars.Docking.ControlContainer();
this.dockPanel11 = new DevExpress.XtraBars.Docking.DockPanel();
this.dockPanel11_Container = new DevExpress.XtraBars.Docking.ControlContainer();
this.behaviorBrowserUC1 = new BehaviorBrowserUC.BehaviorBrowserUC();
this.scenarioDockPanel = new DevExpress.XtraBars.Docking.DockPanel();
this.dockPanel10_Container = new DevExpress.XtraBars.Docking.ControlContainer();
this.scenarioTreeListUC1 = new ScenarioTreeList.ScenarioTreeListUC();
this.dockPanel12 = new DevExpress.XtraBars.Docking.DockPanel();
this.dockPanel12_Container = new DevExpress.XtraBars.Docking.ControlContainer();
this.dockPanel5 = new DevExpress.XtraBars.Docking.DockPanel();
this.dockPanel5_Container = new DevExpress.XtraBars.Docking.ControlContainer();
this.dockPanel6 = new DevExpress.XtraBars.Docking.DockPanel();
......@@ -127,6 +125,8 @@
this.barToggleSwitchItem1 = new DevExpress.XtraBars.BarToggleSwitchItem();
this.barCheckItem1 = new DevExpress.XtraBars.BarCheckItem();
this.barCheckItem2 = new DevExpress.XtraBars.BarCheckItem();
this.lightThemeBI = new DevExpress.XtraBars.BarButtonItem();
this.darkThemeBI = new DevExpress.XtraBars.BarButtonItem();
this.tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(this.components);
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
......@@ -136,11 +136,11 @@
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).BeginInit();
this.hideContainerLeft.SuspendLayout();
this.panelContainer3.SuspendLayout();
this.dockPanel12.SuspendLayout();
this.dockPanel11.SuspendLayout();
this.dockPanel11_Container.SuspendLayout();
this.scenarioDockPanel.SuspendLayout();
this.dockPanel10_Container.SuspendLayout();
this.dockPanel12.SuspendLayout();
this.dockPanel5.SuspendLayout();
this.dockPanel6.SuspendLayout();
this.dockPanel7.SuspendLayout();
......@@ -437,16 +437,6 @@
new DevExpress.XtraBars.LinkPersistInfo(this.lightThemeBCI)});
this.barSubItem3.Name = "barSubItem3";
//
// lightThemeBI
//
this.lightThemeBI.Id = 56;
this.lightThemeBI.Name = "lightThemeBI";
//
// darkThemeBI
//
this.darkThemeBI.Id = 57;
this.darkThemeBI.Name = "darkThemeBI";
//
// lightThemeBCI
//
this.lightThemeBCI.Caption = "Use Light Theme";
......@@ -605,7 +595,7 @@
this.panelContainer3.Controls.Add(this.dockPanel12);
this.panelContainer3.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left;
this.panelContainer3.ID = new System.Guid("202e2720-7588-4a34-8253-0724a50ef1d1");
this.panelContainer3.Location = new System.Drawing.Point(-242, 0);
this.panelContainer3.Location = new System.Drawing.Point(19, 22);
this.panelContainer3.Name = "panelContainer3";
this.panelContainer3.OriginalSize = new System.Drawing.Size(242, 200);
this.panelContainer3.SavedDock = DevExpress.XtraBars.Docking.DockingStyle.Left;
......@@ -615,6 +605,24 @@
this.panelContainer3.Text = "panelContainer3";
this.panelContainer3.Visibility = DevExpress.XtraBars.Docking.DockVisibility.AutoHide;
//
// dockPanel12
//
this.dockPanel12.Controls.Add(this.dockPanel12_Container);
this.dockPanel12.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
this.dockPanel12.ID = new System.Guid("25c8e786-76ae-4632-b6e6-6dda7d70dc36");
this.dockPanel12.Location = new System.Drawing.Point(4, 23);
this.dockPanel12.Name = "dockPanel12";
this.dockPanel12.OriginalSize = new System.Drawing.Size(233, 416);
this.dockPanel12.Size = new System.Drawing.Size(233, 416);
this.dockPanel12.Text = "dockPanel12";
//
// dockPanel12_Container
//
this.dockPanel12_Container.Location = new System.Drawing.Point(0, 0);
this.dockPanel12_Container.Name = "dockPanel12_Container";
this.dockPanel12_Container.Size = new System.Drawing.Size(233, 416);
this.dockPanel12_Container.TabIndex = 0;
//
// dockPanel11
//
this.dockPanel11.Controls.Add(this.dockPanel11_Container);
......@@ -669,24 +677,6 @@
this.scenarioTreeListUC1.Size = new System.Drawing.Size(233, 416);
this.scenarioTreeListUC1.TabIndex = 0;
//
// dockPanel12
//
this.dockPanel12.Controls.Add(this.dockPanel12_Container);
this.dockPanel12.Dock = DevExpress.XtraBars.Docking.DockingStyle.Fill;
this.dockPanel12.ID = new System.Guid("25c8e786-76ae-4632-b6e6-6dda7d70dc36");
this.dockPanel12.Location = new System.Drawing.Point(4, 23);
this.dockPanel12.Name = "dockPanel12";
this.dockPanel12.OriginalSize = new System.Drawing.Size(233, 416);
this.dockPanel12.Size = new System.Drawing.Size(233, 416);
this.dockPanel12.Text = "dockPanel12";
//
// dockPanel12_Container
//
this.dockPanel12_Container.Location = new System.Drawing.Point(0, 0);
this.dockPanel12_Container.Name = "dockPanel12_Container";
this.dockPanel12_Container.Size = new System.Drawing.Size(233, 416);
this.dockPanel12_Container.TabIndex = 0;
//
// dockPanel5
//
this.dockPanel5.Controls.Add(this.dockPanel5_Container);
......@@ -1070,6 +1060,16 @@
this.barCheckItem2.Id = 54;
this.barCheckItem2.Name = "barCheckItem2";
//
// lightThemeBI
//
this.lightThemeBI.Id = 56;
this.lightThemeBI.Name = "lightThemeBI";
//
// darkThemeBI
//
this.darkThemeBI.Id = 57;
this.darkThemeBI.Name = "darkThemeBI";
//
// tabbedView1
//
this.tabbedView1.RootContainer.Element = null;
......@@ -1099,11 +1099,11 @@
((System.ComponentModel.ISupportInitialize)(this.dockManager1)).EndInit();
this.hideContainerLeft.ResumeLayout(false);
this.panelContainer3.ResumeLayout(false);
this.dockPanel12.ResumeLayout(false);
this.dockPanel11.ResumeLayout(false);
this.dockPanel11_Container.ResumeLayout(false);
this.scenarioDockPanel.ResumeLayout(false);
this.dockPanel10_Container.ResumeLayout(false);
this.dockPanel12.ResumeLayout(false);
this.dockPanel5.ResumeLayout(false);
this.dockPanel6.ResumeLayout(false);
this.dockPanel7.ResumeLayout(false);
......
......@@ -2,9 +2,6 @@
<project-private xmlns="http://www.netbeans.org/ns/project-private/1">
<editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
<open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
<group name="Group 20180201-03:20:09">
<file>file:/D:/code_base/CSharp/Devexpress/dev/java/BDSCodeCompleteServer/src/bdscodecompleteserver/CTClassLoader.java</file>
<file>file:/D:/code_base/CSharp/Devexpress/dev/java/BDSCodeCompleteServer/src/bdscodecompleteserver/CodeTools.java</file>
</group>
<group name="Group 20180201-03:20:09"/>
</open-files>
</project-private>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment