Widow – Blame information for rev 13

Subversion Repositories:
Rev:
Rev Author Line No. Line
13 office 1 
2 namespace Widow
3 {
4 partial class DrawOverlayForm
5 {
6 /// <summary>
7 /// Required designer variable.
8 /// </summary>
9 private System.ComponentModel.IContainer components = null;
10 /// <summary>
11 /// Clean up any resources being used.
12 /// </summary>
13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14 protected override void Dispose(bool disposing)
15 {
16 if (disposing && (components != null))
17 {
18 components.Dispose();
19 }
20 base.Dispose(disposing);
21 }
22 #region Windows Form Designer generated code
23  
24 /// <summary>
25 /// Required method for Designer support - do not modify
26 /// the contents of this method with the code editor.
27 /// </summary>
28 private void InitializeComponent()
29 {
30 this.SuspendLayout();
31 //
32 // DrawOverlayForm
33 //
34 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
35 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
36 this.BackColor = System.Drawing.Color.White;
37 this.ClientSize = new System.Drawing.Size(800, 450);
38 this.DoubleBuffered = true;
39 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
40 this.MaximizeBox = false;
41 this.MinimizeBox = false;
42 this.Name = "DrawOverlayForm";
43 this.Opacity = 0.5D;
44 this.ShowInTaskbar = false;
45 this.Text = "DrawOverlayForm";
46 this.TopMost = true;
47 this.TransparencyKey = System.Drawing.Color.Green;
48 this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
49 this.Paint += new System.Windows.Forms.PaintEventHandler(this.DrawOverlayForm_Paint);
50 this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.DrawOverlayForm_MouseDown);
51 this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.DrawOverlayForm_MouseMove);
52 this.MouseUp += new System.Windows.Forms.MouseEventHandler(this.DrawOverlayForm_MouseUp);
53 this.ResumeLayout(false);
54  
55 }
56  
57 #endregion
58 }
59 }