namespace OTSPartA_STDEditor { partial class STDRuleslist { /// /// 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(); this.Grid_Minerals = new SourceGrid.Grid(); this.MenuStrip_STDRulelist = new System.Windows.Forms.ContextMenuStrip(this.components); this.ToolStripMenuItem_New = new System.Windows.Forms.ToolStripMenuItem(); this.ToolStripMenuItem_Del = new System.Windows.Forms.ToolStripMenuItem(); this.button_UpOrder = new System.Windows.Forms.Button(); this.button_DownOrder = new System.Windows.Forms.Button(); this.MenuStrip_STDRulelist.SuspendLayout(); this.SuspendLayout(); // // Grid_Minerals // this.Grid_Minerals.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.Grid_Minerals.BackColor = System.Drawing.SystemColors.Control; this.Grid_Minerals.ContextMenuStrip = this.MenuStrip_STDRulelist; this.Grid_Minerals.EnableSort = true; this.Grid_Minerals.Location = new System.Drawing.Point(27, 0); this.Grid_Minerals.Name = "Grid_Minerals"; this.Grid_Minerals.OptimizeMode = SourceGrid.CellOptimizeMode.ForRows; this.Grid_Minerals.SelectionMode = SourceGrid.GridSelectionMode.Cell; this.Grid_Minerals.Size = new System.Drawing.Size(341, 847); this.Grid_Minerals.TabIndex = 9; this.Grid_Minerals.TabStop = true; this.Grid_Minerals.ToolTipText = ""; this.Grid_Minerals.Click += new System.EventHandler(this.MineralsGrid_Click); this.Grid_Minerals.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.Grid_Minerals_PreviewKeyDown); // // MenuStrip_STDRulelist // this.MenuStrip_STDRulelist.ImageScalingSize = new System.Drawing.Size(24, 24); this.MenuStrip_STDRulelist.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ToolStripMenuItem_New, this.ToolStripMenuItem_Del}); this.MenuStrip_STDRulelist.Name = "MenuStrip_STDRulelist"; this.MenuStrip_STDRulelist.Size = new System.Drawing.Size(101, 48); this.MenuStrip_STDRulelist.Resize += new System.EventHandler(this.MenuStrip_STDRulelist_Resize); // // ToolStripMenuItem_New // this.ToolStripMenuItem_New.Name = "ToolStripMenuItem_New"; this.ToolStripMenuItem_New.Size = new System.Drawing.Size(100, 22); this.ToolStripMenuItem_New.Text = "新建"; this.ToolStripMenuItem_New.Click += new System.EventHandler(this.ToolStripMenuItem_New_Click); // // ToolStripMenuItem_Del // this.ToolStripMenuItem_Del.Name = "ToolStripMenuItem_Del"; this.ToolStripMenuItem_Del.Size = new System.Drawing.Size(100, 22); this.ToolStripMenuItem_Del.Text = "删除"; this.ToolStripMenuItem_Del.Click += new System.EventHandler(this.ToolStripMenuItem_Del_Click); // // button_UpOrder // this.button_UpOrder.Font = new System.Drawing.Font("华文彩云", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button_UpOrder.Location = new System.Drawing.Point(3, 14); this.button_UpOrder.Name = "button_UpOrder"; this.button_UpOrder.Size = new System.Drawing.Size(18, 92); this.button_UpOrder.TabIndex = 28; this.button_UpOrder.Text = "↑"; this.button_UpOrder.UseVisualStyleBackColor = true; this.button_UpOrder.Click += new System.EventHandler(this.button_UpOrder_Click); // // button_DownOrder // this.button_DownOrder.Font = new System.Drawing.Font("华文彩云", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.button_DownOrder.Location = new System.Drawing.Point(3, 115); this.button_DownOrder.Name = "button_DownOrder"; this.button_DownOrder.Size = new System.Drawing.Size(18, 92); this.button_DownOrder.TabIndex = 29; this.button_DownOrder.Text = "↓"; this.button_DownOrder.UseVisualStyleBackColor = true; this.button_DownOrder.Click += new System.EventHandler(this.button_DownOrder_Click); // // STDRuleslist // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(368, 847); this.CloseButton = false; this.CloseButtonVisible = false; this.Controls.Add(this.button_UpOrder); this.Controls.Add(this.button_DownOrder); this.Controls.Add(this.Grid_Minerals); this.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.Name = "STDRuleslist"; this.ShowIcon = false; this.Text = "STDRuleslist"; this.Load += new System.EventHandler(this.STDRuleslist_Load); this.PreviewKeyDown += new System.Windows.Forms.PreviewKeyDownEventHandler(this.Grid_Minerals_PreviewKeyDown); this.MenuStrip_STDRulelist.ResumeLayout(false); this.ResumeLayout(false); } #endregion public SourceGrid.Grid Grid_Minerals; private System.Windows.Forms.ContextMenuStrip MenuStrip_STDRulelist; private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_New; private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_Del; public System.Windows.Forms.Button button_UpOrder; public System.Windows.Forms.Button button_DownOrder; } }