/// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     Sheng.SailingEase.Controls.SEComboSelectorTheme seComboSelectorTheme1 = new Sheng.SailingEase.Controls.SEComboSelectorTheme();
     this.txtCode           = new Sheng.SailingEase.Controls.SETextBox();
     this.lblCode           = new System.Windows.Forms.Label();
     this.txtName           = new Sheng.SailingEase.Controls.SETextBox();
     this.lblName           = new System.Windows.Forms.Label();
     this.lblFormElement    = new System.Windows.Forms.Label();
     this.lblMethod         = new System.Windows.Forms.Label();
     this.ddlFormElement    = new Sheng.SailingEase.Core.Development.FormElementComboBox();
     this.ddlObjectForm     = new Sheng.SailingEase.Controls.SEComboBox();
     this.label1            = new System.Windows.Forms.Label();
     this.btnBrowse         = new Sheng.SailingEase.Controls.SEButton();
     this.txtFormElement    = new Sheng.SailingEase.Controls.SETextBox();
     this.availabilityEvent = new Sheng.SailingEase.Controls.SEComboSelector2();
     this.SuspendLayout();
     //
     // txtCode
     //
     this.txtCode.AllowEmpty     = false;
     this.txtCode.CustomValidate = null;
     this.txtCode.HighLight      = true;
     this.txtCode.LimitMaxValue  = false;
     this.txtCode.Location       = new System.Drawing.Point(275, 32);
     this.txtCode.MaxLength      = 100;
     this.txtCode.MaxValue       = ((long)(2147483647));
     this.txtCode.Name           = "txtCode";
     this.txtCode.Regex          = "";
     this.txtCode.RegexMsg       = "RegexMsg_OnlyAllowMonogram";
     this.txtCode.Size           = new System.Drawing.Size(120, 21);
     this.txtCode.TabIndex       = 1;
     this.txtCode.Title          = "LabelCode";
     this.txtCode.ValueCompareTo = null;
     this.txtCode.WaterText      = "";
     //
     // lblCode
     //
     this.lblCode.AutoSize = true;
     this.lblCode.Location = new System.Drawing.Point(210, 35);
     this.lblCode.Name     = "lblCode";
     this.lblCode.Size     = new System.Drawing.Size(401, 12);
     this.lblCode.TabIndex = 26;
     this.lblCode.Text     = "${UserControlEventEditorPanel_CallEntityMethod_General_LabelCode}:";
     //
     // txtName
     //
     this.txtName.AllowEmpty     = false;
     this.txtName.CustomValidate = null;
     this.txtName.HighLight      = true;
     this.txtName.LimitMaxValue  = false;
     this.txtName.Location       = new System.Drawing.Point(69, 32);
     this.txtName.Margin         = new System.Windows.Forms.Padding(3, 6, 3, 3);
     this.txtName.MaxLength      = 100;
     this.txtName.MaxValue       = ((long)(2147483647));
     this.txtName.Name           = "txtName";
     this.txtName.Regex          = "";
     this.txtName.RegexMsg       = null;
     this.txtName.Size           = new System.Drawing.Size(120, 21);
     this.txtName.TabIndex       = 0;
     this.txtName.Title          = "LabelName";
     this.txtName.ValueCompareTo = null;
     this.txtName.WaterText      = "";
     //
     // lblName
     //
     this.lblName.AutoSize = true;
     this.lblName.Location = new System.Drawing.Point(3, 35);
     this.lblName.Name     = "lblName";
     this.lblName.Size     = new System.Drawing.Size(401, 12);
     this.lblName.TabIndex = 24;
     this.lblName.Text     = "${UserControlEventEditorPanel_CallEntityMethod_General_LabelName}:";
     //
     // lblFormElement
     //
     this.lblFormElement.AutoSize = true;
     this.lblFormElement.Location = new System.Drawing.Point(4, 62);
     this.lblFormElement.Name     = "lblFormElement";
     this.lblFormElement.Size     = new System.Drawing.Size(443, 12);
     this.lblFormElement.TabIndex = 32;
     this.lblFormElement.Text     = "${UserControlEventEditorPanel_CallEntityMethod_General_LabelFormElement}:";
     //
     // lblMethod
     //
     this.lblMethod.AutoSize = true;
     this.lblMethod.Location = new System.Drawing.Point(4, 92);
     this.lblMethod.Name     = "lblMethod";
     this.lblMethod.Size     = new System.Drawing.Size(413, 12);
     this.lblMethod.TabIndex = 34;
     this.lblMethod.Text     = "${UserControlEventEditorPanel_CallEntityMethod_General_LabelMethod}:";
     //
     // ddlFormElement
     //
     this.ddlFormElement.AllowDataSource = Sheng.SailingEase.Core.EnumEventDataSource.FormElement;
     this.ddlFormElement.AllowEmpty      = true;
     this.ddlFormElement.Anchor          = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.ddlFormElement.CustomValidate    = null;
     this.ddlFormElement.DrawMode          = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ddlFormElement.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddlFormElement.FlatStyle         = System.Windows.Forms.FlatStyle.System;
     this.ddlFormElement.FormattingEnabled = true;
     this.ddlFormElement.FormEntity        = null;
     this.ddlFormElement.HighLight         = true;
     this.ddlFormElement.Location          = new System.Drawing.Point(70, 59);
     this.ddlFormElement.MaxDropDownItems  = 16;
     this.ddlFormElement.Name = "ddlFormElement";
     this.ddlFormElement.SelectedFormElementId = "";
     this.ddlFormElement.Size                  = new System.Drawing.Size(326, 22);
     this.ddlFormElement.TabIndex              = 35;
     this.ddlFormElement.Title                 = "";
     this.ddlFormElement.WaterText             = "";
     this.ddlFormElement.SelectedIndexChanged += new System.EventHandler(this.ddlFormElement_SelectedIndexChanged);
     //
     // ddlObjectForm
     //
     this.ddlObjectForm.AllowEmpty = true;
     this.ddlObjectForm.Anchor     = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                           | System.Windows.Forms.AnchorStyles.Right)));
     this.ddlObjectForm.CustomValidate    = null;
     this.ddlObjectForm.DisplayMember     = "Text";
     this.ddlObjectForm.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddlObjectForm.Enabled           = false;
     this.ddlObjectForm.FlatStyle         = System.Windows.Forms.FlatStyle.System;
     this.ddlObjectForm.FormattingEnabled = true;
     this.ddlObjectForm.HighLight         = true;
     this.ddlObjectForm.Location          = new System.Drawing.Point(69, 238);
     this.ddlObjectForm.Name                  = "ddlObjectForm";
     this.ddlObjectForm.Size                  = new System.Drawing.Size(246, 20);
     this.ddlObjectForm.TabIndex              = 36;
     this.ddlObjectForm.Title                 = null;
     this.ddlObjectForm.ValueMember           = "Value";
     this.ddlObjectForm.Visible               = false;
     this.ddlObjectForm.WaterText             = "";
     this.ddlObjectForm.SelectedIndexChanged += new System.EventHandler(this.ddlObjectForm_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(4, 241);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(437, 12);
     this.label1.TabIndex = 37;
     this.label1.Text     = "${UserControlEventEditorPanel_CallEntityMethod_General_LabelTargetForm}:";
     this.label1.Visible  = false;
     //
     // btnBrowse
     //
     this.btnBrowse.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnBrowse.Enabled  = false;
     this.btnBrowse.Location = new System.Drawing.Point(321, 236);
     this.btnBrowse.Name     = "btnBrowse";
     this.btnBrowse.Size     = new System.Drawing.Size(75, 23);
     this.btnBrowse.TabIndex = 58;
     this.btnBrowse.Text     = "${UserControlEventEditorPanel_CallEntityMethod_General_ButtonBrowse}";
     this.btnBrowse.UseVisualStyleBackColor = true;
     this.btnBrowse.Visible = false;
     this.btnBrowse.Click  += new System.EventHandler(this.btnBrowse_Click);
     //
     // txtFormElement
     //
     this.txtFormElement.AllowEmpty = true;
     this.txtFormElement.Anchor     = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.txtFormElement.CustomValidate = null;
     this.txtFormElement.HighLight      = true;
     this.txtFormElement.LimitMaxValue  = false;
     this.txtFormElement.Location       = new System.Drawing.Point(5, 276);
     this.txtFormElement.MaxLength      = 100;
     this.txtFormElement.MaxValue       = ((long)(2147483647));
     this.txtFormElement.Name           = "txtFormElement";
     this.txtFormElement.ReadOnly       = true;
     this.txtFormElement.Regex          = "";
     this.txtFormElement.RegexMsg       = "只允许字母组合";
     this.txtFormElement.Size           = new System.Drawing.Size(100, 21);
     this.txtFormElement.TabIndex       = 59;
     this.txtFormElement.Title          = "对象";
     this.txtFormElement.ValueCompareTo = null;
     this.txtFormElement.Visible        = false;
     this.txtFormElement.WaterText      = "";
     //
     // availabilityEvent
     //
     this.availabilityEvent.AllowEmpty = true;
     this.availabilityEvent.Anchor     = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.availabilityEvent.BackColor         = System.Drawing.Color.White;
     this.availabilityEvent.CustomValidate    = null;
     this.availabilityEvent.DescriptionMember = "Description";
     this.availabilityEvent.DisplayMember     = "Name";
     this.availabilityEvent.HighLight         = true;
     this.availabilityEvent.LayoutMode        = Sheng.SailingEase.Controls.ListViewLayoutMode.Descriptive;
     this.availabilityEvent.Location          = new System.Drawing.Point(69, 87);
     this.availabilityEvent.MaxItem           = 5;
     this.availabilityEvent.Name                        = "availabilityEvent";
     this.availabilityEvent.Padding                     = new System.Windows.Forms.Padding(5);
     this.availabilityEvent.ShowDescription             = false;
     this.availabilityEvent.Size                        = new System.Drawing.Size(327, 26);
     this.availabilityEvent.TabIndex                    = 61;
     this.availabilityEvent.Text                        = "seComboSelector21";
     seComboSelectorTheme1.ArrowColorEnd                = System.Drawing.Color.LightGray;
     seComboSelectorTheme1.ArrowColorStart              = System.Drawing.Color.Gray;
     seComboSelectorTheme1.BackColor                    = System.Drawing.Color.Gray;
     seComboSelectorTheme1.BackgroundColor              = System.Drawing.Color.White;
     seComboSelectorTheme1.BorderColor                  = System.Drawing.Color.LightGray;
     seComboSelectorTheme1.DescriptionTextColor         = System.Drawing.SystemColors.GrayText;
     seComboSelectorTheme1.HoveredBackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(228)))), ((int)(((byte)(134)))));
     seComboSelectorTheme1.HoveredBorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(202)))), ((int)(((byte)(88)))));
     seComboSelectorTheme1.HoveredDescriptionColor      = System.Drawing.SystemColors.GrayText;
     seComboSelectorTheme1.HoveredTextColor             = System.Drawing.SystemColors.WindowText;
     seComboSelectorTheme1.SelectedBackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     seComboSelectorTheme1.SelectedBorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(138)))), ((int)(((byte)(48)))));
     seComboSelectorTheme1.SelectedDescriptionTextColor = System.Drawing.SystemColors.GrayText;
     seComboSelectorTheme1.SelectedTextColor            = System.Drawing.SystemColors.WindowText;
     seComboSelectorTheme1.TextColor                    = System.Drawing.SystemColors.WindowText;
     this.availabilityEvent.Theme                       = seComboSelectorTheme1;
     this.availabilityEvent.Title                       = null;
     //
     // UserControlEventEditorPanel_CallUIElementMethod_General
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CausesValidation    = false;
     this.Controls.Add(this.availabilityEvent);
     this.Controls.Add(this.txtFormElement);
     this.Controls.Add(this.btnBrowse);
     this.Controls.Add(this.ddlObjectForm);
     this.Controls.Add(this.ddlFormElement);
     this.Controls.Add(this.txtCode);
     this.Controls.Add(this.lblCode);
     this.Controls.Add(this.txtName);
     this.Controls.Add(this.lblName);
     this.Controls.Add(this.lblMethod);
     this.Controls.Add(this.lblFormElement);
     this.Controls.Add(this.label1);
     this.Name = "UserControlEventEditorPanel_CallUIElementMethod_General";
     this.Controls.SetChildIndex(this.label1, 0);
     this.Controls.SetChildIndex(this.lblFormElement, 0);
     this.Controls.SetChildIndex(this.lblMethod, 0);
     this.Controls.SetChildIndex(this.lblName, 0);
     this.Controls.SetChildIndex(this.txtName, 0);
     this.Controls.SetChildIndex(this.lblCode, 0);
     this.Controls.SetChildIndex(this.txtCode, 0);
     this.Controls.SetChildIndex(this.ddlFormElement, 0);
     this.Controls.SetChildIndex(this.ddlObjectForm, 0);
     this.Controls.SetChildIndex(this.btnBrowse, 0);
     this.Controls.SetChildIndex(this.txtFormElement, 0);
     this.Controls.SetChildIndex(this.availabilityEvent, 0);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要
 /// 使用代码编辑器修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     Sheng.SailingEase.Controls.SEComboSelectorTheme seComboSelectorTheme1 = new Sheng.SailingEase.Controls.SEComboSelectorTheme();
     this.tabControl1        = new Sheng.SailingEase.Controls.SETabControl();
     this.tabPageGeneral     = new System.Windows.Forms.TabPage();
     this.availableDataItems = new Sheng.SailingEase.Controls.SEComboSelector2();
     this.txtLength          = new Sheng.SailingEase.Controls.SEComboBox();
     this.txtDecimalDigits   = new Sheng.SailingEase.Controls.SENumericUpDown();
     this.cbExclusive        = new System.Windows.Forms.CheckBox();
     this.cbAllowEmpty       = new System.Windows.Forms.CheckBox();
     this.txtDefaultValue    = new Sheng.SailingEase.Controls.SETextBox();
     this.lblDefaultValue    = new System.Windows.Forms.Label();
     this.lblDecimalDigits   = new System.Windows.Forms.Label();
     this.lblLength          = new System.Windows.Forms.Label();
     this.lblDataType        = new System.Windows.Forms.Label();
     this.lblCode            = new System.Windows.Forms.Label();
     this.txtCode            = new Sheng.SailingEase.Controls.SETextBox();
     this.txtName            = new Sheng.SailingEase.Controls.SETextBox();
     this.lblName            = new System.Windows.Forms.Label();
     this.tabPageRemark      = new System.Windows.Forms.TabPage();
     this.txtRemark          = new Sheng.SailingEase.Controls.SETextBox();
     this.btnCancel          = new Sheng.SailingEase.Controls.SEButton();
     this.btnOK         = new Sheng.SailingEase.Controls.SEButton();
     this.helpProvider1 = new System.Windows.Forms.HelpProvider();
     this.tabControl1.SuspendLayout();
     this.tabPageGeneral.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtDecimalDigits)).BeginInit();
     this.tabPageRemark.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl1.Controls.Add(this.tabPageGeneral);
     this.tabControl1.Controls.Add(this.tabPageRemark);
     this.tabControl1.CustomValidate = null;
     this.tabControl1.HighLight      = false;
     this.tabControl1.Location       = new System.Drawing.Point(12, 12);
     this.tabControl1.Name           = "tabControl1";
     this.tabControl1.SelectedIndex  = 0;
     this.tabControl1.Size           = new System.Drawing.Size(425, 287);
     this.tabControl1.TabIndex       = 0;
     this.tabControl1.Title          = null;
     //
     // tabPageGeneral
     //
     this.tabPageGeneral.Controls.Add(this.availableDataItems);
     this.tabPageGeneral.Controls.Add(this.txtLength);
     this.tabPageGeneral.Controls.Add(this.txtDecimalDigits);
     this.tabPageGeneral.Controls.Add(this.cbExclusive);
     this.tabPageGeneral.Controls.Add(this.cbAllowEmpty);
     this.tabPageGeneral.Controls.Add(this.txtDefaultValue);
     this.tabPageGeneral.Controls.Add(this.lblDefaultValue);
     this.tabPageGeneral.Controls.Add(this.lblDecimalDigits);
     this.tabPageGeneral.Controls.Add(this.lblLength);
     this.tabPageGeneral.Controls.Add(this.lblDataType);
     this.tabPageGeneral.Controls.Add(this.lblCode);
     this.tabPageGeneral.Controls.Add(this.txtCode);
     this.tabPageGeneral.Controls.Add(this.txtName);
     this.tabPageGeneral.Controls.Add(this.lblName);
     this.tabPageGeneral.Location = new System.Drawing.Point(4, 22);
     this.tabPageGeneral.Name     = "tabPageGeneral";
     this.tabPageGeneral.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPageGeneral.Size     = new System.Drawing.Size(417, 261);
     this.tabPageGeneral.TabIndex = 0;
     this.tabPageGeneral.Text     = "TabPageGeneral";
     this.tabPageGeneral.UseVisualStyleBackColor = true;
     //
     // availableDataItems
     //
     this.availableDataItems.AllowEmpty        = false;
     this.availableDataItems.BackColor         = System.Drawing.Color.White;
     this.availableDataItems.CustomValidate    = null;
     this.availableDataItems.DescriptionMember = null;
     this.availableDataItems.DisplayMember     = null;
     this.availableDataItems.HighLight         = true;
     this.availableDataItems.Location          = new System.Drawing.Point(87, 84);
     this.availableDataItems.MaxItem           = 8;
     this.availableDataItems.Name                       = "availableDataItems";
     this.availableDataItems.Padding                    = new System.Windows.Forms.Padding(5);
     this.availableDataItems.ShowDescription            = false;
     this.availableDataItems.Size                       = new System.Drawing.Size(308, 26);
     this.availableDataItems.TabIndex                   = 17;
     this.availableDataItems.Text                       = "seComboSelector21";
     seComboSelectorTheme1.ArrowColorEnd                = System.Drawing.Color.LightGray;
     seComboSelectorTheme1.ArrowColorStart              = System.Drawing.Color.Gray;
     seComboSelectorTheme1.BackColor                    = System.Drawing.Color.Gray;
     seComboSelectorTheme1.BackgroundColor              = System.Drawing.Color.White;
     seComboSelectorTheme1.BorderColor                  = System.Drawing.Color.LightGray;
     seComboSelectorTheme1.DescriptionTextColor         = System.Drawing.SystemColors.GrayText;
     seComboSelectorTheme1.HoveredBackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(228)))), ((int)(((byte)(134)))));
     seComboSelectorTheme1.HoveredBorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(202)))), ((int)(((byte)(88)))));
     seComboSelectorTheme1.HoveredDescriptionColor      = System.Drawing.SystemColors.GrayText;
     seComboSelectorTheme1.HoveredTextColor             = System.Drawing.SystemColors.WindowText;
     seComboSelectorTheme1.SelectedBackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     seComboSelectorTheme1.SelectedBorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(138)))), ((int)(((byte)(48)))));
     seComboSelectorTheme1.SelectedDescriptionTextColor = System.Drawing.SystemColors.GrayText;
     seComboSelectorTheme1.SelectedTextColor            = System.Drawing.SystemColors.WindowText;
     seComboSelectorTheme1.TextColor                    = System.Drawing.SystemColors.WindowText;
     this.availableDataItems.Theme                      = seComboSelectorTheme1;
     this.availableDataItems.Title                      = null;
     this.availableDataItems.SelectedValueChanged      += new System.EventHandler <Sheng.SailingEase.Controls.SEComboSelector2.OnSelectedValueChangedEventArgs>(this.availableDataItems_SelectedValueChanged);
     //
     // txtLength
     //
     this.txtLength.AllowEmpty        = false;
     this.txtLength.CustomValidate    = null;
     this.txtLength.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.Simple;
     this.txtLength.FormattingEnabled = true;
     this.txtLength.HighLight         = true;
     this.txtLength.Items.AddRange(new object[] {
         "MAX"
     });
     this.txtLength.Location  = new System.Drawing.Point(87, 117);
     this.txtLength.MaxLength = 4;
     this.txtLength.Name      = "txtLength";
     this.txtLength.Size      = new System.Drawing.Size(100, 20);
     this.txtLength.TabIndex  = 16;
     this.txtLength.Title     = null;
     this.txtLength.WaterText = "";
     //
     // txtDecimalDigits
     //
     this.txtDecimalDigits.Location = new System.Drawing.Point(285, 116);
     this.txtDecimalDigits.Name     = "txtDecimalDigits";
     this.txtDecimalDigits.Size     = new System.Drawing.Size(110, 21);
     this.txtDecimalDigits.TabIndex = 5;
     //
     // cbExclusive
     //
     this.cbExclusive.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cbExclusive.AutoSize = true;
     this.cbExclusive.Location = new System.Drawing.Point(109, 224);
     this.cbExclusive.Name     = "cbExclusive";
     this.cbExclusive.Size     = new System.Drawing.Size(246, 16);
     this.cbExclusive.TabIndex = 8;
     this.cbExclusive.Text     = "${DataItemEditView_CheckBoxExclusive}";
     this.cbExclusive.UseVisualStyleBackColor = true;
     this.cbExclusive.Visible = false;
     //
     // cbAllowEmpty
     //
     this.cbAllowEmpty.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cbAllowEmpty.AutoSize   = true;
     this.cbAllowEmpty.Checked    = true;
     this.cbAllowEmpty.CheckState = System.Windows.Forms.CheckState.Checked;
     this.cbAllowEmpty.Location   = new System.Drawing.Point(22, 224);
     this.cbAllowEmpty.Name       = "cbAllowEmpty";
     this.cbAllowEmpty.Size       = new System.Drawing.Size(252, 16);
     this.cbAllowEmpty.TabIndex   = 7;
     this.cbAllowEmpty.Text       = "${DataItemEditView_CheckBoxAllowEmpty}";
     this.cbAllowEmpty.UseVisualStyleBackColor = true;
     //
     // txtDefaultValue
     //
     this.txtDefaultValue.AllowEmpty     = true;
     this.txtDefaultValue.CustomValidate = null;
     this.helpProvider1.SetHelpString(this.txtDefaultValue, "默认值可以是计算结果为常量的任何值。字符和日期常量要放在单引号 (\') 内;货币、整数和浮点常量不需要引号。二进制数据必须以 0x 开头,货币数据必须以美元符号 " +
                                      "($) 开头。默认值必须与列数据类型兼容。");
     this.txtDefaultValue.HighLight     = true;
     this.txtDefaultValue.LimitMaxValue = false;
     this.txtDefaultValue.Location      = new System.Drawing.Point(87, 143);
     this.txtDefaultValue.MaxLength     = 255;
     this.txtDefaultValue.MaxValue      = ((long)(2147483647));
     this.txtDefaultValue.Name          = "txtDefaultValue";
     this.txtDefaultValue.Regex         = "";
     this.txtDefaultValue.RegexMsg      = null;
     this.helpProvider1.SetShowHelp(this.txtDefaultValue, true);
     this.txtDefaultValue.Size           = new System.Drawing.Size(100, 21);
     this.txtDefaultValue.TabIndex       = 6;
     this.txtDefaultValue.Title          = null;
     this.txtDefaultValue.ValueCompareTo = null;
     this.txtDefaultValue.WaterText      = "";
     //
     // lblDefaultValue
     //
     this.lblDefaultValue.AutoSize = true;
     this.lblDefaultValue.Location = new System.Drawing.Point(20, 146);
     this.lblDefaultValue.Name     = "lblDefaultValue";
     this.lblDefaultValue.Size     = new System.Drawing.Size(233, 12);
     this.lblDefaultValue.TabIndex = 14;
     this.lblDefaultValue.Text     = "${DataItemEditView_LabelDefaultValue}:";
     //
     // lblDecimalDigits
     //
     this.lblDecimalDigits.AutoSize = true;
     this.lblDecimalDigits.Location = new System.Drawing.Point(217, 120);
     this.lblDecimalDigits.Name     = "lblDecimalDigits";
     this.lblDecimalDigits.Size     = new System.Drawing.Size(239, 12);
     this.lblDecimalDigits.TabIndex = 12;
     this.lblDecimalDigits.Text     = "${DataItemEditView_LabelDecimalDigits}:";
     //
     // lblLength
     //
     this.lblLength.AutoSize = true;
     this.lblLength.Location = new System.Drawing.Point(20, 120);
     this.lblLength.Name     = "lblLength";
     this.lblLength.Size     = new System.Drawing.Size(197, 12);
     this.lblLength.TabIndex = 10;
     this.lblLength.Text     = "${DataItemEditView_LabelLength}:";
     //
     // lblDataType
     //
     this.lblDataType.AutoSize = true;
     this.lblDataType.Location = new System.Drawing.Point(20, 93);
     this.lblDataType.Name     = "lblDataType";
     this.lblDataType.Size     = new System.Drawing.Size(209, 12);
     this.lblDataType.TabIndex = 9;
     this.lblDataType.Text     = "${DataItemEditView_LabelDataType}:";
     //
     // lblCode
     //
     this.lblCode.AutoSize = true;
     this.lblCode.Location = new System.Drawing.Point(217, 24);
     this.lblCode.Name     = "lblCode";
     this.lblCode.Size     = new System.Drawing.Size(185, 12);
     this.lblCode.TabIndex = 7;
     this.lblCode.Text     = "${DataItemEditView_LabelCode}:";
     //
     // txtCode
     //
     this.txtCode.AllowEmpty     = false;
     this.txtCode.CustomValidate = null;
     this.txtCode.HighLight      = true;
     this.txtCode.LimitMaxValue  = false;
     this.txtCode.Location       = new System.Drawing.Point(285, 21);
     this.txtCode.MaxLength      = 100;
     this.txtCode.MaxValue       = ((long)(2147483647));
     this.txtCode.Name           = "txtCode";
     this.txtCode.Regex          = "";
     this.txtCode.RegexMsg       = "RegexMsg_OnlyAllowMonogram";
     this.txtCode.Size           = new System.Drawing.Size(110, 21);
     this.txtCode.TabIndex       = 2;
     this.txtCode.Title          = "LabelCode";
     this.txtCode.ValueCompareTo = null;
     this.txtCode.WaterText      = "";
     //
     // txtName
     //
     this.txtName.AllowEmpty     = false;
     this.txtName.CustomValidate = null;
     this.txtName.HighLight      = true;
     this.txtName.LimitMaxValue  = false;
     this.txtName.Location       = new System.Drawing.Point(87, 21);
     this.txtName.MaxLength      = 100;
     this.txtName.MaxValue       = ((long)(2147483647));
     this.txtName.Name           = "txtName";
     this.txtName.Regex          = "";
     this.txtName.RegexMsg       = null;
     this.txtName.Size           = new System.Drawing.Size(98, 21);
     this.txtName.TabIndex       = 1;
     this.txtName.Title          = "LabelName";
     this.txtName.ValueCompareTo = null;
     this.txtName.WaterText      = "";
     //
     // lblName
     //
     this.lblName.AutoSize = true;
     this.lblName.Location = new System.Drawing.Point(20, 24);
     this.lblName.Name     = "lblName";
     this.lblName.Size     = new System.Drawing.Size(185, 12);
     this.lblName.TabIndex = 4;
     this.lblName.Text     = "${DataItemEditView_LabelName}:";
     //
     // tabPageRemark
     //
     this.tabPageRemark.Controls.Add(this.txtRemark);
     this.tabPageRemark.Location = new System.Drawing.Point(4, 22);
     this.tabPageRemark.Name     = "tabPageRemark";
     this.tabPageRemark.Padding  = new System.Windows.Forms.Padding(5);
     this.tabPageRemark.Size     = new System.Drawing.Size(417, 261);
     this.tabPageRemark.TabIndex = 1;
     this.tabPageRemark.Text     = "TabPageRemark";
     this.tabPageRemark.UseVisualStyleBackColor = true;
     //
     // txtRemark
     //
     this.txtRemark.AcceptsReturn  = true;
     this.txtRemark.AllowEmpty     = true;
     this.txtRemark.BorderStyle    = System.Windows.Forms.BorderStyle.None;
     this.txtRemark.CustomValidate = null;
     this.txtRemark.Dock           = System.Windows.Forms.DockStyle.Fill;
     this.txtRemark.HighLight      = true;
     this.txtRemark.LimitMaxValue  = false;
     this.txtRemark.Location       = new System.Drawing.Point(5, 5);
     this.txtRemark.MaxLength      = 1000;
     this.txtRemark.MaxValue       = ((long)(2147483647));
     this.txtRemark.Multiline      = true;
     this.txtRemark.Name           = "txtRemark";
     this.txtRemark.Regex          = "";
     this.txtRemark.RegexMsg       = null;
     this.txtRemark.Size           = new System.Drawing.Size(407, 251);
     this.txtRemark.TabIndex       = 1;
     this.txtRemark.Title          = null;
     this.txtRemark.ValueCompareTo = null;
     this.txtRemark.WaterText      = "";
     //
     // btnCancel
     //
     this.btnCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(362, 305);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex                = 2;
     this.btnCancel.Text                    = "${DataItemEditView_ButtonCancel}";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // btnOK
     //
     this.btnOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.Location = new System.Drawing.Point(281, 305);
     this.btnOK.Name     = "btnOK";
     this.btnOK.Size     = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex = 1;
     this.btnOK.Text     = "${DataItemEditView_ButtonOK}";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // DataItemEditView
     //
     this.AcceptButton        = this.btnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(449, 337);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.tabControl1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.HelpButton      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DataItemEditView";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "${FormDataItemAdd}";
     this.FormClosed     += new System.Windows.Forms.FormClosedEventHandler(this.DataItemEditView_FormClosed);
     this.Load           += new System.EventHandler(this.DataItemEditView_Load);
     this.tabControl1.ResumeLayout(false);
     this.tabPageGeneral.ResumeLayout(false);
     this.tabPageGeneral.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.txtDecimalDigits)).EndInit();
     this.tabPageRemark.ResumeLayout(false);
     this.tabPageRemark.PerformLayout();
     this.ResumeLayout(false);
 }
