Home
last modified time | relevance | path

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

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DPageSetupDialog.cs70 private NumericTextBox textbox_left; field in System.Windows.Forms.PageSetupDialog
228 this.textbox_left = new System.Windows.Forms.NumericTextBox(); in InitializeComponent()
316 this.groupbox_margin.Controls.Add(this.textbox_left); in InitializeComponent()
389 this.textbox_left.Location = new System.Drawing.Point(57, 21); in InitializeComponent()
390 this.textbox_left.Name = "textbox_left"; in InitializeComponent()
391 this.textbox_left.Size = new System.Drawing.Size(48, 20); in InitializeComponent()
392 this.textbox_left.TabIndex = 4; in InitializeComponent()
393 this.textbox_left.TextChanged +=new EventHandler(OnMarginChange); in InitializeComponent()
524 textbox_left.Min = ToLocalizedLength (min_margins.Left); in SetPrinterDetails()
558 margins.Left = FromLocalizedLength (textbox_left.Value); in OnClickOkButton()
[all …]
/dports/games/netwalk/netwalk-cb6b089/
H A Dmain.c445 void textbox_left(textbox_ptr tb) in textbox_left() function
1409 textbox_left(tb_en1); in handle_key()