namespace Cyberpipe.Forms { partial class FrmMnModify { /// <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(); System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle(); this.label1 = new System.Windows.Forms.Label(); this.moveXTxt = new System.Windows.Forms.TextBox(); this.button1 = new System.Windows.Forms.Button(); this.label2 = new System.Windows.Forms.Label(); this.moveZTxt = new System.Windows.Forms.TextBox(); this.button2 = new System.Windows.Forms.Button(); this.questionGrid = new DevComponents.DotNetBar.Controls.DataGridViewX(); this.问题图层编号 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.图层问题 = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.label3 = new System.Windows.Forms.Label(); this.selectLbl = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.moveYTxt = new System.Windows.Forms.TextBox(); this.button3 = new System.Windows.Forms.Button(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.label8 = new System.Windows.Forms.Label(); this.moveXLbl = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.moveUpLbl = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.moveYLbl = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.questionGrid)).BeginInit(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(357, 46); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(65, 12); this.label1.TabIndex = 1; this.label1.Text = "平移距离:"; // // moveXTxt // this.moveXTxt.Location = new System.Drawing.Point(445, 43); this.moveXTxt.Name = "moveXTxt"; this.moveXTxt.Size = new System.Drawing.Size(49, 21); this.moveXTxt.TabIndex = 2; this.moveXTxt.Text = "0"; // // button1 // this.button1.Location = new System.Drawing.Point(569, 41); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(42, 23); this.button1.TabIndex = 3; this.button1.Text = "应用"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(357, 81); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(65, 12); this.label2.TabIndex = 5; this.label2.Text = "升降距离:"; // // moveZTxt // this.moveZTxt.Location = new System.Drawing.Point(428, 78); this.moveZTxt.Name = "moveZTxt"; this.moveZTxt.Size = new System.Drawing.Size(66, 21); this.moveZTxt.TabIndex = 6; this.moveZTxt.Text = "0"; // // button2 // this.button2.Location = new System.Drawing.Point(521, 76); this.button2.Name = "button2"; this.button2.Size = new System.Drawing.Size(42, 23); this.button2.TabIndex = 8; this.button2.Text = "应用"; this.button2.UseVisualStyleBackColor = true; this.button2.Click += new System.EventHandler(this.button2_Click); // // questionGrid // this.questionGrid.AllowUserToAddRows = false; this.questionGrid.AllowUserToDeleteRows = false; this.questionGrid.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.questionGrid.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill; this.questionGrid.BackgroundColor = System.Drawing.SystemColors.ActiveCaption; this.questionGrid.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.questionGrid.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.问题图层编号, this.图层问题}); dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft; dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window; dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Highlight; dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText; dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False; this.questionGrid.DefaultCellStyle = dataGridViewCellStyle1; this.questionGrid.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(170)))), ((int)(((byte)(170)))), ((int)(((byte)(170))))); this.questionGrid.Location = new System.Drawing.Point(12, 12); this.questionGrid.Name = "questionGrid"; this.questionGrid.ReadOnly = true; this.questionGrid.RowHeadersVisible = false; this.questionGrid.RowTemplate.Height = 23; this.questionGrid.Size = new System.Drawing.Size(337, 181); this.questionGrid.TabIndex = 10; this.questionGrid.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.questionGrid_CellContentClick); // // 问题图层编号 // this.问题图层编号.FillWeight = 100.9208F; this.问题图层编号.HeaderText = "问题图层编号"; this.问题图层编号.MinimumWidth = 30; this.问题图层编号.Name = "问题图层编号"; this.问题图层编号.ReadOnly = true; // // 图层问题 // this.图层问题.FillWeight = 101.5228F; this.图层问题.HeaderText = "图层问题"; this.图层问题.MinimumWidth = 30; this.图层问题.Name = "图层问题"; this.图层问题.ReadOnly = true; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(357, 10); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(89, 12); this.label3.TabIndex = 11; this.label3.Text = "已选中的对象:"; // // selectLbl // this.selectLbl.AutoSize = true; this.selectLbl.Location = new System.Drawing.Point(462, 9); this.selectLbl.Name = "selectLbl"; this.selectLbl.Size = new System.Drawing.Size(0, 12); this.selectLbl.TabIndex = 12; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(357, 158); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(209, 12); this.label4.TabIndex = 13; this.label4.Text = "说明:升降距离填写负值表示向下方向"; // // moveYTxt // this.moveYTxt.Location = new System.Drawing.Point(521, 43); this.moveYTxt.Name = "moveYTxt"; this.moveYTxt.Size = new System.Drawing.Size(45, 21); this.moveYTxt.TabIndex = 14; this.moveYTxt.Text = "0"; // // button3 // this.button3.Location = new System.Drawing.Point(569, 76); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(42, 23); this.button3.TabIndex = 15; this.button3.Text = "导出"; this.button3.UseVisualStyleBackColor = true; this.button3.Click += new System.EventHandler(this.button3_Click); // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(392, 177); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(209, 12); this.label5.TabIndex = 16; this.label5.Text = "平移距离向北向东方向为正值,单位米"; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(493, 46); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(29, 12); this.label6.TabIndex = 17; this.label6.Text = "南北"; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(417, 46); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(29, 12); this.label7.TabIndex = 18; this.label7.Text = "东西"; // // timer1 // this.timer1.Interval = 500; this.timer1.Tick += new System.EventHandler(this.timer1_Tick); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(355, 116); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(89, 12); this.label8.TabIndex = 19; this.label8.Text = "已平移:东西:"; // // moveXLbl // this.moveXLbl.AccessibleName = ""; this.moveXLbl.AutoSize = true; this.moveXLbl.Location = new System.Drawing.Point(444, 116); this.moveXLbl.Name = "moveXLbl"; this.moveXLbl.Size = new System.Drawing.Size(11, 12); this.moveXLbl.TabIndex = 20; this.moveXLbl.Text = "0"; // // label9 // this.label9.AutoSize = true; this.label9.Location = new System.Drawing.Point(540, 116); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(53, 12); this.label9.TabIndex = 21; this.label9.Text = "已升降:"; // // moveUpLbl // this.moveUpLbl.AutoSize = true; this.moveUpLbl.Location = new System.Drawing.Point(588, 116); this.moveUpLbl.Name = "moveUpLbl"; this.moveUpLbl.Size = new System.Drawing.Size(11, 12); this.moveUpLbl.TabIndex = 22; this.moveUpLbl.Text = "0"; // // label10 // this.label10.AutoSize = true; this.label10.Location = new System.Drawing.Point(467, 116); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(29, 12); this.label10.TabIndex = 23; this.label10.Text = "南北"; // // moveYLbl // this.moveYLbl.AutoSize = true; this.moveYLbl.Location = new System.Drawing.Point(505, 116); this.moveYLbl.Name = "moveYLbl"; this.moveYLbl.Size = new System.Drawing.Size(11, 12); this.moveYLbl.TabIndex = 24; this.moveYLbl.Text = "0"; // // FrmMnModify // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(619, 199); this.Controls.Add(this.moveYLbl); this.Controls.Add(this.label10); this.Controls.Add(this.moveUpLbl); this.Controls.Add(this.label9); this.Controls.Add(this.moveXLbl); this.Controls.Add(this.label8); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.button3); this.Controls.Add(this.moveYTxt); this.Controls.Add(this.label4); this.Controls.Add(this.selectLbl); this.Controls.Add(this.label3); this.Controls.Add(this.questionGrid); this.Controls.Add(this.button2); this.Controls.Add(this.moveZTxt); this.Controls.Add(this.label2); this.Controls.Add(this.button1); this.Controls.Add(this.moveXTxt); this.Controls.Add(this.label1); this.DoubleBuffered = true; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FrmMnModify"; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "模拟设计修改"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.FrmMnModify_FormClosed); this.Load += new System.EventHandler(this.FrmMnModify_Load); ((System.ComponentModel.ISupportInitialize)(this.questionGrid)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox moveXTxt; private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox moveZTxt; private System.Windows.Forms.Button button2; private DevComponents.DotNetBar.Controls.DataGridViewX questionGrid; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label selectLbl; private System.Windows.Forms.DataGridViewTextBoxColumn 问题图层编号; private System.Windows.Forms.DataGridViewTextBoxColumn 图层问题; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox moveYTxt; private System.Windows.Forms.Button button3; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private System.Windows.Forms.Timer timer1; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label moveXLbl; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label moveUpLbl; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label moveYLbl; } }