Example #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Sheng.SailingEase.Controls.SEComboSelectorTheme seComboSelectorTheme1 = new Sheng.SailingEase.Controls.SEComboSelectorTheme();
     Sheng.SailingEase.Controls.SEComboSelectorTheme seComboSelectorTheme2 = new Sheng.SailingEase.Controls.SEComboSelectorTheme();
     this.btnOK              = new Sheng.SailingEase.Controls.SEButton();
     this.btnCancel          = new Sheng.SailingEase.Controls.SEButton();
     this.provideSelector    = new Sheng.SailingEase.Controls.SEComboSelector2();
     this.dataSourceSelector = new Sheng.SailingEase.Controls.SEComboSelector2();
     this.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // btnOK
     //
     this.btnOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.Location = new System.Drawing.Point(298, 180);
     this.btnOK.Name     = "btnOK";
     this.btnOK.Size     = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex = 51;
     this.btnOK.Text     = "${DataSourceEditView_ButtonOK}";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     this.btnCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(379, 180);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex                = 52;
     this.btnCancel.Text                    = "${DataSourceEditView_ButtonCancel}";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // provideSelector
     //
     this.provideSelector.AllowEmpty        = false;
     this.provideSelector.BackColor         = System.Drawing.Color.White;
     this.provideSelector.CustomValidate    = null;
     this.provideSelector.DescriptionMember = null;
     this.provideSelector.DisplayMember     = "Name";
     this.provideSelector.HighLight         = true;
     this.provideSelector.LayoutMode        = Sheng.SailingEase.Controls.ListViewLayoutMode.Standard;
     this.provideSelector.Location          = new System.Drawing.Point(30, 47);
     this.provideSelector.MaxItem           = 5;
     this.provideSelector.Name                          = "provideSelector";
     this.provideSelector.Padding                       = new System.Windows.Forms.Padding(5);
     this.provideSelector.ShowDescription               = false;
     this.provideSelector.Size                          = new System.Drawing.Size(379, 26);
     this.provideSelector.TabIndex                      = 53;
     this.provideSelector.Text                          = "seComboSelector21";
     seComboSelectorTheme1.ArrowColorEnd                = System.Drawing.Color.LightGray;
     seComboSelectorTheme1.ArrowColorStart              = System.Drawing.Color.Gray;
     seComboSelectorTheme1.BackColor                    = System.Drawing.Color.Gray;
     seComboSelectorTheme1.BackgroundColor              = System.Drawing.Color.White;
     seComboSelectorTheme1.BorderColor                  = System.Drawing.Color.LightGray;
     seComboSelectorTheme1.DescriptionTextColor         = System.Drawing.SystemColors.GrayText;
     seComboSelectorTheme1.HoveredBackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(228)))), ((int)(((byte)(134)))));
     seComboSelectorTheme1.HoveredBorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(202)))), ((int)(((byte)(88)))));
     seComboSelectorTheme1.HoveredDescriptionColor      = System.Drawing.SystemColors.GrayText;
     seComboSelectorTheme1.HoveredTextColor             = System.Drawing.SystemColors.WindowText;
     seComboSelectorTheme1.SelectedBackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     seComboSelectorTheme1.SelectedBorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(138)))), ((int)(((byte)(48)))));
     seComboSelectorTheme1.SelectedDescriptionTextColor = System.Drawing.SystemColors.GrayText;
     seComboSelectorTheme1.SelectedTextColor            = System.Drawing.SystemColors.WindowText;
     seComboSelectorTheme1.TextColor                    = System.Drawing.SystemColors.WindowText;
     this.provideSelector.Theme                         = seComboSelectorTheme1;
     this.provideSelector.Title                         = null;
     this.provideSelector.SelectedValueChanged         += new System.EventHandler <Sheng.SailingEase.Controls.SEComboSelector2.OnSelectedValueChangedEventArgs>(this.provideSelector_SelectedValueChanged);
     //
     // dataSourceSelector
     //
     this.dataSourceSelector.AllowEmpty        = false;
     this.dataSourceSelector.BackColor         = System.Drawing.Color.White;
     this.dataSourceSelector.CustomValidate    = null;
     this.dataSourceSelector.DescriptionMember = null;
     this.dataSourceSelector.DisplayMember     = "Name";
     this.dataSourceSelector.HighLight         = true;
     this.dataSourceSelector.LayoutMode        = Sheng.SailingEase.Controls.ListViewLayoutMode.Standard;
     this.dataSourceSelector.Location          = new System.Drawing.Point(30, 111);
     this.dataSourceSelector.MaxItem           = 5;
     this.dataSourceSelector.Name                       = "dataSourceSelector";
     this.dataSourceSelector.Padding                    = new System.Windows.Forms.Padding(5);
     this.dataSourceSelector.ShowDescription            = false;
     this.dataSourceSelector.Size                       = new System.Drawing.Size(379, 26);
     this.dataSourceSelector.TabIndex                   = 54;
     this.dataSourceSelector.Text                       = "seComboSelector22";
     seComboSelectorTheme2.ArrowColorEnd                = System.Drawing.Color.LightGray;
     seComboSelectorTheme2.ArrowColorStart              = System.Drawing.Color.Gray;
     seComboSelectorTheme2.BackColor                    = System.Drawing.Color.Gray;
     seComboSelectorTheme2.BackgroundColor              = System.Drawing.Color.White;
     seComboSelectorTheme2.BorderColor                  = System.Drawing.Color.LightGray;
     seComboSelectorTheme2.DescriptionTextColor         = System.Drawing.SystemColors.GrayText;
     seComboSelectorTheme2.HoveredBackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(228)))), ((int)(((byte)(134)))));
     seComboSelectorTheme2.HoveredBorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(202)))), ((int)(((byte)(88)))));
     seComboSelectorTheme2.HoveredDescriptionColor      = System.Drawing.SystemColors.GrayText;
     seComboSelectorTheme2.HoveredTextColor             = System.Drawing.SystemColors.WindowText;
     seComboSelectorTheme2.SelectedBackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     seComboSelectorTheme2.SelectedBorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(138)))), ((int)(((byte)(48)))));
     seComboSelectorTheme2.SelectedDescriptionTextColor = System.Drawing.SystemColors.GrayText;
     seComboSelectorTheme2.SelectedTextColor            = System.Drawing.SystemColors.WindowText;
     seComboSelectorTheme2.TextColor                    = System.Drawing.SystemColors.WindowText;
     this.dataSourceSelector.Theme                      = seComboSelectorTheme2;
     this.dataSourceSelector.Title                      = null;
     this.dataSourceSelector.ItemTextGetting           += new System.EventHandler <Sheng.SailingEase.Controls.SEComboSelector2.ItemTextGettingEventArgs>(this.dataSourceSelector_ItemTextGetting);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(28, 23);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(209, 12);
     this.label1.TabIndex = 55;
     this.label1.Text     = "${DataSourceEditView_LabelProvide}";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(28, 87);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(227, 12);
     this.label2.TabIndex = 56;
     this.label2.Text     = "${DataSourceEditView_LabelDataSource}";
     //
     // DataSourceEditView
     //
     this.AcceptButton        = this.btnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(466, 215);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dataSourceSelector);
     this.Controls.Add(this.provideSelector);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnCancel);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "DataSourceEditView";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "${DataSourceEditView}";
     this.Load           += new System.EventHandler(this.DataSourceEditView_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Sheng.SailingEase.Controls.SEComboSelectorTheme seComboSelectorTheme1 = new Sheng.SailingEase.Controls.SEComboSelectorTheme();
     this.checkBox1         = new System.Windows.Forms.CheckBox();
     this.seComboSelector21 = new Sheng.SailingEase.Controls.SEComboSelector2();
     this.button1           = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // checkBox1
     //
     this.checkBox1.AutoSize = true;
     this.checkBox1.Location = new System.Drawing.Point(87, 189);
     this.checkBox1.Name     = "checkBox1";
     this.checkBox1.Size     = new System.Drawing.Size(78, 16);
     this.checkBox1.TabIndex = 1;
     this.checkBox1.Text     = "checkBox1";
     this.checkBox1.UseVisualStyleBackColor = true;
     //
     // seComboSelector21
     //
     this.seComboSelector21.AllowEmpty        = true;
     this.seComboSelector21.CustomValidate    = null;
     this.seComboSelector21.DescriptionMember = null;
     this.seComboSelector21.DisplayMember     = null;
     this.seComboSelector21.HighLight         = true;
     this.seComboSelector21.Location          = new System.Drawing.Point(22, 56);
     this.seComboSelector21.MaxItem           = 5;
     this.seComboSelector21.Name                        = "seComboSelector21";
     this.seComboSelector21.Padding                     = new System.Windows.Forms.Padding(5);
     this.seComboSelector21.ShowDescription             = false;
     this.seComboSelector21.Size                        = new System.Drawing.Size(204, 26);
     this.seComboSelector21.TabIndex                    = 0;
     this.seComboSelector21.Text                        = "seComboSelector21";
     seComboSelectorTheme1.ArrowColorEnd                = System.Drawing.Color.LightGray;
     seComboSelectorTheme1.ArrowColorStart              = System.Drawing.Color.Gray;
     seComboSelectorTheme1.BackColor                    = System.Drawing.Color.Gray;
     seComboSelectorTheme1.BackgroundColor              = System.Drawing.Color.White;
     seComboSelectorTheme1.BorderColor                  = System.Drawing.Color.LightGray;
     seComboSelectorTheme1.DescriptionTextColor         = System.Drawing.SystemColors.GrayText;
     seComboSelectorTheme1.HoveredBackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(228)))), ((int)(((byte)(134)))));
     seComboSelectorTheme1.HoveredBorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(202)))), ((int)(((byte)(88)))));
     seComboSelectorTheme1.HoveredDescriptionColor      = System.Drawing.SystemColors.GrayText;
     seComboSelectorTheme1.HoveredTextColor             = System.Drawing.SystemColors.WindowText;
     seComboSelectorTheme1.SelectedBackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     seComboSelectorTheme1.SelectedBorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(138)))), ((int)(((byte)(48)))));
     seComboSelectorTheme1.SelectedDescriptionTextColor = System.Drawing.SystemColors.GrayText;
     seComboSelectorTheme1.SelectedTextColor            = System.Drawing.SystemColors.WindowText;
     seComboSelectorTheme1.TextColor                    = System.Drawing.SystemColors.WindowText;
     this.seComboSelector21.Theme                       = seComboSelectorTheme1;
     this.seComboSelector21.Title                       = null;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(296, 76);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(75, 23);
     this.button1.TabIndex = 2;
     this.button1.Text     = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // FormSEComboSelectorTest
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(588, 366);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.seComboSelector21);
     this.Name  = "FormSEComboSelectorTest";
     this.Text  = "FormSEComboSelectorTest";
     this.Load += new System.EventHandler(this.FormSEComboSelectorTest_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     Sheng.SailingEase.Controls.SEComboSelectorTheme seComboSelectorTheme1 = new Sheng.SailingEase.Controls.SEComboSelectorTheme();
     Sheng.SailingEase.Controls.SEComboSelectorTheme seComboSelectorTheme2 = new Sheng.SailingEase.Controls.SEComboSelectorTheme();
     this.btnCancel           = new Sheng.SailingEase.Controls.SEButton();
     this.lblEventTime        = new System.Windows.Forms.Label();
     this.lblEvent            = new System.Windows.Forms.Label();
     this.btnOK               = new Sheng.SailingEase.Controls.SEButton();
     this.treeViewParameter   = new Sheng.SailingEase.Controls.SENavigationTreeView();
     this.imageListParameter  = new System.Windows.Forms.ImageList(this.components);
     this.panelParameter      = new Sheng.SailingEase.Controls.SEPanel();
     this.seLine1             = new Sheng.SailingEase.Controls.SELine();
     this.sePanel1            = new Sheng.SailingEase.Controls.SEPanel();
     this.availableEventTimes = new Sheng.SailingEase.Controls.SEComboSelector2();
     this.availableEvents     = new Sheng.SailingEase.Controls.SEComboSelector2();
     this.label1              = new System.Windows.Forms.Label();
     this.sePanel1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnCancel
     //
     this.btnCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Location                = new System.Drawing.Point(623, 436);
     this.btnCancel.Name                    = "btnCancel";
     this.btnCancel.Size                    = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex                = 6;
     this.btnCancel.Text                    = "${FormEventEditor_ButtonCancel}";
     this.btnCancel.UseVisualStyleBackColor = true;
     //
     // lblEventTime
     //
     this.lblEventTime.AutoSize = true;
     this.lblEventTime.Location = new System.Drawing.Point(408, 41);
     this.lblEventTime.Name     = "lblEventTime";
     this.lblEventTime.Size     = new System.Drawing.Size(209, 12);
     this.lblEventTime.TabIndex = 16;
     this.lblEventTime.Text     = "${FormEventEditor_LabelEventTime}:";
     //
     // lblEvent
     //
     this.lblEvent.AutoSize = true;
     this.lblEvent.Location = new System.Drawing.Point(12, 41);
     this.lblEvent.Name     = "lblEvent";
     this.lblEvent.Size     = new System.Drawing.Size(185, 12);
     this.lblEvent.TabIndex = 15;
     this.lblEvent.Text     = "${FormEventEditor_LabelEvent}:";
     //
     // btnOK
     //
     this.btnOK.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOK.Location = new System.Drawing.Point(542, 436);
     this.btnOK.Name     = "btnOK";
     this.btnOK.Size     = new System.Drawing.Size(75, 23);
     this.btnOK.TabIndex = 5;
     this.btnOK.Text     = "${FormEventEditor_ButtonOK}";
     this.btnOK.UseVisualStyleBackColor = true;
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // treeViewParameter
     //
     this.treeViewParameter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                           | System.Windows.Forms.AnchorStyles.Left)));
     this.treeViewParameter.AutoDockFill                 = true;
     this.treeViewParameter.HideSelection                = false;
     this.treeViewParameter.ImageIndex                   = 0;
     this.treeViewParameter.ImageList                    = this.imageListParameter;
     this.treeViewParameter.Location                     = new System.Drawing.Point(12, 84);
     this.treeViewParameter.Name                         = "treeViewParameter";
     this.treeViewParameter.SelectedImageIndex           = 0;
     this.treeViewParameter.ShowLines                    = false;
     this.treeViewParameter.ShowPlusMinus                = false;
     this.treeViewParameter.ShowRootLines                = false;
     this.treeViewParameter.Size                         = new System.Drawing.Size(150, 330);
     this.treeViewParameter.TabIndex                     = 3;
     this.treeViewParameter.OnAfterSelectNavigationNode += new Sheng.SailingEase.Controls.SENavigationTreeView.OnAfterSelectNavigationNodeHandler(this.treeViewParameter_OnAfterSelectNavigationNode);
     //
     // imageListParameter
     //
     this.imageListParameter.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.imageListParameter.ImageSize        = new System.Drawing.Size(16, 16);
     this.imageListParameter.TransparentColor = System.Drawing.Color.Transparent;
     //
     // panelParameter
     //
     this.panelParameter.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.panelParameter.BorderColor    = System.Drawing.Color.Black;
     this.panelParameter.CustomValidate = null;
     this.panelParameter.FillColorEnd   = System.Drawing.Color.Empty;
     this.panelParameter.FillColorStart = System.Drawing.Color.Empty;
     this.panelParameter.FillMode       = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.panelParameter.FillStyle      = Sheng.SailingEase.Controls.FillStyle.Solid;
     this.panelParameter.HighLight      = false;
     this.panelParameter.Location       = new System.Drawing.Point(171, 84);
     this.panelParameter.Name           = "panelParameter";
     this.panelParameter.ShowBorder     = false;
     this.panelParameter.Size           = new System.Drawing.Size(527, 322);
     this.panelParameter.TabIndex       = 4;
     this.panelParameter.Title          = null;
     //
     // seLine1
     //
     this.seLine1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.seLine1.Location = new System.Drawing.Point(168, 412);
     this.seLine1.Name     = "seLine1";
     this.seLine1.Size     = new System.Drawing.Size(530, 2);
     this.seLine1.TabIndex = 22;
     this.seLine1.Text     = "seLine1";
     //
     // sePanel1
     //
     this.sePanel1.BackColor   = System.Drawing.Color.White;
     this.sePanel1.BorderColor = System.Drawing.Color.Black;
     this.sePanel1.Controls.Add(this.availableEventTimes);
     this.sePanel1.Controls.Add(this.availableEvents);
     this.sePanel1.Controls.Add(this.lblEvent);
     this.sePanel1.Controls.Add(this.lblEventTime);
     this.sePanel1.CustomValidate = null;
     this.sePanel1.Dock           = System.Windows.Forms.DockStyle.Top;
     this.sePanel1.FillColorEnd   = System.Drawing.Color.Empty;
     this.sePanel1.FillColorStart = System.Drawing.Color.Empty;
     this.sePanel1.FillMode       = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
     this.sePanel1.FillStyle      = Sheng.SailingEase.Controls.FillStyle.Solid;
     this.sePanel1.HighLight      = false;
     this.sePanel1.Location       = new System.Drawing.Point(0, 0);
     this.sePanel1.Name           = "sePanel1";
     this.sePanel1.ShowBorder     = false;
     this.sePanel1.Size           = new System.Drawing.Size(710, 78);
     this.sePanel1.TabIndex       = 23;
     this.sePanel1.Title          = null;
     //
     // availableEventTimes
     //
     this.availableEventTimes.AllowEmpty        = false;
     this.availableEventTimes.BackColor         = System.Drawing.Color.White;
     this.availableEventTimes.CustomValidate    = null;
     this.availableEventTimes.DescriptionMember = null;
     this.availableEventTimes.DisplayMember     = null;
     this.availableEventTimes.HighLight         = true;
     this.availableEventTimes.LayoutMode        = Sheng.SailingEase.Controls.ListViewLayoutMode.Descriptive;
     this.availableEventTimes.Location          = new System.Drawing.Point(523, 34);
     this.availableEventTimes.MaxItem           = 8;
     this.availableEventTimes.Name                      = "availableEventTimes";
     this.availableEventTimes.Padding                   = new System.Windows.Forms.Padding(5);
     this.availableEventTimes.ShowDescription           = false;
     this.availableEventTimes.Size                      = new System.Drawing.Size(175, 26);
     this.availableEventTimes.TabIndex                  = 20;
     seComboSelectorTheme1.ArrowColorEnd                = System.Drawing.Color.LightGray;
     seComboSelectorTheme1.ArrowColorStart              = System.Drawing.Color.Gray;
     seComboSelectorTheme1.BackColor                    = System.Drawing.Color.Gray;
     seComboSelectorTheme1.BackgroundColor              = System.Drawing.Color.White;
     seComboSelectorTheme1.BorderColor                  = System.Drawing.Color.LightGray;
     seComboSelectorTheme1.DescriptionTextColor         = System.Drawing.SystemColors.GrayText;
     seComboSelectorTheme1.HoveredBackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(228)))), ((int)(((byte)(134)))));
     seComboSelectorTheme1.HoveredBorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(202)))), ((int)(((byte)(88)))));
     seComboSelectorTheme1.HoveredDescriptionColor      = System.Drawing.SystemColors.GrayText;
     seComboSelectorTheme1.HoveredTextColor             = System.Drawing.SystemColors.WindowText;
     seComboSelectorTheme1.SelectedBackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     seComboSelectorTheme1.SelectedBorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(138)))), ((int)(((byte)(48)))));
     seComboSelectorTheme1.SelectedDescriptionTextColor = System.Drawing.SystemColors.GrayText;
     seComboSelectorTheme1.SelectedTextColor            = System.Drawing.SystemColors.WindowText;
     seComboSelectorTheme1.TextColor                    = System.Drawing.SystemColors.WindowText;
     this.availableEventTimes.Theme                     = seComboSelectorTheme1;
     this.availableEventTimes.Title                     = null;
     //
     // availableEvents
     //
     this.availableEvents.AllowEmpty        = false;
     this.availableEvents.BackColor         = System.Drawing.Color.White;
     this.availableEvents.CustomValidate    = null;
     this.availableEvents.DescriptionMember = null;
     this.availableEvents.DisplayMember     = null;
     this.availableEvents.HighLight         = true;
     this.availableEvents.LayoutMode        = Sheng.SailingEase.Controls.ListViewLayoutMode.Descriptive;
     this.availableEvents.Location          = new System.Drawing.Point(124, 34);
     this.availableEvents.MaxItem           = 8;
     this.availableEvents.Name                          = "availableEvents";
     this.availableEvents.Padding                       = new System.Windows.Forms.Padding(5);
     this.availableEvents.ShowDescription               = false;
     this.availableEvents.Size                          = new System.Drawing.Size(278, 26);
     this.availableEvents.TabIndex                      = 19;
     seComboSelectorTheme2.ArrowColorEnd                = System.Drawing.Color.LightGray;
     seComboSelectorTheme2.ArrowColorStart              = System.Drawing.Color.Gray;
     seComboSelectorTheme2.BackColor                    = System.Drawing.Color.Gray;
     seComboSelectorTheme2.BackgroundColor              = System.Drawing.Color.White;
     seComboSelectorTheme2.BorderColor                  = System.Drawing.Color.LightGray;
     seComboSelectorTheme2.DescriptionTextColor         = System.Drawing.SystemColors.GrayText;
     seComboSelectorTheme2.HoveredBackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(228)))), ((int)(((byte)(134)))));
     seComboSelectorTheme2.HoveredBorderColor           = System.Drawing.Color.FromArgb(((int)(((byte)(242)))), ((int)(((byte)(202)))), ((int)(((byte)(88)))));
     seComboSelectorTheme2.HoveredDescriptionColor      = System.Drawing.SystemColors.GrayText;
     seComboSelectorTheme2.HoveredTextColor             = System.Drawing.SystemColors.WindowText;
     seComboSelectorTheme2.SelectedBackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(216)))), ((int)(((byte)(107)))));
     seComboSelectorTheme2.SelectedBorderColor          = System.Drawing.Color.FromArgb(((int)(((byte)(194)))), ((int)(((byte)(138)))), ((int)(((byte)(48)))));
     seComboSelectorTheme2.SelectedDescriptionTextColor = System.Drawing.SystemColors.GrayText;
     seComboSelectorTheme2.SelectedTextColor            = System.Drawing.SystemColors.WindowText;
     seComboSelectorTheme2.TextColor                    = System.Drawing.SystemColors.WindowText;
     this.availableEvents.Theme                         = seComboSelectorTheme2;
     this.availableEvents.Title                         = null;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Silver;
     this.label1.Dock      = System.Windows.Forms.DockStyle.Top;
     this.label1.Location  = new System.Drawing.Point(0, 78);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(710, 1);
     this.label1.TabIndex  = 25;
     this.label1.Text      = "label1";
     //
     // FormEventEditor
     //
     this.AcceptButton        = this.btnOK;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btnCancel;
     this.ClientSize          = new System.Drawing.Size(710, 471);
     this.Controls.Add(this.treeViewParameter);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.seLine1);
     this.Controls.Add(this.panelParameter);
     this.Controls.Add(this.btnOK);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.sePanel1);
     this.MinimumSize   = new System.Drawing.Size(651, 479);
     this.Name          = "FormEventEditor";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "${FormEventEditor}";
     this.FormClosed   += new System.Windows.Forms.FormClosedEventHandler(this.FormEventSet_FormClosed);
     this.Load         += new System.EventHandler(this.FormEventSet_Load);
     this.sePanel1.ResumeLayout(false);
     this.sePanel1.PerformLayout();
     this.ResumeLayout(false);
 }