namespace WWPipeLine.MapTools.Conditions.AnalystToolBar { partial class AnalystResultTabControl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.uiTabControl1 = new Sunny.UI.UITabControl(); this.SuspendLayout(); // // uiTabControl1 // this.uiTabControl1.Dock = System.Windows.Forms.DockStyle.Fill; this.uiTabControl1.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed; this.uiTabControl1.Font = new System.Drawing.Font("微软雅黑", 12F); this.uiTabControl1.ItemSize = new System.Drawing.Size(150, 40); this.uiTabControl1.Location = new System.Drawing.Point(0, 35); this.uiTabControl1.MainPage = ""; this.uiTabControl1.MenuStyle = Sunny.UI.UIMenuStyle.Custom; this.uiTabControl1.Name = "uiTabControl1"; this.uiTabControl1.SelectedIndex = 0; this.uiTabControl1.Size = new System.Drawing.Size(820, 398); this.uiTabControl1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed; this.uiTabControl1.TabBackColor = System.Drawing.Color.White; this.uiTabControl1.TabIndex = 0; this.uiTabControl1.TabSelectedColor = System.Drawing.Color.White; this.uiTabControl1.TabUnSelectedForeColor = System.Drawing.Color.Black; // // AnalystResultTabControl // this.AutoScaleDimensions = new System.Drawing.SizeF(10F, 21F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(820, 433); this.Controls.Add(this.uiTabControl1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AnalystResultTabControl"; this.Text = "分析结果"; this.TopMost = true; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.YuJingAnalystResult_Load); this.ResumeLayout(false); } #endregion private Sunny.UI.UITabControl uiTabControl1; } }