1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- namespace Tofly.SearchUI.Win
- {
- partial class MeasurePluginControl
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region 组件设计器生成的代码
-
-
-
-
- private void InitializeComponent()
- {
- this.checkBoxClass1 = new Tofly.CoreUI.Win.Control.CheckBoxClass();
- ((System.ComponentModel.ISupportInitialize)(this.checkBoxClass1.Properties)).BeginInit();
- this.SuspendLayout();
-
-
-
- this.checkBoxClass1.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.checkBoxClass1.ControlCursor = null;
- this.checkBoxClass1.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.checkBoxClass1.EditValue = true;
- this.checkBoxClass1.FalseValue = "0";
- this.checkBoxClass1.GUID = null;
- this.checkBoxClass1.Height = 19;
- this.checkBoxClass1.IsMemory = false;
- this.checkBoxClass1.Location = new System.Drawing.Point(24, 17);
- this.checkBoxClass1.LocationLeft = 24;
- this.checkBoxClass1.LocationTop = 17;
- this.checkBoxClass1.Margins = "3,3,3,3";
- this.checkBoxClass1.Name = "checkBoxClass1";
- this.checkBoxClass1.Properties.Caption = "是否3度带";
- this.checkBoxClass1.Security = "";
- this.checkBoxClass1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.checkBoxClass1.SecurityValue = true;
- this.checkBoxClass1.Size = new System.Drawing.Size(75, 19);
- this.checkBoxClass1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.checkBoxClass1.States = "";
- this.checkBoxClass1.StateValue = true;
- this.checkBoxClass1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.checkBoxClass1.TabIndex = 5;
- this.checkBoxClass1.TextFieldName = null;
- this.checkBoxClass1.TrueValue = "1";
- this.checkBoxClass1.ValueFieldName = null;
- this.checkBoxClass1.Width = 75;
-
-
-
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.Controls.Add(this.checkBoxClass1);
- this.Height = 60;
- this.LocationLeft = 15;
- this.LocationTop = 15;
- this.Name = "MeasurePluginControl";
- this.Size = new System.Drawing.Size(441, 60);
- this.Width = 441;
- this.Load += new System.EventHandler(this.MeasurePluginControl_Load);
- ((System.ComponentModel.ISupportInitialize)(this.checkBoxClass1.Properties)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private CoreUI.Win.Control.CheckBoxClass checkBoxClass1;
- }
- }
|