123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267 |
- namespace Tofly.SearchUI.Win
- {
- partial class RemoteMappingSetting
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
-
-
-
-
- private void InitializeComponent()
- {
- this.gridControl = new DevExpress.XtraGrid.GridControl();
- this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
- this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
- this.groupControl = new DevExpress.XtraEditors.GroupControl();
- this.labelPath = new DevExpress.XtraEditors.LabelControl();
- this.buttonOK = new Tofly.CoreUI.Win.Control.ButtonClass();
- this.buttonCancel = new Tofly.CoreUI.Win.Control.ButtonClass();
- this.lblMaximumCount = new DevExpress.XtraEditors.LabelControl();
- this.calcEdit = new DevExpress.XtraEditors.CalcEdit();
- this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
- this.comboBox = new System.Windows.Forms.ComboBox();
- this.textFolderPath = new DevExpress.XtraEditors.ButtonEdit();
- ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.groupControl)).BeginInit();
- this.groupControl.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.calcEdit.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.textFolderPath.Properties)).BeginInit();
- this.SuspendLayout();
-
-
-
- this.gridControl.Dock = System.Windows.Forms.DockStyle.Fill;
- this.gridControl.Location = new System.Drawing.Point(2, 22);
- this.gridControl.MainView = this.gridView;
- this.gridControl.Name = "gridControl";
- this.gridControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
- this.repositoryItemComboBox1});
- this.gridControl.Size = new System.Drawing.Size(475, 247);
- this.gridControl.TabIndex = 8;
- this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
- this.gridView});
-
-
-
- this.gridView.GridControl = this.gridControl;
- this.gridView.Name = "gridView";
- this.gridView.OptionsView.ShowGroupExpandCollapseButtons = false;
- this.gridView.OptionsView.ShowGroupPanel = false;
- this.gridView.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView_CellValueChanged);
- this.gridView.MouseEnter += new System.EventHandler(this.gridView_MouseEnter);
-
-
-
- this.repositoryItemComboBox1.AutoHeight = false;
- this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.repositoryItemComboBox1.Items.AddRange(new object[] {
- "10000",
- "25000",
- "50000",
- "100000"});
- this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
- this.repositoryItemComboBox1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
-
-
-
- this.groupControl.Controls.Add(this.gridControl);
- this.groupControl.Location = new System.Drawing.Point(14, 64);
- this.groupControl.Name = "groupControl";
- this.groupControl.Size = new System.Drawing.Size(479, 271);
- this.groupControl.TabIndex = 9;
- this.groupControl.Text = "比例尺对应关系";
-
-
-
- this.labelPath.Location = new System.Drawing.Point(52, 12);
- this.labelPath.Name = "labelPath";
- this.labelPath.Size = new System.Drawing.Size(36, 14);
- this.labelPath.TabIndex = 10;
- this.labelPath.Text = "路径:";
-
-
-
- this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.buttonOK.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Right)));
- this.buttonOK.ControlCursor = null;
- this.buttonOK.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.buttonOK.GroupName = "";
- this.buttonOK.GUID = null;
- this.buttonOK.Height = 20;
- this.buttonOK.IsMemory = false;
- this.buttonOK.IsStrongValidate = false;
- this.buttonOK.Location = new System.Drawing.Point(366, 340);
- this.buttonOK.LocationLeft = 366;
- this.buttonOK.LocationTop = 340;
- this.buttonOK.Margins = "3,3,3,3";
- this.buttonOK.Name = "buttonOK";
- this.buttonOK.Security = "";
- this.buttonOK.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.buttonOK.SecurityValue = true;
- this.buttonOK.Size = new System.Drawing.Size(60, 20);
- this.buttonOK.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.buttonOK.States = "";
- this.buttonOK.StateValue = true;
- this.buttonOK.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.buttonOK.TabIndex = 12;
- this.buttonOK.Text = "确定";
- this.buttonOK.Width = 60;
- this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
-
-
-
- this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.buttonCancel.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Right)));
- this.buttonCancel.ControlCursor = null;
- this.buttonCancel.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.buttonCancel.GroupName = "";
- this.buttonCancel.GUID = null;
- this.buttonCancel.Height = 20;
- this.buttonCancel.IsMemory = false;
- this.buttonCancel.IsStrongValidate = false;
- this.buttonCancel.Location = new System.Drawing.Point(432, 340);
- this.buttonCancel.LocationLeft = 432;
- this.buttonCancel.LocationTop = 340;
- this.buttonCancel.Margins = "3,3,3,3";
- this.buttonCancel.Name = "buttonCancel";
- this.buttonCancel.Security = "";
- this.buttonCancel.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.buttonCancel.SecurityValue = true;
- this.buttonCancel.Size = new System.Drawing.Size(60, 20);
- this.buttonCancel.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.buttonCancel.States = "";
- this.buttonCancel.StateValue = true;
- this.buttonCancel.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.buttonCancel.TabIndex = 13;
- this.buttonCancel.Text = "取消";
- this.buttonCancel.Width = 60;
- this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
-
-
-
- this.lblMaximumCount.Location = new System.Drawing.Point(16, 39);
- this.lblMaximumCount.Name = "lblMaximumCount";
- this.lblMaximumCount.Size = new System.Drawing.Size(72, 14);
- this.lblMaximumCount.TabIndex = 15;
- this.lblMaximumCount.Text = "最大图幅数:";
-
-
-
- this.calcEdit.EditValue = new decimal(new int[] {
- 1000,
- 0,
- 0,
- 0});
- this.calcEdit.Location = new System.Drawing.Point(94, 37);
- this.calcEdit.Name = "calcEdit";
- this.calcEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.calcEdit.Size = new System.Drawing.Size(164, 20);
- this.calcEdit.TabIndex = 16;
- this.calcEdit.EditValueChanged += new System.EventHandler(this.calcEdit_EditValueChanged);
-
-
-
- this.labelControl1.Location = new System.Drawing.Point(264, 40);
- this.labelControl1.Name = "labelControl1";
- this.labelControl1.Size = new System.Drawing.Size(60, 14);
- this.labelControl1.TabIndex = 17;
- this.labelControl1.Text = "数据类型:";
-
-
-
- this.comboBox.FormattingEnabled = true;
- this.comboBox.Items.AddRange(new object[] {
- "TIFF",
- "IMAGE",
- "ERS",
- "ZTI",
- "IDX"});
- this.comboBox.Location = new System.Drawing.Point(330, 38);
- this.comboBox.Name = "comboBox";
- this.comboBox.Size = new System.Drawing.Size(157, 20);
- this.comboBox.TabIndex = 18;
-
-
-
- this.textFolderPath.Location = new System.Drawing.Point(94, 9);
- this.textFolderPath.Name = "textFolderPath";
- this.textFolderPath.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton()});
- this.textFolderPath.Size = new System.Drawing.Size(393, 20);
- this.textFolderPath.TabIndex = 19;
- this.textFolderPath.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.textFolderPath_ButtonClick);
-
-
-
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BorderStyle = Tofly.CoreUI.Control.FormBorderStyle.FixedSingle;
- this.ClientSize = new System.Drawing.Size(499, 365);
- this.Controls.Add(this.textFolderPath);
- this.Controls.Add(this.comboBox);
- this.Controls.Add(this.labelControl1);
- this.Controls.Add(this.calcEdit);
- this.Controls.Add(this.lblMaximumCount);
- this.Controls.Add(this.buttonCancel);
- this.Controls.Add(this.buttonOK);
- this.Controls.Add(this.labelPath);
- this.Controls.Add(this.groupControl);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Height = 393;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "RemoteMappingSetting";
- this.Text = "调图设置";
- this.Width = 505;
- this.Load += new System.EventHandler(this.FormRemoteMapping_Load);
- ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.groupControl)).EndInit();
- this.groupControl.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.calcEdit.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.textFolderPath.Properties)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private DevExpress.XtraGrid.GridControl gridControl;
- private DevExpress.XtraGrid.Views.Grid.GridView gridView;
- private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox1;
- private DevExpress.XtraEditors.GroupControl groupControl;
- private DevExpress.XtraEditors.LabelControl labelPath;
- private CoreUI.Win.Control.ButtonClass buttonOK;
- private CoreUI.Win.Control.ButtonClass buttonCancel;
- private DevExpress.XtraEditors.LabelControl lblMaximumCount;
- private DevExpress.XtraEditors.CalcEdit calcEdit;
- private DevExpress.XtraEditors.LabelControl labelControl1;
- private System.Windows.Forms.ComboBox comboBox;
- private DevExpress.XtraEditors.ButtonEdit textFolderPath;
- }
- }
|