frmAddWorkReport.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243
  1. namespace LYFZ.Software.UI.OAShopManagement
  2. {
  3. partial class frmAddWorkReport
  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(frmAddWorkReport));
  29. this.comboBoxTreeViewEx1 = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  30. this.btnRelease = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.txtTitle = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.txtInfo = new LYFZ.ComponentLibrary.TextBoxEx();
  34. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.plExMainContainer.SuspendLayout();
  38. this.plFormMainContent.SuspendLayout();
  39. this.SuspendLayout();
  40. //
  41. // plExMainContainer
  42. //
  43. this.plExMainContainer.Controls.Add(this.comboBoxTreeViewEx1);
  44. this.plExMainContainer.Controls.Add(this.btnRelease);
  45. this.plExMainContainer.Controls.Add(this.btnClose);
  46. this.plExMainContainer.Controls.Add(this.txtTitle);
  47. this.plExMainContainer.Controls.Add(this.txtInfo);
  48. this.plExMainContainer.Controls.Add(this.labelEx1);
  49. this.plExMainContainer.Controls.Add(this.labelEx4);
  50. this.plExMainContainer.Controls.Add(this.labelEx2);
  51. this.plExMainContainer.Size = new System.Drawing.Size(789, 486);
  52. //
  53. // plFormMainContent
  54. //
  55. this.plFormMainContent.Size = new System.Drawing.Size(789, 486);
  56. //
  57. // btnAppFormExit
  58. //
  59. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  60. this.btnAppFormExit.Location = new System.Drawing.Point(757, 0);
  61. //
  62. // btnAppFormMinimize
  63. //
  64. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  65. this.btnAppFormMinimize.Location = new System.Drawing.Point(730, 0);
  66. //
  67. // comboBoxTreeViewEx1
  68. //
  69. this.comboBoxTreeViewEx1.AfterSelectLevelFirstNode = false;
  70. this.comboBoxTreeViewEx1.DropDownHeight = 220;
  71. this.comboBoxTreeViewEx1.DropDownShow = false;
  72. this.comboBoxTreeViewEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  73. this.comboBoxTreeViewEx1.FormattingEnabled = true;
  74. this.comboBoxTreeViewEx1.IntegralHeight = false;
  75. this.comboBoxTreeViewEx1.IsNodeMouseClick = false;
  76. this.comboBoxTreeViewEx1.IsSelectParentNode = false;
  77. this.comboBoxTreeViewEx1.Location = new System.Drawing.Point(569, 21);
  78. this.comboBoxTreeViewEx1.Name = "comboBoxTreeViewEx1";
  79. this.comboBoxTreeViewEx1.ReadOnly = true;
  80. this.comboBoxTreeViewEx1.SelectedNode = null;
  81. this.comboBoxTreeViewEx1.Size = new System.Drawing.Size(187, 25);
  82. this.comboBoxTreeViewEx1.StrGetName = "";
  83. this.comboBoxTreeViewEx1.StrGetTagName = "";
  84. this.comboBoxTreeViewEx1.StrKey = null;
  85. this.comboBoxTreeViewEx1.TabIndex = 376;
  86. //
  87. // btnRelease
  88. //
  89. this.btnRelease.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  90. this.btnRelease.BackColor = System.Drawing.Color.Transparent;
  91. this.btnRelease.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRelease.BackImg")));
  92. this.btnRelease.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  93. this.btnRelease.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold);
  94. this.btnRelease.ForeColor = System.Drawing.Color.White;
  95. this.btnRelease.IsCustomBackImg = false;
  96. this.btnRelease.IsShowText = true;
  97. this.btnRelease.Location = new System.Drawing.Point(506, 409);
  98. this.btnRelease.Name = "btnRelease";
  99. this.btnRelease.Size = new System.Drawing.Size(146, 56);
  100. this.btnRelease.TabIndex = 375;
  101. this.btnRelease.Text = "发送工作汇报";
  102. this.btnRelease.UseVisualStyleBackColor = false;
  103. //
  104. // btnClose
  105. //
  106. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  107. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  108. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  109. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  110. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold);
  111. this.btnClose.ForeColor = System.Drawing.Color.White;
  112. this.btnClose.IsCustomBackImg = false;
  113. this.btnClose.IsShowText = true;
  114. this.btnClose.Location = new System.Drawing.Point(658, 409);
  115. this.btnClose.Name = "btnClose";
  116. this.btnClose.Size = new System.Drawing.Size(98, 56);
  117. this.btnClose.TabIndex = 372;
  118. this.btnClose.Text = "关 闭";
  119. this.btnClose.UseVisualStyleBackColor = false;
  120. //
  121. // txtTitle
  122. //
  123. this.txtTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  124. | System.Windows.Forms.AnchorStyles.Left)));
  125. this.txtTitle.AutoScroll = true;
  126. this.txtTitle.BackColor = System.Drawing.Color.Transparent;
  127. this.txtTitle.Icon = null;
  128. this.txtTitle.IconIsButton = false;
  129. this.txtTitle.IsPasswordChat = '\0';
  130. this.txtTitle.IsSystemPasswordChar = false;
  131. this.txtTitle.Lines = new string[0];
  132. this.txtTitle.Location = new System.Drawing.Point(90, 20);
  133. this.txtTitle.Margin = new System.Windows.Forms.Padding(0);
  134. this.txtTitle.MaxLength = 32767;
  135. this.txtTitle.MinimumSize = new System.Drawing.Size(0, 26);
  136. this.txtTitle.MouseBack = null;
  137. this.txtTitle.Multiline = false;
  138. this.txtTitle.Name = "txtTitle";
  139. this.txtTitle.NormlBack = null;
  140. this.txtTitle.Padding = new System.Windows.Forms.Padding(5);
  141. this.txtTitle.ReadOnly = false;
  142. this.txtTitle.ScrollBars = System.Windows.Forms.ScrollBars.None;
  143. this.txtTitle.Size = new System.Drawing.Size(411, 26);
  144. this.txtTitle.TabIndex = 373;
  145. this.txtTitle.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  146. this.txtTitle.WaterColor = System.Drawing.Color.DarkGray;
  147. this.txtTitle.WaterText = "请输入汇报主题 最大不能超过100个字";
  148. this.txtTitle.WordWrap = true;
  149. //
  150. // txtInfo
  151. //
  152. this.txtInfo.AutoScroll = true;
  153. this.txtInfo.BackColor = System.Drawing.Color.Transparent;
  154. this.txtInfo.Icon = null;
  155. this.txtInfo.IconIsButton = false;
  156. this.txtInfo.IsPasswordChat = '\0';
  157. this.txtInfo.IsSystemPasswordChar = false;
  158. this.txtInfo.Lines = new string[0];
  159. this.txtInfo.Location = new System.Drawing.Point(90, 66);
  160. this.txtInfo.Margin = new System.Windows.Forms.Padding(0);
  161. this.txtInfo.MaxLength = 32767;
  162. this.txtInfo.MinimumSize = new System.Drawing.Size(0, 26);
  163. this.txtInfo.MouseBack = null;
  164. this.txtInfo.Multiline = true;
  165. this.txtInfo.Name = "txtInfo";
  166. this.txtInfo.NormlBack = null;
  167. this.txtInfo.Padding = new System.Windows.Forms.Padding(5);
  168. this.txtInfo.ReadOnly = false;
  169. this.txtInfo.ScrollBars = System.Windows.Forms.ScrollBars.None;
  170. this.txtInfo.Size = new System.Drawing.Size(666, 332);
  171. this.txtInfo.TabIndex = 374;
  172. this.txtInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  173. this.txtInfo.WaterColor = System.Drawing.Color.DarkGray;
  174. this.txtInfo.WaterText = "请输入汇报工作内容 最大不能超过500个字";
  175. this.txtInfo.WordWrap = true;
  176. //
  177. // labelEx1
  178. //
  179. this.labelEx1.AutoSize = true;
  180. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  181. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  182. this.labelEx1.Location = new System.Drawing.Point(28, 25);
  183. this.labelEx1.Name = "labelEx1";
  184. this.labelEx1.Size = new System.Drawing.Size(56, 17);
  185. this.labelEx1.TabIndex = 369;
  186. this.labelEx1.Text = "汇报主题";
  187. //
  188. // labelEx4
  189. //
  190. this.labelEx4.AutoSize = true;
  191. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  192. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  193. this.labelEx4.Location = new System.Drawing.Point(4, 71);
  194. this.labelEx4.Name = "labelEx4";
  195. this.labelEx4.Size = new System.Drawing.Size(80, 17);
  196. this.labelEx4.TabIndex = 370;
  197. this.labelEx4.Text = "汇报工作内容";
  198. //
  199. // labelEx2
  200. //
  201. this.labelEx2.AutoSize = true;
  202. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  203. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  204. this.labelEx2.Location = new System.Drawing.Point(524, 25);
  205. this.labelEx2.Name = "labelEx2";
  206. this.labelEx2.Size = new System.Drawing.Size(44, 17);
  207. this.labelEx2.TabIndex = 371;
  208. this.labelEx2.Text = "审批人";
  209. //
  210. // frmAddWorkReport
  211. //
  212. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  213. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  214. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  215. this.ClientSize = new System.Drawing.Size(789, 551);
  216. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  217. this.IsUserControlsSize = false;
  218. this.MaximizeBox = false;
  219. this.Name = "frmAddWorkReport";
  220. this.Text = "汇报工作";
  221. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  222. this.plExMainContainer.ResumeLayout(false);
  223. this.plExMainContainer.PerformLayout();
  224. this.plFormMainContent.ResumeLayout(false);
  225. this.ResumeLayout(false);
  226. }
  227. #endregion
  228. protected internal ComponentLibrary.ComboBoxTreeViewEx comboBoxTreeViewEx1;
  229. protected internal ComponentLibrary.ButtonEx btnRelease;
  230. protected internal ComponentLibrary.ButtonEx btnClose;
  231. protected internal ComponentLibrary.TextBoxEx txtTitle;
  232. protected internal ComponentLibrary.TextBoxEx txtInfo;
  233. private ComponentLibrary.LabelEx labelEx1;
  234. private ComponentLibrary.LabelEx labelEx4;
  235. private ComponentLibrary.LabelEx labelEx2;
  236. }
  237. }