Changeset 138
- Timestamp:
- 3/8/2008 4:27:48 AM (5 years ago)
- Location:
- branches/eraser6/Eraser
- Files:
-
- 1 added
- 4 edited
-
Eraser.csproj (modified) (1 diff)
-
Properties/Resources.Designer.cs (modified) (1 diff)
-
Properties/Resources.resx (modified) (1 diff)
-
Resources/Information.png (added)
-
TaskPropertiesForm.Designer.cs (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eraser6/Eraser/Eraser.csproj
r128 r138 169 169 <None Include="Resources\ToolbarHelp.png" /> 170 170 <None Include="Resources\BackgroundLogo.png" /> 171 <None Include="Resources\Information.png" /> 171 172 <Content Include="Resources\ToolbarSchedule.png" /> 172 173 <Content Include="Resources\ToolbarSettings.png" /> -
branches/eraser6/Eraser/Properties/Resources.Designer.cs
r121 r138 82 82 } 83 83 84 internal static System.Drawing.Bitmap Information { 85 get { 86 object obj = ResourceManager.GetObject("Information", resourceCulture); 87 return ((System.Drawing.Bitmap)(obj)); 88 } 89 } 90 84 91 internal static System.Drawing.Bitmap ToolbarArrow { 85 92 get { -
branches/eraser6/Eraser/Properties/Resources.resx
r121 r138 128 128 <value>..\Resources\BackgroundLogo.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 129 129 </data> 130 <data name="Information" type="System.Resources.ResXFileRef, System.Windows.Forms"> 131 <value>..\Resources\Information.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> 132 </data> 130 133 <data name="ToolbarArrow" type="System.Resources.ResXFileRef, System.Windows.Forms"> 131 134 <value>..\Resources\ToolbarArrow.png;System.Drawing.Bitmap, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> -
branches/eraser6/Eraser/TaskPropertiesForm.Designer.cs
r133 r138 45 45 this.containerSchedule = new System.Windows.Forms.TabPage(); 46 46 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); 47 this.oneTimePanel = new System.Windows.Forms.Panel();48 this.oneTimeLbl = new System.Windows.Forms.Label();49 this.oneTimeBitmap = new System.Windows.Forms.PictureBox();50 this.scheduleTimePanel = new System.Windows.Forms.Panel();51 this.scheduleTime = new System.Windows.Forms.MaskedTextBox();52 this.scheduleTimeLbl = new System.Windows.Forms.Label();53 47 this.schedulePattern = new System.Windows.Forms.GroupBox(); 54 48 this.scheduleWeeklyFreq = new System.Windows.Forms.NumericUpDown(); … … 83 77 this.scheduleMonthlyByDayEveryLbl = new System.Windows.Forms.Label(); 84 78 this.scheduleMonthlyByDay = new System.Windows.Forms.RadioButton(); 79 this.oneTimePanel = new System.Windows.Forms.Panel(); 80 this.oneTimeLbl = new System.Windows.Forms.Label(); 81 this.oneTimeBitmap = new System.Windows.Forms.PictureBox(); 82 this.scheduleTimePanel = new System.Windows.Forms.Panel(); 83 this.scheduleTime = new System.Windows.Forms.MaskedTextBox(); 84 this.scheduleTimeLbl = new System.Windows.Forms.Label(); 85 85 this.container.SuspendLayout(); 86 86 this.containerTask.SuspendLayout(); 87 87 this.containerSchedule.SuspendLayout(); 88 88 this.tableLayoutPanel1.SuspendLayout(); 89 this.oneTimePanel.SuspendLayout();90 ((System.ComponentModel.ISupportInitialize)(this.oneTimeBitmap)).BeginInit();91 this.scheduleTimePanel.SuspendLayout();92 89 this.schedulePattern.SuspendLayout(); 93 90 ((System.ComponentModel.ISupportInitialize)(this.scheduleWeeklyFreq)).BeginInit(); … … 99 96 ((System.ComponentModel.ISupportInitialize)(this.scheduleMonthlyByDayFreq)).BeginInit(); 100 97 ((System.ComponentModel.ISupportInitialize)(this.scheduleMonthlyRelativeFreq)).BeginInit(); 98 this.oneTimePanel.SuspendLayout(); 99 ((System.ComponentModel.ISupportInitialize)(this.oneTimeBitmap)).BeginInit(); 100 this.scheduleTimePanel.SuspendLayout(); 101 101 this.SuspendLayout(); 102 102 // … … 170 170 this.data.Location = new System.Drawing.Point(9, 93); 171 171 this.data.Name = "data"; 172 this.data.Size = new System.Drawing.Size(324, 25 8);172 this.data.Size = new System.Drawing.Size(324, 256); 173 173 this.data.TabIndex = 7; 174 174 this.data.UseCompatibleStateImageBehavior = false; … … 188 188 // 189 189 this.dataAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); 190 this.dataAdd.Location = new System.Drawing.Point(9, 35 7);190 this.dataAdd.Location = new System.Drawing.Point(9, 355); 191 191 this.dataAdd.Name = "dataAdd"; 192 192 this.dataAdd.Size = new System.Drawing.Size(75, 23); … … 275 275 this.tableLayoutPanel1.Size = new System.Drawing.Size(333, 380); 276 276 this.tableLayoutPanel1.TabIndex = 10; 277 //278 // oneTimePanel279 //280 this.oneTimePanel.Controls.Add(this.oneTimeLbl);281 this.oneTimePanel.Controls.Add(this.oneTimeBitmap);282 this.oneTimePanel.Dock = System.Windows.Forms.DockStyle.Fill;283 this.oneTimePanel.Location = new System.Drawing.Point(3, 3);284 this.oneTimePanel.Name = "oneTimePanel";285 this.oneTimePanel.Size = new System.Drawing.Size(327, 34);286 this.oneTimePanel.TabIndex = 1;287 //288 // oneTimeLbl289 //290 this.oneTimeLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)291 | System.Windows.Forms.AnchorStyles.Left)292 | System.Windows.Forms.AnchorStyles.Right)));293 this.oneTimeLbl.Location = new System.Drawing.Point(38, 0);294 this.oneTimeLbl.Name = "oneTimeLbl";295 this.oneTimeLbl.Size = new System.Drawing.Size(287, 34);296 this.oneTimeLbl.TabIndex = 1;297 this.oneTimeLbl.Text = "The task being edited is a non-recurring task, none of the settings on this page " +298 "apply.";299 //300 // oneTimeBitmap301 //302 this.oneTimeBitmap.Location = new System.Drawing.Point(0, 0);303 this.oneTimeBitmap.Name = "oneTimeBitmap";304 this.oneTimeBitmap.Size = new System.Drawing.Size(32, 32);305 this.oneTimeBitmap.TabIndex = 0;306 this.oneTimeBitmap.TabStop = false;307 //308 // scheduleTimePanel309 //310 this.scheduleTimePanel.AutoSize = true;311 this.scheduleTimePanel.Controls.Add(this.scheduleTime);312 this.scheduleTimePanel.Controls.Add(this.scheduleTimeLbl);313 this.scheduleTimePanel.Dock = System.Windows.Forms.DockStyle.Fill;314 this.scheduleTimePanel.Location = new System.Drawing.Point(0, 40);315 this.scheduleTimePanel.Margin = new System.Windows.Forms.Padding(0);316 this.scheduleTimePanel.Name = "scheduleTimePanel";317 this.scheduleTimePanel.Size = new System.Drawing.Size(333, 28);318 this.scheduleTimePanel.TabIndex = 2;319 //320 // scheduleTime321 //322 this.scheduleTime.Location = new System.Drawing.Point(99, 2);323 this.scheduleTime.Mask = "90:00";324 this.scheduleTime.Name = "scheduleTime";325 this.scheduleTime.Size = new System.Drawing.Size(47, 23);326 this.scheduleTime.TabIndex = 4;327 this.scheduleTime.ValidatingType = typeof(System.DateTime);328 //329 // scheduleTimeLbl330 //331 this.scheduleTimeLbl.AutoSize = true;332 this.scheduleTimeLbl.Location = new System.Drawing.Point(3, 5);333 this.scheduleTimeLbl.Name = "scheduleTimeLbl";334 this.scheduleTimeLbl.Size = new System.Drawing.Size(90, 15);335 this.scheduleTimeLbl.TabIndex = 3;336 this.scheduleTimeLbl.Text = "Run this task at:";337 277 // 338 278 // schedulePattern … … 730 670 this.scheduleMonthlyByDay.UseVisualStyleBackColor = true; 731 671 this.scheduleMonthlyByDay.CheckedChanged += new System.EventHandler(this.scheduleMonthlySpan_CheckedChanged); 672 // 673 // oneTimePanel 674 // 675 this.oneTimePanel.Controls.Add(this.oneTimeLbl); 676 this.oneTimePanel.Controls.Add(this.oneTimeBitmap); 677 this.oneTimePanel.Dock = System.Windows.Forms.DockStyle.Fill; 678 this.oneTimePanel.Location = new System.Drawing.Point(3, 3); 679 this.oneTimePanel.Name = "oneTimePanel"; 680 this.oneTimePanel.Size = new System.Drawing.Size(327, 34); 681 this.oneTimePanel.TabIndex = 1; 682 // 683 // oneTimeLbl 684 // 685 this.oneTimeLbl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 686 | System.Windows.Forms.AnchorStyles.Left) 687 | System.Windows.Forms.AnchorStyles.Right))); 688 this.oneTimeLbl.Location = new System.Drawing.Point(38, 0); 689 this.oneTimeLbl.Name = "oneTimeLbl"; 690 this.oneTimeLbl.Size = new System.Drawing.Size(287, 34); 691 this.oneTimeLbl.TabIndex = 1; 692 this.oneTimeLbl.Text = "The task being edited is a non-recurring task, none of the settings on this page " + 693 "apply."; 694 // 695 // oneTimeBitmap 696 // 697 this.oneTimeBitmap.Image = global::Eraser.Properties.Resources.Information; 698 this.oneTimeBitmap.Location = new System.Drawing.Point(0, 0); 699 this.oneTimeBitmap.Name = "oneTimeBitmap"; 700 this.oneTimeBitmap.Size = new System.Drawing.Size(32, 32); 701 this.oneTimeBitmap.TabIndex = 0; 702 this.oneTimeBitmap.TabStop = false; 703 // 704 // scheduleTimePanel 705 // 706 this.scheduleTimePanel.AutoSize = true; 707 this.scheduleTimePanel.Controls.Add(this.scheduleTime); 708 this.scheduleTimePanel.Controls.Add(this.scheduleTimeLbl); 709 this.scheduleTimePanel.Dock = System.Windows.Forms.DockStyle.Fill; 710 this.scheduleTimePanel.Location = new System.Drawing.Point(0, 40); 711 this.scheduleTimePanel.Margin = new System.Windows.Forms.Padding(0); 712 this.scheduleTimePanel.Name = "scheduleTimePanel"; 713 this.scheduleTimePanel.Size = new System.Drawing.Size(333, 28); 714 this.scheduleTimePanel.TabIndex = 2; 715 // 716 // scheduleTime 717 // 718 this.scheduleTime.Location = new System.Drawing.Point(99, 2); 719 this.scheduleTime.Mask = "90:00"; 720 this.scheduleTime.Name = "scheduleTime"; 721 this.scheduleTime.Size = new System.Drawing.Size(47, 23); 722 this.scheduleTime.TabIndex = 4; 723 this.scheduleTime.ValidatingType = typeof(System.DateTime); 724 // 725 // scheduleTimeLbl 726 // 727 this.scheduleTimeLbl.AutoSize = true; 728 this.scheduleTimeLbl.Location = new System.Drawing.Point(3, 5); 729 this.scheduleTimeLbl.Name = "scheduleTimeLbl"; 730 this.scheduleTimeLbl.Size = new System.Drawing.Size(90, 15); 731 this.scheduleTimeLbl.TabIndex = 3; 732 this.scheduleTimeLbl.Text = "Run this task at:"; 732 733 // 733 734 // TaskPropertiesForm … … 753 754 this.tableLayoutPanel1.ResumeLayout(false); 754 755 this.tableLayoutPanel1.PerformLayout(); 755 this.oneTimePanel.ResumeLayout(false);756 ((System.ComponentModel.ISupportInitialize)(this.oneTimeBitmap)).EndInit();757 this.scheduleTimePanel.ResumeLayout(false);758 this.scheduleTimePanel.PerformLayout();759 756 this.schedulePattern.ResumeLayout(false); 760 757 this.schedulePattern.PerformLayout(); … … 770 767 ((System.ComponentModel.ISupportInitialize)(this.scheduleMonthlyByDayFreq)).EndInit(); 771 768 ((System.ComponentModel.ISupportInitialize)(this.scheduleMonthlyRelativeFreq)).EndInit(); 769 this.oneTimePanel.ResumeLayout(false); 770 ((System.ComponentModel.ISupportInitialize)(this.oneTimeBitmap)).EndInit(); 771 this.scheduleTimePanel.ResumeLayout(false); 772 this.scheduleTimePanel.PerformLayout(); 772 773 this.ResumeLayout(false); 773 774
Note: See TracChangeset
for help on using the changeset viewer.
