namespace Tofly.GISUI.RasterAdjust.Win { partial class FormSaveAs { /// <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.btnCancel = new Tofly.CoreUI.Win.Control.ButtonClass(); this.btnOK = new Tofly.CoreUI.Win.Control.ButtonClass(); this.panelClass1 = new Tofly.CoreUI.Win.Control.PanelClass(); this.cboResamplingType = new Tofly.CoreUI.Win.Control.ComboBoxClass(); this.labelClass2 = new Tofly.CoreUI.Win.Control.LabelClass(); this.spEdCellSize = new Tofly.CoreUI.Win.Control.SpinEditClass(); this.labelClass1 = new Tofly.CoreUI.Win.Control.LabelClass(); this.chkResampling = new Tofly.CoreUI.Win.Control.CheckBoxClass(); this.chkWorldFileExport = new Tofly.CoreUI.Win.Control.CheckBoxClass(); this.labelClass3 = new Tofly.CoreUI.Win.Control.LabelClass(); this.txtPath = new Tofly.CoreUI.Win.Control.TextBoxClass(); this.btnOpen = new Tofly.CoreUI.Win.Control.ButtonClass(); ((System.ComponentModel.ISupportInitialize)(this.panelClass1)).BeginInit(); this.panelClass1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.cboResamplingType.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.spEdCellSize.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chkResampling.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.chkWorldFileExport.Properties)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPath.Properties)).BeginInit(); this.SuspendLayout(); // // btnCancel // this.btnCancel.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left))); this.btnCancel.ControlCursor = null; this.btnCancel.DockStyle = Tofly.CoreUI.Control.DockStyle.None; this.btnCancel.GroupName = ""; this.btnCancel.GUID = null; this.btnCancel.Height = 31; this.btnCancel.IsMemory = false; this.btnCancel.Location = new System.Drawing.Point(331, 156); this.btnCancel.LocationLeft = 331; this.btnCancel.LocationTop = 156; this.btnCancel.Margins = "3,3,3,3"; this.btnCancel.Name = "btnCancel"; this.btnCancel.Security = ""; this.btnCancel.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.btnCancel.SecurityValue = true; this.btnCancel.Size = new System.Drawing.Size(77, 31); this.btnCancel.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.btnCancel.States = ""; this.btnCancel.StateValue = true; this.btnCancel.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab; this.btnCancel.TabIndex = 3; this.btnCancel.Text = "取消"; this.btnCancel.Width = 77; // // btnOK // this.btnOK.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left))); this.btnOK.ControlCursor = null; this.btnOK.DockStyle = Tofly.CoreUI.Control.DockStyle.None; this.btnOK.GroupName = ""; this.btnOK.GUID = null; this.btnOK.Height = 31; this.btnOK.IsMemory = false; this.btnOK.Location = new System.Drawing.Point(248, 156); this.btnOK.LocationLeft = 248; this.btnOK.LocationTop = 156; this.btnOK.Margins = "3,3,3,3"; this.btnOK.Name = "btnOK"; this.btnOK.Security = ""; this.btnOK.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.btnOK.SecurityValue = true; this.btnOK.Size = new System.Drawing.Size(77, 31); this.btnOK.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.btnOK.States = ""; this.btnOK.StateValue = true; this.btnOK.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab; this.btnOK.TabIndex = 2; this.btnOK.Text = "确定"; this.btnOK.Width = 77; // // panelClass1 // this.panelClass1.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left))); this.panelClass1.ChildControlName = null; this.panelClass1.ControlCursor = null; this.panelClass1.Controls.Add(this.cboResamplingType); this.panelClass1.Controls.Add(this.labelClass2); this.panelClass1.Controls.Add(this.spEdCellSize); this.panelClass1.Controls.Add(this.labelClass1); this.panelClass1.Controls.Add(this.chkResampling); this.panelClass1.DataTableName = null; this.panelClass1.DockStyle = Tofly.CoreUI.Control.DockStyle.None; this.panelClass1.GUID = null; this.panelClass1.Height = 92; this.panelClass1.IsMemory = false; this.panelClass1.Location = new System.Drawing.Point(12, 12); this.panelClass1.LocationLeft = 12; this.panelClass1.LocationTop = 12; this.panelClass1.Margins = "3,3,3,3"; this.panelClass1.Name = "panelClass1"; this.panelClass1.RelationKey = null; this.panelClass1.Security = ""; this.panelClass1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.panelClass1.SecurityValue = true; this.panelClass1.Size = new System.Drawing.Size(396, 92); this.panelClass1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.panelClass1.States = ""; this.panelClass1.StateValue = true; this.panelClass1.SynEditControlName = null; this.panelClass1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab; this.panelClass1.TabIndex = 4; this.panelClass1.UserCache = true; this.panelClass1.Value = null; this.panelClass1.Width = 396; // // cboResamplingType // this.cboResamplingType.AddCaptionField = false; this.cboResamplingType.AddNullRow = false; this.cboResamplingType.AllowNull = true; this.cboResamplingType.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left))); this.cboResamplingType.AutoExpandFirstNode = true; this.cboResamplingType.AutoLoad = true; this.cboResamplingType.CanSelectRoot = true; this.cboResamplingType.CodeFieldName = null; this.cboResamplingType.ColorSetWhere = null; this.cboResamplingType.ControlCursor = null; this.cboResamplingType.DataFilter = null; this.cboResamplingType.DataTableName = null; this.cboResamplingType.DisplayFieldName = null; this.cboResamplingType.DockStyle = Tofly.CoreUI.Control.DockStyle.None; this.cboResamplingType.FilterFields = null; this.cboResamplingType.FocusedNode = null; this.cboResamplingType.GroupBy = null; this.cboResamplingType.GroupName = null; this.cboResamplingType.GUID = null; this.cboResamplingType.Height = 20; this.cboResamplingType.IDFieldName = null; this.cboResamplingType.IsEdit = false; this.cboResamplingType.IsMemory = false; this.cboResamplingType.LinkGroup = null; this.cboResamplingType.LinkIndex = 0; this.cboResamplingType.Location = new System.Drawing.Point(85, 56); this.cboResamplingType.LocationLeft = 85; this.cboResamplingType.LocationTop = 56; this.cboResamplingType.Margins = "3,3,3,3"; this.cboResamplingType.Name = "cboResamplingType"; this.cboResamplingType.ObjectFactory = null; this.cboResamplingType.OrderBy = null; this.cboResamplingType.PIDFieldName = null; this.cboResamplingType.PinYinFieldName = "C_PINYIN"; this.cboResamplingType.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); this.cboResamplingType.Security = ""; this.cboResamplingType.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.cboResamplingType.SecurityValue = true; this.cboResamplingType.SelectedFields = null; this.cboResamplingType.ShowCheckbox = false; this.cboResamplingType.ShowCodeString = false; this.cboResamplingType.ShowMoreRowName = "【显示更多】"; this.cboResamplingType.ShowRowNum = 0; this.cboResamplingType.Size = new System.Drawing.Size(306, 20); this.cboResamplingType.SplitString = ","; this.cboResamplingType.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.cboResamplingType.States = ""; this.cboResamplingType.StateValue = true; this.cboResamplingType.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab; this.cboResamplingType.TabIndex = 8; this.cboResamplingType.TextFieldName = null; this.cboResamplingType.Tip = null; this.cboResamplingType.ValueFieldName = null; this.cboResamplingType.ValueFilter = null; this.cboResamplingType.ValueGetScript = null; this.cboResamplingType.ValueMatchingField = null; this.cboResamplingType.ValueSetScript = null; this.cboResamplingType.Width = 306; // // labelClass2 // this.labelClass2.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left))); this.labelClass2.ControlCursor = null; this.labelClass2.DockStyle = Tofly.CoreUI.Control.DockStyle.None; this.labelClass2.GUID = null; this.labelClass2.Height = 14; this.labelClass2.IsMemory = false; this.labelClass2.Location = new System.Drawing.Point(7, 59); this.labelClass2.LocationLeft = 7; this.labelClass2.LocationTop = 59; this.labelClass2.Margins = "3,3,3,3"; this.labelClass2.Name = "labelClass2"; this.labelClass2.Security = ""; this.labelClass2.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.labelClass2.SecurityValue = true; this.labelClass2.Size = new System.Drawing.Size(72, 14); this.labelClass2.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.labelClass2.States = ""; this.labelClass2.StateValue = true; this.labelClass2.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab; this.labelClass2.TabIndex = 7; this.labelClass2.Text = "重采样类型:"; this.labelClass2.TextFieldName = null; this.labelClass2.Width = 72; // // spEdCellSize // this.spEdCellSize.AllowNull = true; this.spEdCellSize.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left))); this.spEdCellSize.CheckType = Tofly.CoreUI.Control.ValidateType.Int32; this.spEdCellSize.ControlCursor = null; this.spEdCellSize.DecimalDigits = 0; this.spEdCellSize.DockStyle = Tofly.CoreUI.Control.DockStyle.None; this.spEdCellSize.EditValue = new decimal(new int[] { 0, 0, 0, 0}); this.spEdCellSize.GroupName = ""; this.spEdCellSize.GUID = null; this.spEdCellSize.Height = 20; this.spEdCellSize.IsMemory = false; this.spEdCellSize.Location = new System.Drawing.Point(85, 30); this.spEdCellSize.LocationLeft = 85; this.spEdCellSize.LocationTop = 30; this.spEdCellSize.LogicWhere = ""; this.spEdCellSize.Margins = "3,3,3,3"; this.spEdCellSize.MaxLength = 0; this.spEdCellSize.Name = "spEdCellSize"; this.spEdCellSize.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton()}); this.spEdCellSize.Security = ""; this.spEdCellSize.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.spEdCellSize.SecurityValue = true; this.spEdCellSize.Size = new System.Drawing.Size(306, 20); this.spEdCellSize.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.spEdCellSize.States = ""; this.spEdCellSize.StateValue = true; this.spEdCellSize.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab; this.spEdCellSize.TabIndex = 6; this.spEdCellSize.TextFieldName = null; this.spEdCellSize.Tip = null; this.spEdCellSize.Value = new decimal(new int[] { 0, 0, 0, 0}); this.spEdCellSize.Width = 306; // // labelClass1 // this.labelClass1.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left))); this.labelClass1.ControlCursor = null; this.labelClass1.DockStyle = Tofly.CoreUI.Control.DockStyle.None; this.labelClass1.GUID = null; this.labelClass1.Height = 14; this.labelClass1.IsMemory = false; this.labelClass1.Location = new System.Drawing.Point(19, 33); this.labelClass1.LocationLeft = 19; this.labelClass1.LocationTop = 33; this.labelClass1.Margins = "3,3,3,3"; this.labelClass1.Name = "labelClass1"; this.labelClass1.Security = ""; this.labelClass1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.labelClass1.SecurityValue = true; this.labelClass1.Size = new System.Drawing.Size(60, 14); this.labelClass1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.labelClass1.States = ""; this.labelClass1.StateValue = true; this.labelClass1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab; this.labelClass1.TabIndex = 5; this.labelClass1.Text = "像素大小:"; this.labelClass1.TextFieldName = null; this.labelClass1.Width = 60; // // chkResampling // this.chkResampling.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left))); this.chkResampling.ControlCursor = null; this.chkResampling.DockStyle = Tofly.CoreUI.Control.DockStyle.None; this.chkResampling.FalseValue = "0"; this.chkResampling.GUID = null; this.chkResampling.Height = 19; this.chkResampling.IsMemory = false; this.chkResampling.Location = new System.Drawing.Point(5, 5); this.chkResampling.LocationLeft = 5; this.chkResampling.LocationTop = 5; this.chkResampling.Margins = "3,3,3,3"; this.chkResampling.Name = "chkResampling"; this.chkResampling.Properties.Caption = "是否重新采样"; this.chkResampling.Security = ""; this.chkResampling.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.chkResampling.SecurityValue = true; this.chkResampling.Size = new System.Drawing.Size(103, 19); this.chkResampling.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.chkResampling.States = ""; this.chkResampling.StateValue = true; this.chkResampling.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab; this.chkResampling.TabIndex = 0; this.chkResampling.TextFieldName = null; this.chkResampling.TrueValue = "1"; this.chkResampling.ValueFieldName = null; this.chkResampling.Width = 103; // // chkWorldFileExport // this.chkWorldFileExport.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left))); this.chkWorldFileExport.ControlCursor = null; this.chkWorldFileExport.DockStyle = Tofly.CoreUI.Control.DockStyle.None; this.chkWorldFileExport.FalseValue = "0"; this.chkWorldFileExport.GUID = null; this.chkWorldFileExport.Height = 19; this.chkWorldFileExport.IsMemory = false; this.chkWorldFileExport.Location = new System.Drawing.Point(12, 168); this.chkWorldFileExport.LocationLeft = 12; this.chkWorldFileExport.LocationTop = 168; this.chkWorldFileExport.Margins = "3,3,3,3"; this.chkWorldFileExport.Name = "chkWorldFileExport"; this.chkWorldFileExport.Properties.Caption = "坐标文件"; this.chkWorldFileExport.Security = ""; this.chkWorldFileExport.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.chkWorldFileExport.SecurityValue = true; this.chkWorldFileExport.Size = new System.Drawing.Size(103, 19); this.chkWorldFileExport.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.chkWorldFileExport.States = ""; this.chkWorldFileExport.StateValue = true; this.chkWorldFileExport.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab; this.chkWorldFileExport.TabIndex = 1; this.chkWorldFileExport.TextFieldName = null; this.chkWorldFileExport.TrueValue = "1"; this.chkWorldFileExport.ValueFieldName = null; this.chkWorldFileExport.Width = 103; // // labelClass3 // this.labelClass3.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left))); this.labelClass3.ControlCursor = null; this.labelClass3.DockStyle = Tofly.CoreUI.Control.DockStyle.None; this.labelClass3.GUID = null; this.labelClass3.Height = 14; this.labelClass3.IsMemory = false; this.labelClass3.Location = new System.Drawing.Point(19, 110); this.labelClass3.LocationLeft = 19; this.labelClass3.LocationTop = 110; this.labelClass3.Margins = "3,3,3,3"; this.labelClass3.Name = "labelClass3"; this.labelClass3.Security = ""; this.labelClass3.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.labelClass3.SecurityValue = true; this.labelClass3.Size = new System.Drawing.Size(60, 14); this.labelClass3.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.labelClass3.States = ""; this.labelClass3.StateValue = true; this.labelClass3.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab; this.labelClass3.TabIndex = 8; this.labelClass3.Text = "输出栅格:"; this.labelClass3.TextFieldName = null; this.labelClass3.Width = 60; // // txtPath // this.txtPath.AllowNull = true; this.txtPath.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left))); this.txtPath.CheckType = Tofly.CoreUI.Control.ValidateType.String; this.txtPath.ControlCursor = null; this.txtPath.DecimalDigits = 0; this.txtPath.DockStyle = Tofly.CoreUI.Control.DockStyle.None; this.txtPath.GroupName = ""; this.txtPath.GUID = null; this.txtPath.Height = 20; this.txtPath.IsMemory = false; this.txtPath.Location = new System.Drawing.Point(12, 130); this.txtPath.LocationLeft = 12; this.txtPath.LocationTop = 130; this.txtPath.LogicWhere = ""; this.txtPath.Margins = "3,3,3,3"; this.txtPath.MaxLength = 0; this.txtPath.Name = "txtPath"; this.txtPath.Security = ""; this.txtPath.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.txtPath.SecurityValue = true; this.txtPath.Size = new System.Drawing.Size(349, 20); this.txtPath.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.txtPath.States = ""; this.txtPath.StateValue = true; this.txtPath.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab; this.txtPath.TabIndex = 9; this.txtPath.TextFieldName = null; this.txtPath.Tip = null; this.txtPath.Width = 349; // // btnOpen // this.btnOpen.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left))); this.btnOpen.ControlCursor = null; this.btnOpen.DockStyle = Tofly.CoreUI.Control.DockStyle.None; this.btnOpen.GroupName = ""; this.btnOpen.GUID = null; this.btnOpen.Height = 36; this.btnOpen.IsMemory = false; this.btnOpen.Location = new System.Drawing.Point(367, 114); this.btnOpen.LocationLeft = 367; this.btnOpen.LocationTop = 114; this.btnOpen.Margins = "3,3,3,3"; this.btnOpen.Name = "btnOpen"; this.btnOpen.Security = ""; this.btnOpen.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.btnOpen.SecurityValue = true; this.btnOpen.Size = new System.Drawing.Size(41, 36); this.btnOpen.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable; this.btnOpen.States = ""; this.btnOpen.StateValue = true; this.btnOpen.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab; this.btnOpen.TabIndex = 10; this.btnOpen.Text = "打开"; this.btnOpen.Width = 41; // // FormSaveAs // this.BorderStyle = Tofly.CoreUI.Control.FormBorderStyle.FixedDialog; this.ClientSize = new System.Drawing.Size(420, 197); this.Controls.Add(this.btnOpen); this.Controls.Add(this.txtPath); this.Controls.Add(this.labelClass3); this.Controls.Add(this.chkWorldFileExport); this.Controls.Add(this.panelClass1); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Height = 225; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "FormSaveAs"; this.Text = "另存为..."; this.Width = 426; ((System.ComponentModel.ISupportInitialize)(this.panelClass1)).EndInit(); this.panelClass1.ResumeLayout(false); this.panelClass1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.cboResamplingType.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.spEdCellSize.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chkResampling.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.chkWorldFileExport.Properties)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.txtPath.Properties)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private CoreUI.Win.Control.ButtonClass btnCancel; private CoreUI.Win.Control.ButtonClass btnOK; private CoreUI.Win.Control.PanelClass panelClass1; private CoreUI.Win.Control.CheckBoxClass chkResampling; private CoreUI.Win.Control.CheckBoxClass chkWorldFileExport; private CoreUI.Win.Control.ComboBoxClass cboResamplingType; private CoreUI.Win.Control.LabelClass labelClass2; private CoreUI.Win.Control.SpinEditClass spEdCellSize; private CoreUI.Win.Control.LabelClass labelClass1; private CoreUI.Win.Control.LabelClass labelClass3; private CoreUI.Win.Control.TextBoxClass txtPath; private CoreUI.Win.Control.ButtonClass btnOpen; } }