锐腾搅拌上料功能
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.

116 lines
6.1 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormKodTree
  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.splitContainerControl = new DevExpress.XtraEditors.SplitContainerControl();
  29. this.treeList = new DevExpress.XtraTreeList.TreeList();
  30. this.tabControlMian = new DevExpress.XtraTab.XtraTabControl();
  31. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl)).BeginInit();
  32. this.splitContainerControl.SuspendLayout();
  33. ((System.ComponentModel.ISupportInitialize)(this.treeList)).BeginInit();
  34. ((System.ComponentModel.ISupportInitialize)(this.tabControlMian)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // splitContainerControl
  38. //
  39. this.splitContainerControl.Dock = System.Windows.Forms.DockStyle.Fill;
  40. this.splitContainerControl.Location = new System.Drawing.Point(0, 0);
  41. this.splitContainerControl.Name = "splitContainerControl";
  42. this.splitContainerControl.Padding = new System.Windows.Forms.Padding(6);
  43. this.splitContainerControl.Panel1.Controls.Add(this.treeList);
  44. this.splitContainerControl.Panel1.Text = "Panel1";
  45. this.splitContainerControl.Panel2.Controls.Add(this.tabControlMian);
  46. this.splitContainerControl.Panel2.Text = "Panel2";
  47. this.splitContainerControl.Size = new System.Drawing.Size(881, 511);
  48. this.splitContainerControl.SplitterPosition = 165;
  49. this.splitContainerControl.TabIndex = 0;
  50. this.splitContainerControl.Text = "splitContainerControl1";
  51. //
  52. // treeList
  53. //
  54. this.treeList.Appearance.FocusedCell.BackColor = System.Drawing.Color.Blue;
  55. this.treeList.Appearance.FocusedCell.ForeColor = System.Drawing.Color.White;
  56. this.treeList.Appearance.FocusedCell.Options.UseBackColor = true;
  57. this.treeList.Appearance.FocusedCell.Options.UseForeColor = true;
  58. this.treeList.Appearance.TreeLine.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  59. this.treeList.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  60. this.treeList.Dock = System.Windows.Forms.DockStyle.Fill;
  61. this.treeList.Location = new System.Drawing.Point(0, 0);
  62. this.treeList.Margin = new System.Windows.Forms.Padding(0);
  63. this.treeList.Name = "treeList";
  64. this.treeList.OptionsBehavior.Editable = false;
  65. this.treeList.OptionsMenu.EnableColumnMenu = false;
  66. this.treeList.OptionsMenu.EnableFooterMenu = false;
  67. this.treeList.OptionsView.ShowColumns = false;
  68. this.treeList.OptionsView.ShowHorzLines = false;
  69. this.treeList.OptionsView.ShowIndicator = false;
  70. this.treeList.OptionsView.ShowVertLines = false;
  71. this.treeList.Size = new System.Drawing.Size(165, 499);
  72. this.treeList.TabIndex = 0;
  73. this.treeList.CustomDrawNodeImages += new DevExpress.XtraTreeList.CustomDrawNodeImagesEventHandler(this.treeList_CustomDrawNodeImages);
  74. this.treeList.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.treeList_MouseDoubleClick);
  75. //
  76. // tabControlMian
  77. //
  78. this.tabControlMian.ClosePageButtonShowMode = DevExpress.XtraTab.ClosePageButtonShowMode.InAllTabPageHeaders;
  79. this.tabControlMian.Dock = System.Windows.Forms.DockStyle.Fill;
  80. this.tabControlMian.HeaderButtons = ((DevExpress.XtraTab.TabButtons)((DevExpress.XtraTab.TabButtons.Prev | DevExpress.XtraTab.TabButtons.Next)));
  81. this.tabControlMian.HeaderButtonsShowMode = DevExpress.XtraTab.TabButtonShowMode.WhenNeeded;
  82. this.tabControlMian.Location = new System.Drawing.Point(0, 0);
  83. this.tabControlMian.Margin = new System.Windows.Forms.Padding(0);
  84. this.tabControlMian.Name = "tabControlMian";
  85. this.tabControlMian.Size = new System.Drawing.Size(699, 499);
  86. this.tabControlMian.TabIndex = 0;
  87. this.tabControlMian.CloseButtonClick += new System.EventHandler(this.tabControlMian_CloseButtonClick);
  88. //
  89. // FormKodTree
  90. //
  91. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  92. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  93. this.ClientSize = new System.Drawing.Size(881, 511);
  94. this.Controls.Add(this.splitContainerControl);
  95. this.IsMdiContainer = true;
  96. this.Name = "FormKodTree";
  97. this.Text = "Form1";
  98. ((System.ComponentModel.ISupportInitialize)(this.splitContainerControl)).EndInit();
  99. this.splitContainerControl.ResumeLayout(false);
  100. ((System.ComponentModel.ISupportInitialize)(this.treeList)).EndInit();
  101. ((System.ComponentModel.ISupportInitialize)(this.tabControlMian)).EndInit();
  102. this.ResumeLayout(false);
  103. }
  104. #endregion
  105. private DevExpress.XtraEditors.SplitContainerControl splitContainerControl;
  106. private DevExpress.XtraTreeList.TreeList treeList;
  107. private DevExpress.XtraTab.XtraTabControl tabControlMian;
  108. }
  109. }