锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

419 lines
26 KiB

5 months ago
  1. namespace ICSSoft.Frame.Main.Entrance
  2. {
  3. partial class FormMain
  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(FormMain));
  30. this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
  31. this.btnMinWindow = new DevExpress.XtraEditors.SimpleButton();
  32. this.btnModifyPwd = new DevExpress.XtraEditors.SimpleButton();
  33. this.btnLogOut = new DevExpress.XtraEditors.SimpleButton();
  34. this.btnInfoCenter = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnMyMenu = new DevExpress.XtraEditors.SimpleButton();
  36. this.btnSysMenu = new DevExpress.XtraEditors.SimpleButton();
  37. this.btnExit = new DevExpress.XtraEditors.SimpleButton();
  38. this.panelControl4 = new DevExpress.XtraEditors.PanelControl();
  39. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  40. this.lblCompanyName = new DevExpress.XtraEditors.SimpleButton();
  41. this.lblWorkPointName = new DevExpress.XtraEditors.LabelControl();
  42. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  43. this.panelControl3 = new DevExpress.XtraEditors.PanelControl();
  44. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  45. this.lblRole = new DevExpress.XtraEditors.LabelControl();
  46. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  47. this.lblUserName = new DevExpress.XtraEditors.LabelControl();
  48. this.xtraTabbedMdiManager1 = new DevExpress.XtraTabbedMdi.XtraTabbedMdiManager(this.components);
  49. this.navMain = new DevExpress.XtraNavBar.NavBarControl();
  50. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
  51. this.panelControl2.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  54. this.panelControl1.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).BeginInit();
  56. this.panelControl3.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager1)).BeginInit();
  58. ((System.ComponentModel.ISupportInitialize)(this.navMain)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // panelControl2
  62. //
  63. this.panelControl2.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  64. this.panelControl2.Appearance.Options.UseBackColor = true;
  65. this.panelControl2.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  66. this.panelControl2.Controls.Add(this.btnMinWindow);
  67. this.panelControl2.Controls.Add(this.btnModifyPwd);
  68. this.panelControl2.Controls.Add(this.btnLogOut);
  69. this.panelControl2.Controls.Add(this.btnInfoCenter);
  70. this.panelControl2.Controls.Add(this.btnMyMenu);
  71. this.panelControl2.Controls.Add(this.btnSysMenu);
  72. this.panelControl2.Controls.Add(this.btnExit);
  73. this.panelControl2.Dock = System.Windows.Forms.DockStyle.Left;
  74. this.panelControl2.Location = new System.Drawing.Point(0, 0);
  75. this.panelControl2.Name = "panelControl2";
  76. this.panelControl2.Size = new System.Drawing.Size(89, 509);
  77. this.panelControl2.TabIndex = 1;
  78. //
  79. // btnMinWindow
  80. //
  81. this.btnMinWindow.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  82. this.btnMinWindow.Appearance.ForeColor = System.Drawing.Color.White;
  83. this.btnMinWindow.Appearance.Options.UseFont = true;
  84. this.btnMinWindow.Appearance.Options.UseForeColor = true;
  85. this.btnMinWindow.Appearance.Options.UseTextOptions = true;
  86. this.btnMinWindow.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  87. this.btnMinWindow.Dock = System.Windows.Forms.DockStyle.Bottom;
  88. this.btnMinWindow.Image = ((System.Drawing.Image)(resources.GetObject("btnMinWindow.Image")));
  89. this.btnMinWindow.Location = new System.Drawing.Point(0, 417);
  90. this.btnMinWindow.LookAndFeel.SkinName = "BlueButtonSkin";
  91. this.btnMinWindow.LookAndFeel.UseDefaultLookAndFeel = false;
  92. this.btnMinWindow.Name = "btnMinWindow";
  93. this.btnMinWindow.Size = new System.Drawing.Size(89, 23);
  94. this.btnMinWindow.TabIndex = 2;
  95. this.btnMinWindow.Text = "最小化窗体";
  96. this.btnMinWindow.Click += new System.EventHandler(this.btnMinWindow_Click);
  97. //
  98. // btnModifyPwd
  99. //
  100. this.btnModifyPwd.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  101. this.btnModifyPwd.Appearance.ForeColor = System.Drawing.Color.White;
  102. this.btnModifyPwd.Appearance.Options.UseFont = true;
  103. this.btnModifyPwd.Appearance.Options.UseForeColor = true;
  104. this.btnModifyPwd.Appearance.Options.UseTextOptions = true;
  105. this.btnModifyPwd.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  106. this.btnModifyPwd.Dock = System.Windows.Forms.DockStyle.Bottom;
  107. this.btnModifyPwd.Image = ((System.Drawing.Image)(resources.GetObject("btnModifyPwd.Image")));
  108. this.btnModifyPwd.Location = new System.Drawing.Point(0, 440);
  109. this.btnModifyPwd.LookAndFeel.SkinName = "BlueButtonSkin";
  110. this.btnModifyPwd.LookAndFeel.UseDefaultLookAndFeel = false;
  111. this.btnModifyPwd.Name = "btnModifyPwd";
  112. this.btnModifyPwd.Size = new System.Drawing.Size(89, 23);
  113. this.btnModifyPwd.TabIndex = 1;
  114. this.btnModifyPwd.Text = "修改口令";
  115. this.btnModifyPwd.Click += new System.EventHandler(this.btnModifyPwd_Click);
  116. //
  117. // btnLogOut
  118. //
  119. this.btnLogOut.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  120. this.btnLogOut.Appearance.ForeColor = System.Drawing.Color.White;
  121. this.btnLogOut.Appearance.Options.UseFont = true;
  122. this.btnLogOut.Appearance.Options.UseForeColor = true;
  123. this.btnLogOut.Appearance.Options.UseTextOptions = true;
  124. this.btnLogOut.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  125. this.btnLogOut.Dock = System.Windows.Forms.DockStyle.Bottom;
  126. this.btnLogOut.Image = ((System.Drawing.Image)(resources.GetObject("btnLogOut.Image")));
  127. this.btnLogOut.Location = new System.Drawing.Point(0, 463);
  128. this.btnLogOut.LookAndFeel.SkinName = "BlueButtonSkin";
  129. this.btnLogOut.LookAndFeel.UseDefaultLookAndFeel = false;
  130. this.btnLogOut.Name = "btnLogOut";
  131. this.btnLogOut.Size = new System.Drawing.Size(89, 23);
  132. this.btnLogOut.TabIndex = 1;
  133. this.btnLogOut.Text = "重新注册";
  134. this.btnLogOut.Click += new System.EventHandler(this.btnLogOut_Click);
  135. //
  136. // btnInfoCenter
  137. //
  138. this.btnInfoCenter.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.btnInfoCenter.Appearance.ForeColor = System.Drawing.Color.White;
  140. this.btnInfoCenter.Appearance.Options.UseFont = true;
  141. this.btnInfoCenter.Appearance.Options.UseForeColor = true;
  142. this.btnInfoCenter.Image = ((System.Drawing.Image)(resources.GetObject("btnInfoCenter.Image")));
  143. this.btnInfoCenter.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
  144. this.btnInfoCenter.Location = new System.Drawing.Point(0, 139);
  145. this.btnInfoCenter.LookAndFeel.SkinName = "BlueButtonSkin";
  146. this.btnInfoCenter.LookAndFeel.UseDefaultLookAndFeel = false;
  147. this.btnInfoCenter.Name = "btnInfoCenter";
  148. this.btnInfoCenter.Size = new System.Drawing.Size(86, 67);
  149. this.btnInfoCenter.TabIndex = 0;
  150. this.btnInfoCenter.Text = "信息中心";
  151. this.btnInfoCenter.Click += new System.EventHandler(this.btnInfoCenter_Click);
  152. //
  153. // btnMyMenu
  154. //
  155. this.btnMyMenu.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.btnMyMenu.Appearance.ForeColor = System.Drawing.Color.White;
  157. this.btnMyMenu.Appearance.Options.UseFont = true;
  158. this.btnMyMenu.Appearance.Options.UseForeColor = true;
  159. this.btnMyMenu.Image = ((System.Drawing.Image)(resources.GetObject("btnMyMenu.Image")));
  160. this.btnMyMenu.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
  161. this.btnMyMenu.Location = new System.Drawing.Point(0, 72);
  162. this.btnMyMenu.LookAndFeel.SkinName = "BlueButtonSkin";
  163. this.btnMyMenu.LookAndFeel.UseDefaultLookAndFeel = false;
  164. this.btnMyMenu.Name = "btnMyMenu";
  165. this.btnMyMenu.Size = new System.Drawing.Size(86, 67);
  166. this.btnMyMenu.TabIndex = 0;
  167. this.btnMyMenu.Text = "自定义菜单";
  168. this.btnMyMenu.Click += new System.EventHandler(this.btnMyMenu_Click);
  169. //
  170. // btnSysMenu
  171. //
  172. this.btnSysMenu.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.btnSysMenu.Appearance.ForeColor = System.Drawing.Color.White;
  174. this.btnSysMenu.Appearance.Options.UseFont = true;
  175. this.btnSysMenu.Appearance.Options.UseForeColor = true;
  176. this.btnSysMenu.Image = ((System.Drawing.Image)(resources.GetObject("btnSysMenu.Image")));
  177. this.btnSysMenu.ImageLocation = DevExpress.XtraEditors.ImageLocation.TopCenter;
  178. this.btnSysMenu.Location = new System.Drawing.Point(0, 3);
  179. this.btnSysMenu.LookAndFeel.SkinName = "BlueButtonSkin";
  180. this.btnSysMenu.LookAndFeel.UseDefaultLookAndFeel = false;
  181. this.btnSysMenu.Name = "btnSysMenu";
  182. this.btnSysMenu.Size = new System.Drawing.Size(86, 69);
  183. this.btnSysMenu.TabIndex = 0;
  184. this.btnSysMenu.Text = "业务导航";
  185. this.btnSysMenu.Click += new System.EventHandler(this.btnSysMenu_Click);
  186. //
  187. // btnExit
  188. //
  189. this.btnExit.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  190. this.btnExit.Appearance.ForeColor = System.Drawing.Color.White;
  191. this.btnExit.Appearance.Options.UseFont = true;
  192. this.btnExit.Appearance.Options.UseForeColor = true;
  193. this.btnExit.Appearance.Options.UseTextOptions = true;
  194. this.btnExit.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  195. this.btnExit.Dock = System.Windows.Forms.DockStyle.Bottom;
  196. this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
  197. this.btnExit.Location = new System.Drawing.Point(0, 486);
  198. this.btnExit.LookAndFeel.SkinName = "BlueButtonSkin";
  199. this.btnExit.LookAndFeel.UseDefaultLookAndFeel = false;
  200. this.btnExit.Name = "btnExit";
  201. this.btnExit.Size = new System.Drawing.Size(89, 23);
  202. this.btnExit.TabIndex = 1;
  203. this.btnExit.Text = "退出系统";
  204. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  205. //
  206. // panelControl4
  207. //
  208. this.panelControl4.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  209. this.panelControl4.Appearance.Options.UseBackColor = true;
  210. this.panelControl4.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  211. this.panelControl4.Dock = System.Windows.Forms.DockStyle.Right;
  212. this.panelControl4.Location = new System.Drawing.Point(987, 0);
  213. this.panelControl4.Name = "panelControl4";
  214. this.panelControl4.Size = new System.Drawing.Size(1, 509);
  215. this.panelControl4.TabIndex = 3;
  216. //
  217. // panelControl1
  218. //
  219. this.panelControl1.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  220. this.panelControl1.Appearance.Options.UseBackColor = true;
  221. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  222. this.panelControl1.Controls.Add(this.lblCompanyName);
  223. this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
  224. this.panelControl1.Location = new System.Drawing.Point(0, 509);
  225. this.panelControl1.Name = "panelControl1";
  226. this.panelControl1.Size = new System.Drawing.Size(988, 23);
  227. this.panelControl1.TabIndex = 5;
  228. //
  229. // lblCompanyName
  230. //
  231. this.lblCompanyName.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  232. this.lblCompanyName.Appearance.ForeColor = System.Drawing.Color.White;
  233. this.lblCompanyName.Appearance.Options.UseFont = true;
  234. this.lblCompanyName.Appearance.Options.UseForeColor = true;
  235. this.lblCompanyName.Appearance.Options.UseTextOptions = true;
  236. this.lblCompanyName.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  237. this.lblCompanyName.Dock = System.Windows.Forms.DockStyle.Right;
  238. this.lblCompanyName.Image = ((System.Drawing.Image)(resources.GetObject("lblCompanyName.Image")));
  239. this.lblCompanyName.Location = new System.Drawing.Point(692, 0);
  240. this.lblCompanyName.LookAndFeel.SkinName = "BlueButtonSkin";
  241. this.lblCompanyName.LookAndFeel.UseDefaultLookAndFeel = false;
  242. this.lblCompanyName.Name = "lblCompanyName";
  243. this.lblCompanyName.Size = new System.Drawing.Size(296, 23);
  244. this.lblCompanyName.TabIndex = 5;
  245. this.lblCompanyName.Text = "搜索";
  246. //
  247. // lblWorkPointName
  248. //
  249. this.lblWorkPointName.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  250. this.lblWorkPointName.Appearance.ForeColor = System.Drawing.Color.White;
  251. this.lblWorkPointName.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  252. this.lblWorkPointName.Dock = System.Windows.Forms.DockStyle.Right;
  253. this.lblWorkPointName.Location = new System.Drawing.Point(739, 0);
  254. this.lblWorkPointName.Name = "lblWorkPointName";
  255. this.lblWorkPointName.Size = new System.Drawing.Size(159, 26);
  256. this.lblWorkPointName.TabIndex = 0;
  257. this.lblWorkPointName.Text = "ddddd";
  258. //
  259. // labelControl1
  260. //
  261. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  262. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.White;
  263. this.labelControl1.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("labelControl1.Appearance.Image")));
  264. this.labelControl1.Appearance.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  265. this.labelControl1.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  266. this.labelControl1.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  267. this.labelControl1.Dock = System.Windows.Forms.DockStyle.Right;
  268. this.labelControl1.Location = new System.Drawing.Point(649, 0);
  269. this.labelControl1.Name = "labelControl1";
  270. this.labelControl1.Size = new System.Drawing.Size(90, 26);
  271. this.labelControl1.TabIndex = 0;
  272. this.labelControl1.Text = "当前站点:";
  273. //
  274. // panelControl3
  275. //
  276. this.panelControl3.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  277. this.panelControl3.Appearance.Options.UseBackColor = true;
  278. this.panelControl3.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  279. this.panelControl3.Controls.Add(this.labelControl3);
  280. this.panelControl3.Controls.Add(this.lblRole);
  281. this.panelControl3.Controls.Add(this.labelControl2);
  282. this.panelControl3.Controls.Add(this.lblUserName);
  283. this.panelControl3.Controls.Add(this.labelControl1);
  284. this.panelControl3.Controls.Add(this.lblWorkPointName);
  285. this.panelControl3.Dock = System.Windows.Forms.DockStyle.Top;
  286. this.panelControl3.Location = new System.Drawing.Point(89, 0);
  287. this.panelControl3.Name = "panelControl3";
  288. this.panelControl3.Size = new System.Drawing.Size(898, 26);
  289. this.panelControl3.TabIndex = 9;
  290. //
  291. // labelControl3
  292. //
  293. this.labelControl3.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  294. this.labelControl3.Appearance.ForeColor = System.Drawing.Color.White;
  295. this.labelControl3.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("labelControl3.Appearance.Image")));
  296. this.labelControl3.Appearance.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  297. this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  298. this.labelControl3.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  299. this.labelControl3.Dock = System.Windows.Forms.DockStyle.Right;
  300. this.labelControl3.Location = new System.Drawing.Point(290, 0);
  301. this.labelControl3.Name = "labelControl3";
  302. this.labelControl3.Size = new System.Drawing.Size(88, 26);
  303. this.labelControl3.TabIndex = 4;
  304. this.labelControl3.Text = "用户角色:";
  305. //
  306. // lblRole
  307. //
  308. this.lblRole.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  309. this.lblRole.Appearance.ForeColor = System.Drawing.Color.White;
  310. this.lblRole.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  311. this.lblRole.Dock = System.Windows.Forms.DockStyle.Right;
  312. this.lblRole.Location = new System.Drawing.Point(378, 0);
  313. this.lblRole.Name = "lblRole";
  314. this.lblRole.Size = new System.Drawing.Size(88, 26);
  315. this.lblRole.TabIndex = 3;
  316. this.lblRole.Text = "ddddd";
  317. //
  318. // labelControl2
  319. //
  320. this.labelControl2.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  321. this.labelControl2.Appearance.ForeColor = System.Drawing.Color.White;
  322. this.labelControl2.Appearance.Image = ((System.Drawing.Image)(resources.GetObject("labelControl2.Appearance.Image")));
  323. this.labelControl2.Appearance.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  324. this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  325. this.labelControl2.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  326. this.labelControl2.Dock = System.Windows.Forms.DockStyle.Right;
  327. this.labelControl2.Location = new System.Drawing.Point(466, 0);
  328. this.labelControl2.Name = "labelControl2";
  329. this.labelControl2.Size = new System.Drawing.Size(95, 26);
  330. this.labelControl2.TabIndex = 2;
  331. this.labelControl2.Text = "当前用户:";
  332. //
  333. // lblUserName
  334. //
  335. this.lblUserName.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  336. this.lblUserName.Appearance.ForeColor = System.Drawing.Color.White;
  337. this.lblUserName.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  338. this.lblUserName.Dock = System.Windows.Forms.DockStyle.Right;
  339. this.lblUserName.Location = new System.Drawing.Point(561, 0);
  340. this.lblUserName.Name = "lblUserName";
  341. this.lblUserName.Size = new System.Drawing.Size(88, 26);
  342. this.lblUserName.TabIndex = 1;
  343. this.lblUserName.Text = "ddddd";
  344. //
  345. // xtraTabbedMdiManager1
  346. //
  347. this.xtraTabbedMdiManager1.MdiParent = this;
  348. //
  349. // navMain
  350. //
  351. this.navMain.ActiveGroup = null;
  352. this.navMain.Dock = System.Windows.Forms.DockStyle.Left;
  353. this.navMain.Location = new System.Drawing.Point(89, 26);
  354. this.navMain.Name = "navMain";
  355. this.navMain.OptionsNavPane.ExpandedWidth = 208;
  356. this.navMain.Size = new System.Drawing.Size(208, 483);
  357. this.navMain.TabIndex = 0;
  358. this.navMain.Text = "navBarControl1";
  359. this.navMain.View = new DevExpress.XtraNavBar.ViewInfo.StandardSkinNavigationPaneViewInfoRegistrator("Office 2010 Blue");
  360. //
  361. // FormMain
  362. //
  363. this.Appearance.BackColor = System.Drawing.Color.White;
  364. this.Appearance.Options.UseBackColor = true;
  365. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  366. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  367. this.ClientSize = new System.Drawing.Size(988, 532);
  368. this.Controls.Add(this.navMain);
  369. this.Controls.Add(this.panelControl3);
  370. this.Controls.Add(this.panelControl4);
  371. this.Controls.Add(this.panelControl2);
  372. this.Controls.Add(this.panelControl1);
  373. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  374. this.IsMdiContainer = true;
  375. this.Name = "FormMain";
  376. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  377. this.Text = "FormMain";
  378. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  379. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
  380. this.Load += new System.EventHandler(this.FormMain_Load);
  381. ((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
  382. this.panelControl2.ResumeLayout(false);
  383. ((System.ComponentModel.ISupportInitialize)(this.panelControl4)).EndInit();
  384. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  385. this.panelControl1.ResumeLayout(false);
  386. ((System.ComponentModel.ISupportInitialize)(this.panelControl3)).EndInit();
  387. this.panelControl3.ResumeLayout(false);
  388. ((System.ComponentModel.ISupportInitialize)(this.xtraTabbedMdiManager1)).EndInit();
  389. ((System.ComponentModel.ISupportInitialize)(this.navMain)).EndInit();
  390. this.ResumeLayout(false);
  391. }
  392. #endregion
  393. private DevExpress.XtraEditors.PanelControl panelControl2;
  394. private DevExpress.XtraEditors.PanelControl panelControl4;
  395. private DevExpress.XtraEditors.SimpleButton btnSysMenu;
  396. private DevExpress.XtraEditors.SimpleButton btnMyMenu;
  397. private DevExpress.XtraEditors.SimpleButton btnInfoCenter;
  398. private DevExpress.XtraEditors.SimpleButton btnLogOut;
  399. private DevExpress.XtraEditors.SimpleButton btnModifyPwd;
  400. private DevExpress.XtraEditors.SimpleButton btnExit;
  401. private DevExpress.XtraEditors.PanelControl panelControl1;
  402. private DevExpress.XtraEditors.PanelControl panelControl3;
  403. private DevExpress.XtraEditors.LabelControl labelControl1;
  404. private DevExpress.XtraEditors.LabelControl lblWorkPointName;
  405. private DevExpress.XtraTabbedMdi.XtraTabbedMdiManager xtraTabbedMdiManager1;
  406. private DevExpress.XtraEditors.LabelControl labelControl2;
  407. private DevExpress.XtraEditors.LabelControl lblUserName;
  408. private DevExpress.XtraEditors.LabelControl labelControl3;
  409. private DevExpress.XtraEditors.LabelControl lblRole;
  410. private DevExpress.XtraNavBar.NavBarControl navMain;
  411. private DevExpress.XtraEditors.SimpleButton btnMinWindow;
  412. private DevExpress.XtraEditors.SimpleButton lblCompanyName;
  413. }
  414. }