PageRenderTime 26ms CodeModel.GetById 18ms RepoModel.GetById 1ms app.codeStats 0ms

/auxiliary_proj/FormComposeMessage.Designer.cs

http://dbzn.codeplex.com
C# | 310 lines | 242 code | 6 blank | 62 comment | 3 complexity | ef156fd7601e8b9a52c87815144c3fe3 MD5 | raw file
  1. namespace auxiliary_proj
  2. {
  3. partial class FormComposeMessage
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormComposeMessage));
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.ToMsgComboBox = new System.Windows.Forms.ComboBox();
  32. this.MsgSubjectTextBox = new System.Windows.Forms.TextBox();
  33. this.sendMsgBtn = new System.Windows.Forms.Button();
  34. this.rtbMessageBox = new System.Windows.Forms.RichTextBox();
  35. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  36. this.tsBold = new System.Windows.Forms.ToolStripButton();
  37. this.tsItalics = new System.Windows.Forms.ToolStripButton();
  38. this.tsUnderline = new System.Windows.Forms.ToolStripButton();
  39. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  40. this.tsCbFontSize = new System.Windows.Forms.ToolStripComboBox();
  41. this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  42. this.tsCbFontFamily = new System.Windows.Forms.ToolStripComboBox();
  43. this.tsColor = new System.Windows.Forms.ToolStripLabel();
  44. this.groupBox1 = new System.Windows.Forms.GroupBox();
  45. this.cdColorPicker = new System.Windows.Forms.ColorDialog();
  46. this.toolStrip1.SuspendLayout();
  47. this.groupBox1.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // label1
  51. //
  52. this.label1.AutoSize = true;
  53. this.label1.Location = new System.Drawing.Point(2, 12);
  54. this.label1.Name = "label1";
  55. this.label1.Size = new System.Drawing.Size(23, 13);
  56. this.label1.TabIndex = 0;
  57. this.label1.Text = "To:";
  58. //
  59. // label3
  60. //
  61. this.label3.AutoSize = true;
  62. this.label3.Location = new System.Drawing.Point(2, 52);
  63. this.label3.Name = "label3";
  64. this.label3.Size = new System.Drawing.Size(46, 13);
  65. this.label3.TabIndex = 2;
  66. this.label3.Text = "Subject:";
  67. //
  68. // ToMsgComboBox
  69. //
  70. this.ToMsgComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
  71. this.ToMsgComboBox.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
  72. this.ToMsgComboBox.FormattingEnabled = true;
  73. this.ToMsgComboBox.Items.AddRange(new object[] {
  74. "Damion Gaynor",
  75. "Bunama Jagne",
  76. "Nate Okogie",
  77. "Kim Turner"});
  78. this.ToMsgComboBox.Location = new System.Drawing.Point(59, 9);
  79. this.ToMsgComboBox.Name = "ToMsgComboBox";
  80. this.ToMsgComboBox.Size = new System.Drawing.Size(259, 21);
  81. this.ToMsgComboBox.TabIndex = 0;
  82. //
  83. // MsgSubjectTextBox
  84. //
  85. this.MsgSubjectTextBox.BackColor = System.Drawing.SystemColors.Info;
  86. this.MsgSubjectTextBox.Location = new System.Drawing.Point(59, 49);
  87. this.MsgSubjectTextBox.Name = "MsgSubjectTextBox";
  88. this.MsgSubjectTextBox.Size = new System.Drawing.Size(259, 20);
  89. this.MsgSubjectTextBox.TabIndex = 1;
  90. //
  91. // sendMsgBtn
  92. //
  93. this.sendMsgBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  94. this.sendMsgBtn.Location = new System.Drawing.Point(263, 281);
  95. this.sendMsgBtn.Name = "sendMsgBtn";
  96. this.sendMsgBtn.Size = new System.Drawing.Size(55, 27);
  97. this.sendMsgBtn.TabIndex = 3;
  98. this.sendMsgBtn.Text = "Send";
  99. this.sendMsgBtn.UseVisualStyleBackColor = true;
  100. this.sendMsgBtn.Click += new System.EventHandler(this.sendMsgBtn_Click);
  101. //
  102. // rtbMessageBox
  103. //
  104. this.rtbMessageBox.BackColor = System.Drawing.SystemColors.Info;
  105. this.rtbMessageBox.Location = new System.Drawing.Point(0, 44);
  106. this.rtbMessageBox.Name = "rtbMessageBox";
  107. this.rtbMessageBox.Size = new System.Drawing.Size(316, 139);
  108. this.rtbMessageBox.TabIndex = 4;
  109. this.rtbMessageBox.Text = "";
  110. //
  111. // toolStrip1
  112. //
  113. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  114. this.tsBold,
  115. this.tsItalics,
  116. this.tsUnderline,
  117. this.toolStripSeparator1,
  118. this.tsCbFontSize,
  119. this.toolStripSeparator2,
  120. this.tsCbFontFamily,
  121. this.tsColor});
  122. this.toolStrip1.Location = new System.Drawing.Point(3, 16);
  123. this.toolStrip1.Name = "toolStrip1";
  124. this.toolStrip1.Size = new System.Drawing.Size(310, 25);
  125. this.toolStrip1.TabIndex = 6;
  126. this.toolStrip1.Text = "toolStrip1";
  127. //
  128. // tsBold
  129. //
  130. this.tsBold.CheckOnClick = true;
  131. this.tsBold.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  132. this.tsBold.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  133. this.tsBold.Image = ((System.Drawing.Image)(resources.GetObject("tsBold.Image")));
  134. this.tsBold.ImageTransparentColor = System.Drawing.Color.Magenta;
  135. this.tsBold.Name = "tsBold";
  136. this.tsBold.Size = new System.Drawing.Size(23, 22);
  137. this.tsBold.Text = "B";
  138. this.tsBold.ToolTipText = "Bold";
  139. this.tsBold.Click += new System.EventHandler(this.tsBold_Click);
  140. //
  141. // tsItalics
  142. //
  143. this.tsItalics.CheckOnClick = true;
  144. this.tsItalics.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  145. this.tsItalics.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  146. this.tsItalics.Image = ((System.Drawing.Image)(resources.GetObject("tsItalics.Image")));
  147. this.tsItalics.ImageTransparentColor = System.Drawing.Color.Magenta;
  148. this.tsItalics.Name = "tsItalics";
  149. this.tsItalics.Size = new System.Drawing.Size(23, 22);
  150. this.tsItalics.Text = "I";
  151. this.tsItalics.ToolTipText = "Italics";
  152. this.tsItalics.Click += new System.EventHandler(this.tsItalics_Click);
  153. //
  154. // tsUnderline
  155. //
  156. this.tsUnderline.CheckOnClick = true;
  157. this.tsUnderline.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  158. this.tsUnderline.Font = new System.Drawing.Font("Times New Roman", 9F, ((System.Drawing.FontStyle)(((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic)
  159. | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  160. this.tsUnderline.Image = ((System.Drawing.Image)(resources.GetObject("tsUnderline.Image")));
  161. this.tsUnderline.ImageTransparentColor = System.Drawing.Color.Magenta;
  162. this.tsUnderline.Name = "tsUnderline";
  163. this.tsUnderline.Size = new System.Drawing.Size(23, 22);
  164. this.tsUnderline.Text = "U";
  165. this.tsUnderline.ToolTipText = "Underline";
  166. this.tsUnderline.Click += new System.EventHandler(this.tsUnderline_Click);
  167. //
  168. // toolStripSeparator1
  169. //
  170. this.toolStripSeparator1.Name = "toolStripSeparator1";
  171. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  172. //
  173. // tsCbFontSize
  174. //
  175. this.tsCbFontSize.AutoSize = false;
  176. this.tsCbFontSize.DropDownHeight = 100;
  177. this.tsCbFontSize.DropDownWidth = 80;
  178. this.tsCbFontSize.IntegralHeight = false;
  179. this.tsCbFontSize.Items.AddRange(new object[] {
  180. "2",
  181. "4",
  182. "6",
  183. "8",
  184. "10",
  185. "11",
  186. "12",
  187. "14",
  188. "18",
  189. "20",
  190. "24",
  191. "28",
  192. "32",
  193. "36",
  194. "40",
  195. "48",
  196. "72"});
  197. this.tsCbFontSize.Name = "tsCbFontSize";
  198. this.tsCbFontSize.Size = new System.Drawing.Size(45, 23);
  199. this.tsCbFontSize.Text = "8";
  200. this.tsCbFontSize.Click += new System.EventHandler(this.tsCbFontSize_TextChanged);
  201. //
  202. // toolStripSeparator2
  203. //
  204. this.toolStripSeparator2.Name = "toolStripSeparator2";
  205. this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
  206. //
  207. // tsCbFontFamily
  208. //
  209. this.tsCbFontFamily.AutoCompleteCustomSource.AddRange(new string[] {
  210. "Arial ",
  211. "Arial Black ",
  212. "Arial MT ",
  213. "Arial Narrow ",
  214. "Bookman Old Style ",
  215. "Geneva ",
  216. "Lucida Handwriting ",
  217. "Lucida Sans ",
  218. "Times New Roman ",
  219. "Times New Roman PS "});
  220. this.tsCbFontFamily.AutoSize = false;
  221. this.tsCbFontFamily.Items.AddRange(new object[] {
  222. "Arial ",
  223. "Arial Black ",
  224. "Arial MT ",
  225. "Arial Narrow ",
  226. "Bookman Old Style ",
  227. "Geneva ",
  228. "Lucida Handwriting ",
  229. "Lucida Sans ",
  230. "Times New Roman ",
  231. "Times New Roman PS "});
  232. this.tsCbFontFamily.Name = "tsCbFontFamily";
  233. this.tsCbFontFamily.Size = new System.Drawing.Size(130, 23);
  234. this.tsCbFontFamily.Text = "Arial";
  235. this.tsCbFontFamily.ToolTipText = "Font";
  236. this.tsCbFontFamily.Click += new System.EventHandler(this.tsCbFontFamily_TextChanged);
  237. //
  238. // tsColor
  239. //
  240. this.tsColor.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  241. this.tsColor.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  242. this.tsColor.Name = "tsColor";
  243. this.tsColor.Size = new System.Drawing.Size(15, 22);
  244. this.tsColor.Text = "A";
  245. this.tsColor.ToolTipText = "Change the font color";
  246. this.tsColor.Click += new System.EventHandler(this.tsColor_Click);
  247. //
  248. // groupBox1
  249. //
  250. this.groupBox1.Controls.Add(this.toolStrip1);
  251. this.groupBox1.Controls.Add(this.rtbMessageBox);
  252. this.groupBox1.Location = new System.Drawing.Point(2, 86);
  253. this.groupBox1.Name = "groupBox1";
  254. this.groupBox1.Size = new System.Drawing.Size(316, 189);
  255. this.groupBox1.TabIndex = 2;
  256. this.groupBox1.TabStop = false;
  257. //
  258. // FormComposeMessage
  259. //
  260. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  261. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  262. this.ClientSize = new System.Drawing.Size(321, 316);
  263. this.Controls.Add(this.sendMsgBtn);
  264. this.Controls.Add(this.groupBox1);
  265. this.Controls.Add(this.MsgSubjectTextBox);
  266. this.Controls.Add(this.ToMsgComboBox);
  267. this.Controls.Add(this.label3);
  268. this.Controls.Add(this.label1);
  269. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  270. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  271. this.MaximizeBox = false;
  272. this.MinimizeBox = false;
  273. this.Name = "FormComposeMessage";
  274. this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
  275. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  276. this.Text = "Compose";
  277. this.TopMost = true;
  278. this.toolStrip1.ResumeLayout(false);
  279. this.toolStrip1.PerformLayout();
  280. this.groupBox1.ResumeLayout(false);
  281. this.groupBox1.PerformLayout();
  282. this.ResumeLayout(false);
  283. this.PerformLayout();
  284. }
  285. #endregion
  286. private System.Windows.Forms.Label label1;
  287. private System.Windows.Forms.Label label3;
  288. private System.Windows.Forms.ComboBox ToMsgComboBox;
  289. private System.Windows.Forms.TextBox MsgSubjectTextBox;
  290. private System.Windows.Forms.Button sendMsgBtn;
  291. private System.Windows.Forms.RichTextBox rtbMessageBox;
  292. private System.Windows.Forms.ToolStrip toolStrip1;
  293. private System.Windows.Forms.ToolStripButton tsBold;
  294. private System.Windows.Forms.ToolStripButton tsItalics;
  295. private System.Windows.Forms.ToolStripButton tsUnderline;
  296. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  297. private System.Windows.Forms.GroupBox groupBox1;
  298. private System.Windows.Forms.ToolStripComboBox tsCbFontSize;
  299. private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
  300. private System.Windows.Forms.ToolStripComboBox tsCbFontFamily;
  301. private System.Windows.Forms.ColorDialog cdColorPicker;
  302. private System.Windows.Forms.ToolStripLabel tsColor;
  303. }
  304. }