frmAddApply.Designer.cs 17 KB

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