123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- namespace Tofly.SearchUI.Win
- {
- partial class CoordinateLocalPluginControl
- {
-
-
-
- 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.checkBox1 = new System.Windows.Forms.CheckBox();
- this.checkBoxClass1 = new Tofly.CoreUI.Win.Control.CheckBoxClass();
- ((System.ComponentModel.ISupportInitialize)(this.checkBoxClass1.Properties)).BeginInit();
- this.SuspendLayout();
-
-
-
- this.checkBox1.AutoSize = true;
- this.checkBox1.Checked = true;
- this.checkBox1.CheckState = System.Windows.Forms.CheckState.Checked;
- this.checkBox1.Location = new System.Drawing.Point(159, 18);
- this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(162, 16);
- this.checkBox1.TabIndex = 0;
- this.checkBox1.Text = "是否显示MapZone无效工具";
- this.checkBox1.UseVisualStyleBackColor = true;
-
-
-
- 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.FalseValue = "0";
- this.checkBoxClass1.GUID = null;
- this.checkBoxClass1.Height = 19;
- this.checkBoxClass1.IsMemory = false;
- this.checkBoxClass1.Location = new System.Drawing.Point(21, 16);
- this.checkBoxClass1.LocationLeft = 21;
- this.checkBoxClass1.LocationTop = 16;
- 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 = 4;
- 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.Controls.Add(this.checkBox1);
- this.Height = 50;
- this.LocationLeft = 15;
- this.LocationTop = 15;
- this.Name = "CoordinateLocalPluginControl";
- this.Size = new System.Drawing.Size(390, 50);
- this.Width = 390;
- ((System.ComponentModel.ISupportInitialize)(this.checkBoxClass1.Properties)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.CheckBox checkBox1;
- private CoreUI.Win.Control.CheckBoxClass checkBoxClass1;
- }
- }
|