123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567 |
- namespace Tofly.GISUI.RasterAdjust.Win
- {
- partial class FormDisplay
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
-
-
-
-
- private void InitializeComponent()
- {
- this.cboLayer = new Tofly.CoreUI.Win.Control.ComboBoxClass();
- this.labelClass2 = new Tofly.CoreUI.Win.Control.LabelClass();
- this.btnDefault = new Tofly.CoreUI.Win.Control.ButtonClass();
- this.btnCancel = new Tofly.CoreUI.Win.Control.ButtonClass();
- this.btnOK = new Tofly.CoreUI.Win.Control.ButtonClass();
- this.spEdContrast = new Tofly.CoreUI.Win.Control.SpinEditClass();
- this.labelClass1 = new Tofly.CoreUI.Win.Control.LabelClass();
- this.labelClass3 = new Tofly.CoreUI.Win.Control.LabelClass();
- this.labelClass4 = new Tofly.CoreUI.Win.Control.LabelClass();
- this.spEdBrightness = new Tofly.CoreUI.Win.Control.SpinEditClass();
- this.labelClass5 = new Tofly.CoreUI.Win.Control.LabelClass();
- this.labelClass6 = new Tofly.CoreUI.Win.Control.LabelClass();
- this.spEdTransparency = new Tofly.CoreUI.Win.Control.SpinEditClass();
- this.labelClass7 = new Tofly.CoreUI.Win.Control.LabelClass();
- ((System.ComponentModel.ISupportInitialize)(this.cboLayer.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.spEdContrast.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.spEdBrightness.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.spEdTransparency.Properties)).BeginInit();
- this.SuspendLayout();
-
-
-
- this.cboLayer.AddCaptionField = false;
- this.cboLayer.AddNullRow = false;
- this.cboLayer.AllowNull = true;
- this.cboLayer.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.cboLayer.AutoExpandFirstNode = true;
- this.cboLayer.AutoLoad = true;
- this.cboLayer.CanSelectRoot = true;
- this.cboLayer.CodeFieldName = null;
- this.cboLayer.ColorSetWhere = null;
- this.cboLayer.ControlCursor = null;
- this.cboLayer.DataFilter = null;
- this.cboLayer.DataTableName = null;
- this.cboLayer.DisplayFieldName = null;
- this.cboLayer.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.cboLayer.EditValue = "";
- this.cboLayer.FilterFields = null;
- this.cboLayer.FocusedNode = null;
- this.cboLayer.GroupBy = null;
- this.cboLayer.GroupName = null;
- this.cboLayer.GUID = null;
- this.cboLayer.Height = 20;
- this.cboLayer.IDFieldName = null;
- this.cboLayer.IsEdit = false;
- this.cboLayer.IsMemory = false;
- this.cboLayer.LinkGroup = null;
- this.cboLayer.LinkIndex = 0;
- this.cboLayer.Location = new System.Drawing.Point(66, 12);
- this.cboLayer.LocationLeft = 66;
- this.cboLayer.LocationTop = 12;
- this.cboLayer.Margins = "3,3,3,3";
- this.cboLayer.Name = "cboLayer";
- this.cboLayer.ObjectFactory = null;
- this.cboLayer.OrderBy = null;
- this.cboLayer.PIDFieldName = null;
- this.cboLayer.PinYinFieldName = "C_PINYIN";
- this.cboLayer.Properties.Appearance.BackColor = System.Drawing.Color.White;
- this.cboLayer.Properties.Appearance.Options.UseBackColor = true;
- this.cboLayer.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.cboLayer.Security = "";
- this.cboLayer.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.cboLayer.SecurityValue = true;
- this.cboLayer.SelectedFields = null;
- this.cboLayer.ShowCheckbox = false;
- this.cboLayer.ShowCodeString = false;
- this.cboLayer.ShowMoreRowName = "【显示更多】";
- this.cboLayer.ShowRowNum = 0;
- this.cboLayer.Size = new System.Drawing.Size(197, 20);
- this.cboLayer.SplitString = ",";
- this.cboLayer.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.cboLayer.States = "";
- this.cboLayer.StateValue = true;
- this.cboLayer.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.cboLayer.TabIndex = 10;
- this.cboLayer.TextFieldName = null;
- this.cboLayer.Tip = null;
- this.cboLayer.ValueFieldName = null;
- this.cboLayer.ValueFilter = null;
- this.cboLayer.ValueGetScript = null;
- this.cboLayer.ValueMatchingField = null;
- this.cboLayer.ValueSetScript = null;
- this.cboLayer.Width = 197;
-
-
-
- this.labelClass2.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.labelClass2.ControlCursor = null;
- this.labelClass2.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.labelClass2.GUID = null;
- this.labelClass2.Height = 14;
- this.labelClass2.IsMemory = false;
- this.labelClass2.Location = new System.Drawing.Point(24, 15);
- this.labelClass2.LocationLeft = 24;
- this.labelClass2.LocationTop = 15;
- this.labelClass2.Margins = "3,3,3,3";
- this.labelClass2.Name = "labelClass2";
- this.labelClass2.Security = "";
- this.labelClass2.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass2.SecurityValue = true;
- this.labelClass2.Size = new System.Drawing.Size(36, 14);
- this.labelClass2.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass2.States = "";
- this.labelClass2.StateValue = true;
- this.labelClass2.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.labelClass2.TabIndex = 9;
- this.labelClass2.Text = "图层:";
- this.labelClass2.TextFieldName = null;
- this.labelClass2.Width = 36;
-
-
-
- this.btnDefault.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.btnDefault.ControlCursor = null;
- this.btnDefault.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.btnDefault.GroupName = "";
- this.btnDefault.GUID = null;
- this.btnDefault.Height = 31;
- this.btnDefault.IsMemory = false;
- this.btnDefault.Location = new System.Drawing.Point(186, 48);
- this.btnDefault.LocationLeft = 186;
- this.btnDefault.LocationTop = 48;
- this.btnDefault.Margins = "3,3,3,3";
- this.btnDefault.Name = "btnDefault";
- this.btnDefault.Security = "";
- this.btnDefault.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.btnDefault.SecurityValue = true;
- this.btnDefault.Size = new System.Drawing.Size(77, 31);
- this.btnDefault.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.btnDefault.States = "";
- this.btnDefault.StateValue = true;
- this.btnDefault.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.btnDefault.TabIndex = 13;
- this.btnDefault.Text = "默认值";
- this.btnDefault.Width = 77;
-
-
-
- this.btnCancel.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.btnCancel.ControlCursor = null;
- this.btnCancel.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.btnCancel.GroupName = "";
- this.btnCancel.GUID = null;
- this.btnCancel.Height = 31;
- this.btnCancel.IsMemory = false;
- this.btnCancel.Location = new System.Drawing.Point(186, 122);
- this.btnCancel.LocationLeft = 186;
- this.btnCancel.LocationTop = 122;
- this.btnCancel.Margins = "3,3,3,3";
- this.btnCancel.Name = "btnCancel";
- this.btnCancel.Security = "";
- this.btnCancel.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.btnCancel.SecurityValue = true;
- this.btnCancel.Size = new System.Drawing.Size(77, 31);
- this.btnCancel.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.btnCancel.States = "";
- this.btnCancel.StateValue = true;
- this.btnCancel.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.btnCancel.TabIndex = 12;
- this.btnCancel.Text = "取消";
- this.btnCancel.Width = 77;
-
-
-
- this.btnOK.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.btnOK.ControlCursor = null;
- this.btnOK.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.btnOK.GroupName = "";
- this.btnOK.GUID = null;
- this.btnOK.Height = 31;
- this.btnOK.IsMemory = false;
- this.btnOK.Location = new System.Drawing.Point(186, 85);
- this.btnOK.LocationLeft = 186;
- this.btnOK.LocationTop = 85;
- this.btnOK.Margins = "3,3,3,3";
- this.btnOK.Name = "btnOK";
- this.btnOK.Security = "";
- this.btnOK.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.btnOK.SecurityValue = true;
- this.btnOK.Size = new System.Drawing.Size(77, 31);
- this.btnOK.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.btnOK.States = "";
- this.btnOK.StateValue = true;
- this.btnOK.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.btnOK.TabIndex = 11;
- this.btnOK.Text = "确定";
- this.btnOK.Width = 77;
-
-
-
- this.spEdContrast.AllowNull = true;
- this.spEdContrast.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.spEdContrast.CheckType = Tofly.CoreUI.Control.ValidateType.Int32;
- this.spEdContrast.ControlCursor = null;
- this.spEdContrast.DecimalDigits = 0;
- this.spEdContrast.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.spEdContrast.EditValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.spEdContrast.GroupName = "";
- this.spEdContrast.GUID = null;
- this.spEdContrast.Height = 20;
- this.spEdContrast.IsMemory = false;
- this.spEdContrast.Location = new System.Drawing.Point(66, 47);
- this.spEdContrast.LocationLeft = 66;
- this.spEdContrast.LocationTop = 47;
- this.spEdContrast.LogicWhere = "";
- this.spEdContrast.Margins = "3,3,3,3";
- this.spEdContrast.MaxLength = 0;
- this.spEdContrast.Name = "spEdContrast";
- this.spEdContrast.Properties.Appearance.BackColor = System.Drawing.Color.White;
- this.spEdContrast.Properties.Appearance.Options.UseBackColor = true;
- this.spEdContrast.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton()});
- this.spEdContrast.Security = "";
- this.spEdContrast.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.spEdContrast.SecurityValue = true;
- this.spEdContrast.Size = new System.Drawing.Size(96, 20);
- this.spEdContrast.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.spEdContrast.States = "";
- this.spEdContrast.StateValue = true;
- this.spEdContrast.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.spEdContrast.TabIndex = 15;
- this.spEdContrast.TextFieldName = null;
- this.spEdContrast.Tip = null;
- this.spEdContrast.Value = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.spEdContrast.Width = 96;
-
-
-
- this.labelClass1.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.labelClass1.ControlCursor = null;
- this.labelClass1.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.labelClass1.GUID = null;
- this.labelClass1.Height = 14;
- this.labelClass1.IsMemory = false;
- this.labelClass1.Location = new System.Drawing.Point(12, 48);
- this.labelClass1.LocationLeft = 12;
- this.labelClass1.LocationTop = 48;
- this.labelClass1.Margins = "3,3,3,3";
- this.labelClass1.Name = "labelClass1";
- this.labelClass1.Security = "";
- this.labelClass1.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass1.SecurityValue = true;
- this.labelClass1.Size = new System.Drawing.Size(48, 14);
- this.labelClass1.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass1.States = "";
- this.labelClass1.StateValue = true;
- this.labelClass1.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.labelClass1.TabIndex = 14;
- this.labelClass1.Text = "对比度:";
- this.labelClass1.TextFieldName = null;
- this.labelClass1.Width = 48;
-
-
-
- this.labelClass3.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.labelClass3.ControlCursor = null;
- this.labelClass3.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.labelClass3.GUID = null;
- this.labelClass3.Height = 14;
- this.labelClass3.IsMemory = false;
- this.labelClass3.Location = new System.Drawing.Point(168, 50);
- this.labelClass3.LocationLeft = 168;
- this.labelClass3.LocationTop = 50;
- this.labelClass3.Margins = "3,3,3,3";
- this.labelClass3.Name = "labelClass3";
- this.labelClass3.Security = "";
- this.labelClass3.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass3.SecurityValue = true;
- this.labelClass3.Size = new System.Drawing.Size(12, 14);
- this.labelClass3.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass3.States = "";
- this.labelClass3.StateValue = true;
- this.labelClass3.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.labelClass3.TabIndex = 16;
- this.labelClass3.Text = "%";
- this.labelClass3.TextFieldName = null;
- this.labelClass3.Width = 12;
-
-
-
- this.labelClass4.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.labelClass4.ControlCursor = null;
- this.labelClass4.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.labelClass4.GUID = null;
- this.labelClass4.Height = 14;
- this.labelClass4.IsMemory = false;
- this.labelClass4.Location = new System.Drawing.Point(168, 85);
- this.labelClass4.LocationLeft = 168;
- this.labelClass4.LocationTop = 85;
- this.labelClass4.Margins = "3,3,3,3";
- this.labelClass4.Name = "labelClass4";
- this.labelClass4.Security = "";
- this.labelClass4.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass4.SecurityValue = true;
- this.labelClass4.Size = new System.Drawing.Size(12, 14);
- this.labelClass4.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass4.States = "";
- this.labelClass4.StateValue = true;
- this.labelClass4.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.labelClass4.TabIndex = 19;
- this.labelClass4.Text = "%";
- this.labelClass4.TextFieldName = null;
- this.labelClass4.Width = 12;
-
-
-
- this.spEdBrightness.AllowNull = true;
- this.spEdBrightness.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.spEdBrightness.CheckType = Tofly.CoreUI.Control.ValidateType.Int32;
- this.spEdBrightness.ControlCursor = null;
- this.spEdBrightness.DecimalDigits = 0;
- this.spEdBrightness.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.spEdBrightness.EditValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.spEdBrightness.GroupName = "";
- this.spEdBrightness.GUID = null;
- this.spEdBrightness.Height = 20;
- this.spEdBrightness.IsMemory = false;
- this.spEdBrightness.Location = new System.Drawing.Point(66, 82);
- this.spEdBrightness.LocationLeft = 66;
- this.spEdBrightness.LocationTop = 82;
- this.spEdBrightness.LogicWhere = "";
- this.spEdBrightness.Margins = "3,3,3,3";
- this.spEdBrightness.MaxLength = 0;
- this.spEdBrightness.Name = "spEdBrightness";
- this.spEdBrightness.Properties.Appearance.BackColor = System.Drawing.Color.White;
- this.spEdBrightness.Properties.Appearance.Options.UseBackColor = true;
- this.spEdBrightness.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton()});
- this.spEdBrightness.Security = "";
- this.spEdBrightness.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.spEdBrightness.SecurityValue = true;
- this.spEdBrightness.Size = new System.Drawing.Size(96, 20);
- this.spEdBrightness.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.spEdBrightness.States = "";
- this.spEdBrightness.StateValue = true;
- this.spEdBrightness.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.spEdBrightness.TabIndex = 18;
- this.spEdBrightness.TextFieldName = null;
- this.spEdBrightness.Tip = null;
- this.spEdBrightness.Value = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.spEdBrightness.Width = 96;
-
-
-
- this.labelClass5.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.labelClass5.ControlCursor = null;
- this.labelClass5.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.labelClass5.GUID = null;
- this.labelClass5.Height = 14;
- this.labelClass5.IsMemory = false;
- this.labelClass5.Location = new System.Drawing.Point(24, 85);
- this.labelClass5.LocationLeft = 24;
- this.labelClass5.LocationTop = 85;
- this.labelClass5.Margins = "3,3,3,3";
- this.labelClass5.Name = "labelClass5";
- this.labelClass5.Security = "";
- this.labelClass5.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass5.SecurityValue = true;
- this.labelClass5.Size = new System.Drawing.Size(36, 14);
- this.labelClass5.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass5.States = "";
- this.labelClass5.StateValue = true;
- this.labelClass5.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.labelClass5.TabIndex = 17;
- this.labelClass5.Text = "亮度:";
- this.labelClass5.TextFieldName = null;
- this.labelClass5.Width = 36;
-
-
-
- this.labelClass6.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.labelClass6.ControlCursor = null;
- this.labelClass6.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.labelClass6.GUID = null;
- this.labelClass6.Height = 14;
- this.labelClass6.IsMemory = false;
- this.labelClass6.Location = new System.Drawing.Point(168, 120);
- this.labelClass6.LocationLeft = 168;
- this.labelClass6.LocationTop = 120;
- this.labelClass6.Margins = "3,3,3,3";
- this.labelClass6.Name = "labelClass6";
- this.labelClass6.Security = "";
- this.labelClass6.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass6.SecurityValue = true;
- this.labelClass6.Size = new System.Drawing.Size(12, 14);
- this.labelClass6.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass6.States = "";
- this.labelClass6.StateValue = true;
- this.labelClass6.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.labelClass6.TabIndex = 22;
- this.labelClass6.Text = "%";
- this.labelClass6.TextFieldName = null;
- this.labelClass6.Width = 12;
-
-
-
- this.spEdTransparency.AllowNull = true;
- this.spEdTransparency.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.spEdTransparency.CheckType = Tofly.CoreUI.Control.ValidateType.Int32;
- this.spEdTransparency.ControlCursor = null;
- this.spEdTransparency.DecimalDigits = 0;
- this.spEdTransparency.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.spEdTransparency.EditValue = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.spEdTransparency.GroupName = "";
- this.spEdTransparency.GUID = null;
- this.spEdTransparency.Height = 20;
- this.spEdTransparency.IsMemory = false;
- this.spEdTransparency.Location = new System.Drawing.Point(66, 117);
- this.spEdTransparency.LocationLeft = 66;
- this.spEdTransparency.LocationTop = 117;
- this.spEdTransparency.LogicWhere = "";
- this.spEdTransparency.Margins = "3,3,3,3";
- this.spEdTransparency.MaxLength = 0;
- this.spEdTransparency.Name = "spEdTransparency";
- this.spEdTransparency.Properties.Appearance.BackColor = System.Drawing.Color.White;
- this.spEdTransparency.Properties.Appearance.Options.UseBackColor = true;
- this.spEdTransparency.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton()});
- this.spEdTransparency.Security = "";
- this.spEdTransparency.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.spEdTransparency.SecurityValue = true;
- this.spEdTransparency.Size = new System.Drawing.Size(96, 20);
- this.spEdTransparency.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.spEdTransparency.States = "";
- this.spEdTransparency.StateValue = true;
- this.spEdTransparency.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.spEdTransparency.TabIndex = 21;
- this.spEdTransparency.TextFieldName = null;
- this.spEdTransparency.Tip = null;
- this.spEdTransparency.Value = new decimal(new int[] {
- 0,
- 0,
- 0,
- 0});
- this.spEdTransparency.Width = 96;
-
-
-
- this.labelClass7.AnchorStyles = ((Tofly.CoreUI.Control.AnchorStyles)((Tofly.CoreUI.Control.AnchorStyles.Top | Tofly.CoreUI.Control.AnchorStyles.Left)));
- this.labelClass7.ControlCursor = null;
- this.labelClass7.DockStyle = Tofly.CoreUI.Control.DockStyle.None;
- this.labelClass7.GUID = null;
- this.labelClass7.Height = 14;
- this.labelClass7.IsMemory = false;
- this.labelClass7.Location = new System.Drawing.Point(12, 120);
- this.labelClass7.LocationLeft = 12;
- this.labelClass7.LocationTop = 120;
- this.labelClass7.Margins = "3,3,3,3";
- this.labelClass7.Name = "labelClass7";
- this.labelClass7.Security = "";
- this.labelClass7.SecurityEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass7.SecurityValue = true;
- this.labelClass7.Size = new System.Drawing.Size(48, 14);
- this.labelClass7.StateEnableOrVisibleType = Tofly.CoreUI.Control.EnableOrVisibleType.Enable;
- this.labelClass7.States = "";
- this.labelClass7.StateValue = true;
- this.labelClass7.TabEntryType = Tofly.CoreUI.Control.TabEntryType.Tab;
- this.labelClass7.TabIndex = 20;
- this.labelClass7.Text = "透明度:";
- this.labelClass7.TextFieldName = null;
- this.labelClass7.Width = 48;
-
-
-
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BorderStyle = Tofly.CoreUI.Control.FormBorderStyle.FixedDialog;
- this.ClientSize = new System.Drawing.Size(275, 165);
- this.Controls.Add(this.labelClass6);
- this.Controls.Add(this.spEdTransparency);
- this.Controls.Add(this.labelClass7);
- this.Controls.Add(this.labelClass4);
- this.Controls.Add(this.spEdBrightness);
- this.Controls.Add(this.labelClass5);
- this.Controls.Add(this.labelClass3);
- this.Controls.Add(this.spEdContrast);
- this.Controls.Add(this.labelClass1);
- this.Controls.Add(this.btnDefault);
- this.Controls.Add(this.btnCancel);
- this.Controls.Add(this.btnOK);
- this.Controls.Add(this.cboLayer);
- this.Controls.Add(this.labelClass2);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
- this.Height = 193;
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "FormDisplay";
- this.Text = "效果";
- this.Width = 281;
- ((System.ComponentModel.ISupportInitialize)(this.cboLayer.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.spEdContrast.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.spEdBrightness.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.spEdTransparency.Properties)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private CoreUI.Win.Control.ComboBoxClass cboLayer;
- private CoreUI.Win.Control.LabelClass labelClass2;
- private CoreUI.Win.Control.ButtonClass btnDefault;
- private CoreUI.Win.Control.ButtonClass btnCancel;
- private CoreUI.Win.Control.ButtonClass btnOK;
- private CoreUI.Win.Control.SpinEditClass spEdContrast;
- private CoreUI.Win.Control.LabelClass labelClass1;
- private CoreUI.Win.Control.LabelClass labelClass3;
- private CoreUI.Win.Control.LabelClass labelClass4;
- private CoreUI.Win.Control.SpinEditClass spEdBrightness;
- private CoreUI.Win.Control.LabelClass labelClass5;
- private CoreUI.Win.Control.LabelClass labelClass6;
- private CoreUI.Win.Control.SpinEditClass spEdTransparency;
- private CoreUI.Win.Control.LabelClass labelClass7;
- }
- }
|