FormDisplay.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567
  1. namespace Tofly.GISUI.RasterAdjust.Win
  2. {
  3. partial class FormDisplay
  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.cboLayer = new Tofly.CoreUI.Win.Control.ComboBoxClass();
  29. this.labelClass2 = new Tofly.CoreUI.Win.Control.LabelClass();
  30. this.btnDefault = new Tofly.CoreUI.Win.Control.ButtonClass();
  31. this.btnCancel = new Tofly.CoreUI.Win.Control.ButtonClass();
  32. this.btnOK = new Tofly.CoreUI.Win.Control.ButtonClass();
  33. this.spEdContrast = new Tofly.CoreUI.Win.Control.SpinEditClass();
  34. this.labelClass1 = new Tofly.CoreUI.Win.Control.LabelClass();
  35. this.labelClass3 = new Tofly.CoreUI.Win.Control.LabelClass();
  36. this.labelClass4 = new Tofly.CoreUI.Win.Control.LabelClass();
  37. this.spEdBrightness = new Tofly.CoreUI.Win.Control.SpinEditClass();
  38. this.labelClass5 = new Tofly.CoreUI.Win.Control.LabelClass();
  39. this.labelClass6 = new Tofly.CoreUI.Win.Control.LabelClass();
  40. this.spEdTransparency = new Tofly.CoreUI.Win.Control.SpinEditClass();
  41. this.labelClass7 = new Tofly.CoreUI.Win.Control.LabelClass();
  42. ((System.ComponentModel.ISupportInitialize)(this.cboLayer.Properties)).BeginInit();
  43. ((System.ComponentModel.ISupportInitialize)(this.spEdContrast.Properties)).BeginInit();
  44. ((System.ComponentModel.ISupportInitialize)(this.spEdBrightness.Properties)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.spEdTransparency.Properties)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // cboLayer
  49. //
  50. this.cboLayer.AddCaptionField = false;
  51. this.cboLayer.AddNullRow = false;
  52. this.cboLayer.AllowNull = true;
  53. this.cboLayer.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  54. this.cboLayer.AutoExpandFirstNode = true;
  55. this.cboLayer.AutoLoad = true;
  56. this.cboLayer.CanSelectRoot = true;
  57. this.cboLayer.CodeFieldName = null;
  58. this.cboLayer.ColorSetWhere = null;
  59. this.cboLayer.ControlCursor = null;
  60. this.cboLayer.DataFilter = null;
  61. this.cboLayer.DataTableName = null;
  62. this.cboLayer.DisplayFieldName = null;
  63. this.cboLayer.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  64. this.cboLayer.EditValue = "";
  65. this.cboLayer.FilterFields = null;
  66. this.cboLayer.FocusedNode = null;
  67. this.cboLayer.GroupBy = null;
  68. this.cboLayer.GroupName = null;
  69. this.cboLayer.GUID = null;
  70. this.cboLayer.Height = 20;
  71. this.cboLayer.IDFieldName = null;
  72. this.cboLayer.IsEdit = false;
  73. this.cboLayer.IsMemory = false;
  74. this.cboLayer.LinkGroup = null;
  75. this.cboLayer.LinkIndex = 0;
  76. this.cboLayer.Location = new System.Drawing.Point(66, 12);
  77. this.cboLayer.LocationLeft = 66;
  78. this.cboLayer.LocationTop = 12;
  79. this.cboLayer.Margins = "3,3,3,3";
  80. this.cboLayer.Name = "cboLayer";
  81. this.cboLayer.ObjectFactory = null;
  82. this.cboLayer.OrderBy = null;
  83. this.cboLayer.PIDFieldName = null;
  84. this.cboLayer.PinYinFieldName = "C_PINYIN";
  85. this.cboLayer.Properties.Appearance.BackColor = System.Drawing.Color.White;
  86. this.cboLayer.Properties.Appearance.Options.UseBackColor = true;
  87. this.cboLayer.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  88. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  89. this.cboLayer.Security = "";
  90. this.cboLayer.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  91. this.cboLayer.SecurityValue = true;
  92. this.cboLayer.SelectedFields = null;
  93. this.cboLayer.ShowCheckbox = false;
  94. this.cboLayer.ShowCodeString = false;
  95. this.cboLayer.ShowMoreRowName = "【显示更多】";
  96. this.cboLayer.ShowRowNum = 0;
  97. this.cboLayer.Size = new System.Drawing.Size(197, 20);
  98. this.cboLayer.SplitString = ",";
  99. this.cboLayer.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  100. this.cboLayer.States = "";
  101. this.cboLayer.StateValue = true;
  102. this.cboLayer.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  103. this.cboLayer.TabIndex = 10;
  104. this.cboLayer.TextFieldName = null;
  105. this.cboLayer.Tip = null;
  106. this.cboLayer.ValueFieldName = null;
  107. this.cboLayer.ValueFilter = null;
  108. this.cboLayer.ValueGetScript = null;
  109. this.cboLayer.ValueMatchingField = null;
  110. this.cboLayer.ValueSetScript = null;
  111. this.cboLayer.Width = 197;
  112. //
  113. // labelClass2
  114. //
  115. this.labelClass2.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  116. this.labelClass2.ControlCursor = null;
  117. this.labelClass2.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  118. this.labelClass2.GUID = null;
  119. this.labelClass2.Height = 14;
  120. this.labelClass2.IsMemory = false;
  121. this.labelClass2.Location = new System.Drawing.Point(24, 15);
  122. this.labelClass2.LocationLeft = 24;
  123. this.labelClass2.LocationTop = 15;
  124. this.labelClass2.Margins = "3,3,3,3";
  125. this.labelClass2.Name = "labelClass2";
  126. this.labelClass2.Security = "";
  127. this.labelClass2.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  128. this.labelClass2.SecurityValue = true;
  129. this.labelClass2.Size = new System.Drawing.Size(36, 14);
  130. this.labelClass2.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  131. this.labelClass2.States = "";
  132. this.labelClass2.StateValue = true;
  133. this.labelClass2.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  134. this.labelClass2.TabIndex = 9;
  135. this.labelClass2.Text = "图层:";
  136. this.labelClass2.TextFieldName = null;
  137. this.labelClass2.Width = 36;
  138. //
  139. // btnDefault
  140. //
  141. this.btnDefault.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  142. this.btnDefault.ControlCursor = null;
  143. this.btnDefault.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  144. this.btnDefault.GroupName = "";
  145. this.btnDefault.GUID = null;
  146. this.btnDefault.Height = 31;
  147. this.btnDefault.IsMemory = false;
  148. this.btnDefault.Location = new System.Drawing.Point(186, 48);
  149. this.btnDefault.LocationLeft = 186;
  150. this.btnDefault.LocationTop = 48;
  151. this.btnDefault.Margins = "3,3,3,3";
  152. this.btnDefault.Name = "btnDefault";
  153. this.btnDefault.Security = "";
  154. this.btnDefault.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  155. this.btnDefault.SecurityValue = true;
  156. this.btnDefault.Size = new System.Drawing.Size(77, 31);
  157. this.btnDefault.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  158. this.btnDefault.States = "";
  159. this.btnDefault.StateValue = true;
  160. this.btnDefault.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  161. this.btnDefault.TabIndex = 13;
  162. this.btnDefault.Text = "默认值";
  163. this.btnDefault.Width = 77;
  164. //
  165. // btnCancel
  166. //
  167. this.btnCancel.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  168. this.btnCancel.ControlCursor = null;
  169. this.btnCancel.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  170. this.btnCancel.GroupName = "";
  171. this.btnCancel.GUID = null;
  172. this.btnCancel.Height = 31;
  173. this.btnCancel.IsMemory = false;
  174. this.btnCancel.Location = new System.Drawing.Point(186, 122);
  175. this.btnCancel.LocationLeft = 186;
  176. this.btnCancel.LocationTop = 122;
  177. this.btnCancel.Margins = "3,3,3,3";
  178. this.btnCancel.Name = "btnCancel";
  179. this.btnCancel.Security = "";
  180. this.btnCancel.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  181. this.btnCancel.SecurityValue = true;
  182. this.btnCancel.Size = new System.Drawing.Size(77, 31);
  183. this.btnCancel.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  184. this.btnCancel.States = "";
  185. this.btnCancel.StateValue = true;
  186. this.btnCancel.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  187. this.btnCancel.TabIndex = 12;
  188. this.btnCancel.Text = "取消";
  189. this.btnCancel.Width = 77;
  190. //
  191. // btnOK
  192. //
  193. this.btnOK.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  194. this.btnOK.ControlCursor = null;
  195. this.btnOK.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  196. this.btnOK.GroupName = "";
  197. this.btnOK.GUID = null;
  198. this.btnOK.Height = 31;
  199. this.btnOK.IsMemory = false;
  200. this.btnOK.Location = new System.Drawing.Point(186, 85);
  201. this.btnOK.LocationLeft = 186;
  202. this.btnOK.LocationTop = 85;
  203. this.btnOK.Margins = "3,3,3,3";
  204. this.btnOK.Name = "btnOK";
  205. this.btnOK.Security = "";
  206. this.btnOK.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  207. this.btnOK.SecurityValue = true;
  208. this.btnOK.Size = new System.Drawing.Size(77, 31);
  209. this.btnOK.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  210. this.btnOK.States = "";
  211. this.btnOK.StateValue = true;
  212. this.btnOK.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  213. this.btnOK.TabIndex = 11;
  214. this.btnOK.Text = "确定";
  215. this.btnOK.Width = 77;
  216. //
  217. // spEdContrast
  218. //
  219. this.spEdContrast.AllowNull = true;
  220. this.spEdContrast.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  221. this.spEdContrast.CheckType = Tofly.CoreUI.Control.ValidateType.Int32;
  222. this.spEdContrast.ControlCursor = null;
  223. this.spEdContrast.DecimalDigits = 0;
  224. this.spEdContrast.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  225. this.spEdContrast.EditValue = new decimal(new int[] {
  226. 0,
  227. 0,
  228. 0,
  229. 0});
  230. this.spEdContrast.GroupName = "";
  231. this.spEdContrast.GUID = null;
  232. this.spEdContrast.Height = 20;
  233. this.spEdContrast.IsMemory = false;
  234. this.spEdContrast.Location = new System.Drawing.Point(66, 47);
  235. this.spEdContrast.LocationLeft = 66;
  236. this.spEdContrast.LocationTop = 47;
  237. this.spEdContrast.LogicWhere = "";
  238. this.spEdContrast.Margins = "3,3,3,3";
  239. this.spEdContrast.MaxLength = 0;
  240. this.spEdContrast.Name = "spEdContrast";
  241. this.spEdContrast.Properties.Appearance.BackColor = System.Drawing.Color.White;
  242. this.spEdContrast.Properties.Appearance.Options.UseBackColor = true;
  243. this.spEdContrast.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  244. new DevExpress.XtraEditors.Controls.EditorButton()});
  245. this.spEdContrast.Security = "";
  246. this.spEdContrast.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  247. this.spEdContrast.SecurityValue = true;
  248. this.spEdContrast.Size = new System.Drawing.Size(96, 20);
  249. this.spEdContrast.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  250. this.spEdContrast.States = "";
  251. this.spEdContrast.StateValue = true;
  252. this.spEdContrast.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  253. this.spEdContrast.TabIndex = 15;
  254. this.spEdContrast.TextFieldName = null;
  255. this.spEdContrast.Tip = null;
  256. this.spEdContrast.Value = new decimal(new int[] {
  257. 0,
  258. 0,
  259. 0,
  260. 0});
  261. this.spEdContrast.Width = 96;
  262. //
  263. // labelClass1
  264. //
  265. this.labelClass1.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  266. this.labelClass1.ControlCursor = null;
  267. this.labelClass1.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  268. this.labelClass1.GUID = null;
  269. this.labelClass1.Height = 14;
  270. this.labelClass1.IsMemory = false;
  271. this.labelClass1.Location = new System.Drawing.Point(12, 48);
  272. this.labelClass1.LocationLeft = 12;
  273. this.labelClass1.LocationTop = 48;
  274. this.labelClass1.Margins = "3,3,3,3";
  275. this.labelClass1.Name = "labelClass1";
  276. this.labelClass1.Security = "";
  277. this.labelClass1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  278. this.labelClass1.SecurityValue = true;
  279. this.labelClass1.Size = new System.Drawing.Size(48, 14);
  280. this.labelClass1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  281. this.labelClass1.States = "";
  282. this.labelClass1.StateValue = true;
  283. this.labelClass1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  284. this.labelClass1.TabIndex = 14;
  285. this.labelClass1.Text = "对比度:";
  286. this.labelClass1.TextFieldName = null;
  287. this.labelClass1.Width = 48;
  288. //
  289. // labelClass3
  290. //
  291. this.labelClass3.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  292. this.labelClass3.ControlCursor = null;
  293. this.labelClass3.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  294. this.labelClass3.GUID = null;
  295. this.labelClass3.Height = 14;
  296. this.labelClass3.IsMemory = false;
  297. this.labelClass3.Location = new System.Drawing.Point(168, 50);
  298. this.labelClass3.LocationLeft = 168;
  299. this.labelClass3.LocationTop = 50;
  300. this.labelClass3.Margins = "3,3,3,3";
  301. this.labelClass3.Name = "labelClass3";
  302. this.labelClass3.Security = "";
  303. this.labelClass3.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  304. this.labelClass3.SecurityValue = true;
  305. this.labelClass3.Size = new System.Drawing.Size(12, 14);
  306. this.labelClass3.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  307. this.labelClass3.States = "";
  308. this.labelClass3.StateValue = true;
  309. this.labelClass3.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  310. this.labelClass3.TabIndex = 16;
  311. this.labelClass3.Text = "%";
  312. this.labelClass3.TextFieldName = null;
  313. this.labelClass3.Width = 12;
  314. //
  315. // labelClass4
  316. //
  317. this.labelClass4.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  318. this.labelClass4.ControlCursor = null;
  319. this.labelClass4.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  320. this.labelClass4.GUID = null;
  321. this.labelClass4.Height = 14;
  322. this.labelClass4.IsMemory = false;
  323. this.labelClass4.Location = new System.Drawing.Point(168, 85);
  324. this.labelClass4.LocationLeft = 168;
  325. this.labelClass4.LocationTop = 85;
  326. this.labelClass4.Margins = "3,3,3,3";
  327. this.labelClass4.Name = "labelClass4";
  328. this.labelClass4.Security = "";
  329. this.labelClass4.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  330. this.labelClass4.SecurityValue = true;
  331. this.labelClass4.Size = new System.Drawing.Size(12, 14);
  332. this.labelClass4.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  333. this.labelClass4.States = "";
  334. this.labelClass4.StateValue = true;
  335. this.labelClass4.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  336. this.labelClass4.TabIndex = 19;
  337. this.labelClass4.Text = "%";
  338. this.labelClass4.TextFieldName = null;
  339. this.labelClass4.Width = 12;
  340. //
  341. // spEdBrightness
  342. //
  343. this.spEdBrightness.AllowNull = true;
  344. this.spEdBrightness.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  345. this.spEdBrightness.CheckType = Tofly.CoreUI.Control.ValidateType.Int32;
  346. this.spEdBrightness.ControlCursor = null;
  347. this.spEdBrightness.DecimalDigits = 0;
  348. this.spEdBrightness.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  349. this.spEdBrightness.EditValue = new decimal(new int[] {
  350. 0,
  351. 0,
  352. 0,
  353. 0});
  354. this.spEdBrightness.GroupName = "";
  355. this.spEdBrightness.GUID = null;
  356. this.spEdBrightness.Height = 20;
  357. this.spEdBrightness.IsMemory = false;
  358. this.spEdBrightness.Location = new System.Drawing.Point(66, 82);
  359. this.spEdBrightness.LocationLeft = 66;
  360. this.spEdBrightness.LocationTop = 82;
  361. this.spEdBrightness.LogicWhere = "";
  362. this.spEdBrightness.Margins = "3,3,3,3";
  363. this.spEdBrightness.MaxLength = 0;
  364. this.spEdBrightness.Name = "spEdBrightness";
  365. this.spEdBrightness.Properties.Appearance.BackColor = System.Drawing.Color.White;
  366. this.spEdBrightness.Properties.Appearance.Options.UseBackColor = true;
  367. this.spEdBrightness.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  368. new DevExpress.XtraEditors.Controls.EditorButton()});
  369. this.spEdBrightness.Security = "";
  370. this.spEdBrightness.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  371. this.spEdBrightness.SecurityValue = true;
  372. this.spEdBrightness.Size = new System.Drawing.Size(96, 20);
  373. this.spEdBrightness.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  374. this.spEdBrightness.States = "";
  375. this.spEdBrightness.StateValue = true;
  376. this.spEdBrightness.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  377. this.spEdBrightness.TabIndex = 18;
  378. this.spEdBrightness.TextFieldName = null;
  379. this.spEdBrightness.Tip = null;
  380. this.spEdBrightness.Value = new decimal(new int[] {
  381. 0,
  382. 0,
  383. 0,
  384. 0});
  385. this.spEdBrightness.Width = 96;
  386. //
  387. // labelClass5
  388. //
  389. this.labelClass5.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  390. this.labelClass5.ControlCursor = null;
  391. this.labelClass5.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  392. this.labelClass5.GUID = null;
  393. this.labelClass5.Height = 14;
  394. this.labelClass5.IsMemory = false;
  395. this.labelClass5.Location = new System.Drawing.Point(24, 85);
  396. this.labelClass5.LocationLeft = 24;
  397. this.labelClass5.LocationTop = 85;
  398. this.labelClass5.Margins = "3,3,3,3";
  399. this.labelClass5.Name = "labelClass5";
  400. this.labelClass5.Security = "";
  401. this.labelClass5.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  402. this.labelClass5.SecurityValue = true;
  403. this.labelClass5.Size = new System.Drawing.Size(36, 14);
  404. this.labelClass5.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  405. this.labelClass5.States = "";
  406. this.labelClass5.StateValue = true;
  407. this.labelClass5.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  408. this.labelClass5.TabIndex = 17;
  409. this.labelClass5.Text = "亮度:";
  410. this.labelClass5.TextFieldName = null;
  411. this.labelClass5.Width = 36;
  412. //
  413. // labelClass6
  414. //
  415. this.labelClass6.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  416. this.labelClass6.ControlCursor = null;
  417. this.labelClass6.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  418. this.labelClass6.GUID = null;
  419. this.labelClass6.Height = 14;
  420. this.labelClass6.IsMemory = false;
  421. this.labelClass6.Location = new System.Drawing.Point(168, 120);
  422. this.labelClass6.LocationLeft = 168;
  423. this.labelClass6.LocationTop = 120;
  424. this.labelClass6.Margins = "3,3,3,3";
  425. this.labelClass6.Name = "labelClass6";
  426. this.labelClass6.Security = "";
  427. this.labelClass6.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  428. this.labelClass6.SecurityValue = true;
  429. this.labelClass6.Size = new System.Drawing.Size(12, 14);
  430. this.labelClass6.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  431. this.labelClass6.States = "";
  432. this.labelClass6.StateValue = true;
  433. this.labelClass6.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  434. this.labelClass6.TabIndex = 22;
  435. this.labelClass6.Text = "%";
  436. this.labelClass6.TextFieldName = null;
  437. this.labelClass6.Width = 12;
  438. //
  439. // spEdTransparency
  440. //
  441. this.spEdTransparency.AllowNull = true;
  442. this.spEdTransparency.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  443. this.spEdTransparency.CheckType = Tofly.CoreUI.Control.ValidateType.Int32;
  444. this.spEdTransparency.ControlCursor = null;
  445. this.spEdTransparency.DecimalDigits = 0;
  446. this.spEdTransparency.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  447. this.spEdTransparency.EditValue = new decimal(new int[] {
  448. 0,
  449. 0,
  450. 0,
  451. 0});
  452. this.spEdTransparency.GroupName = "";
  453. this.spEdTransparency.GUID = null;
  454. this.spEdTransparency.Height = 20;
  455. this.spEdTransparency.IsMemory = false;
  456. this.spEdTransparency.Location = new System.Drawing.Point(66, 117);
  457. this.spEdTransparency.LocationLeft = 66;
  458. this.spEdTransparency.LocationTop = 117;
  459. this.spEdTransparency.LogicWhere = "";
  460. this.spEdTransparency.Margins = "3,3,3,3";
  461. this.spEdTransparency.MaxLength = 0;
  462. this.spEdTransparency.Name = "spEdTransparency";
  463. this.spEdTransparency.Properties.Appearance.BackColor = System.Drawing.Color.White;
  464. this.spEdTransparency.Properties.Appearance.Options.UseBackColor = true;
  465. this.spEdTransparency.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  466. new DevExpress.XtraEditors.Controls.EditorButton()});
  467. this.spEdTransparency.Security = "";
  468. this.spEdTransparency.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  469. this.spEdTransparency.SecurityValue = true;
  470. this.spEdTransparency.Size = new System.Drawing.Size(96, 20);
  471. this.spEdTransparency.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  472. this.spEdTransparency.States = "";
  473. this.spEdTransparency.StateValue = true;
  474. this.spEdTransparency.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  475. this.spEdTransparency.TabIndex = 21;
  476. this.spEdTransparency.TextFieldName = null;
  477. this.spEdTransparency.Tip = null;
  478. this.spEdTransparency.Value = new decimal(new int[] {
  479. 0,
  480. 0,
  481. 0,
  482. 0});
  483. this.spEdTransparency.Width = 96;
  484. //
  485. // labelClass7
  486. //
  487. this.labelClass7.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  488. this.labelClass7.ControlCursor = null;
  489. this.labelClass7.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  490. this.labelClass7.GUID = null;
  491. this.labelClass7.Height = 14;
  492. this.labelClass7.IsMemory = false;
  493. this.labelClass7.Location = new System.Drawing.Point(12, 120);
  494. this.labelClass7.LocationLeft = 12;
  495. this.labelClass7.LocationTop = 120;
  496. this.labelClass7.Margins = "3,3,3,3";
  497. this.labelClass7.Name = "labelClass7";
  498. this.labelClass7.Security = "";
  499. this.labelClass7.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  500. this.labelClass7.SecurityValue = true;
  501. this.labelClass7.Size = new System.Drawing.Size(48, 14);
  502. this.labelClass7.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  503. this.labelClass7.States = "";
  504. this.labelClass7.StateValue = true;
  505. this.labelClass7.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  506. this.labelClass7.TabIndex = 20;
  507. this.labelClass7.Text = "透明度:";
  508. this.labelClass7.TextFieldName = null;
  509. this.labelClass7.Width = 48;
  510. //
  511. // FormDisplay
  512. //
  513. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  514. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  515. this.BorderStyle = Tofly.CoreUI.Control.FormBorderStyle.FixedDialog;
  516. this.ClientSize = new System.Drawing.Size(275, 165);
  517. this.Controls.Add(this.labelClass6);
  518. this.Controls.Add(this.spEdTransparency);
  519. this.Controls.Add(this.labelClass7);
  520. this.Controls.Add(this.labelClass4);
  521. this.Controls.Add(this.spEdBrightness);
  522. this.Controls.Add(this.labelClass5);
  523. this.Controls.Add(this.labelClass3);
  524. this.Controls.Add(this.spEdContrast);
  525. this.Controls.Add(this.labelClass1);
  526. this.Controls.Add(this.btnDefault);
  527. this.Controls.Add(this.btnCancel);
  528. this.Controls.Add(this.btnOK);
  529. this.Controls.Add(this.cboLayer);
  530. this.Controls.Add(this.labelClass2);
  531. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  532. this.Height = 193;
  533. this.MaximizeBox = false;
  534. this.MinimizeBox = false;
  535. this.Name = "FormDisplay";
  536. this.Text = "效果";
  537. this.Width = 281;
  538. ((System.ComponentModel.ISupportInitialize)(this.cboLayer.Properties)).EndInit();
  539. ((System.ComponentModel.ISupportInitialize)(this.spEdContrast.Properties)).EndInit();
  540. ((System.ComponentModel.ISupportInitialize)(this.spEdBrightness.Properties)).EndInit();
  541. ((System.ComponentModel.ISupportInitialize)(this.spEdTransparency.Properties)).EndInit();
  542. this.ResumeLayout(false);
  543. this.PerformLayout();
  544. }
  545. #endregion
  546. private CoreUI.Win.Control.ComboBoxClass cboLayer;
  547. private CoreUI.Win.Control.LabelClass labelClass2;
  548. private CoreUI.Win.Control.ButtonClass btnDefault;
  549. private CoreUI.Win.Control.ButtonClass btnCancel;
  550. private CoreUI.Win.Control.ButtonClass btnOK;
  551. private CoreUI.Win.Control.SpinEditClass spEdContrast;
  552. private CoreUI.Win.Control.LabelClass labelClass1;
  553. private CoreUI.Win.Control.LabelClass labelClass3;
  554. private CoreUI.Win.Control.LabelClass labelClass4;
  555. private CoreUI.Win.Control.SpinEditClass spEdBrightness;
  556. private CoreUI.Win.Control.LabelClass labelClass5;
  557. private CoreUI.Win.Control.LabelClass labelClass6;
  558. private CoreUI.Win.Control.SpinEditClass spEdTransparency;
  559. private CoreUI.Win.Control.LabelClass labelClass7;
  560. }
  561. }