Winify – Blame information for rev

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 using Winify;
2  
3 namespace Winify
4 {
5 partial class NotificationForm
6 {
7 /// <summary>
8 /// Required designer variable.
9 /// </summary>
10 private System.ComponentModel.IContainer components = null;
11  
12 /// <summary>
13 /// Clean up any resources being used.
14 /// </summary>
15 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
16 protected override void Dispose(bool disposing)
17 {
18 if (disposing && (components != null))
19 {
20 components.Dispose();
21 }
22 base.Dispose(disposing);
23 }
24  
25 #region Windows Form Designer generated code
26  
27 /// <summary>
28 /// Required method for Designer support - do not modify
29 /// the contents of this method with the code editor.
30 /// </summary>
31 private void InitializeComponent()
32 {
33 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NotificationForm));
34 this.richTextBox1 = new global::Winify.ReadOnlyRichTextBox();
35 this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
36 this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
37 this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
38 this.pictureBox2 = new System.Windows.Forms.PictureBox();
39 this.pictureBox1 = new System.Windows.Forms.PictureBox();
40 this.richTextBox2 = new global::Winify.ReadOnlyRichTextBox();
41 this.tableLayoutPanel1.SuspendLayout();
42 this.tableLayoutPanel2.SuspendLayout();
43 this.tableLayoutPanel3.SuspendLayout();
44 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
45 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
46 this.SuspendLayout();
47 //
48 // richTextBox1
49 //
50 this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
51 this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
52 this.richTextBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
53 this.richTextBox1.Location = new System.Drawing.Point(3, 32);
54 this.richTextBox1.Name = "richTextBox1";
55 this.richTextBox1.ReadOnly = true;
56 this.richTextBox1.Size = new System.Drawing.Size(268, 79);
57 this.richTextBox1.TabIndex = 1;
58 this.richTextBox1.Text = "";
59 //
60 // tableLayoutPanel1
61 //
62 this.tableLayoutPanel1.ColumnCount = 2;
63 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30F));
64 this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 70F));
65 this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 1, 0);
66 this.tableLayoutPanel1.Controls.Add(this.pictureBox1, 0, 0);
67 this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
68 this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
69 this.tableLayoutPanel1.Name = "tableLayoutPanel1";
70 this.tableLayoutPanel1.RowCount = 1;
71 this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 20F));
72 this.tableLayoutPanel1.Size = new System.Drawing.Size(400, 120);
73 this.tableLayoutPanel1.TabIndex = 1;
74 //
75 // tableLayoutPanel2
76 //
77 this.tableLayoutPanel2.ColumnCount = 1;
78 this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
79 this.tableLayoutPanel2.Controls.Add(this.richTextBox1, 0, 1);
80 this.tableLayoutPanel2.Controls.Add(this.tableLayoutPanel3, 0, 0);
81 this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
82 this.tableLayoutPanel2.Location = new System.Drawing.Point(123, 3);
83 this.tableLayoutPanel2.Name = "tableLayoutPanel2";
84 this.tableLayoutPanel2.RowCount = 2;
85 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 25.8427F));
86 this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 74.1573F));
87 this.tableLayoutPanel2.Size = new System.Drawing.Size(274, 114);
88 this.tableLayoutPanel2.TabIndex = 2;
89 //
90 // tableLayoutPanel3
91 //
92 this.tableLayoutPanel3.ColumnCount = 2;
93 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 85.22167F));
94 this.tableLayoutPanel3.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 14.77833F));
95 this.tableLayoutPanel3.Controls.Add(this.pictureBox2, 1, 0);
96 this.tableLayoutPanel3.Controls.Add(this.richTextBox2, 0, 0);
97 this.tableLayoutPanel3.Dock = System.Windows.Forms.DockStyle.Fill;
98 this.tableLayoutPanel3.Location = new System.Drawing.Point(3, 3);
99 this.tableLayoutPanel3.Name = "tableLayoutPanel3";
100 this.tableLayoutPanel3.RowCount = 1;
101 this.tableLayoutPanel3.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
102 this.tableLayoutPanel3.Size = new System.Drawing.Size(268, 23);
103 this.tableLayoutPanel3.TabIndex = 2;
104 //
105 // pictureBox2
106 //
107 this.pictureBox2.Dock = System.Windows.Forms.DockStyle.Fill;
108 this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
109 this.pictureBox2.Location = new System.Drawing.Point(231, 3);
110 this.pictureBox2.Name = "pictureBox2";
111 this.pictureBox2.Size = new System.Drawing.Size(34, 17);
112 this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
113 this.pictureBox2.TabIndex = 0;
114 this.pictureBox2.TabStop = false;
115 this.pictureBox2.Click += new System.EventHandler(this.PictureBox2_Click);
116 //
117 // pictureBox1
118 //
119 this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
120 this.pictureBox1.Location = new System.Drawing.Point(3, 3);
121 this.pictureBox1.Name = "pictureBox1";
122 this.pictureBox1.Size = new System.Drawing.Size(114, 114);
123 this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
124 this.pictureBox1.TabIndex = 0;
125 this.pictureBox1.TabStop = false;
126 //
127 // richTextBox2
128 //
129 this.richTextBox2.BorderStyle = System.Windows.Forms.BorderStyle.None;
130 this.richTextBox2.Dock = System.Windows.Forms.DockStyle.Fill;
131 this.richTextBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
132 this.richTextBox2.Location = new System.Drawing.Point(3, 3);
133 this.richTextBox2.Multiline = false;
134 this.richTextBox2.Name = "richTextBox2";
135 this.richTextBox2.Size = new System.Drawing.Size(222, 17);
136 this.richTextBox2.TabIndex = 1;
137 this.richTextBox2.Text = "";
138 //
139 // NotificationForm
140 //
141 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
142 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
143 this.ClientSize = new System.Drawing.Size(400, 120);
144 this.ControlBox = false;
145 this.Controls.Add(this.tableLayoutPanel1);
146 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
147 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
148 this.MaximizeBox = false;
149 this.MaximumSize = new System.Drawing.Size(400, 120);
150 this.MinimizeBox = false;
151 this.MinimumSize = new System.Drawing.Size(400, 120);
152 this.Name = "NotificationForm";
153 this.ShowIcon = false;
154 this.ShowInTaskbar = false;
155 this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
156 this.Text = "Winify";
157 this.tableLayoutPanel1.ResumeLayout(false);
158 this.tableLayoutPanel2.ResumeLayout(false);
159 this.tableLayoutPanel3.ResumeLayout(false);
160 ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
161 ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
162 this.ResumeLayout(false);
163  
164 }
165  
166 #endregion
167  
168 private global::Winify.ReadOnlyRichTextBox richTextBox1;
169 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
170 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
171 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
172 private System.Windows.Forms.PictureBox pictureBox2;
173 private System.Windows.Forms.PictureBox pictureBox1;
174 private global::Winify.ReadOnlyRichTextBox richTextBox2;
175 }
176 }