AnalystResultTabControl.Designer.cs 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. namespace WWPipeLine.MapTools.Conditions.AnalystToolBar
  2. {
  3. partial class AnalystResultTabControl
  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.uiTabControl1 = new Sunny.UI.UITabControl();
  29. this.SuspendLayout();
  30. //
  31. // uiTabControl1
  32. //
  33. this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
  34. this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
  35. this.uiTabControl1.Font = new System.Drawing.Font("微软雅黑", 12F);
  36. this.uiTabControl1.ItemSize = new System.Drawing.Size(150, 40);
  37. this.uiTabControl1.Location = new System.Drawing.Point(0, 35);
  38. this.uiTabControl1.MainPage = "";
  39. this.uiTabControl1.MenuStyle = Sunny.UI.UIMenuStyle.Custom;
  40. this.uiTabControl1.Name = "uiTabControl1";
  41. this.uiTabControl1.SelectedIndex = 0;
  42. this.uiTabControl1.Size = new System.Drawing.Size(820, 398);
  43. this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  44. this.uiTabControl1.TabBackColor = System.Drawing.Color.White;
  45. this.uiTabControl1.TabIndex = 0;
  46. this.uiTabControl1.TabSelectedColor = System.Drawing.Color.White;
  47. this.uiTabControl1.TabUnSelectedForeColor = System.Drawing.Color.Black;
  48. //
  49. // AnalystResultTabControl
  50. //
  51. this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F);
  52. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  53. this.ClientSize = new System.Drawing.Size(820, 433);
  54. this.Controls.Add(this.uiTabControl1);
  55. this.MaximizeBox = false;
  56. this.MinimizeBox = false;
  57. this.Name = "AnalystResultTabControl";
  58. this.Text = "分析结果";
  59. this.TopMost = true;
  60. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  61. this.Load += new System.EventHandler(this.YuJingAnalystResult_Load);
  62. this.ResumeLayout(false);
  63. }
  64. #endregion
  65. private Sunny.UI.UITabControl uiTabControl1;
  66. }
  67. }