FrmSystemSet.Designer.cs 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
  1. namespace LYFZ.Software.UI.InitialSet
  2. {
  3. partial class FrmSystemSet
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmSystemSet));
  30. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  31. this.panelEx4 = new LYFZ.ComponentLibrary.PanelEx();
  32. this.tab = new LYFZ.ComponentLibrary.TabControlEx();
  33. this.tabPage1 = new System.Windows.Forms.TabPage();
  34. this.cb_AddDisabled = new LYFZ.ComponentLibrary.CheckBoxEx();
  35. this.txtSystemCode = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  36. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.txtSc_ClassRemark = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  38. this.txtName = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  39. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.txtSc_ClassName = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  42. this.txtSc_ClassCode = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  43. this.lblTypeName1 = new LYFZ.ComponentLibrary.LabelEx();
  44. this.tabPage2 = new System.Windows.Forms.TabPage();
  45. this.cb_EditDisabled = new LYFZ.ComponentLibrary.CheckBoxEx();
  46. this.labelEx9 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.txtSc_ClassCode2 = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  48. this.lblTypeName2 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.txtSc_ClassRemark2 = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  50. this.txtSc_ClassName2 = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  51. this.labelEx12 = new LYFZ.ComponentLibrary.LabelEx();
  52. this.trvSystemSet = new LYFZ.ComponentLibrary.TreeViewEx();
  53. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  54. this.btnAdd = new LYFZ.ComponentLibrary.ButtonEx();
  55. this.toolTipSystemCode = new System.Windows.Forms.ToolTip(this.components);
  56. this.plExMainContainer.SuspendLayout();
  57. this.plFormMainContent.SuspendLayout();
  58. this.panelEx1.SuspendLayout();
  59. this.panelEx4.SuspendLayout();
  60. this.tab.SuspendLayout();
  61. this.tabPage1.SuspendLayout();
  62. this.tabPage2.SuspendLayout();
  63. this.SuspendLayout();
  64. //
  65. // plExMainContainer
  66. //
  67. this.plExMainContainer.Controls.Add(this.panelEx1);
  68. this.plExMainContainer.Size = new System.Drawing.Size(900, 655);
  69. //
  70. // plFormMainContent
  71. //
  72. this.plFormMainContent.Size = new System.Drawing.Size(900, 655);
  73. //
  74. // btnAppFormMaximize
  75. //
  76. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  77. //
  78. // btnAppFormExit
  79. //
  80. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  81. this.btnAppFormExit.Location = new System.Drawing.Point(868, 0);
  82. //
  83. // btnAppFormMinimize
  84. //
  85. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  86. this.btnAppFormMinimize.Location = new System.Drawing.Point(841, 0);
  87. //
  88. // panelEx1
  89. //
  90. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  91. this.panelEx1.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  92. this.panelEx1.BorderWidth = 1;
  93. this.panelEx1.Controls.Add(this.panelEx4);
  94. this.panelEx1.Controls.Add(this.trvSystemSet);
  95. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  96. this.panelEx1.Location = new System.Drawing.Point(0, 0);
  97. this.panelEx1.Name = "panelEx1";
  98. this.panelEx1.Padding = new System.Windows.Forms.Padding(10);
  99. this.panelEx1.Size = new System.Drawing.Size(900, 655);
  100. this.panelEx1.TabIndex = 1;
  101. //
  102. // panelEx4
  103. //
  104. this.panelEx4.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  105. this.panelEx4.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  106. this.panelEx4.BorderWidth = 1;
  107. this.panelEx4.Controls.Add(this.tab);
  108. this.panelEx4.Dock = System.Windows.Forms.DockStyle.Fill;
  109. this.panelEx4.Location = new System.Drawing.Point(310, 10);
  110. this.panelEx4.Name = "panelEx4";
  111. this.panelEx4.Padding = new System.Windows.Forms.Padding(10, 0, 2, 0);
  112. this.panelEx4.Size = new System.Drawing.Size(580, 635);
  113. this.panelEx4.TabIndex = 50;
  114. //
  115. // tab
  116. //
  117. this.tab.Appearance = System.Windows.Forms.TabAppearance.Buttons;
  118. this.tab.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  119. this.tab.Controls.Add(this.tabPage1);
  120. this.tab.Controls.Add(this.tabPage2);
  121. this.tab.Dock = System.Windows.Forms.DockStyle.Fill;
  122. this.tab.ItemSize = new System.Drawing.Size(90, 30);
  123. this.tab.Location = new System.Drawing.Point(10, 0);
  124. this.tab.Name = "tab";
  125. this.tab.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  126. this.tab.SelectedIndex = 0;
  127. this.tab.Size = new System.Drawing.Size(568, 635);
  128. this.tab.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  129. this.tab.TabIndex = 42;
  130. //
  131. // tabPage1
  132. //
  133. this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  134. this.tabPage1.Controls.Add(this.cb_AddDisabled);
  135. this.tabPage1.Controls.Add(this.txtSystemCode);
  136. this.tabPage1.Controls.Add(this.labelEx1);
  137. this.tabPage1.Controls.Add(this.txtSc_ClassRemark);
  138. this.tabPage1.Controls.Add(this.txtName);
  139. this.tabPage1.Controls.Add(this.labelEx3);
  140. this.tabPage1.Controls.Add(this.labelEx2);
  141. this.tabPage1.Controls.Add(this.txtSc_ClassName);
  142. this.tabPage1.Controls.Add(this.txtSc_ClassCode);
  143. this.tabPage1.Controls.Add(this.lblTypeName1);
  144. this.tabPage1.Location = new System.Drawing.Point(4, 34);
  145. this.tabPage1.Margin = new System.Windows.Forms.Padding(0);
  146. this.tabPage1.Name = "tabPage1";
  147. this.tabPage1.Size = new System.Drawing.Size(560, 597);
  148. this.tabPage1.TabIndex = 0;
  149. this.tabPage1.Text = "增加";
  150. //
  151. // cb_AddDisabled
  152. //
  153. this.cb_AddDisabled.AutoSize = true;
  154. this.cb_AddDisabled.BackColor = System.Drawing.Color.Transparent;
  155. this.cb_AddDisabled.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  156. this.cb_AddDisabled.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  157. this.cb_AddDisabled.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  158. this.cb_AddDisabled.Fourstates = false;
  159. this.cb_AddDisabled.IsGreenTick = false;
  160. this.cb_AddDisabled.Location = new System.Drawing.Point(91, 118);
  161. this.cb_AddDisabled.Name = "cb_AddDisabled";
  162. this.cb_AddDisabled.Size = new System.Drawing.Size(63, 21);
  163. this.cb_AddDisabled.TabIndex = 67;
  164. this.cb_AddDisabled.Text = "不可用";
  165. this.cb_AddDisabled.UseVisualStyleBackColor = false;
  166. //
  167. // txtSystemCode
  168. //
  169. this.txtSystemCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  170. this.txtSystemCode.EmptyTextTip = null;
  171. this.txtSystemCode.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  172. this.txtSystemCode.Font = new System.Drawing.Font("微软雅黑", 9F);
  173. this.txtSystemCode.Location = new System.Drawing.Point(91, 208);
  174. this.txtSystemCode.Name = "txtSystemCode";
  175. this.txtSystemCode.ReadOnly = true;
  176. this.txtSystemCode.Size = new System.Drawing.Size(200, 23);
  177. this.txtSystemCode.TabIndex = 52;
  178. this.txtSystemCode.Visible = false;
  179. //
  180. // labelEx1
  181. //
  182. this.labelEx1.AutoSize = true;
  183. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  184. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  185. this.labelEx1.Location = new System.Drawing.Point(13, 13);
  186. this.labelEx1.Name = "labelEx1";
  187. this.labelEx1.Size = new System.Drawing.Size(77, 17);
  188. this.labelEx1.TabIndex = 50;
  189. this.labelEx1.Text = "* 上级类别:";
  190. //
  191. // txtSc_ClassRemark
  192. //
  193. this.txtSc_ClassRemark.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  194. this.txtSc_ClassRemark.EmptyTextTip = null;
  195. this.txtSc_ClassRemark.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  196. this.txtSc_ClassRemark.Font = new System.Drawing.Font("微软雅黑", 9F);
  197. this.txtSc_ClassRemark.Location = new System.Drawing.Point(91, 81);
  198. this.txtSc_ClassRemark.Name = "txtSc_ClassRemark";
  199. this.txtSc_ClassRemark.Size = new System.Drawing.Size(200, 23);
  200. this.txtSc_ClassRemark.TabIndex = 49;
  201. //
  202. // txtName
  203. //
  204. this.txtName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  205. this.txtName.EmptyTextTip = null;
  206. this.txtName.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  207. this.txtName.Font = new System.Drawing.Font("微软雅黑", 9F);
  208. this.txtName.Location = new System.Drawing.Point(91, 10);
  209. this.txtName.Name = "txtName";
  210. this.txtName.ReadOnly = true;
  211. this.txtName.Size = new System.Drawing.Size(200, 23);
  212. this.txtName.TabIndex = 51;
  213. //
  214. // labelEx3
  215. //
  216. this.labelEx3.AutoSize = true;
  217. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  218. this.labelEx3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  219. this.labelEx3.Location = new System.Drawing.Point(44, 84);
  220. this.labelEx3.Name = "labelEx3";
  221. this.labelEx3.Size = new System.Drawing.Size(44, 17);
  222. this.labelEx3.TabIndex = 48;
  223. this.labelEx3.Text = "备注:";
  224. //
  225. // labelEx2
  226. //
  227. this.labelEx2.AutoSize = true;
  228. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  229. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  230. this.labelEx2.Location = new System.Drawing.Point(13, 156);
  231. this.labelEx2.Name = "labelEx2";
  232. this.labelEx2.Size = new System.Drawing.Size(77, 17);
  233. this.labelEx2.TabIndex = 44;
  234. this.labelEx2.Text = "* 类别代码:";
  235. this.labelEx2.Visible = false;
  236. //
  237. // txtSc_ClassName
  238. //
  239. this.txtSc_ClassName.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  240. this.txtSc_ClassName.EmptyTextTip = null;
  241. this.txtSc_ClassName.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  242. this.txtSc_ClassName.Font = new System.Drawing.Font("微软雅黑", 9F);
  243. this.txtSc_ClassName.Location = new System.Drawing.Point(91, 46);
  244. this.txtSc_ClassName.Name = "txtSc_ClassName";
  245. this.txtSc_ClassName.Size = new System.Drawing.Size(200, 23);
  246. this.txtSc_ClassName.TabIndex = 47;
  247. //
  248. // txtSc_ClassCode
  249. //
  250. this.txtSc_ClassCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  251. this.txtSc_ClassCode.EmptyTextTip = null;
  252. this.txtSc_ClassCode.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  253. this.txtSc_ClassCode.Font = new System.Drawing.Font("微软雅黑", 9F);
  254. this.txtSc_ClassCode.Location = new System.Drawing.Point(91, 153);
  255. this.txtSc_ClassCode.Name = "txtSc_ClassCode";
  256. this.txtSc_ClassCode.ReadOnly = true;
  257. this.txtSc_ClassCode.Size = new System.Drawing.Size(200, 23);
  258. this.txtSc_ClassCode.TabIndex = 45;
  259. this.txtSc_ClassCode.Visible = false;
  260. //
  261. // lblTypeName1
  262. //
  263. this.lblTypeName1.AutoSize = true;
  264. this.lblTypeName1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  265. this.lblTypeName1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  266. this.lblTypeName1.Location = new System.Drawing.Point(13, 49);
  267. this.lblTypeName1.Name = "lblTypeName1";
  268. this.lblTypeName1.Size = new System.Drawing.Size(77, 17);
  269. this.lblTypeName1.TabIndex = 46;
  270. this.lblTypeName1.Text = "* 类别名称:";
  271. //
  272. // tabPage2
  273. //
  274. this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  275. this.tabPage2.Controls.Add(this.cb_EditDisabled);
  276. this.tabPage2.Controls.Add(this.labelEx9);
  277. this.tabPage2.Controls.Add(this.txtSc_ClassCode2);
  278. this.tabPage2.Controls.Add(this.lblTypeName2);
  279. this.tabPage2.Controls.Add(this.txtSc_ClassRemark2);
  280. this.tabPage2.Controls.Add(this.txtSc_ClassName2);
  281. this.tabPage2.Controls.Add(this.labelEx12);
  282. this.tabPage2.Location = new System.Drawing.Point(4, 34);
  283. this.tabPage2.Margin = new System.Windows.Forms.Padding(0);
  284. this.tabPage2.Name = "tabPage2";
  285. this.tabPage2.RightToLeft = System.Windows.Forms.RightToLeft.No;
  286. this.tabPage2.Size = new System.Drawing.Size(560, 597);
  287. this.tabPage2.TabIndex = 1;
  288. this.tabPage2.Text = "修改";
  289. //
  290. // cb_EditDisabled
  291. //
  292. this.cb_EditDisabled.AutoSize = true;
  293. this.cb_EditDisabled.BackColor = System.Drawing.Color.Transparent;
  294. this.cb_EditDisabled.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  295. this.cb_EditDisabled.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  296. this.cb_EditDisabled.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  297. this.cb_EditDisabled.Fourstates = false;
  298. this.cb_EditDisabled.IsGreenTick = false;
  299. this.cb_EditDisabled.Location = new System.Drawing.Point(91, 90);
  300. this.cb_EditDisabled.Name = "cb_EditDisabled";
  301. this.cb_EditDisabled.Size = new System.Drawing.Size(63, 21);
  302. this.cb_EditDisabled.TabIndex = 66;
  303. this.cb_EditDisabled.Text = "不可用";
  304. this.cb_EditDisabled.UseVisualStyleBackColor = false;
  305. //
  306. // labelEx9
  307. //
  308. this.labelEx9.AutoSize = true;
  309. this.labelEx9.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  310. this.labelEx9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  311. this.labelEx9.Location = new System.Drawing.Point(13, 134);
  312. this.labelEx9.Name = "labelEx9";
  313. this.labelEx9.Size = new System.Drawing.Size(77, 17);
  314. this.labelEx9.TabIndex = 59;
  315. this.labelEx9.Text = "* 类别代码:";
  316. this.labelEx9.Visible = false;
  317. //
  318. // txtSc_ClassCode2
  319. //
  320. this.txtSc_ClassCode2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  321. this.txtSc_ClassCode2.EmptyTextTip = null;
  322. this.txtSc_ClassCode2.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  323. this.txtSc_ClassCode2.Font = new System.Drawing.Font("微软雅黑", 9F);
  324. this.txtSc_ClassCode2.Location = new System.Drawing.Point(91, 131);
  325. this.txtSc_ClassCode2.Name = "txtSc_ClassCode2";
  326. this.txtSc_ClassCode2.ReadOnly = true;
  327. this.txtSc_ClassCode2.Size = new System.Drawing.Size(200, 23);
  328. this.txtSc_ClassCode2.TabIndex = 60;
  329. this.txtSc_ClassCode2.Visible = false;
  330. //
  331. // lblTypeName2
  332. //
  333. this.lblTypeName2.AutoSize = true;
  334. this.lblTypeName2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  335. this.lblTypeName2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  336. this.lblTypeName2.Location = new System.Drawing.Point(13, 19);
  337. this.lblTypeName2.Name = "lblTypeName2";
  338. this.lblTypeName2.Size = new System.Drawing.Size(77, 17);
  339. this.lblTypeName2.TabIndex = 61;
  340. this.lblTypeName2.Text = "* 类别名称:";
  341. //
  342. // txtSc_ClassRemark2
  343. //
  344. this.txtSc_ClassRemark2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  345. this.txtSc_ClassRemark2.EmptyTextTip = null;
  346. this.txtSc_ClassRemark2.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  347. this.txtSc_ClassRemark2.Font = new System.Drawing.Font("微软雅黑", 9F);
  348. this.txtSc_ClassRemark2.Location = new System.Drawing.Point(91, 52);
  349. this.txtSc_ClassRemark2.Name = "txtSc_ClassRemark2";
  350. this.txtSc_ClassRemark2.Size = new System.Drawing.Size(200, 23);
  351. this.txtSc_ClassRemark2.TabIndex = 64;
  352. //
  353. // txtSc_ClassName2
  354. //
  355. this.txtSc_ClassName2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  356. this.txtSc_ClassName2.EmptyTextTip = null;
  357. this.txtSc_ClassName2.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  358. this.txtSc_ClassName2.Font = new System.Drawing.Font("微软雅黑", 9F);
  359. this.txtSc_ClassName2.Location = new System.Drawing.Point(91, 16);
  360. this.txtSc_ClassName2.Name = "txtSc_ClassName2";
  361. this.txtSc_ClassName2.Size = new System.Drawing.Size(200, 23);
  362. this.txtSc_ClassName2.TabIndex = 62;
  363. //
  364. // labelEx12
  365. //
  366. this.labelEx12.AutoSize = true;
  367. this.labelEx12.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  368. this.labelEx12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  369. this.labelEx12.Location = new System.Drawing.Point(44, 55);
  370. this.labelEx12.Name = "labelEx12";
  371. this.labelEx12.Size = new System.Drawing.Size(44, 17);
  372. this.labelEx12.TabIndex = 63;
  373. this.labelEx12.Text = "备注:";
  374. //
  375. // trvSystemSet
  376. //
  377. this.trvSystemSet.BackColor = System.Drawing.Color.White;
  378. this.trvSystemSet.BorderStyle = System.Windows.Forms.BorderStyle.None;
  379. this.trvSystemSet.Dock = System.Windows.Forms.DockStyle.Left;
  380. this.trvSystemSet.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  381. this.trvSystemSet.Location = new System.Drawing.Point(10, 10);
  382. this.trvSystemSet.Name = "trvSystemSet";
  383. this.trvSystemSet.Size = new System.Drawing.Size(300, 635);
  384. this.trvSystemSet.TabIndex = 41;
  385. //
  386. // btnDelete
  387. //
  388. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  389. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  390. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  391. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  392. this.btnDelete.ForeColor = System.Drawing.Color.White;
  393. this.btnDelete.IsCustomBackImg = false;
  394. this.btnDelete.IsShowText = true;
  395. this.btnDelete.Location = new System.Drawing.Point(613, 51);
  396. this.btnDelete.Name = "btnDelete";
  397. this.btnDelete.Size = new System.Drawing.Size(85, 28);
  398. this.btnDelete.TabIndex = 49;
  399. this.btnDelete.Text = " 删除";
  400. this.btnDelete.UseVisualStyleBackColor = false;
  401. //
  402. // btnAdd
  403. //
  404. this.btnAdd.BackColor = System.Drawing.Color.Transparent;
  405. this.btnAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAdd.BackImg")));
  406. this.btnAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  407. this.btnAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  408. this.btnAdd.ForeColor = System.Drawing.Color.White;
  409. this.btnAdd.IsCustomBackImg = false;
  410. this.btnAdd.IsShowText = true;
  411. this.btnAdd.Location = new System.Drawing.Point(516, 51);
  412. this.btnAdd.Name = "btnAdd";
  413. this.btnAdd.Size = new System.Drawing.Size(85, 28);
  414. this.btnAdd.TabIndex = 48;
  415. this.btnAdd.Text = " 增加";
  416. this.btnAdd.UseVisualStyleBackColor = false;
  417. //
  418. // toolTipSystemCode
  419. //
  420. this.toolTipSystemCode.ToolTipTitle = "类别码(双击复制)";
  421. //
  422. // FrmSystemSet
  423. //
  424. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  425. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  426. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  427. this.ClientSize = new System.Drawing.Size(900, 720);
  428. this.Controls.Add(this.btnDelete);
  429. this.Controls.Add(this.btnAdd);
  430. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  431. this.IsUserControlsSize = false;
  432. this.MaximizeBox = false;
  433. this.Name = "FrmSystemSet";
  434. this.Padding = new System.Windows.Forms.Padding(3);
  435. this.Text = "系统类别设置";
  436. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  437. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  438. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  439. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  440. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  441. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  442. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  443. this.Controls.SetChildIndex(this.btnAdd, 0);
  444. this.Controls.SetChildIndex(this.btnDelete, 0);
  445. this.plExMainContainer.ResumeLayout(false);
  446. this.plFormMainContent.ResumeLayout(false);
  447. this.panelEx1.ResumeLayout(false);
  448. this.panelEx4.ResumeLayout(false);
  449. this.tab.ResumeLayout(false);
  450. this.tabPage1.ResumeLayout(false);
  451. this.tabPage1.PerformLayout();
  452. this.tabPage2.ResumeLayout(false);
  453. this.tabPage2.PerformLayout();
  454. this.ResumeLayout(false);
  455. }
  456. #endregion
  457. private ComponentLibrary.PanelEx panelEx1;
  458. private System.Windows.Forms.TabPage tabPage1;
  459. private System.Windows.Forms.TabPage tabPage2;
  460. protected ComponentLibrary.TreeViewEx trvSystemSet;
  461. protected ComponentLibrary.TabControlEx tab;
  462. protected ComponentLibrary.ButtonEx btnDelete;
  463. protected ComponentLibrary.ButtonEx btnAdd;
  464. private ComponentLibrary.LabelEx labelEx1;
  465. protected ComponentLibrary.TextBoxBasicEx txtName;
  466. private ComponentLibrary.LabelEx labelEx2;
  467. protected ComponentLibrary.TextBoxBasicEx txtSc_ClassCode;
  468. protected ComponentLibrary.LabelEx lblTypeName1;
  469. protected ComponentLibrary.TextBoxBasicEx txtSc_ClassName;
  470. private ComponentLibrary.LabelEx labelEx3;
  471. protected ComponentLibrary.TextBoxBasicEx txtSc_ClassRemark;
  472. private ComponentLibrary.LabelEx labelEx9;
  473. protected ComponentLibrary.TextBoxBasicEx txtSc_ClassCode2;
  474. protected ComponentLibrary.LabelEx lblTypeName2;
  475. protected ComponentLibrary.TextBoxBasicEx txtSc_ClassName2;
  476. private ComponentLibrary.LabelEx labelEx12;
  477. protected ComponentLibrary.TextBoxBasicEx txtSc_ClassRemark2;
  478. private ComponentLibrary.PanelEx panelEx4;
  479. protected internal ComponentLibrary.TextBoxBasicEx txtSystemCode;
  480. public System.Windows.Forms.ToolTip toolTipSystemCode;
  481. protected ComponentLibrary.CheckBoxEx cb_EditDisabled;
  482. protected ComponentLibrary.CheckBoxEx cb_AddDisabled;
  483. }
  484. }