FrmDepartmentSet.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289
  1. namespace LYFZ.Software.UI.InitialSet
  2. {
  3. partial class FrmDepartmentSet
  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(FrmDepartmentSet));
  29. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  30. this.btnDelete = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  32. this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
  33. this.tabPage1 = new System.Windows.Forms.TabPage();
  34. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  35. this.txtDt_Name = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  36. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  37. this.tabPage2 = new System.Windows.Forms.TabPage();
  38. this.btnUpdate = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.txtDt_Name2 = new LYFZ.ComponentLibrary.TextBoxBasicEx();
  40. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  41. this.trvdep = new LYFZ.ComponentLibrary.TreeViewEx();
  42. this.plExMainContainer.SuspendLayout();
  43. this.plFormMainContent.SuspendLayout();
  44. this.panelEx1.SuspendLayout();
  45. this.tabControlEx1.SuspendLayout();
  46. this.tabPage1.SuspendLayout();
  47. this.tabPage2.SuspendLayout();
  48. this.SuspendLayout();
  49. //
  50. // plExMainContainer
  51. //
  52. this.plExMainContainer.Controls.Add(this.panelEx1);
  53. this.plExMainContainer.Size = new System.Drawing.Size(701, 454);
  54. //
  55. // plFormMainContent
  56. //
  57. this.plFormMainContent.Size = new System.Drawing.Size(701, 454);
  58. //
  59. // btnAppFormMaximize
  60. //
  61. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  62. this.btnAppFormMaximize.Location = new System.Drawing.Point(621, 0);
  63. //
  64. // btnAppFormExit
  65. //
  66. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  67. this.btnAppFormExit.Location = new System.Drawing.Point(669, 0);
  68. //
  69. // btnAppFormMinimize
  70. //
  71. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  72. this.btnAppFormMinimize.Location = new System.Drawing.Point(642, 0);
  73. //
  74. // panelEx1
  75. //
  76. this.panelEx1.BorderColor = System.Drawing.Color.Black;
  77. this.panelEx1.BorderWidth = 1;
  78. this.panelEx1.Controls.Add(this.btnDelete);
  79. this.panelEx1.Controls.Add(this.btnClose);
  80. this.panelEx1.Controls.Add(this.tabControlEx1);
  81. this.panelEx1.Controls.Add(this.trvdep);
  82. this.panelEx1.Location = new System.Drawing.Point(20, 20);
  83. this.panelEx1.Name = "panelEx1";
  84. this.panelEx1.Size = new System.Drawing.Size(660, 419);
  85. this.panelEx1.TabIndex = 0;
  86. //
  87. // btnDelete
  88. //
  89. this.btnDelete.BackColor = System.Drawing.Color.Transparent;
  90. this.btnDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnDelete.BackImg")));
  91. this.btnDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  92. this.btnDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  93. this.btnDelete.ForeColor = System.Drawing.Color.White;
  94. this.btnDelete.IsCustomBackImg = false;
  95. this.btnDelete.IsShowText = true;
  96. this.btnDelete.Location = new System.Drawing.Point(234, 106);
  97. this.btnDelete.Name = "btnDelete";
  98. this.btnDelete.Size = new System.Drawing.Size(80, 25);
  99. this.btnDelete.TabIndex = 52;
  100. this.btnDelete.Text = "删除部门";
  101. this.btnDelete.UseVisualStyleBackColor = false;
  102. //
  103. // btnClose
  104. //
  105. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  106. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  107. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  108. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  109. this.btnClose.ForeColor = System.Drawing.Color.White;
  110. this.btnClose.IsCustomBackImg = false;
  111. this.btnClose.IsShowText = true;
  112. this.btnClose.Location = new System.Drawing.Point(234, 161);
  113. this.btnClose.Name = "btnClose";
  114. this.btnClose.Size = new System.Drawing.Size(80, 25);
  115. this.btnClose.TabIndex = 51;
  116. this.btnClose.Text = "关闭";
  117. this.btnClose.UseVisualStyleBackColor = false;
  118. //
  119. // tabControlEx1
  120. //
  121. this.tabControlEx1.BaseColor = System.Drawing.Color.White;
  122. this.tabControlEx1.BorderColor = System.Drawing.Color.White;
  123. this.tabControlEx1.Controls.Add(this.tabPage1);
  124. this.tabControlEx1.Controls.Add(this.tabPage2);
  125. this.tabControlEx1.ItemSize = new System.Drawing.Size(70, 36);
  126. this.tabControlEx1.Location = new System.Drawing.Point(320, 7);
  127. this.tabControlEx1.Name = "tabControlEx1";
  128. this.tabControlEx1.PageColor = System.Drawing.Color.White;
  129. this.tabControlEx1.SelectedIndex = 0;
  130. this.tabControlEx1.Size = new System.Drawing.Size(334, 409);
  131. this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  132. this.tabControlEx1.TabIndex = 50;
  133. //
  134. // tabPage1
  135. //
  136. this.tabPage1.BackColor = System.Drawing.Color.White;
  137. this.tabPage1.Controls.Add(this.btnSave);
  138. this.tabPage1.Controls.Add(this.txtDt_Name);
  139. this.tabPage1.Controls.Add(this.labelEx2);
  140. this.tabPage1.Location = new System.Drawing.Point(4, 40);
  141. this.tabPage1.Name = "tabPage1";
  142. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  143. this.tabPage1.Size = new System.Drawing.Size(326, 365);
  144. this.tabPage1.TabIndex = 0;
  145. this.tabPage1.Text = "增加";
  146. //
  147. // btnSave
  148. //
  149. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  150. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  151. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  152. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  153. this.btnSave.ForeColor = System.Drawing.Color.White;
  154. this.btnSave.IsCustomBackImg = false;
  155. this.btnSave.IsShowText = true;
  156. this.btnSave.Location = new System.Drawing.Point(139, 114);
  157. this.btnSave.Name = "btnSave";
  158. this.btnSave.Size = new System.Drawing.Size(80, 25);
  159. this.btnSave.TabIndex = 37;
  160. this.btnSave.Text = "增加部门";
  161. this.btnSave.UseVisualStyleBackColor = false;
  162. //
  163. // txtDt_Name
  164. //
  165. this.txtDt_Name.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  166. this.txtDt_Name.EmptyTextTip = null;
  167. this.txtDt_Name.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  168. this.txtDt_Name.Font = new System.Drawing.Font("微软雅黑", 9F);
  169. this.txtDt_Name.Location = new System.Drawing.Point(112, 52);
  170. this.txtDt_Name.Name = "txtDt_Name";
  171. this.txtDt_Name.Size = new System.Drawing.Size(144, 23);
  172. this.txtDt_Name.TabIndex = 36;
  173. //
  174. // labelEx2
  175. //
  176. this.labelEx2.AutoSize = true;
  177. this.labelEx2.BackColor = System.Drawing.Color.Transparent;
  178. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  179. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  180. this.labelEx2.Location = new System.Drawing.Point(36, 56);
  181. this.labelEx2.Name = "labelEx2";
  182. this.labelEx2.Size = new System.Drawing.Size(73, 17);
  183. this.labelEx2.TabIndex = 35;
  184. this.labelEx2.Text = "*部门名称:";
  185. //
  186. // tabPage2
  187. //
  188. this.tabPage2.BackColor = System.Drawing.Color.White;
  189. this.tabPage2.Controls.Add(this.btnUpdate);
  190. this.tabPage2.Controls.Add(this.txtDt_Name2);
  191. this.tabPage2.Controls.Add(this.labelEx1);
  192. this.tabPage2.Location = new System.Drawing.Point(4, 40);
  193. this.tabPage2.Name = "tabPage2";
  194. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  195. this.tabPage2.Size = new System.Drawing.Size(321, 365);
  196. this.tabPage2.TabIndex = 1;
  197. this.tabPage2.Text = "修改";
  198. //
  199. // btnUpdate
  200. //
  201. this.btnUpdate.BackColor = System.Drawing.Color.Transparent;
  202. this.btnUpdate.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnUpdate.BackImg")));
  203. this.btnUpdate.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  204. this.btnUpdate.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  205. this.btnUpdate.ForeColor = System.Drawing.Color.White;
  206. this.btnUpdate.IsCustomBackImg = false;
  207. this.btnUpdate.IsShowText = true;
  208. this.btnUpdate.Location = new System.Drawing.Point(147, 114);
  209. this.btnUpdate.Name = "btnUpdate";
  210. this.btnUpdate.Size = new System.Drawing.Size(80, 25);
  211. this.btnUpdate.TabIndex = 40;
  212. this.btnUpdate.Text = "修改部门";
  213. this.btnUpdate.UseVisualStyleBackColor = false;
  214. //
  215. // txtDt_Name2
  216. //
  217. this.txtDt_Name2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  218. this.txtDt_Name2.EmptyTextTip = null;
  219. this.txtDt_Name2.EmptyTextTipColor = System.Drawing.Color.DarkGray;
  220. this.txtDt_Name2.Font = new System.Drawing.Font("微软雅黑", 9F);
  221. this.txtDt_Name2.Location = new System.Drawing.Point(120, 64);
  222. this.txtDt_Name2.Name = "txtDt_Name2";
  223. this.txtDt_Name2.Size = new System.Drawing.Size(144, 23);
  224. this.txtDt_Name2.TabIndex = 39;
  225. //
  226. // labelEx1
  227. //
  228. this.labelEx1.AutoSize = true;
  229. this.labelEx1.BackColor = System.Drawing.Color.Transparent;
  230. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  231. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  232. this.labelEx1.Location = new System.Drawing.Point(44, 67);
  233. this.labelEx1.Name = "labelEx1";
  234. this.labelEx1.Size = new System.Drawing.Size(73, 17);
  235. this.labelEx1.TabIndex = 38;
  236. this.labelEx1.Text = "*部门名称:";
  237. //
  238. // trvdep
  239. //
  240. this.trvdep.HideSelection = false;
  241. this.trvdep.Location = new System.Drawing.Point(2, 7);
  242. this.trvdep.Name = "trvdep";
  243. this.trvdep.Size = new System.Drawing.Size(224, 409);
  244. this.trvdep.TabIndex = 49;
  245. //
  246. // FrmDepartmentSet
  247. //
  248. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  249. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  250. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  251. this.ClientSize = new System.Drawing.Size(701, 519);
  252. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  253. this.MaximizeBox = false;
  254. this.Name = "FrmDepartmentSet";
  255. this.Text = "部门设置";
  256. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  257. this.plExMainContainer.ResumeLayout(false);
  258. this.plFormMainContent.ResumeLayout(false);
  259. this.panelEx1.ResumeLayout(false);
  260. this.tabControlEx1.ResumeLayout(false);
  261. this.tabPage1.ResumeLayout(false);
  262. this.tabPage1.PerformLayout();
  263. this.tabPage2.ResumeLayout(false);
  264. this.tabPage2.PerformLayout();
  265. this.ResumeLayout(false);
  266. }
  267. #endregion
  268. private ComponentLibrary.PanelEx panelEx1;
  269. protected ComponentLibrary.ButtonEx btnDelete;
  270. protected ComponentLibrary.ButtonEx btnClose;
  271. private ComponentLibrary.TabControlEx tabControlEx1;
  272. private System.Windows.Forms.TabPage tabPage1;
  273. protected ComponentLibrary.ButtonEx btnSave;
  274. protected ComponentLibrary.TextBoxBasicEx txtDt_Name;
  275. private ComponentLibrary.LabelEx labelEx2;
  276. private System.Windows.Forms.TabPage tabPage2;
  277. protected ComponentLibrary.ButtonEx btnUpdate;
  278. protected ComponentLibrary.TextBoxBasicEx txtDt_Name2;
  279. private ComponentLibrary.LabelEx labelEx1;
  280. protected ComponentLibrary.TreeViewEx trvdep;
  281. }
  282. }