FrmSelectAnnouncement.Designer.cs 10 KB

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