Korero – Blame information for rev 1

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