Commit 0668c4d

mokhan <mokhan@ce5e1baf-6525-42e4-a1b2-857ea38da20a>
2009-02-25 04:19:19
updated the xp explorer bar to display the classic theme to render properly on windows 7 beta.
git-svn-id: https://svn.xp-dev.com/svn/mokhan-mo.money@5 ce5e1baf-6525-42e4-a1b2-857ea38da20a
1 parent 5df53a2
Changed files (3)
trunk
src
MyMoney
trunk/src/MyMoney/Presentation/Presenters/Navigation/action_tasks_presenter.cs
@@ -9,7 +9,7 @@ namespace MyMoney.Presentation.Presenters.Navigation
 
     public class action_tasks_presenter : IActionTasksPresenter
     {
-        readonly IActionsTaskView view;
+        private readonly IActionsTaskView view;
 
         public action_tasks_presenter(IActionsTaskView view)
         {
trunk/src/MyMoney/Presentation/Views/Navigation/actions_task_list.cs
@@ -37,7 +37,9 @@ namespace MyMoney.Presentation.Views.Navigation
         {
             TabText = "Action Items";
             Icon = ApplicationIcons.FileExplorer;
-            ux_system_task_pane.UseCustomTheme(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "itunes.dat"));
+            ux_system_task_pane.UseClassicTheme();
+            ux_system_task_pane.Expandos.Add
+            //ux_system_task_pane.UseCustomTheme(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "itunes.dat"));
         }
 
         public void display()
trunk/src/MyMoney/Presentation/Views/Navigation/actions_task_list.Designer.cs
@@ -61,8 +61,9 @@
             this.ux_billing_pane,
             this.ux_reporing_pane});
             this.ux_system_task_pane.Location = new System.Drawing.Point(0, 0);
+            this.ux_system_task_pane.Margin = new System.Windows.Forms.Padding(4);
             this.ux_system_task_pane.Name = "ux_system_task_pane";
-            this.ux_system_task_pane.Size = new System.Drawing.Size(237, 743);
+            this.ux_system_task_pane.Size = new System.Drawing.Size(316, 914);
             this.ux_system_task_pane.TabIndex = 2;
             this.ux_system_task_pane.Text = "taskPane1";
             // 
@@ -70,14 +71,16 @@
             // 
             this.ux_company_pane.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                         | System.Windows.Forms.AnchorStyles.Right)));
+            this.ux_company_pane.Animate = true;
             this.ux_company_pane.AutoLayout = true;
-            this.ux_company_pane.ExpandedHeight = 62;
+            this.ux_company_pane.ExpandedHeight = 63;
             this.ux_company_pane.Font = new System.Drawing.Font("Tahoma", 8.25F);
             this.ux_company_pane.Items.AddRange(new System.Windows.Forms.Control[] {
             this.ux_add_company});
             this.ux_company_pane.Location = new System.Drawing.Point(12, 12);
+            this.ux_company_pane.Margin = new System.Windows.Forms.Padding(4);
             this.ux_company_pane.Name = "ux_company_pane";
-            this.ux_company_pane.Size = new System.Drawing.Size(213, 62);
+            this.ux_company_pane.Size = new System.Drawing.Size(292, 63);
             this.ux_company_pane.SpecialGroup = true;
             this.ux_company_pane.TabIndex = 5;
             this.ux_company_pane.Text = "Company";
@@ -88,9 +91,9 @@
                         | System.Windows.Forms.AnchorStyles.Right)));
             this.ux_add_company.BackColor = System.Drawing.Color.Transparent;
             this.ux_add_company.Image = null;
-            this.ux_add_company.Location = new System.Drawing.Point(12, 35);
+            this.ux_add_company.Location = new System.Drawing.Point(12, 33);
             this.ux_add_company.Name = "ux_add_company";
-            this.ux_add_company.Size = new System.Drawing.Size(187, 16);
+            this.ux_add_company.Size = new System.Drawing.Size(266, 19);
             this.ux_add_company.TabIndex = 0;
             this.ux_add_company.Text = "Add Company";
             this.ux_add_company.TextAlign = System.Drawing.ContentAlignment.TopLeft;
@@ -100,15 +103,17 @@
             // 
             this.ux_income_pane.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                         | System.Windows.Forms.AnchorStyles.Right)));
+            this.ux_income_pane.Animate = true;
             this.ux_income_pane.AutoLayout = true;
