namespace WorldGIS { partial class FrmAtrributeMapping1 { /// <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.buttonOk = new System.Windows.Forms.Button(); this.buttonNo = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.SuspendLayout(); // // buttonOk // this.buttonOk.Location = new System.Drawing.Point(173, 346); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(64, 23); this.buttonOk.TabIndex = 1; this.buttonOk.Text = "确定"; this.buttonOk.UseVisualStyleBackColor = true; this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click); // // buttonNo // this.buttonNo.Location = new System.Drawing.Point(264, 346); this.buttonNo.Name = "buttonNo"; this.buttonNo.Size = new System.Drawing.Size(66, 23); this.buttonNo.TabIndex = 2; this.buttonNo.Text = "取消"; this.buttonNo.UseVisualStyleBackColor = true; this.buttonNo.Click += new System.EventHandler(this.buttonNo_Click); // // groupBox1 // this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top; this.groupBox1.Location = new System.Drawing.Point(0, 0); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(342, 340); this.groupBox1.TabIndex = 3; this.groupBox1.TabStop = false; // // FrmAtrributeMapping1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(342, 376); this.Controls.Add(this.groupBox1); this.Controls.Add(this.buttonNo); this.Controls.Add(this.buttonOk); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "FrmAtrributeMapping1"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "属性对照表"; this.Load += new System.EventHandler(this.FrmAtrributeMapping_Load); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Button buttonOk; private System.Windows.Forms.Button buttonNo; private System.Windows.Forms.GroupBox groupBox1; } }