Home
last modified time | relevance | path

Searched refs:Button6 (Results 1 – 25 of 251) sorted by relevance

1234567891011

/dports/editors/lazarus-devel/examples/
H A Dprogressbar.pp53 Button6: TButton;
118 if assigned (Button6)
234 Button6 := TButton.Create(Self);
235 Button6.Parent := Self;
236 Button6.Left := 100;
237 Button6.Top := 150;
238 Button6.Width := 130;
239 Button6.Height := 30;
240 Button6.Show;
241 Button6.Caption := 'Toggle Text';
[all …]
H A Dmemotest.pp31 Button1, Button2, Button3, Button4, Button5, Button6: TButton;
109 Button6 := TButton.Create(Self);
110 Button6.OnClick := @button6click;
111 Button6.Parent := Self;
112 Button6.left := 285;
113 Button6.top := 210;
114 Button6.width := 50;
115 Button6.height := 25;
116 Button6.caption := 'Add';
117 Button6.Show;
H A Dtrackbar.pp53 Button6: TButton;
246 Button6 := TButton.Create(Self);
248 Button6.Left := 350;
249 Button6.Top := 110;
250 Button6.Width := 130;
251 Button6.Height := 30;
252 Button6.Show;
253 Button6.Caption := '---';
254 Button6.Visible := false;
255 Button6.OnClick := @Button6Click;
H A Dcombobox.pp48 Button6: TButton;
238 Button6 := TButton.Create(Self);
239 Button6.Parent := Self;
240 Button6.Left := 50;
241 Button6.Top := 240;
242 Button6.Width := 120;
243 Button6.Height := 30;
244 Button6.Show;
245 Button6.Caption := 'Index ?';
246 Button6.OnClick := @Button6Click;
H A Dsynchronize.pp91 Button6: TButton;
318 if assigned (Button6)
493 Button6 := TButton.Create(Self);
494 Button6.Parent := Self;
495 Button6.Left := 500;
496 Button6.Top := 150;
497 Button6.Width := 130;
498 Button6.Height := 30;
499 Button6.Show;
500 Button6.Caption := 'Toggle Text';
[all …]
/dports/editors/lazarus/examples/
H A Dprogressbar.pp53 Button6: TButton;
118 if assigned (Button6)
234 Button6 := TButton.Create(Self);
235 Button6.Parent := Self;
236 Button6.Left := 100;
237 Button6.Top := 150;
238 Button6.Width := 130;
239 Button6.Height := 30;
240 Button6.Show;
241 Button6.Caption := 'Toggle Text';
[all …]
H A Dmemotest.pp31 Button1, Button2, Button3, Button4, Button5, Button6: TButton;
109 Button6 := TButton.Create(Self);
110 Button6.OnClick := @button6click;
111 Button6.Parent := Self;
112 Button6.left := 285;
113 Button6.top := 210;
114 Button6.width := 50;
115 Button6.height := 25;
116 Button6.caption := 'Add';
117 Button6.Show;
H A Dtrackbar.pp53 Button6: TButton;
246 Button6 := TButton.Create(Self);
248 Button6.Left := 350;
249 Button6.Top := 110;
250 Button6.Width := 130;
251 Button6.Height := 30;
252 Button6.Show;
253 Button6.Caption := '---';
254 Button6.Visible := false;
255 Button6.OnClick := @Button6Click;
H A Dcombobox.pp48 Button6: TButton;
238 Button6 := TButton.Create(Self);
239 Button6.Parent := Self;
240 Button6.Left := 50;
241 Button6.Top := 240;
242 Button6.Width := 120;
243 Button6.Height := 30;
244 Button6.Show;
245 Button6.Caption := 'Index ?';
246 Button6.OnClick := @Button6Click;
H A Dsynchronize.pp91 Button6: TButton;
318 if assigned (Button6)
493 Button6 := TButton.Create(Self);
494 Button6.Parent := Self;
495 Button6.Left := 500;
496 Button6.Top := 150;
497 Button6.Width := 130;
498 Button6.Height := 30;
499 Button6.Show;
500 Button6.Caption := 'Toggle Text';
[all …]
/dports/editors/lazarus-qt5/examples/
H A Dprogressbar.pp53 Button6: TButton;
118 if assigned (Button6)
234 Button6 := TButton.Create(Self);
235 Button6.Parent := Self;
236 Button6.Left := 100;
237 Button6.Top := 150;
238 Button6.Width := 130;
239 Button6.Height := 30;
240 Button6.Show;
241 Button6.Caption := 'Toggle Text';
[all …]
H A Dmemotest.pp31 Button1, Button2, Button3, Button4, Button5, Button6: TButton;
109 Button6 := TButton.Create(Self);
110 Button6.OnClick := @button6click;
111 Button6.Parent := Self;
112 Button6.left := 285;
113 Button6.top := 210;
114 Button6.width := 50;
115 Button6.height := 25;
116 Button6.caption := 'Add';
117 Button6.Show;
H A Dtrackbar.pp53 Button6: TButton;
246 Button6 := TButton.Create(Self);
248 Button6.Left := 350;
249 Button6.Top := 110;
250 Button6.Width := 130;
251 Button6.Height := 30;
252 Button6.Show;
253 Button6.Caption := '---';
254 Button6.Visible := false;
255 Button6.OnClick := @Button6Click;
H A Dcombobox.pp48 Button6: TButton;
238 Button6 := TButton.Create(Self);
239 Button6.Parent := Self;
240 Button6.Left := 50;
241 Button6.Top := 240;
242 Button6.Width := 120;
243 Button6.Height := 30;
244 Button6.Show;
245 Button6.Caption := 'Index ?';
246 Button6.OnClick := @Button6Click;
H A Dsynchronize.pp91 Button6: TButton;
318 if assigned (Button6)
493 Button6 := TButton.Create(Self);
494 Button6.Parent := Self;
495 Button6.Left := 500;
496 Button6.Top := 150;
497 Button6.Width := 130;
498 Button6.Height := 30;
499 Button6.Show;
500 Button6.Caption := 'Toggle Text';
[all …]
/dports/editors/lazarus-qt5-devel/examples/
H A Dprogressbar.pp53 Button6: TButton;
118 if assigned (Button6)
234 Button6 := TButton.Create(Self);
235 Button6.Parent := Self;
236 Button6.Left := 100;
237 Button6.Top := 150;
238 Button6.Width := 130;
239 Button6.Height := 30;
240 Button6.Show;
241 Button6.Caption := 'Toggle Text';
[all …]
H A Dmemotest.pp31 Button1, Button2, Button3, Button4, Button5, Button6: TButton;
109 Button6 := TButton.Create(Self);
110 Button6.OnClick := @button6click;
111 Button6.Parent := Self;
112 Button6.left := 285;
113 Button6.top := 210;
114 Button6.width := 50;
115 Button6.height := 25;
116 Button6.caption := 'Add';
117 Button6.Show;
H A Dtrackbar.pp53 Button6: TButton;
246 Button6 := TButton.Create(Self);
248 Button6.Left := 350;
249 Button6.Top := 110;
250 Button6.Width := 130;
251 Button6.Height := 30;
252 Button6.Show;
253 Button6.Caption := '---';
254 Button6.Visible := false;
255 Button6.OnClick := @Button6Click;
H A Dcombobox.pp48 Button6: TButton;
238 Button6 := TButton.Create(Self);
239 Button6.Parent := Self;
240 Button6.Left := 50;
241 Button6.Top := 240;
242 Button6.Width := 120;
243 Button6.Height := 30;
244 Button6.Show;
245 Button6.Caption := 'Index ?';
246 Button6.OnClick := @Button6Click;
H A Dsynchronize.pp91 Button6: TButton;
318 if assigned (Button6)
493 Button6 := TButton.Create(Self);
494 Button6.Parent := Self;
495 Button6.Left := 500;
496 Button6.Top := 150;
497 Button6.Width := 130;
498 Button6.Height := 30;
499 Button6.Show;
500 Button6.Caption := 'Toggle Text';
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/odk/examples/OLE/delphi/InsertTables/
H A DSampleUI.pas53 Button6: TButton;
95 Button6.Enabled := false;
109 Button6.Enabled := false;
121 Button6.Enabled := true;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/odk/examples/OLE/delphi/InsertTables/
H A DSampleUI.pas53 Button6: TButton;
95 Button6.Enabled := false;
109 Button6.Enabled := false;
121 Button6.Enabled := true;
/dports/x11-wm/xfce4-wm/xfwm4-4.16.1/src/
H A Dmisc.h47 #ifndef Button6
48 #define Button6 6 macro
/dports/x11/mlterm/mlterm-3.9.1/uitoolkit/
H A Dui.h61 #ifndef Button6
62 #define Button6 6 macro
/dports/x11-wm/sawfish/sawfish_1.13.0/src/
H A Dkeys.h79 #ifndef Button6
80 # define Button6 6 macro

1234567891011