frmReleaseTask.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. namespace LYFZ.Software.UI.OAShopManagement
  2. {
  3. partial class frmReleaseTask
  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(frmReleaseTask));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.dateTimePickerEx1 = new LYFZ.ComponentLibrary.DateTimePickerEx();
  31. this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
  32. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  33. this.btnUpdate = new LYFZ.ComponentLibrary.ButtonEx();
  34. this.comboBoxTreeViewEx1 = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  35. this.txtTitle = new LYFZ.ComponentLibrary.TextBoxEx();
  36. this.txtInfo = new LYFZ.ComponentLibrary.TextBoxEx();
  37. this.comboBoxType = new LYFZ.ComponentLibrary.ComboBoxEx();
  38. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  39. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  42. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  43. this.plExMainContainer.SuspendLayout();
  44. this.plFormMainContent.SuspendLayout();
  45. this.panelEx1.SuspendLayout();
  46. this.flowLayoutPanel2.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // plExMainContainer
  50. //
  51. this.plExMainContainer.Controls.Add(this.panelEx1);
  52. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(10);
  53. //
  54. // btnAppFormExit
  55. //
  56. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  57. //
  58. // btnAppFormMinimize
  59. //
  60. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  61. //
  62. // panelEx1
  63. //
  64. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  65. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  66. this.panelEx1.BorderWidth = 1;
  67. this.panelEx1.Controls.Add(this.dateTimePickerEx1);
  68. this.panelEx1.Controls.Add(this.flowLayoutPanel2);
  69. this.panelEx1.Controls.Add(this.comboBoxTreeViewEx1);
  70. this.panelEx1.Controls.Add(this.txtTitle);
  71. this.panelEx1.Controls.Add(this.txtInfo);
  72. this.panelEx1.Controls.Add(this.comboBoxType);
  73. this.panelEx1.Controls.Add(this.labelEx5);
  74. this.panelEx1.Controls.Add(this.labelEx4);
  75. this.panelEx1.Controls.Add(this.labelEx3);
  76. this.panelEx1.Controls.Add(this.labelEx2);
  77. this.panelEx1.Controls.Add(this.labelEx1);
  78. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  79. this.panelEx1.Location = new System.Drawing.Point(10, 10);
  80. this.panelEx1.Name = "panelEx1";
  81. this.panelEx1.Size = new System.Drawing.Size(890, 525);
  82. this.panelEx1.TabIndex = 1;
  83. //
  84. // dateTimePickerEx1
  85. //
  86. this.dateTimePickerEx1.CalendarFont = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.dateTimePickerEx1.CustomFormat = " ";
  88. this.dateTimePickerEx1.DateValue = "";
  89. this.dateTimePickerEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  90. this.dateTimePickerEx1.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  91. this.dateTimePickerEx1.ImeMode = System.Windows.Forms.ImeMode.On;
  92. this.dateTimePickerEx1.IsShowTime = true;
  93. this.dateTimePickerEx1.Location = new System.Drawing.Point(229, 15);
  94. this.dateTimePickerEx1.Name = "dateTimePickerEx1";
  95. this.dateTimePickerEx1.Size = new System.Drawing.Size(166, 23);
  96. this.dateTimePickerEx1.TabIndex = 21;
  97. //
  98. // flowLayoutPanel2
  99. //
  100. this.flowLayoutPanel2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  101. | System.Windows.Forms.AnchorStyles.Right)));
  102. this.flowLayoutPanel2.Controls.Add(this.btnClose);
  103. this.flowLayoutPanel2.Controls.Add(this.btnUpdate);
  104. this.flowLayoutPanel2.Location = new System.Drawing.Point(614, 11);
  105. this.flowLayoutPanel2.Name = "flowLayoutPanel2";
  106. this.flowLayoutPanel2.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  107. this.flowLayoutPanel2.Size = new System.Drawing.Size(273, 35);
  108. this.flowLayoutPanel2.TabIndex = 23;
  109. //
  110. // btnClose
  111. //
  112. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  113. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  114. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  115. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  116. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold);
  117. this.btnClose.ForeColor = System.Drawing.Color.White;
  118. this.btnClose.IsCustomBackImg = false;
  119. this.btnClose.IsShowText = true;
  120. this.btnClose.Location = new System.Drawing.Point(190, 3);
  121. this.btnClose.Name = "btnClose";
  122. this.btnClose.RightToLeft = System.Windows.Forms.RightToLeft.No;
  123. this.btnClose.Size = new System.Drawing.Size(80, 26);
  124. this.btnClose.TabIndex = 17;
  125. this.btnClose.Text = " 关 闭";
  126. this.btnClose.UseVisualStyleBackColor = false;
  127. //
  128. // btnUpdate
  129. //
  130. this.btnUpdate.BackColor = System.Drawing.Color.Transparent;
  131. this.btnUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdate.BackImg")));
  132. this.btnUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  133. this.btnUpdate.Font = new System.Drawing.Font("微软雅黑", 11F, System.Drawing.FontStyle.Bold);
  134. this.btnUpdate.ForeColor = System.Drawing.Color.White;
  135. this.btnUpdate.IsCustomBackImg = false;
  136. this.btnUpdate.IsShowText = true;
  137. this.btnUpdate.Location = new System.Drawing.Point(47, 3);
  138. this.btnUpdate.Name = "btnUpdate";
  139. this.btnUpdate.RightToLeft = System.Windows.Forms.RightToLeft.No;
  140. this.btnUpdate.Size = new System.Drawing.Size(137, 26);
  141. this.btnUpdate.TabIndex = 20;
  142. this.btnUpdate.Text = "保存并发布任务";
  143. this.btnUpdate.UseVisualStyleBackColor = false;
  144. //
  145. // comboBoxTreeViewEx1
  146. //
  147. this.comboBoxTreeViewEx1.AfterSelectLevelFirstNode = false;
  148. this.comboBoxTreeViewEx1.DropDownHeight = 220;
  149. this.comboBoxTreeViewEx1.DropDownShow = false;
  150. this.comboBoxTreeViewEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.comboBoxTreeViewEx1.FormattingEnabled = true;
  152. this.comboBoxTreeViewEx1.IntegralHeight = false;
  153. this.comboBoxTreeViewEx1.IsNodeMouseClick = false;
  154. this.comboBoxTreeViewEx1.IsSelectParentNode = false;
  155. this.comboBoxTreeViewEx1.Location = new System.Drawing.Point(454, 14);
  156. this.comboBoxTreeViewEx1.Name = "comboBoxTreeViewEx1";
  157. this.comboBoxTreeViewEx1.ReadOnly = true;
  158. this.comboBoxTreeViewEx1.SelectedNode = null;
  159. this.comboBoxTreeViewEx1.Size = new System.Drawing.Size(128, 25);
  160. this.comboBoxTreeViewEx1.StrGetName = "";
  161. this.comboBoxTreeViewEx1.StrGetTagName = "";
  162. this.comboBoxTreeViewEx1.StrKey = null;
  163. this.comboBoxTreeViewEx1.TabIndex = 22;
  164. //
  165. // txtTitle
  166. //
  167. this.txtTitle.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  168. | System.Windows.Forms.AnchorStyles.Left)
  169. | System.Windows.Forms.AnchorStyles.Right)));
  170. this.txtTitle.AutoScroll = true;
  171. this.txtTitle.BackColor = System.Drawing.Color.Transparent;
  172. this.txtTitle.Icon = null;
  173. this.txtTitle.IconIsButton = false;
  174. this.txtTitle.IsPasswordChat = '\0';
  175. this.txtTitle.IsSystemPasswordChar = false;
  176. this.txtTitle.Lines = new string[0];
  177. this.txtTitle.Location = new System.Drawing.Point(83, 59);
  178. this.txtTitle.Margin = new System.Windows.Forms.Padding(0);
  179. this.txtTitle.MaxLength = 32767;
  180. this.txtTitle.MinimumSize = new System.Drawing.Size(0, 26);
  181. this.txtTitle.MouseBack = null;
  182. this.txtTitle.Multiline = false;
  183. this.txtTitle.Name = "txtTitle";
  184. this.txtTitle.NormlBack = null;
  185. this.txtTitle.Padding = new System.Windows.Forms.Padding(5);
  186. this.txtTitle.ReadOnly = false;
  187. this.txtTitle.ScrollBars = System.Windows.Forms.ScrollBars.None;
  188. this.txtTitle.Size = new System.Drawing.Size(797, 26);
  189. this.txtTitle.TabIndex = 18;
  190. this.txtTitle.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  191. this.txtTitle.WaterColor = System.Drawing.Color.DarkGray;
  192. this.txtTitle.WaterText = "请输入任务主题 主题长度不能超过100个字";
  193. this.txtTitle.WordWrap = true;
  194. //
  195. // txtInfo
  196. //
  197. this.txtInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  198. | System.Windows.Forms.AnchorStyles.Left)
  199. | System.Windows.Forms.AnchorStyles.Right)));
  200. this.txtInfo.AutoScroll = true;
  201. this.txtInfo.BackColor = System.Drawing.Color.Transparent;
  202. this.txtInfo.Icon = null;
  203. this.txtInfo.IconIsButton = false;
  204. this.txtInfo.IsPasswordChat = '\0';
  205. this.txtInfo.IsSystemPasswordChar = false;
  206. this.txtInfo.Lines = new string[0];
  207. this.txtInfo.Location = new System.Drawing.Point(83, 93);
  208. this.txtInfo.Margin = new System.Windows.Forms.Padding(0);
  209. this.txtInfo.MaxLength = 32767;
  210. this.txtInfo.MinimumSize = new System.Drawing.Size(0, 26);
  211. this.txtInfo.MouseBack = null;
  212. this.txtInfo.Multiline = true;
  213. this.txtInfo.Name = "txtInfo";
  214. this.txtInfo.NormlBack = null;
  215. this.txtInfo.Padding = new System.Windows.Forms.Padding(5);
  216. this.txtInfo.ReadOnly = false;
  217. this.txtInfo.ScrollBars = System.Windows.Forms.ScrollBars.None;
  218. this.txtInfo.Size = new System.Drawing.Size(797, 419);
  219. this.txtInfo.TabIndex = 18;
  220. this.txtInfo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  221. this.txtInfo.WaterColor = System.Drawing.Color.DarkGray;
  222. this.txtInfo.WaterText = "请输入任务内容";
  223. this.txtInfo.WordWrap = true;
  224. //
  225. // comboBoxType
  226. //
  227. this.comboBoxType.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  228. this.comboBoxType.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  229. this.comboBoxType.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  230. this.comboBoxType.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  231. this.comboBoxType.FormattingEnabled = true;
  232. this.comboBoxType.IsCustomColor = false;
  233. this.comboBoxType.Location = new System.Drawing.Point(83, 14);
  234. this.comboBoxType.Name = "comboBoxType";
  235. this.comboBoxType.ReadOnly = false;
  236. this.comboBoxType.Size = new System.Drawing.Size(70, 25);
  237. this.comboBoxType.TabIndex = 9;
  238. //
  239. // labelEx5
  240. //
  241. this.labelEx5.AutoSize = true;
  242. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  243. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  244. this.labelEx5.Location = new System.Drawing.Point(12, 59);
  245. this.labelEx5.Name = "labelEx5";
  246. this.labelEx5.Size = new System.Drawing.Size(68, 17);
  247. this.labelEx5.TabIndex = 10;
  248. this.labelEx5.Text = "任务主题:";
  249. //
  250. // labelEx4
  251. //
  252. this.labelEx4.AutoSize = true;
  253. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  254. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  255. this.labelEx4.Location = new System.Drawing.Point(12, 93);
  256. this.labelEx4.Name = "labelEx4";
  257. this.labelEx4.Size = new System.Drawing.Size(68, 17);
  258. this.labelEx4.TabIndex = 10;
  259. this.labelEx4.Text = "任务内容:";
  260. //
  261. // labelEx3
  262. //
  263. this.labelEx3.AutoSize = true;
  264. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  265. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  266. this.labelEx3.Location = new System.Drawing.Point(164, 18);
  267. this.labelEx3.Name = "labelEx3";
  268. this.labelEx3.Size = new System.Drawing.Size(68, 17);
  269. this.labelEx3.TabIndex = 13;
  270. this.labelEx3.Text = "完成期限:";
  271. //
  272. // labelEx2
  273. //
  274. this.labelEx2.AutoSize = true;
  275. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  276. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  277. this.labelEx2.Location = new System.Drawing.Point(401, 18);
  278. this.labelEx2.Name = "labelEx2";
  279. this.labelEx2.Size = new System.Drawing.Size(56, 17);
  280. this.labelEx2.TabIndex = 13;
  281. this.labelEx2.Text = "办理人:";
  282. //
  283. // labelEx1
  284. //
  285. this.labelEx1.AutoSize = true;
  286. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  287. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  288. this.labelEx1.Location = new System.Drawing.Point(6, 18);
  289. this.labelEx1.Name = "labelEx1";
  290. this.labelEx1.Size = new System.Drawing.Size(80, 17);
  291. this.labelEx1.TabIndex = 12;
  292. this.labelEx1.Text = "任务优先级:";
  293. //
  294. // frmReleaseTask
  295. //
  296. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  297. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  298. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  299. this.ClientSize = new System.Drawing.Size(910, 610);
  300. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  301. this.Name = "frmReleaseTask";
  302. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  303. this.Text = "发布任务";
  304. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  305. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  306. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  307. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  308. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  309. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  310. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  311. this.plExMainContainer.ResumeLayout(false);
  312. this.plFormMainContent.ResumeLayout(false);
  313. this.panelEx1.ResumeLayout(false);
  314. this.panelEx1.PerformLayout();
  315. this.flowLayoutPanel2.ResumeLayout(false);
  316. this.ResumeLayout(false);
  317. }
  318. #endregion
  319. private ComponentLibrary.PanelEx panelEx1;
  320. protected internal ComponentLibrary.ButtonEx btnClose;
  321. protected internal ComponentLibrary.TextBoxEx txtInfo;
  322. protected internal ComponentLibrary.ComboBoxEx comboBoxType;
  323. private ComponentLibrary.LabelEx labelEx4;
  324. private ComponentLibrary.LabelEx labelEx2;
  325. private ComponentLibrary.LabelEx labelEx1;
  326. private ComponentLibrary.LabelEx labelEx3;
  327. protected internal ComponentLibrary.ComboBoxTreeViewEx comboBoxTreeViewEx1;
  328. protected internal ComponentLibrary.DateTimePickerEx dateTimePickerEx1;
  329. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
  330. public ComponentLibrary.ButtonEx btnUpdate;
  331. protected internal ComponentLibrary.TextBoxEx txtTitle;
  332. private ComponentLibrary.LabelEx labelEx5;
  333. }
  334. }