Home
last modified time | relevance | path

Searched refs:show_bottom_checkBox (Results 1 – 1 of 1) sorted by relevance

/dports/net/mpich2/mpich2-1.5/src/pm/smpd/wmpiexec/
H A Dwmpiexec.cs52 private System.Windows.Forms.CheckBox show_bottom_checkBox; field in wmpiexec.wmpiexec
96 UpdateExtraControls(show_bottom_checkBox.Checked); in wmpiexec()
158 this.show_bottom_checkBox = new System.Windows.Forms.CheckBox(); in InitializeComponent()
505 this.show_bottom_checkBox.Location = new System.Drawing.Point(8, 328); in InitializeComponent()
506 this.show_bottom_checkBox.Name = "show_bottom_checkBox"; in InitializeComponent()
507 this.show_bottom_checkBox.Size = new System.Drawing.Size(96, 16); in InitializeComponent()
508 this.show_bottom_checkBox.TabIndex = 12; in InitializeComponent()
509 this.show_bottom_checkBox.Text = "more options"; in InitializeComponent()
575 this.Controls.Add(this.show_bottom_checkBox); in InitializeComponent()
1597 show_bottom_checkBox.Anchor = AnchorStyles.Top; in DisableAnchors()
[all …]