namespace CommonAIEditor.Scene { partial class SceneVarEditor { /// /// 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.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SceneVarEditor)); this.listView1 = new System.Windows.Forms.ListView(); this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.toolStrip1 = new System.Windows.Forms.ToolStrip(); this.btn_Add = new System.Windows.Forms.ToolStripButton(); this.btn_Remove = new System.Windows.Forms.ToolStripButton(); this.btn_Edit = new System.Windows.Forms.ToolStripButton(); this.toolStrip1.SuspendLayout(); this.SuspendLayout(); // // listView1 // this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.columnHeader1, this.columnHeader2, this.columnHeader3, this.columnHeader4}); this.listView1.Dock = System.Windows.Forms.DockStyle.Fill; this.listView1.FullRowSelect = true; this.listView1.GridLines = true; this.listView1.HideSelection = false; this.listView1.LargeImageList = this.imageList1; this.listView1.Location = new System.Drawing.Point(0, 25); this.listView1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.listView1.Name = "listView1"; this.listView1.Size = new System.Drawing.Size(606, 443); this.listView1.SmallImageList = this.imageList1; this.listView1.Sorting = System.Windows.Forms.SortOrder.Ascending; this.listView1.StateImageList = this.imageList1; this.listView1.TabIndex = 0; this.listView1.UseCompatibleStateImageBehavior = false; this.listView1.View = System.Windows.Forms.View.Details; this.listView1.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.listView1_MouseDoubleClick); // // columnHeader1 // this.columnHeader1.Text = "变量名"; this.columnHeader1.Width = 130; // // columnHeader2 // this.columnHeader2.Text = "类型"; this.columnHeader2.Width = 124; // // columnHeader3 // this.columnHeader3.Text = "默认值"; this.columnHeader3.Width = 127; // // columnHeader4 // this.columnHeader4.Text = "网络协议"; this.columnHeader4.Width = 100; // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, "touch_marker.png"); this.imageList1.Images.SetKeyName(1, "refresh.png"); // // toolStrip1 // this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.btn_Add, this.btn_Remove, this.btn_Edit}); this.toolStrip1.Location = new System.Drawing.Point(0, 0); this.toolStrip1.Name = "toolStrip1"; this.toolStrip1.Size = new System.Drawing.Size(606, 25); this.toolStrip1.TabIndex = 1; this.toolStrip1.Text = "toolStrip1"; // // btn_Add // this.btn_Add.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_Add.Image = ((System.Drawing.Image)(resources.GetObject("btn_Add.Image"))); this.btn_Add.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_Add.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_Add.Name = "btn_Add"; this.btn_Add.Size = new System.Drawing.Size(23, 22); this.btn_Add.Text = "添加"; this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click); // // btn_Remove // this.btn_Remove.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_Remove.Image = ((System.Drawing.Image)(resources.GetObject("btn_Remove.Image"))); this.btn_Remove.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_Remove.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_Remove.Name = "btn_Remove"; this.btn_Remove.Size = new System.Drawing.Size(23, 22); this.btn_Remove.Text = "删除"; this.btn_Remove.Click += new System.EventHandler(this.btn_Remove_Click); // // btn_Edit // this.btn_Edit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image; this.btn_Edit.Image = ((System.Drawing.Image)(resources.GetObject("btn_Edit.Image"))); this.btn_Edit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None; this.btn_Edit.ImageTransparentColor = System.Drawing.Color.Magenta; this.btn_Edit.Name = "btn_Edit"; this.btn_Edit.Size = new System.Drawing.Size(23, 22); this.btn_Edit.Text = "编辑变量"; this.btn_Edit.Click += new System.EventHandler(this.btn_Edit_Click); // // SceneVarEditor // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 17F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(606, 468); this.Controls.Add(this.listView1); this.Controls.Add(this.toolStrip1); 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.ImeMode = System.Windows.Forms.ImeMode.On; this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4); this.Name = "SceneVarEditor"; this.Text = "编辑场景变量"; this.toolStrip1.ResumeLayout(false); this.toolStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.ColumnHeader columnHeader1; private System.Windows.Forms.ColumnHeader columnHeader2; private System.Windows.Forms.ColumnHeader columnHeader3; private System.Windows.Forms.ToolStrip toolStrip1; private System.Windows.Forms.ToolStripButton btn_Add; private System.Windows.Forms.ToolStripButton btn_Remove; private System.Windows.Forms.ToolStripButton btn_Edit; private System.Windows.Forms.ColumnHeader columnHeader4; private System.Windows.Forms.ImageList imageList1; private System.Windows.Forms.ListView listView1; } }