| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135 | namespace OTSPartA_STDEditor{    partial class STDRuleslist    {        /// <summary>        /// Required designer variable.        /// </summary>        private System.ComponentModel.IContainer components = null;        /// <summary>        /// Clean up any resources being used.        /// </summary>        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>        protected override void Dispose(bool disposing)        {            if (disposing && (components != null))            {                components.Dispose();            }            base.Dispose(disposing);        }        #region Windows Form Designer generated code        /// <summary>        /// Required method for Designer support - do not modify        /// the contents of this method with the code editor.        /// </summary>        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;    }}
 |