Changeset 2239
- Timestamp:
- 8/4/2010 10:53:14 AM (18 months ago)
- Location:
- trunk/eraser/Eraser
- Files:
-
- 2 edited
-
ShellConfirmationDialog.Designer.cs (modified) (1 diff)
-
ShellConfirmationDialog.resx (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/eraser/Eraser/ShellConfirmationDialog.Designer.cs
r2099 r2239 29 29 private void InitializeComponent() 30 30 { 31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ShellConfirmationDialog)); 32 this.Image = new System.Windows.Forms.PictureBox(); 33 this.Message = new System.Windows.Forms.Label(); 34 this.YesBtn = new System.Windows.Forms.Button(); 35 this.NoBtn = new System.Windows.Forms.Button(); 36 this.OptionsButton = new System.Windows.Forms.Button(); 37 ((System.ComponentModel.ISupportInitialize)(this.Image)).BeginInit(); 38 this.SuspendLayout(); 39 // 40 // Image 41 // 42 resources.ApplyResources(this.Image, "Image"); 43 this.Image.Name = "Image"; 44 this.Image.TabStop = false; 45 // 46 // Message 47 // 48 resources.ApplyResources(this.Message, "Message"); 49 this.Message.Name = "Message"; 50 // 51 // YesBtn 52 // 53 resources.ApplyResources(this.YesBtn, "YesBtn"); 54 this.YesBtn.DialogResult = System.Windows.Forms.DialogResult.Yes; 55 this.YesBtn.Name = "YesBtn"; 56 this.YesBtn.UseVisualStyleBackColor = true; 57 // 58 // NoBtn 59 // 60 resources.ApplyResources(this.NoBtn, "NoBtn"); 61 this.NoBtn.DialogResult = System.Windows.Forms.DialogResult.No; 62 this.NoBtn.Name = "NoBtn"; 63 this.NoBtn.UseVisualStyleBackColor = true; 64 // 65 // OptionsButton 66 // 67 resources.ApplyResources(this.OptionsButton, "OptionsButton"); 68 this.OptionsButton.Name = "OptionsButton"; 69 this.OptionsButton.UseVisualStyleBackColor = true; 70 this.OptionsButton.Click += new System.EventHandler(this.OptionsButton_Click); 71 // 72 // ShellConfirmationDialog 73 // 74 this.AcceptButton = this.NoBtn; 75 resources.ApplyResources(this, "$this"); 76 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; 77 this.CancelButton = this.YesBtn; 78 this.Controls.Add(this.OptionsButton); 79 this.Controls.Add(this.NoBtn); 80 this.Controls.Add(this.YesBtn); 81 this.Controls.Add(this.Message); 82 this.Controls.Add(this.Image); 83 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 84 this.MaximizeBox = false; 85 this.MinimizeBox = false; 86 this.Name = "ShellConfirmationDialog"; 87 this.ShowInTaskbar = false; 88 ((System.ComponentModel.ISupportInitialize)(this.Image)).EndInit(); 89 this.ResumeLayout(false); 90 this.PerformLayout(); 31 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ShellConfirmationDialog)); 32 this.Image = new System.Windows.Forms.PictureBox(); 33 this.Message = new System.Windows.Forms.Label(); 34 this.YesBtn = new System.Windows.Forms.Button(); 35 this.NoBtn = new System.Windows.Forms.Button(); 36 this.OptionsButton = new System.Windows.Forms.Button(); 37 ((System.ComponentModel.ISupportInitialize)(this.Image)).BeginInit(); 38 this.SuspendLayout(); 39 // 40 // Image 41 // 42 resources.ApplyResources(this.Image, "Image"); 43 this.Image.Name = "Image"; 44 this.Image.TabStop = false; 45 // 46 // Message 47 // 48 resources.ApplyResources(this.Message, "Message"); 49 this.Message.Name = "Message"; 50 // 51 // YesBtn 52 // 53 resources.ApplyResources(this.YesBtn, "YesBtn"); 54 this.YesBtn.DialogResult = System.Windows.Forms.DialogResult.Yes; 55 this.YesBtn.Name = "YesBtn"; 56 this.YesBtn.UseVisualStyleBackColor = true; 57 // 58 // NoBtn 59 // 60 resources.ApplyResources(this.NoBtn, "NoBtn"); 61 this.NoBtn.DialogResult = System.Windows.Forms.DialogResult.No; 62 this.NoBtn.Name = "NoBtn"; 63 this.NoBtn.UseVisualStyleBackColor = true; 64 // 65 // OptionsButton 66 // 67 resources.ApplyResources(this.OptionsButton, "OptionsButton"); 68 this.OptionsButton.Name = "OptionsButton"; 69 this.OptionsButton.UseVisualStyleBackColor = true; 70 this.OptionsButton.Click += new System.EventHandler(this.OptionsButton_Click); 71 // 72 // ShellConfirmationDialog 73 // 74 this.AcceptButton = this.NoBtn; 75 resources.ApplyResources(this, "$this"); 76 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; 77 this.CancelButton = this.YesBtn; 78 this.Controls.Add(this.OptionsButton); 79 this.Controls.Add(this.NoBtn); 80 this.Controls.Add(this.YesBtn); 81 this.Controls.Add(this.Message); 82 this.Controls.Add(this.Image); 83 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; 84 this.MaximizeBox = false; 85 this.MinimizeBox = false; 86 this.Name = "ShellConfirmationDialog"; 87 this.ShowInTaskbar = false; 88 this.TopMost = true; 89 ((System.ComponentModel.ISupportInitialize)(this.Image)).EndInit(); 90 this.ResumeLayout(false); 91 this.PerformLayout(); 91 92 92 93 } -
trunk/eraser/Eraser/ShellConfirmationDialog.resx
r2099 r2239 256 256 <value>True</value> 257 257 </metadata> 258 <metadata name="$this.Language" type="System.Globalization.CultureInfo, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">259 <value>Italian</value>260 </metadata>261 258 <data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing"> 262 <value> 7, 15</value>259 <value>96, 96</value> 263 260 </data> 264 261 <data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing"> … … 266 263 </data> 267 264 <data name="$this.Font" type="System.Drawing.Font, System.Drawing"> 268 <value> Microsoft Sans Serif, 9pt</value>265 <value>Segoe UI, 9pt</value> 269 266 </data> 270 267 <data name="$this.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
Note: See TracChangeset
for help on using the changeset viewer.
