namespace OTSMeasureApp { partial class OTSPropertyWindow { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OTSPropertyWindow)); this.TSGridTitle = new System.Windows.Forms.ToolStrip(); this.TSEdit = new System.Windows.Forms.ToolStripButton(); this.TSSaveAs = new System.Windows.Forms.ToolStripButton(); this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator(); this.TSLoad = new System.Windows.Forms.ToolStripButton(); this.PropGrid = new SourceGrid.Grid(); this.TSGridTitle.SuspendLayout(); this.SuspendLayout(); // // TSGridTitle // this.TSGridTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.TSGridTitle.AutoSize = false; this.TSGridTitle.BackColor = System.Drawing.Color.LightGray; this.TSGridTitle.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("TSGridTitle.BackgroundImage"))); this.TSGridTitle.Dock = System.Windows.Forms.DockStyle.None; this.TSGridTitle.GripMargin = new System.Windows.Forms.Padding(0); this.TSGridTitle.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden; this.TSGridTitle.ImageScalingSize = new System.Drawing.Size(24, 24); this.TSGridTitle.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.TSEdit, this.TSSaveAs, this.toolStripSeparator2, this.TSLoad}); this.TSGridTitle.Location = new System.Drawing.Point(0, 1); this.TSGridTitle.Name = "TSGridTitle"; this.TSGridTitle.Padding = new System.Windows.Forms.Padding(0); this.TSGridTitle.RenderMode = System.Windows.Forms.ToolStripRenderMode.System; this.TSGridTitle.ShowItemToolTips = false; this.TSGridTitle.Size = new System.Drawing.Size(226, 26); this.TSGridTitle.Stretch = true; this.TSGridTitle.TabIndex = 6; this.TSGridTitle.Text = "TSGridTitle"; this.TSGridTitle.Paint += new System.Windows.Forms.PaintEventHandler(this.toolStrip1_Paint); // // TSEdit // this.TSEdit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSEdit.Image = ((System.Drawing.Image)(resources.GetObject("TSEdit.Image"))); this.TSEdit.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSEdit.Name = "TSEdit"; this.TSEdit.Size = new System.Drawing.Size(28, 23); this.TSEdit.Text = "toolStripButton1"; this.TSEdit.Visible = false; this.TSEdit.Click += new System.EventHandler(this.TSEdit_Click); // // TSSaveAs // this.TSSaveAs.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSSaveAs.Image = ((System.Drawing.Image)(resources.GetObject("TSSaveAs.Image"))); this.TSSaveAs.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSSaveAs.Name = "TSSaveAs"; this.TSSaveAs.Size = new System.Drawing.Size(28, 23); this.TSSaveAs.Text = "toolStripButton3"; this.TSSaveAs.Click += new System.EventHandler(this.TSSaveAs_Click); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; this.toolStripSeparator2.Size = new System.Drawing.Size(6, 26); // // TSLoad // this.TSLoad.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.TSLoad.Image = global::OTSMeasureApp.Properties.Resources.Open16; this.TSLoad.ImageTransparentColor = System.Drawing.Color.Magenta; this.TSLoad.Name = "TSLoad"; this.TSLoad.Size = new System.Drawing.Size(28, 23); this.TSLoad.Visible = false; this.TSLoad.Click += new System.EventHandler(this.TSLoad_Click); // // PropGrid // this.PropGrid.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.PropGrid.EnableSort = true; this.PropGrid.Location = new System.Drawing.Point(0, 27); this.PropGrid.Name = "PropGrid"; this.PropGrid.OptimizeMode = SourceGrid.CellOptimizeMode.ForRows; this.PropGrid.SelectionMode = SourceGrid.GridSelectionMode.Cell; this.PropGrid.Size = new System.Drawing.Size(226, 631); this.PropGrid.TabIndex = 5; this.PropGrid.TabStop = true; this.PropGrid.ToolTipText = ""; this.PropGrid.Click += new System.EventHandler(this.PropGrid_Click_1); // // OTSPropertyWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.SystemColors.Control; this.ClientSize = new System.Drawing.Size(226, 659); this.CloseButtonVisible = false; this.Controls.Add(this.TSGridTitle); this.Controls.Add(this.PropGrid); this.DockAreas = ((OTS.WinFormsUI.Docking.DockAreas)((((OTS.WinFormsUI.Docking.DockAreas.DockLeft | OTS.WinFormsUI.Docking.DockAreas.DockRight) | OTS.WinFormsUI.Docking.DockAreas.DockTop) | OTS.WinFormsUI.Docking.DockAreas.DockBottom))); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Margin = new System.Windows.Forms.Padding(4); this.Name = "OTSPropertyWindow"; this.Text = "属性窗口"; this.Load += new System.EventHandler(this.OTSPropertyWindow_Load); this.Resize += new System.EventHandler(this.OTSPropertyWindow_Resize); this.TSGridTitle.ResumeLayout(false); this.TSGridTitle.PerformLayout(); this.ResumeLayout(false); } #endregion public System.Windows.Forms.ToolStrip TSGridTitle; public System.Windows.Forms.ToolStripButton TSEdit; public System.Windows.Forms.ToolStripButton TSSaveAs; public SourceGrid.Grid PropGrid; private System.Windows.Forms.ToolStripSeparator toolStripSeparator2; public System.Windows.Forms.ToolStripButton TSLoad; } }