namespace Tofly.GISUI.RasterAdjust.Win
{
    partial class FormAutoAdjust
    {
        /// <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.lstFiles = new Tofly.CoreUI.Win.Control.ListBoxClass();
            this.btnOpenFiles = new Tofly.CoreUI.Win.Control.ButtonClass();
            this.btnDeleteFiles = new Tofly.CoreUI.Win.Control.ButtonClass();
            this.btnOpenFromList = new Tofly.CoreUI.Win.Control.ButtonClass();
            this.btnSaveToList = new Tofly.CoreUI.Win.Control.ButtonClass();
            this.rdoSpatialReference = new Tofly.CoreUI.Win.Control.RadioGroupClass();
            this.rdoSelectType = new Tofly.CoreUI.Win.Control.RadioGroupClass();
            this.btnAdjust = new Tofly.CoreUI.Win.Control.ButtonClass();
            this.btnExit = new Tofly.CoreUI.Win.Control.ButtonClass();
            this.cboAdjustType = new Tofly.CoreUI.Win.Control.ComboBoxClass();
            this.btnSaveReport = new Tofly.CoreUI.Win.Control.ButtonClass();
            this.lstReport = new Tofly.CoreUI.Win.Control.ListBoxClass();
            ((System.ComponentModel.ISupportInitialize)(this.lstFiles)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rdoSpatialReference.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.rdoSelectType.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.cboAdjustType.Properties)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.lstReport)).BeginInit();
            this.SuspendLayout();
            // 
            // lstFiles
            // 
            this.lstFiles.AllowNull = true;
            this.lstFiles.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
            this.lstFiles.ControlCursor = null;
            this.lstFiles.DataTableName = null;
            this.lstFiles.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
            this.lstFiles.GroupName = null;
            this.lstFiles.GUID = null;
            this.lstFiles.Height = 201;
            this.lstFiles.IsMemory = false;
            this.lstFiles.Location = new System.Drawing.Point(12, 12);
            this.lstFiles.LocationLeft = 12;
            this.lstFiles.LocationTop = 12;
            this.lstFiles.Margins = "3,3,3,3";
            this.lstFiles.Name = "lstFiles";
            this.lstFiles.Security = "";
            this.lstFiles.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.lstFiles.SecurityValue = true;
            this.lstFiles.Size = new System.Drawing.Size(328, 201);
            this.lstFiles.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.lstFiles.States = "";
            this.lstFiles.StateValue = true;
            this.lstFiles.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
            this.lstFiles.TabIndex = 0;
            this.lstFiles.Tip = null;
            this.lstFiles.Width = 328;
            // 
            // btnOpenFiles
            // 
            this.btnOpenFiles.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
            this.btnOpenFiles.ControlCursor = null;
            this.btnOpenFiles.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
            this.btnOpenFiles.GroupName = "";
            this.btnOpenFiles.GUID = null;
            this.btnOpenFiles.Height = 31;
            this.btnOpenFiles.IsMemory = false;
            this.btnOpenFiles.Location = new System.Drawing.Point(350, 12);
            this.btnOpenFiles.LocationLeft = 350;
            this.btnOpenFiles.LocationTop = 12;
            this.btnOpenFiles.Margins = "3,3,3,3";
            this.btnOpenFiles.Name = "btnOpenFiles";
            this.btnOpenFiles.Security = "";
            this.btnOpenFiles.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.btnOpenFiles.SecurityValue = true;
            this.btnOpenFiles.Size = new System.Drawing.Size(77, 31);
            this.btnOpenFiles.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.btnOpenFiles.States = "";
            this.btnOpenFiles.StateValue = true;
            this.btnOpenFiles.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
            this.btnOpenFiles.TabIndex = 3;
            this.btnOpenFiles.Text = "添加文件";
            this.btnOpenFiles.Width = 77;
            // 
            // btnDeleteFiles
            // 
            this.btnDeleteFiles.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
            this.btnDeleteFiles.ControlCursor = null;
            this.btnDeleteFiles.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
            this.btnDeleteFiles.GroupName = "";
            this.btnDeleteFiles.GUID = null;
            this.btnDeleteFiles.Height = 31;
            this.btnDeleteFiles.IsMemory = false;
            this.btnDeleteFiles.Location = new System.Drawing.Point(350, 49);
            this.btnDeleteFiles.LocationLeft = 350;
            this.btnDeleteFiles.LocationTop = 49;
            this.btnDeleteFiles.Margins = "3,3,3,3";
            this.btnDeleteFiles.Name = "btnDeleteFiles";
            this.btnDeleteFiles.Security = "";
            this.btnDeleteFiles.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.btnDeleteFiles.SecurityValue = true;
            this.btnDeleteFiles.Size = new System.Drawing.Size(77, 31);
            this.btnDeleteFiles.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.btnDeleteFiles.States = "";
            this.btnDeleteFiles.StateValue = true;
            this.btnDeleteFiles.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
            this.btnDeleteFiles.TabIndex = 4;
            this.btnDeleteFiles.Text = "删除文件";
            this.btnDeleteFiles.Width = 77;
            // 
            // btnOpenFromList
            // 
            this.btnOpenFromList.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
            this.btnOpenFromList.ControlCursor = null;
            this.btnOpenFromList.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
            this.btnOpenFromList.GroupName = "";
            this.btnOpenFromList.GUID = null;
            this.btnOpenFromList.Height = 31;
            this.btnOpenFromList.IsMemory = false;
            this.btnOpenFromList.Location = new System.Drawing.Point(350, 119);
            this.btnOpenFromList.LocationLeft = 350;
            this.btnOpenFromList.LocationTop = 119;
            this.btnOpenFromList.Margins = "3,3,3,3";
            this.btnOpenFromList.Name = "btnOpenFromList";
            this.btnOpenFromList.Security = "";
            this.btnOpenFromList.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.btnOpenFromList.SecurityValue = true;
            this.btnOpenFromList.Size = new System.Drawing.Size(77, 31);
            this.btnOpenFromList.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.btnOpenFromList.States = "";
            this.btnOpenFromList.StateValue = true;
            this.btnOpenFromList.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
            this.btnOpenFromList.TabIndex = 5;
            this.btnOpenFromList.Text = "方案添加";
            this.btnOpenFromList.Width = 77;
            // 
            // btnSaveToList
            // 
            this.btnSaveToList.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
            this.btnSaveToList.ControlCursor = null;
            this.btnSaveToList.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
            this.btnSaveToList.GroupName = "";
            this.btnSaveToList.GUID = null;
            this.btnSaveToList.Height = 31;
            this.btnSaveToList.IsMemory = false;
            this.btnSaveToList.Location = new System.Drawing.Point(350, 156);
            this.btnSaveToList.LocationLeft = 350;
            this.btnSaveToList.LocationTop = 156;
            this.btnSaveToList.Margins = "3,3,3,3";
            this.btnSaveToList.Name = "btnSaveToList";
            this.btnSaveToList.Security = "";
            this.btnSaveToList.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.btnSaveToList.SecurityValue = true;
            this.btnSaveToList.Size = new System.Drawing.Size(77, 31);
            this.btnSaveToList.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.btnSaveToList.States = "";
            this.btnSaveToList.StateValue = true;
            this.btnSaveToList.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
            this.btnSaveToList.TabIndex = 6;
            this.btnSaveToList.Text = "保存方案";
            this.btnSaveToList.Width = 77;
            // 
            // rdoSpatialReference
            // 
            this.rdoSpatialReference.AllowNull = true;
            this.rdoSpatialReference.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
            this.rdoSpatialReference.CodeFieldName = null;
            this.rdoSpatialReference.ControlCursor = null;
            this.rdoSpatialReference.DataTableName = null;
            this.rdoSpatialReference.DisplayFieldName = null;
            this.rdoSpatialReference.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
            this.rdoSpatialReference.GroupName = "";
            this.rdoSpatialReference.GUID = null;
            this.rdoSpatialReference.Height = 54;
            this.rdoSpatialReference.IsMemory = false;
            this.rdoSpatialReference.Location = new System.Drawing.Point(12, 257);
            this.rdoSpatialReference.LocationLeft = 12;
            this.rdoSpatialReference.LocationTop = 257;
            this.rdoSpatialReference.Margins = "3,3,3,3";
            this.rdoSpatialReference.Name = "rdoSpatialReference";
            this.rdoSpatialReference.Properties.Appearance.BackColor = System.Drawing.Color.White;
            this.rdoSpatialReference.Properties.Appearance.Options.UseBackColor = true;
            this.rdoSpatialReference.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "北京54坐标系"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "西安80坐标系")});
            this.rdoSpatialReference.Security = "";
            this.rdoSpatialReference.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.rdoSpatialReference.SecurityValue = true;
            this.rdoSpatialReference.Size = new System.Drawing.Size(145, 54);
            this.rdoSpatialReference.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.rdoSpatialReference.States = "";
            this.rdoSpatialReference.StateValue = true;
            this.rdoSpatialReference.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
            this.rdoSpatialReference.TabIndex = 14;
            this.rdoSpatialReference.TextFieldName = null;
            this.rdoSpatialReference.Tip = null;
            this.rdoSpatialReference.ValueFieldName = null;
            this.rdoSpatialReference.Width = 145;
            // 
            // rdoSelectType
            // 
            this.rdoSelectType.AllowNull = true;
            this.rdoSelectType.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
            this.rdoSelectType.CodeFieldName = null;
            this.rdoSelectType.ControlCursor = null;
            this.rdoSelectType.DataTableName = null;
            this.rdoSelectType.DisplayFieldName = null;
            this.rdoSelectType.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
            this.rdoSelectType.GroupName = "";
            this.rdoSelectType.GUID = null;
            this.rdoSelectType.Height = 32;
            this.rdoSelectType.IsMemory = false;
            this.rdoSelectType.Location = new System.Drawing.Point(12, 219);
            this.rdoSelectType.LocationLeft = 12;
            this.rdoSelectType.LocationTop = 219;
            this.rdoSelectType.Margins = "3,3,3,3";
            this.rdoSelectType.Name = "rdoSelectType";
            this.rdoSelectType.Properties.Appearance.BackColor = System.Drawing.Color.White;
            this.rdoSelectType.Properties.Appearance.Options.UseBackColor = true;
            this.rdoSelectType.Properties.Items.AddRange(new DevExpress.XtraEditors.Controls.RadioGroupItem[] {
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "从DRG中获取控制点(标准图号)"),
            new DevExpress.XtraEditors.Controls.RadioGroupItem(null, "从*.pnt 文件中获取控制点")});
            this.rdoSelectType.Security = "";
            this.rdoSelectType.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.rdoSelectType.SecurityValue = true;
            this.rdoSelectType.Size = new System.Drawing.Size(415, 32);
            this.rdoSelectType.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.rdoSelectType.States = "";
            this.rdoSelectType.StateValue = true;
            this.rdoSelectType.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
            this.rdoSelectType.TabIndex = 15;
            this.rdoSelectType.TextFieldName = null;
            this.rdoSelectType.Tip = null;
            this.rdoSelectType.ValueFieldName = null;
            this.rdoSelectType.Width = 415;
            // 
            // btnAdjust
            // 
            this.btnAdjust.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
            this.btnAdjust.ControlCursor = null;
            this.btnAdjust.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
            this.btnAdjust.GroupName = "";
            this.btnAdjust.GUID = null;
            this.btnAdjust.Height = 31;
            this.btnAdjust.IsMemory = false;
            this.btnAdjust.Location = new System.Drawing.Point(263, 257);
            this.btnAdjust.LocationLeft = 263;
            this.btnAdjust.LocationTop = 257;
            this.btnAdjust.Margins = "3,3,3,3";
            this.btnAdjust.Name = "btnAdjust";
            this.btnAdjust.Security = "";
            this.btnAdjust.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.btnAdjust.SecurityValue = true;
            this.btnAdjust.Size = new System.Drawing.Size(77, 31);
            this.btnAdjust.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.btnAdjust.States = "";
            this.btnAdjust.StateValue = true;
            this.btnAdjust.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
            this.btnAdjust.TabIndex = 16;
            this.btnAdjust.Text = "纠正";
            this.btnAdjust.Width = 77;
            // 
            // btnExit
            // 
            this.btnExit.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
            this.btnExit.ControlCursor = null;
            this.btnExit.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
            this.btnExit.GroupName = "";
            this.btnExit.GUID = null;
            this.btnExit.Height = 31;
            this.btnExit.IsMemory = false;
            this.btnExit.Location = new System.Drawing.Point(350, 257);
            this.btnExit.LocationLeft = 350;
            this.btnExit.LocationTop = 257;
            this.btnExit.Margins = "3,3,3,3";
            this.btnExit.Name = "btnExit";
            this.btnExit.Security = "";
            this.btnExit.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.btnExit.SecurityValue = true;
            this.btnExit.Size = new System.Drawing.Size(77, 31);
            this.btnExit.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.btnExit.States = "";
            this.btnExit.StateValue = true;
            this.btnExit.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
            this.btnExit.TabIndex = 17;
            this.btnExit.Text = "退出";
            this.btnExit.Width = 77;
            // 
            // cboAdjustType
            // 
            this.cboAdjustType.AddCaptionField = false;
            this.cboAdjustType.AddNullRow = false;
            this.cboAdjustType.AllowNull = true;
            this.cboAdjustType.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
            this.cboAdjustType.AutoExpandFirstNode = true;
            this.cboAdjustType.AutoLoad = true;
            this.cboAdjustType.CanSelectRoot = true;
            this.cboAdjustType.CodeFieldName = null;
            this.cboAdjustType.ColorSetWhere = null;
            this.cboAdjustType.ControlCursor = null;
            this.cboAdjustType.DataFilter = null;
            this.cboAdjustType.DataTableName = null;
            this.cboAdjustType.DisplayFieldName = null;
            this.cboAdjustType.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
            this.cboAdjustType.EditValue = "";
            this.cboAdjustType.FilterFields = null;
            this.cboAdjustType.FocusedNode = null;
            this.cboAdjustType.GroupBy = null;
            this.cboAdjustType.GroupName = null;
            this.cboAdjustType.GUID = null;
            this.cboAdjustType.Height = 20;
            this.cboAdjustType.IDFieldName = null;
            this.cboAdjustType.IsEdit = false;
            this.cboAdjustType.IsMemory = false;
            this.cboAdjustType.LinkGroup = null;
            this.cboAdjustType.LinkIndex = 0;
            this.cboAdjustType.Location = new System.Drawing.Point(263, 294);
            this.cboAdjustType.LocationLeft = 263;
            this.cboAdjustType.LocationTop = 294;
            this.cboAdjustType.Margins = "3,3,3,3";
            this.cboAdjustType.Name = "cboAdjustType";
            this.cboAdjustType.ObjectFactory = null;
            this.cboAdjustType.OrderBy = null;
            this.cboAdjustType.PIDFieldName = null;
            this.cboAdjustType.PinYinFieldName = "C_PINYIN";
            this.cboAdjustType.Properties.Appearance.BackColor = System.Drawing.Color.White;
            this.cboAdjustType.Properties.Appearance.Options.UseBackColor = true;
            this.cboAdjustType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
            new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
            this.cboAdjustType.Security = "";
            this.cboAdjustType.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.cboAdjustType.SecurityValue = true;
            this.cboAdjustType.SelectedFields = null;
            this.cboAdjustType.ShowCheckbox = false;
            this.cboAdjustType.ShowCodeString = false;
            this.cboAdjustType.ShowMoreRowName = "【显示更多】";
            this.cboAdjustType.ShowRowNum = 0;
            this.cboAdjustType.Size = new System.Drawing.Size(164, 20);
            this.cboAdjustType.SplitString = ",";
            this.cboAdjustType.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.cboAdjustType.States = "";
            this.cboAdjustType.StateValue = true;
            this.cboAdjustType.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
            this.cboAdjustType.TabIndex = 18;
            this.cboAdjustType.TextFieldName = null;
            this.cboAdjustType.Tip = null;
            this.cboAdjustType.ValueFieldName = null;
            this.cboAdjustType.ValueFilter = null;
            this.cboAdjustType.ValueGetScript = null;
            this.cboAdjustType.ValueMatchingField = null;
            this.cboAdjustType.ValueSetScript = null;
            this.cboAdjustType.Width = 164;
            // 
            // btnSaveReport
            // 
            this.btnSaveReport.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
            this.btnSaveReport.ControlCursor = null;
            this.btnSaveReport.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
            this.btnSaveReport.GroupName = "";
            this.btnSaveReport.GUID = null;
            this.btnSaveReport.Height = 31;
            this.btnSaveReport.IsMemory = false;
            this.btnSaveReport.Location = new System.Drawing.Point(350, 384);
            this.btnSaveReport.LocationLeft = 350;
            this.btnSaveReport.LocationTop = 384;
            this.btnSaveReport.Margins = "3,3,3,3";
            this.btnSaveReport.Name = "btnSaveReport";
            this.btnSaveReport.Security = "";
            this.btnSaveReport.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.btnSaveReport.SecurityValue = true;
            this.btnSaveReport.Size = new System.Drawing.Size(77, 31);
            this.btnSaveReport.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.btnSaveReport.States = "";
            this.btnSaveReport.StateValue = true;
            this.btnSaveReport.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
            this.btnSaveReport.TabIndex = 20;
            this.btnSaveReport.Text = "保存报告";
            this.btnSaveReport.Width = 77;
            // 
            // lstReport
            // 
            this.lstReport.AllowNull = true;
            this.lstReport.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
            this.lstReport.ControlCursor = null;
            this.lstReport.DataTableName = null;
            this.lstReport.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
            this.lstReport.GroupName = null;
            this.lstReport.GUID = null;
            this.lstReport.Height = 95;
            this.lstReport.IsMemory = false;
            this.lstReport.Location = new System.Drawing.Point(12, 320);
            this.lstReport.LocationLeft = 12;
            this.lstReport.LocationTop = 320;
            this.lstReport.Margins = "3,3,3,3";
            this.lstReport.Name = "lstReport";
            this.lstReport.Security = "";
            this.lstReport.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.lstReport.SecurityValue = true;
            this.lstReport.Size = new System.Drawing.Size(328, 95);
            this.lstReport.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
            this.lstReport.States = "";
            this.lstReport.StateValue = true;
            this.lstReport.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
            this.lstReport.TabIndex = 21;
            this.lstReport.Tip = null;
            this.lstReport.Width = 328;
            // 
            // FormAutoAdjust
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BorderStyle = Tofly.CoreUI.Control.FormBorderStyle.FixedDialog;
            this.ClientSize = new System.Drawing.Size(437, 427);
            this.Controls.Add(this.lstReport);
            this.Controls.Add(this.btnSaveReport);
            this.Controls.Add(this.cboAdjustType);
            this.Controls.Add(this.btnExit);
            this.Controls.Add(this.btnAdjust);
            this.Controls.Add(this.rdoSelectType);
            this.Controls.Add(this.rdoSpatialReference);
            this.Controls.Add(this.btnSaveToList);
            this.Controls.Add(this.btnOpenFromList);
            this.Controls.Add(this.btnDeleteFiles);
            this.Controls.Add(this.btnOpenFiles);
            this.Controls.Add(this.lstFiles);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Height = 455;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FormAutoAdjust";
            this.Text = "批量纠正";
            this.Width = 443;
            ((System.ComponentModel.ISupportInitialize)(this.lstFiles)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rdoSpatialReference.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.rdoSelectType.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.cboAdjustType.Properties)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.lstReport)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private CoreUI.Win.Control.ListBoxClass lstFiles;
        private CoreUI.Win.Control.ButtonClass btnOpenFiles;
        private CoreUI.Win.Control.ButtonClass btnDeleteFiles;
        private CoreUI.Win.Control.ButtonClass btnOpenFromList;
        private CoreUI.Win.Control.ButtonClass btnSaveToList;
        private CoreUI.Win.Control.RadioGroupClass rdoSpatialReference;
        private CoreUI.Win.Control.RadioGroupClass rdoSelectType;
        private CoreUI.Win.Control.ButtonClass btnAdjust;
        private CoreUI.Win.Control.ButtonClass btnExit;
        private CoreUI.Win.Control.ComboBoxClass cboAdjustType;
        private CoreUI.Win.Control.ButtonClass btnSaveReport;
        private CoreUI.Win.Control.ListBoxClass lstReport;
    }
}