コード例 #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.m_chklist = new Rylogic.Gui.WinForms.FlagCheckedListBox();
     this.SuspendLayout();
     //
     // m_chklist
     //
     this.m_chklist.CheckOnClick      = true;
     this.m_chklist.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.m_chklist.FormattingEnabled = true;
     this.m_chklist.Location          = new System.Drawing.Point(0, 0);
     this.m_chklist.Name              = "m_chklist";
     this.m_chklist.Size              = new System.Drawing.Size(284, 262);
     this.m_chklist.TabIndex          = 0;
     //
     // CheckedListBoxUI
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(284, 262);
     this.Controls.Add(this.m_chklist);
     this.Name = "CheckedListBoxUI";
     this.Text = "tree_grid_ui";
     this.ResumeLayout(false);
 }
コード例 #2
0
 public FlagEnumUIEditor()
 {
     listBox = new FlagCheckedListBox {
         BorderStyle = BorderStyle.None
     };
 }
コード例 #3
0
		/// <summary>
		/// The default constructor.
		/// </summary>
		public FlagEnumUITypeEditor()
		{
			m_clbFlagEnum = new FlagCheckedListBox();
			m_clbFlagEnum.BorderStyle = BorderStyle.None;
		}
コード例 #4
0
 public FlagEnumUIEditor()
 {
     flagEnumCB             = new FlagCheckedListBox();
     flagEnumCB.BorderStyle = BorderStyle.None;
 }
コード例 #5
0
 /// <summary>
 /// The default constructor.
 /// </summary>
 public FlagEnumUITypeEditor()
 {
     m_clbFlagEnum             = new FlagCheckedListBox();
     m_clbFlagEnum.BorderStyle = BorderStyle.None;
 }