RemoteMappingSetting.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267
  1. namespace Tofly.SearchUI.Win
  2. {
  3. partial class RemoteMappingSetting
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.gridControl = new DevExpress.XtraGrid.GridControl();
  29. this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
  30. this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
  31. this.groupControl = new DevExpress.XtraEditors.GroupControl();
  32. this.labelPath = new DevExpress.XtraEditors.LabelControl();
  33. this.buttonOK = new Tofly.CoreUI.Win.Control.ButtonClass();
  34. this.buttonCancel = new Tofly.CoreUI.Win.Control.ButtonClass();
  35. this.lblMaximumCount = new DevExpress.XtraEditors.LabelControl();
  36. this.calcEdit = new DevExpress.XtraEditors.CalcEdit();
  37. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  38. this.comboBox = new System.Windows.Forms.ComboBox();
  39. this.textFolderPath = new DevExpress.XtraEditors.ButtonEdit();
  40. ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
  41. ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
  42. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.groupControl)).BeginInit();
  44. this.groupControl.SuspendLayout();
  45. ((System.ComponentModel.ISupportInitialize)(this.calcEdit.Properties)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.textFolderPath.Properties)).BeginInit();
  47. this.SuspendLayout();
  48. //
  49. // gridControl
  50. //
  51. this.gridControl.Dock = System.Windows.Forms.DockStyle.Fill;
  52. this.gridControl.Location = new System.Drawing.Point(2, 22);
  53. this.gridControl.MainView = this.gridView;
  54. this.gridControl.Name = "gridControl";
  55. this.gridControl.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
  56. this.repositoryItemComboBox1});
  57. this.gridControl.Size = new System.Drawing.Size(475, 247);
  58. this.gridControl.TabIndex = 8;
  59. this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  60. this.gridView});
  61. //
  62. // gridView
  63. //
  64. this.gridView.GridControl = this.gridControl;
  65. this.gridView.Name = "gridView";
  66. this.gridView.OptionsView.ShowGroupExpandCollapseButtons = false;
  67. this.gridView.OptionsView.ShowGroupPanel = false;
  68. this.gridView.CellValueChanged += new DevExpress.XtraGrid.Views.Base.CellValueChangedEventHandler(this.gridView_CellValueChanged);
  69. this.gridView.MouseEnter += new System.EventHandler(this.gridView_MouseEnter);
  70. //
  71. // repositoryItemComboBox1
  72. //
  73. this.repositoryItemComboBox1.AutoHeight = false;
  74. this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  75. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  76. this.repositoryItemComboBox1.Items.AddRange(new object[] {
  77. "10000",
  78. "25000",
  79. "50000",
  80. "100000"});
  81. this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
  82. this.repositoryItemComboBox1.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
  83. //
  84. // groupControl
  85. //
  86. this.groupControl.Controls.Add(this.gridControl);
  87. this.groupControl.Location = new System.Drawing.Point(14, 64);
  88. this.groupControl.Name = "groupControl";
  89. this.groupControl.Size = new System.Drawing.Size(479, 271);
  90. this.groupControl.TabIndex = 9;
  91. this.groupControl.Text = "比例尺对应关系";
  92. //
  93. // labelPath
  94. //
  95. this.labelPath.Location = new System.Drawing.Point(52, 12);
  96. this.labelPath.Name = "labelPath";
  97. this.labelPath.Size = new System.Drawing.Size(36, 14);
  98. this.labelPath.TabIndex = 10;
  99. this.labelPath.Text = "路径:";
  100. //
  101. // buttonOK
  102. //
  103. this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  104. this.buttonOK.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Right)));
  105. this.buttonOK.ControlCursor = null;
  106. this.buttonOK.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  107. this.buttonOK.GroupName = "";
  108. this.buttonOK.GUID = null;
  109. this.buttonOK.Height = 20;
  110. this.buttonOK.IsMemory = false;
  111. this.buttonOK.IsStrongValidate = false;
  112. this.buttonOK.Location = new System.Drawing.Point(366, 340);
  113. this.buttonOK.LocationLeft = 366;
  114. this.buttonOK.LocationTop = 340;
  115. this.buttonOK.Margins = "3,3,3,3";
  116. this.buttonOK.Name = "buttonOK";
  117. this.buttonOK.Security = "";
  118. this.buttonOK.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  119. this.buttonOK.SecurityValue = true;
  120. this.buttonOK.Size = new System.Drawing.Size(60, 20);
  121. this.buttonOK.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  122. this.buttonOK.States = "";
  123. this.buttonOK.StateValue = true;
  124. this.buttonOK.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  125. this.buttonOK.TabIndex = 12;
  126. this.buttonOK.Text = "确定";
  127. this.buttonOK.Width = 60;
  128. this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
  129. //
  130. // buttonCancel
  131. //
  132. this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  133. this.buttonCancel.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Right)));
  134. this.buttonCancel.ControlCursor = null;
  135. this.buttonCancel.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  136. this.buttonCancel.GroupName = "";
  137. this.buttonCancel.GUID = null;
  138. this.buttonCancel.Height = 20;
  139. this.buttonCancel.IsMemory = false;
  140. this.buttonCancel.IsStrongValidate = false;
  141. this.buttonCancel.Location = new System.Drawing.Point(432, 340);
  142. this.buttonCancel.LocationLeft = 432;
  143. this.buttonCancel.LocationTop = 340;
  144. this.buttonCancel.Margins = "3,3,3,3";
  145. this.buttonCancel.Name = "buttonCancel";
  146. this.buttonCancel.Security = "";
  147. this.buttonCancel.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  148. this.buttonCancel.SecurityValue = true;
  149. this.buttonCancel.Size = new System.Drawing.Size(60, 20);
  150. this.buttonCancel.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  151. this.buttonCancel.States = "";
  152. this.buttonCancel.StateValue = true;
  153. this.buttonCancel.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  154. this.buttonCancel.TabIndex = 13;
  155. this.buttonCancel.Text = "取消";
  156. this.buttonCancel.Width = 60;
  157. this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
  158. //
  159. // lblMaximumCount
  160. //
  161. this.lblMaximumCount.Location = new System.Drawing.Point(16, 39);
  162. this.lblMaximumCount.Name = "lblMaximumCount";
  163. this.lblMaximumCount.Size = new System.Drawing.Size(72, 14);
  164. this.lblMaximumCount.TabIndex = 15;
  165. this.lblMaximumCount.Text = "最大图幅数:";
  166. //
  167. // calcEdit
  168. //
  169. this.calcEdit.EditValue = new decimal(new int[] {
  170. 1000,
  171. 0,
  172. 0,
  173. 0});
  174. this.calcEdit.Location = new System.Drawing.Point(94, 37);
  175. this.calcEdit.Name = "calcEdit";
  176. this.calcEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  177. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  178. this.calcEdit.Size = new System.Drawing.Size(164, 20);
  179. this.calcEdit.TabIndex = 16;
  180. this.calcEdit.EditValueChanged += new System.EventHandler(this.calcEdit_EditValueChanged);
  181. //
  182. // labelControl1
  183. //
  184. this.labelControl1.Location = new System.Drawing.Point(264, 40);
  185. this.labelControl1.Name = "labelControl1";
  186. this.labelControl1.Size = new System.Drawing.Size(60, 14);
  187. this.labelControl1.TabIndex = 17;
  188. this.labelControl1.Text = "数据类型:";
  189. //
  190. // comboBox
  191. //
  192. this.comboBox.FormattingEnabled = true;
  193. this.comboBox.Items.AddRange(new object[] {
  194. "TIFF",
  195. "IMAGE",
  196. "ERS",
  197. "ZTI",
  198. "IDX"});
  199. this.comboBox.Location = new System.Drawing.Point(330, 38);
  200. this.comboBox.Name = "comboBox";
  201. this.comboBox.Size = new System.Drawing.Size(157, 20);
  202. this.comboBox.TabIndex = 18;
  203. //
  204. // textFolderPath
  205. //
  206. this.textFolderPath.Location = new System.Drawing.Point(94, 9);
  207. this.textFolderPath.Name = "textFolderPath";
  208. this.textFolderPath.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  209. new DevExpress.XtraEditors.Controls.EditorButton()});
  210. this.textFolderPath.Size = new System.Drawing.Size(393, 20);
  211. this.textFolderPath.TabIndex = 19;
  212. this.textFolderPath.ButtonClick += new DevExpress.XtraEditors.Controls.ButtonPressedEventHandler(this.textFolderPath_ButtonClick);
  213. //
  214. // RemoteMappingSetting
  215. //
  216. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  217. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  218. this.BorderStyle = Tofly.CoreUI.Control.FormBorderStyle.FixedSingle;
  219. this.ClientSize = new System.Drawing.Size(499, 365);
  220. this.Controls.Add(this.textFolderPath);
  221. this.Controls.Add(this.comboBox);
  222. this.Controls.Add(this.labelControl1);
  223. this.Controls.Add(this.calcEdit);
  224. this.Controls.Add(this.lblMaximumCount);
  225. this.Controls.Add(this.buttonCancel);
  226. this.Controls.Add(this.buttonOK);
  227. this.Controls.Add(this.labelPath);
  228. this.Controls.Add(this.groupControl);
  229. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  230. this.Height = 393;
  231. this.MaximizeBox = false;
  232. this.MinimizeBox = false;
  233. this.Name = "RemoteMappingSetting";
  234. this.Text = "调图设置";
  235. this.Width = 505;
  236. this.Load += new System.EventHandler(this.FormRemoteMapping_Load);
  237. ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
  238. ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
  239. ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
  240. ((System.ComponentModel.ISupportInitialize)(this.groupControl)).EndInit();
  241. this.groupControl.ResumeLayout(false);
  242. ((System.ComponentModel.ISupportInitialize)(this.calcEdit.Properties)).EndInit();
  243. ((System.ComponentModel.ISupportInitialize)(this.textFolderPath.Properties)).EndInit();
  244. this.ResumeLayout(false);
  245. this.PerformLayout();
  246. }
  247. #endregion
  248. private DevExpress.XtraGrid.GridControl gridControl;
  249. private DevExpress.XtraGrid.Views.Grid.GridView gridView;
  250. private DevExpress.XtraEditors.Repository.RepositoryItemComboBox repositoryItemComboBox1;
  251. private DevExpress.XtraEditors.GroupControl groupControl;
  252. private DevExpress.XtraEditors.LabelControl labelPath;
  253. private CoreUI.Win.Control.ButtonClass buttonOK;
  254. private CoreUI.Win.Control.ButtonClass buttonCancel;
  255. private DevExpress.XtraEditors.LabelControl lblMaximumCount;
  256. private DevExpress.XtraEditors.CalcEdit calcEdit;
  257. private DevExpress.XtraEditors.LabelControl labelControl1;
  258. private System.Windows.Forms.ComboBox comboBox;
  259. private DevExpress.XtraEditors.ButtonEdit textFolderPath;
  260. }
  261. }