dd.frm
上传用户:vtryaojia
上传日期:2020-04-18
资源大小:1214k
文件大小:5k
源码类别:

SCSI/ASPI

开发平台:

Others

  1. VERSION 5.00
  2. Begin VB.Form ddan 
  3.    Caption         =   "未处理订单"
  4.    ClientHeight    =   7020
  5.    ClientLeft      =   60
  6.    ClientTop       =   450
  7.    ClientWidth     =   7575
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   7020
  10.    ScaleWidth      =   7575
  11.    StartUpPosition =   3  '窗口缺省
  12.    Begin VB.Frame Frame1 
  13.       Caption         =   "订单"
  14.       Height          =   6255
  15.       Left            =   240
  16.       TabIndex        =   0
  17.       Top             =   240
  18.       Width           =   7095
  19.       Begin VB.TextBox Text1 
  20.          Height          =   390
  21.          Left            =   1080
  22.          TabIndex        =   17
  23.          Top             =   240
  24.          Width           =   1935
  25.       End
  26.       Begin VB.CommandButton Command1 
  27.          Caption         =   "打印订单"
  28.          Height          =   615
  29.          Left            =   4800
  30.          TabIndex        =   16
  31.          Top             =   4080
  32.          Width           =   1695
  33.       End
  34.       Begin VB.ListBox List1 
  35.          Height          =   960
  36.          Left            =   1080
  37.          TabIndex        =   15
  38.          Top             =   4680
  39.          Width           =   2775
  40.       End
  41.       Begin VB.TextBox Text7 
  42.          Height          =   375
  43.          Left            =   1080
  44.          TabIndex        =   13
  45.          Top             =   3840
  46.          Width           =   2055
  47.       End
  48.       Begin VB.TextBox Text6 
  49.          Height          =   375
  50.          Left            =   1080
  51.          TabIndex        =   11
  52.          Top             =   3240
  53.          Width           =   1575
  54.       End
  55.       Begin VB.TextBox Text5 
  56.          Height          =   375
  57.          Left            =   1080
  58.          TabIndex        =   9
  59.          Top             =   2640
  60.          Width           =   3495
  61.       End
  62.       Begin VB.TextBox Text4 
  63.          Height          =   375
  64.          Left            =   1080
  65.          TabIndex        =   7
  66.          Top             =   2040
  67.          Width           =   2415
  68.       End
  69.       Begin VB.TextBox Text3 
  70.          Height          =   375
  71.          Left            =   1080
  72.          TabIndex        =   5
  73.          Top             =   1440
  74.          Width           =   2775
  75.       End
  76.       Begin VB.TextBox Text2 
  77.          Height          =   375
  78.          Left            =   1080
  79.          TabIndex        =   3
  80.          Top             =   840
  81.          Width           =   1935
  82.       End
  83.       Begin VB.Label Label8 
  84.          Caption         =   "订单备注:"
  85.          Height          =   375
  86.          Left            =   120
  87.          TabIndex        =   14
  88.          Top             =   5040
  89.          Width           =   975
  90.       End
  91.       Begin VB.Label Label7 
  92.          Caption         =   "订货日期:"
  93.          Height          =   375
  94.          Left            =   120
  95.          TabIndex        =   12
  96.          Top             =   3960
  97.          Width           =   975
  98.       End
  99.       Begin VB.Label Label6 
  100.          Caption         =   "邮编:"
  101.          Height          =   375
  102.          Left            =   360
  103.          TabIndex        =   10
  104.          Top             =   3360
  105.          Width           =   615
  106.       End
  107.       Begin VB.Label Label5 
  108.          Caption         =   "送货地址:"
  109.          Height          =   375
  110.          Left            =   120
  111.          TabIndex        =   8
  112.          Top             =   2760
  113.          Width           =   975
  114.       End
  115.       Begin VB.Label Label4 
  116.          Caption         =   "电话:"
  117.          Height          =   255
  118.          Left            =   360
  119.          TabIndex        =   6
  120.          Top             =   2160
  121.          Width           =   615
  122.       End
  123.       Begin VB.Label Label3 
  124.          Caption         =   "E-mail:"
  125.          Height          =   255
  126.          Left            =   240
  127.          TabIndex        =   4
  128.          Top             =   1560
  129.          Width           =   735
  130.       End
  131.       Begin VB.Label Label2 
  132.          Caption         =   "联系人:"
  133.          Height          =   375
  134.          Left            =   240
  135.          TabIndex        =   2
  136.          Top             =   960
  137.          Width           =   735
  138.       End
  139.       Begin VB.Label Label1 
  140.          Caption         =   "订单号:"
  141.          Height          =   255
  142.          Left            =   240
  143.          TabIndex        =   1
  144.          Top             =   360
  145.          Width           =   735
  146.       End
  147.    End
  148. End
  149. Attribute VB_Name = "ddan"
  150. Attribute VB_GlobalNameSpace = False
  151. Attribute VB_Creatable = False
  152. Attribute VB_PredeclaredId = True
  153. Attribute VB_Exposed = False