using System.ComponentModel; using DevComponents.DotNetBar; using DevComponents.DotNetBar.Controls; namespace Cyberpipe { partial class FrmExportVector { /// <summary> /// Required designer variable. /// </summary> private 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.btnExport = new DevComponents.DotNetBar.ButtonX(); this.btnClose = new DevComponents.DotNetBar.ButtonX(); this.listViewEx1 = new DevComponents.DotNetBar.Controls.ListViewEx(); this.SuspendLayout(); // // btnExport // this.btnExport.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnExport.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnExport.Location = new System.Drawing.Point(5, 198); this.btnExport.Name = "btnExport"; this.btnExport.Size = new System.Drawing.Size(70, 23); this.btnExport.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnExport.TabIndex = 1; this.btnExport.Text = "导出"; this.btnExport.Click += new System.EventHandler(this.btnExport_Click); // // btnClose // this.btnClose.AccessibleRole = System.Windows.Forms.AccessibleRole.PushButton; this.btnClose.ColorTable = DevComponents.DotNetBar.eButtonColor.OrangeWithBackground; this.btnClose.Location = new System.Drawing.Point(123, 198); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(64, 23); this.btnClose.Style = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled; this.btnClose.TabIndex = 2; this.btnClose.Text = "关闭"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // listViewEx1 // this.listViewEx1.Alignment = System.Windows.Forms.ListViewAlignment.SnapToGrid; this.listViewEx1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); // // // this.listViewEx1.Border.Class = "ListViewBorder"; this.listViewEx1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square; this.listViewEx1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.listViewEx1.FullRowSelect = true; this.listViewEx1.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.None; this.listViewEx1.LabelWrap = false; this.listViewEx1.Location = new System.Drawing.Point(0, 2); this.listViewEx1.MultiSelect = false; this.listViewEx1.Name = "listViewEx1"; this.listViewEx1.Size = new System.Drawing.Size(209, 192); this.listViewEx1.TabIndex = 3; this.listViewEx1.UseCompatibleStateImageBehavior = false; this.listViewEx1.View = System.Windows.Forms.View.Tile; // // FrmExportVector // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(209, 227); this.Controls.Add(this.listViewEx1); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnExport); this.DoubleBuffered = true; this.EnableGlass = false; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow; this.MaximizeBox = false; this.Name = "FrmExportVector"; this.ShowIcon = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "导出实测矢量"; this.Load += new System.EventHandler(this.FrmExportCADS_Load); this.ResumeLayout(false); } #endregion private ButtonX btnExport; private ButtonX btnClose; private ListViewEx listViewEx1; } }