MeasurePluginControl.Designer.cs 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. namespace Tofly.SearchUI.Win
  2. {
  3. partial class MeasurePluginControl
  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.checkBoxClass1 = new Tofly.CoreUI.Win.Control.CheckBoxClass();
  29. ((System.ComponentModel.ISupportInitialize)(this.checkBoxClass1.Properties)).BeginInit();
  30. this.SuspendLayout();
  31. //
  32. // checkBoxClass1
  33. //
  34. this.checkBoxClass1.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
  35. this.checkBoxClass1.ControlCursor = null;
  36. this.checkBoxClass1.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
  37. this.checkBoxClass1.EditValue = true;
  38. this.checkBoxClass1.FalseValue = "0";
  39. this.checkBoxClass1.GUID = null;
  40. this.checkBoxClass1.Height = 19;
  41. this.checkBoxClass1.IsMemory = false;
  42. this.checkBoxClass1.Location = new System.Drawing.Point(24, 17);
  43. this.checkBoxClass1.LocationLeft = 24;
  44. this.checkBoxClass1.LocationTop = 17;
  45. this.checkBoxClass1.Margins = "3,3,3,3";
  46. this.checkBoxClass1.Name = "checkBoxClass1";
  47. this.checkBoxClass1.Properties.Caption = "是否3度带";
  48. this.checkBoxClass1.Security = "";
  49. this.checkBoxClass1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  50. this.checkBoxClass1.SecurityValue = true;
  51. this.checkBoxClass1.Size = new System.Drawing.Size(75, 19);
  52. this.checkBoxClass1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
  53. this.checkBoxClass1.States = "";
  54. this.checkBoxClass1.StateValue = true;
  55. this.checkBoxClass1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
  56. this.checkBoxClass1.TabIndex = 5;
  57. this.checkBoxClass1.TextFieldName = null;
  58. this.checkBoxClass1.TrueValue = "1";
  59. this.checkBoxClass1.ValueFieldName = null;
  60. this.checkBoxClass1.Width = 75;
  61. //
  62. // MeasurePluginControl
  63. //
  64. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  65. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  66. this.Controls.Add(this.checkBoxClass1);
  67. this.Height = 60;
  68. this.LocationLeft = 15;
  69. this.LocationTop = 15;
  70. this.Name = "MeasurePluginControl";
  71. this.Size = new System.Drawing.Size(441, 60);
  72. this.Width = 441;
  73. this.Load += new System.EventHandler(this.MeasurePluginControl_Load);
  74. ((System.ComponentModel.ISupportInitialize)(this.checkBoxClass1.Properties)).EndInit();
  75. this.ResumeLayout(false);
  76. }
  77. #endregion
  78. private CoreUI.Win.Control.CheckBoxClass checkBoxClass1;
  79. }
  80. }