代码搜索:ABOUT
找到约 10,000 项符合「ABOUT」的源代码
代码结果 10,000
www.eeworm.com/read/157574/11688816
frx about_frm.frx
www.eeworm.com/read/347029/11704858
dlg about16.dlg
ABOUT DIALOG 16, 21, 175, 184
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About Wiz"
FONT 8, "Helv"
{
CTEXT "Info-Zip's WiZ Version 4.0", IDM_ABOUT_VERSION_INFO, 4, 3, 16
www.eeworm.com/read/347029/11704870
dlg about32.dlg
ABOUT DIALOG 16, 19, 155, 180
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
CAPTION "About Wiz"
FONT 8, "Helv"
{
CONTROL "Info-ZIP's WIZ Version 4.0", IDM_ABOUT_VERSION_INFO, "STATI
www.eeworm.com/read/260702/11707486
dcu u_about.dcu
www.eeworm.com/read/260702/11707516
dfm u_about.dfm
object frm_about: Tfrm_about
Left = 230
Top = 102
Width = 278
Height = 213
Caption = #20851#20110
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
www.eeworm.com/read/260702/11707638
ddp u_about.ddp
www.eeworm.com/read/260702/11707645
pas u_about.pas
unit U_about;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls, ExtCtrls, jpeg, Buttons;
type
Tfrm_about = class(TForm)
www.eeworm.com/read/346639/11734495
cs about.aspx.cs
public partial class About : System.Web.UI.Page
{
}
www.eeworm.com/read/260183/11740675
frm frm_about.frm
VERSION 5.00
Begin VB.Form frm_About
BorderStyle = 1 'Fixed Single
Caption = "关于我的应用程序"
ClientHeight = 3555
ClientLeft = 2340
ClientTop = 193
www.eeworm.com/read/260183/11740683