FrmAnnouncement.Designer.cs 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. namespace LYFZ.Software.UI.BulletinBoard
  2. {
  3. partial class FrmAnnouncement
  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(FrmAnnouncement));
  29. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  30. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  31. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.btnRelease = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.txtImail_Content = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  34. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.btnBrowse = new LYFZ.ComponentLibrary.ButtonEx();
  37. this.txtImail_Attachment = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  38. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.plExMainContainer.SuspendLayout();
  40. this.plFormMainContent.SuspendLayout();
  41. this.panelEx1.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // plExMainContainer
  45. //
  46. this.plExMainContainer.Controls.Add(this.panelEx1);
  47. this.plExMainContainer.Size = new System.Drawing.Size(739, 476);
  48. //
  49. // plFormMainContent
  50. //
  51. this.plFormMainContent.Size = new System.Drawing.Size(739, 476);
  52. //
  53. // btnAppFormExit
  54. //
  55. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  56. this.btnAppFormExit.Location = new System.Drawing.Point(707, 0);
  57. //
  58. // btnAppFormMinimize
  59. //
  60. this.btnAppFormMinimize.Location = new System.Drawing.Point(651, 0);
  61. //
  62. // openFileDialog1
  63. //
  64. this.openFileDialog1.FileName = "openFileDialog1";
  65. //
  66. // panelEx1
  67. //
  68. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  69. this.panelEx1.BorderWidth = 1;
  70. this.panelEx1.Controls.Add(this.btnClose);
  71. this.panelEx1.Controls.Add(this.btnRelease);
  72. this.panelEx1.Controls.Add(this.txtImail_Content);
  73. this.panelEx1.Controls.Add(this.labelEx4);
  74. this.panelEx1.Controls.Add(this.labelEx2);
  75. this.panelEx1.Controls.Add(this.btnBrowse);
  76. this.panelEx1.Controls.Add(this.txtImail_Attachment);
  77. this.panelEx1.Controls.Add(this.labelEx3);
  78. this.panelEx1.Location = new System.Drawing.Point(14, 16);
  79. this.panelEx1.Name = "panelEx1";
  80. this.panelEx1.Size = new System.Drawing.Size(709, 444);
  81. this.panelEx1.TabIndex = 1;
  82. //
  83. // btnClose
  84. //
  85. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  86. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  87. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  88. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  89. this.btnClose.ForeColor = System.Drawing.Color.White;
  90. this.btnClose.IsCustomBackImg = false;
  91. this.btnClose.IsShowText = true;
  92. this.btnClose.Location = new System.Drawing.Point(589, 70);
  93. this.btnClose.Name = "btnClose";
  94. this.btnClose.Size = new System.Drawing.Size(87, 26);
  95. this.btnClose.TabIndex = 196;
  96. this.btnClose.Text = "关闭";
  97. this.btnClose.UseVisualStyleBackColor = false;
  98. //
  99. // btnRelease
  100. //
  101. this.btnRelease.BackColor = System.Drawing.Color.Transparent;
  102. this.btnRelease.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRelease.BackImg")));
  103. this.btnRelease.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  104. this.btnRelease.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  105. this.btnRelease.ForeColor = System.Drawing.Color.White;
  106. this.btnRelease.IsCustomBackImg = false;
  107. this.btnRelease.IsShowText = true;
  108. this.btnRelease.Location = new System.Drawing.Point(489, 70);
  109. this.btnRelease.Name = "btnRelease";
  110. this.btnRelease.Size = new System.Drawing.Size(87, 26);
  111. this.btnRelease.TabIndex = 83;
  112. this.btnRelease.Text = "发布";
  113. this.btnRelease.UseVisualStyleBackColor = false;
  114. //
  115. // txtImail_Content
  116. //
  117. this.txtImail_Content.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  118. this.txtImail_Content.EmptyTextTip = null;
  119. this.txtImail_Content.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  120. this.txtImail_Content.Font = new System.Drawing.Font("微软雅黑", 9F);
  121. this.txtImail_Content.Location = new System.Drawing.Point(73, 102);
  122. this.txtImail_Content.Multiline = true;
  123. this.txtImail_Content.Name = "txtImail_Content";
  124. this.txtImail_Content.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  125. this.txtImail_Content.Size = new System.Drawing.Size(622, 339);
  126. this.txtImail_Content.TabIndex = 89;
  127. //
  128. // labelEx4
  129. //
  130. this.labelEx4.AutoSize = true;
  131. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  132. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  133. this.labelEx4.Location = new System.Drawing.Point(6, 85);
  134. this.labelEx4.Name = "labelEx4";
  135. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  136. this.labelEx4.TabIndex = 88;
  137. this.labelEx4.Text = "消息内容:";
  138. //
  139. // labelEx2
  140. //
  141. this.labelEx2.AutoSize = true;
  142. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  143. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  144. this.labelEx2.Location = new System.Drawing.Point(486, 29);
  145. this.labelEx2.Name = "labelEx2";
  146. this.labelEx2.Size = new System.Drawing.Size(190, 17);
  147. this.labelEx2.TabIndex = 87;
  148. this.labelEx2.Text = "(支持Word,Excel,图片文档)";
  149. //
  150. // btnBrowse
  151. //
  152. this.btnBrowse.BackColor = System.Drawing.Color.Transparent;
  153. this.btnBrowse.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnBrowse.BackImg")));
  154. this.btnBrowse.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  155. this.btnBrowse.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  156. this.btnBrowse.ForeColor = System.Drawing.Color.White;
  157. this.btnBrowse.IsCustomBackImg = false;
  158. this.btnBrowse.IsShowText = true;
  159. this.btnBrowse.Location = new System.Drawing.Point(398, 21);
  160. this.btnBrowse.Name = "btnBrowse";
  161. this.btnBrowse.Size = new System.Drawing.Size(87, 26);
  162. this.btnBrowse.TabIndex = 84;
  163. this.btnBrowse.Text = "浏览";
  164. this.btnBrowse.UseVisualStyleBackColor = false;
  165. //
  166. // txtImail_Attachment
  167. //
  168. this.txtImail_Attachment.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  169. this.txtImail_Attachment.EmptyTextTip = null;
  170. this.txtImail_Attachment.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  171. this.txtImail_Attachment.Enabled = false;
  172. this.txtImail_Attachment.Font = new System.Drawing.Font("微软雅黑", 9F);
  173. this.txtImail_Attachment.Location = new System.Drawing.Point(73, 22);
  174. this.txtImail_Attachment.Name = "txtImail_Attachment";
  175. this.txtImail_Attachment.Size = new System.Drawing.Size(319, 23);
  176. this.txtImail_Attachment.TabIndex = 86;
  177. //
  178. // labelEx3
  179. //
  180. this.labelEx3.AutoSize = true;
  181. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  182. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  183. this.labelEx3.Location = new System.Drawing.Point(26, 27);
  184. this.labelEx3.Name = "labelEx3";
  185. this.labelEx3.Size = new System.Drawing.Size(44, 17);
  186. this.labelEx3.TabIndex = 85;
  187. this.labelEx3.Text = "附件:";
  188. //
  189. // FrmAnnouncement
  190. //
  191. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  192. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  193. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  194. this.ClientSize = new System.Drawing.Size(739, 541);
  195. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  196. this.MaximizeBox = false;
  197. this.MinimizeBox = false;
  198. this.Name = "FrmAnnouncement";
  199. this.Text = "发布公告";
  200. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  201. this.plExMainContainer.ResumeLayout(false);
  202. this.plFormMainContent.ResumeLayout(false);
  203. this.panelEx1.ResumeLayout(false);
  204. this.panelEx1.PerformLayout();
  205. this.ResumeLayout(false);
  206. }
  207. #endregion
  208. protected System.Windows.Forms.OpenFileDialog openFileDialog1;
  209. private ComponentLibrary.PanelEx panelEx1;
  210. protected ComponentLibrary.ButtonEx btnRelease;
  211. protected ComponentLibrary.TextBoxBasicEx txtImail_Content;
  212. private ComponentLibrary.LabelEx labelEx4;
  213. private ComponentLibrary.LabelEx labelEx2;
  214. protected ComponentLibrary.ButtonEx btnBrowse;
  215. protected ComponentLibrary.TextBoxBasicEx txtImail_Attachment;
  216. private ComponentLibrary.LabelEx labelEx3;
  217. protected ComponentLibrary.ButtonEx btnClose;
  218. }
  219. }