爱问知识人 爱问教育 医院库

缺少语句结束

首页

缺少语句结束

Begin VB.Form Form1
   Caption = "文件管理器"
   ClientHeight = 3780
   ClientLeft = 165
   ClientTop = 735
   ClientWidth = 4995
   LinkTopic = "Form4"
   LockControls = -1       'True
   ScaleHeight = 3780
   ScaleWidth = 4995
   StartUpPosition = 3    '窗口缺省
End
   Begin VB.CommandButton Command1
      Caption = "开始搜索"
      BeginProperty Font
         Name = "宋体"
         Size = 15
         Charset = 134
         Weight = 400
         Underline = 0           'False
         Italic = 0              'False
         Strikethrough = 0       'False
      EndProperty
      Height = 492
      Left = 2880
      TabIndex = 10
      Top = 3000
      Width = 1932
   End

提交回答
好评回答
  • 2008-08-23 10:34:54
      写的什么意思 搞不懂
    Begin VB。Form Form1 '应该用With把
    Caption = "文件管理器" '用With前面要加点 。Caption=""
    ClientHeight = 3780 
    ClientLeft = 165 
    ClientTop = 735 
    ClientWidth = 4995 
    LinkTopic = "Form4" 
    LockControls = -1 'True 
    ScaleHeight = 3780 
    ScaleWidth = 4995 
    StartUpPosition = 3 '窗口缺省 
    End 'With
    Begin VB。
      CommandButton Command1 Caption = "开始搜索" BeginProperty Font Name = "宋体" Size = 15 Charset = 134 Weight = 400 Underline = 0 'False Italic = 0 'False Strikethrough = 0 'False EndProperty '这是不是应该有空格 Height = 492 Left = 2880 TabIndex = 10 Top = 3000 Width = 1932 End。
      

    I***

    2008-08-23 10:34:54

其他答案

    2008-08-25 13:28:13
  • 这些语句是窗体构成代码,不应该写到程序里面。如果要看的话,就先新建一个文本文件,把这些代码写到里面,然后另存为frm类型的文件,双击就可以打开,里面就有一个按钮上面写着开始搜索,别的什么多没有。
    

    S***

    2008-08-25 13:28:13

  • 2008-08-11 11:49:22
  • 你给窗体代码管什么用啊
    

    蓝***

    2008-08-11 11:49:22

类似问题

换一换
  • VB 相关知识

  • 电脑网络技术
  • 电脑网络

相关推荐

正在加载...
最新资料 推荐信息 热门专题 热点推荐
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200

热点检索

  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 172-191
返回
顶部
帮助 意见
反馈

确定举报此问题

举报原因(必选):