-            this.ux_income_pane.ExpandedHeight = 82;
+            this.ux_income_pane.ExpandedHeight = 86;
             this.ux_income_pane.Font = new System.Drawing.Font("Tahoma", 8.25F);
             this.ux_income_pane.Items.AddRange(new System.Windows.Forms.Control[] {
             this.ux_add_new_income,
             this.ux_view_all_income});
-            this.ux_income_pane.Location = new System.Drawing.Point(12, 86);
+            this.ux_income_pane.Location = new System.Drawing.Point(12, 87);
+            this.ux_income_pane.Margin = new System.Windows.Forms.Padding(4);
             this.ux_income_pane.Name = "ux_income_pane";
-            this.ux_income_pane.Size = new System.Drawing.Size(213, 82);
+            this.ux_income_pane.Size = new System.Drawing.Size(292, 86);
             this.ux_income_pane.SpecialGroup = true;
             this.ux_income_pane.TabIndex = 4;
             this.ux_income_pane.Text = "Income";
@@ -119,9 +124,9 @@
                         | System.Windows.Forms.AnchorStyles.Right)));
             this.ux_add_new_income.BackColor = System.Drawing.Color.Transparent;
             this.ux_add_new_income.Image = null;
-            this.ux_add_new_income.Location = new System.Drawing.Point(12, 35);
+            this.ux_add_new_income.Location = new System.Drawing.Point(12, 33);
             this.ux_add_new_income.Name = "ux_add_new_income";
-            this.ux_add_new_income.Size = new System.Drawing.Size(187, 16);
+            this.ux_add_new_income.Size = new System.Drawing.Size(266, 19);
             this.ux_add_new_income.TabIndex = 2;
             this.ux_add_new_income.Text = "Add Income";
             this.ux_add_new_income.TextAlign = System.Drawing.ContentAlignment.TopLeft;
@@ -133,9 +138,9 @@
                         | System.Windows.Forms.AnchorStyles.Right)));
             this.ux_view_all_income.BackColor = System.Drawing.Color.Transparent;
             this.ux_view_all_income.Image = null;
-            this.ux_view_all_income.Location = new System.Drawing.Point(12, 55);
+            this.ux_view_all_income.Location = new System.Drawing.Point(12, 56);
             this.ux_view_all_income.Name = "ux_view_all_income";
-            this.ux_view_all_income.Size = new System.Drawing.Size(187, 16);
+            this.ux_view_all_income.Size = new System.Drawing.Size(266, 19);
             this.ux_view_all_income.TabIndex = 3;
             this.ux_view_all_income.Text = "View All Income";
             this.ux_view_all_income.TextAlign = System.Drawing.ContentAlignment.TopLeft;
@@ -145,15 +150,17 @@
             // 
             this.ux_billing_pane.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                         | System.Windows.Forms.AnchorStyles.Right)));
+            this.ux_billing_pane.Animate = true;
             this.ux_billing_pane.AutoLayout = true;
-            this.ux_billing_pane.ExpandedHeight = 82;
+            this.ux_billing_pane.ExpandedHeight = 86;
             this.ux_billing_pane.Font = new System.Drawing.Font("Tahoma", 8.25F);
             this.ux_billing_pane.Items.AddRange(new System.Windows.Forms.Control[] {
             this.ux_add_bill_payment,
             this.ux_view_all_bill_payments});
-            this.ux_billing_pane.Location = new System.Drawing.Point(12, 180);
+            this.ux_billing_pane.Location = new System.Drawing.Point(12, 185);
+            this.ux_billing_pane.Margin = new System.Windows.Forms.Padding(4);
             this.ux_billing_pane.Name = "ux_billing_pane";
-            this.ux_billing_pane.Size = new System.Drawing.Size(213, 82);
+            this.ux_billing_pane.Size = new System.Drawing.Size(292, 86);
             this.ux_billing_pane.SpecialGroup = true;
             this.ux_billing_pane.TabIndex = 0;
             this.ux_billing_pane.Text = "Bills";
@@ -164,9 +171,9 @@
                         | System.Windows.Forms.AnchorStyles.Right)));
             this.ux_add_bill_payment.BackColor = System.Drawing.Color.Transparent;
             this.ux_add_bill_payment.Image = null;
