代码搜索:MainFrame
找到约 10,000 项符合「MainFrame」的源代码
代码结果 10,000
www.eeworm.com/read/252315/12286441
java dl_searchtf.java
import javax.swing.event.*;
public class DL_searchTF implements DocumentListener
{
private WordFinder mainFrame;
private WordList dictionary;
public DL_searchTF(WordFinder main
www.eeworm.com/read/251189/12358508
pas unit1.pas
unit Unit1;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ADKMainFrame, ExtCtrls, ComCtrls;
type
TForm1 = class(TForm)
www.eeworm.com/read/251189/12358532
dfm adkmainframe.dfm
object MainFrame: TMainFrame
Left = 0
Top = 0
Width = 320
Height = 240
TabOrder = 0
OnResize = FrameResize
end
www.eeworm.com/read/149634/12361020
tcl demo.tcl
#!/bin/sh
# The next line is executed by /bin/sh, but not tcl \
exec wish "$0" ${1+"$@"}
namespace eval Demo {
variable _wfont
variable notebook
variable mainframe
variable
www.eeworm.com/read/149634/12361037
tcl manager.tcl
namespace eval DemoManager {
variable _progress 0
variable _afterid ""
variable _status "Compute in progress..."
variable _homogeneous 0
}
proc DemoManager::create { nb
www.eeworm.com/read/149634/12361388
tcl init.tcl
if { $tcl_platform(platform) == "windows" } {
option add *Listbox.background SystemWindow widgetDefault
option add *ListBox.background SystemWindow widgetDefault
option add