CoordinateLocalPluginControl.Designer.cs 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. namespace Tofly.SearchUI.Win
  2. {
  3. partial class CoordinateLocalPluginControl
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.checkBox1 = new System.Windows.Forms.CheckBox();
  29. this.checkBoxClass1 = new Tofly.CoreUI.Win.Control.CheckBoxClass();
  30. ((System.ComponentModel.ISupportInitialize)(this.checkBoxClass1.Properties)).BeginInit();
  31. this.SuspendLayout();
  32. //
  33. // checkBox1
  34. //
  35. this.checkBox1.AutoSize = true;
  36. this.checkBox1.Checked = true;
  37. this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
  38. this.checkBox1.Location = new System.Drawing.Point(159, 18);
  39. this.checkBox1.Name = "checkBox1";
  40. this.checkBox1.Size = new System.Drawing.Size(162, 16);
  41. this.checkBox1.TabIndex = 0;
  42. this.checkBox1.Text = "是否显示MapZone无效工具";
  43. this.checkBox1.UseVisualStyleBackColor = true;
  44. //
  45. // checkBoxClass1
  46. //
  47. this.checkBoxClass1.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  48. this.checkBoxClass1.ControlCursor = null;
  49. this.checkBoxClass1.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  50. this.checkBoxClass1.FalseValue = "0";
  51. this.checkBoxClass1.GUID = null;
  52. this.checkBoxClass1.Height = 19;
  53. this.checkBoxClass1.IsMemory = false;
  54. this.checkBoxClass1.Location = new System.Drawing.Point(21, 16);
  55. this.checkBoxClass1.LocationLeft = 21;
  56. this.checkBoxClass1.LocationTop = 16;
  57. this.checkBoxClass1.Margins = "3,3,3,3";
  58. this.checkBoxClass1.Name = "checkBoxClass1";
  59. this.checkBoxClass1.Properties.Caption = "是否3度带";
  60. this.checkBoxClass1.Security = "";
  61. this.checkBoxClass1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  62. this.checkBoxClass1.SecurityValue = true;
  63. this.checkBoxClass1.Size = new System.Drawing.Size(75, 19);
  64. this.checkBoxClass1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  65. this.checkBoxClass1.States = "";
  66. this.checkBoxClass1.StateValue = true;
  67. this.checkBoxClass1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  68. this.checkBoxClass1.TabIndex = 4;
  69. this.checkBoxClass1.TextFieldName = null;
  70. this.checkBoxClass1.TrueValue = "1";
  71. this.checkBoxClass1.ValueFieldName = null;
  72. this.checkBoxClass1.Width = 75;
  73. //
  74. // CoordinateLocalPluginControl
  75. //
  76. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  77. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  78. this.Controls.Add(this.checkBoxClass1);
  79. this.Controls.Add(this.checkBox1);
  80. this.Height = 50;
  81. this.LocationLeft = 15;
  82. this.LocationTop = 15;
  83. this.Name = "CoordinateLocalPluginControl";
  84. this.Size = new System.Drawing.Size(390, 50);
  85. this.Width = 390;
  86. ((System.ComponentModel.ISupportInitialize)(this.checkBoxClass1.Properties)).EndInit();
  87. this.ResumeLayout(false);
  88. this.PerformLayout();
  89. }
  90. #endregion
  91. private System.Windows.Forms.CheckBox checkBox1;
  92. private CoreUI.Win.Control.CheckBoxClass checkBoxClass1;
  93. }
  94. }