-            this.ux_add_bill_payment.Location = new System.Drawing.Point(12, 35);
+            this.ux_add_bill_payment.Location = new System.Drawing.Point(12, 33);
             this.ux_add_bill_payment.Name = "ux_add_bill_payment";
-            this.ux_add_bill_payment.Size = new System.Drawing.Size(187, 16);
+            this.ux_add_bill_payment.Size = new System.Drawing.Size(266, 19);
             this.ux_add_bill_payment.TabIndex = 1;
             this.ux_add_bill_payment.Text = "Add Bill Payments";
             this.ux_add_bill_payment.TextAlign = System.Drawing.ContentAlignment.TopLeft;
@@ -178,9 +185,9 @@
                         | System.Windows.Forms.AnchorStyles.Right)));
             this.ux_view_all_bill_payments.BackColor = System.Drawing.Color.Transparent;
             this.ux_view_all_bill_payments.Image = null;
-            this.ux_view_all_bill_payments.Location = new System.Drawing.Point(12, 55);
+            this.ux_view_all_bill_payments.Location = new System.Drawing.Point(12, 56);
             this.ux_view_all_bill_payments.Name = "ux_view_all_bill_payments";
-            this.ux_view_all_bill_payments.Size = new System.Drawing.Size(187, 16);
+            this.ux_view_all_bill_payments.Size = new System.Drawing.Size(266, 19);
             this.ux_view_all_bill_payments.TabIndex = 2;
             this.ux_view_all_bill_payments.Text = "View All Bill Payments";
             this.ux_view_all_bill_payments.TextAlign = System.Drawing.ContentAlignment.TopLeft;
@@ -190,14 +197,16 @@
             // 
             this.ux_reporing_pane.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                         | System.Windows.Forms.AnchorStyles.Right)));
+            this.ux_reporing_pane.Animate = true;
             this.ux_reporing_pane.AutoLayout = true;
-            this.ux_reporing_pane.ExpandedHeight = 62;
+            this.ux_reporing_pane.ExpandedHeight = 63;
             this.ux_reporing_pane.Font = new System.Drawing.Font("Tahoma", 8.25F);
             this.ux_reporing_pane.Items.AddRange(new System.Windows.Forms.Control[] {
             this.ux_view_all_bill_payments_report});
-            this.ux_reporing_pane.Location = new System.Drawing.Point(12, 274);
+            this.ux_reporing_pane.Location = new System.Drawing.Point(12, 283);
+            this.ux_reporing_pane.Margin = new System.Windows.Forms.Padding(4);
             this.ux_reporing_pane.Name = "ux_reporing_pane";
-            this.ux_reporing_pane.Size = new System.Drawing.Size(213, 62);
+            this.ux_reporing_pane.Size = new System.Drawing.Size(292, 63);
             this.ux_reporing_pane.SpecialGroup = true;
             this.ux_reporing_pane.TabIndex = 3;
             this.ux_reporing_pane.Text = "Reports";
@@ -208,9 +217,9 @@
                         | System.Windows.Forms.AnchorStyles.Right)));
             this.ux_view_all_bill_payments_report.BackColor = System.Drawing.Color.Transparent;
             this.ux_view_all_bill_payments_report.Image = null;
-            this.ux_view_all_bill_payments_report.Location = new System.Drawing.Point(12, 35);
+            this.ux_view_all_bill_payments_report.Location = new System.Drawing.Point(12, 33);
             this.ux_view_all_bill_payments_report.Name = "ux_view_all_bill_payments_report";
-            this.ux_view_all_bill_payments_report.Size = new System.Drawing.Size(187, 16);
+            this.ux_view_all_bill_payments_report.Size = new System.Drawing.Size(266, 19);
             this.ux_view_all_bill_payments_report.TabIndex = 2;
             this.ux_view_all_bill_payments_report.Text = "View All Bill Payments";
             this.ux_view_all_bill_payments_report.TextAlign = System.Drawing.ContentAlignment.TopLeft;
@@ -218,10 +227,11 @@
             // 
             // actions_task_list
             // 
-            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
-            this.ClientSize = new System.Drawing.Size(237, 743);
+            this.ClientSize = new System.Drawing.Size(316, 914);
             this.Controls.Add(this.ux_system_task_pane);
+            this.Margin = new System.Windows.Forms.Padding(4);
             this.Name = "actions_task_list";
             this.TabText = "actions_task_list";
             this.Text = "actions_task_list";