⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 frmtrafficupdate.frm

📁 物流管理系统
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form frmTrafficUpdate 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "更改运单"
   ClientHeight    =   6600
   ClientLeft      =   45
   ClientTop       =   435
   ClientWidth     =   12090
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MDIChild        =   -1  'True
   MinButton       =   0   'False
   ScaleHeight     =   6600
   ScaleWidth      =   12090
   Begin VB.Frame Frame1 
      Caption         =   "运输费用(单位:元)"
      Height          =   2760
      Left            =   240
      TabIndex        =   13
      Top             =   3000
      Width           =   11655
      Begin VB.TextBox txtBasicCarriage 
         Height          =   270
         Left            =   1440
         TabIndex        =   23
         Top             =   600
         Width           =   1500
      End
      Begin VB.TextBox txtLocalCarriage 
         Height          =   270
         Left            =   4200
         TabIndex        =   22
         Top             =   600
         Width           =   1500
      End
      Begin VB.TextBox txtServeCharge 
         Height          =   270
         Left            =   7080
         TabIndex        =   21
         Top             =   600
         Width           =   1500
      End
      Begin VB.TextBox txtFavourabile 
         Height          =   270
         Left            =   9960
         TabIndex        =   20
         Top             =   600
         Width           =   1500
      End
      Begin VB.TextBox txtLoadCharge 
         Height          =   270
         Left            =   1440
         TabIndex        =   19
         Top             =   1350
         Width           =   1500
      End
      Begin VB.TextBox txtShortCarriage 
         Height          =   270
         Left            =   4200
         TabIndex        =   18
         Top             =   1350
         Width           =   1500
      End
      Begin VB.TextBox txtStorageCharge 
         Height          =   270
         Left            =   7080
         TabIndex        =   17
         Top             =   1350
         Width           =   1500
      End
      Begin VB.TextBox txtClearCharge 
         Height          =   270
         Left            =   9960
         TabIndex        =   16
         Top             =   1350
         Width           =   1500
      End
      Begin VB.TextBox txtTotal 
         Height          =   270
         Left            =   3960
         Locked          =   -1  'True
         TabIndex        =   15
         Text            =   "0"
         Top             =   2025
         Width           =   1500
      End
      Begin VB.TextBox txtAvg 
         Height          =   270
         Left            =   6840
         TabIndex        =   14
         Top             =   2025
         Width           =   1095
      End
      Begin VB.Label Label13 
         AutoSize        =   -1  'True
         Caption         =   "国铁运费:"
         Height          =   195
         Left            =   360
         TabIndex        =   34
         Top             =   638
         Width           =   900
      End
      Begin VB.Label Label14 
         AutoSize        =   -1  'True
         Caption         =   "地铁运费:"
         Height          =   195
         Left            =   3120
         TabIndex        =   33
         Top             =   638
         Width           =   900
      End
      Begin VB.Label Label16 
         AutoSize        =   -1  'True
         Caption         =   "服 务 费:"
         Height          =   195
         Left            =   6000
         TabIndex        =   32
         Top             =   638
         Width           =   900
      End
      Begin VB.Label Label17 
         AutoSize        =   -1  'True
         Caption         =   "装 卸 费:"
         Height          =   180
         Left            =   360
         TabIndex        =   31
         Top             =   1395
         Width           =   900
      End
      Begin VB.Label Label18 
         AutoSize        =   -1  'True
         Caption         =   "优惠金额:"
         Height          =   195
         Left            =   8880
         TabIndex        =   30
         Top             =   638
         Width           =   900
      End
      Begin VB.Label Label19 
         AutoSize        =   -1  'True
         Caption         =   "短途运费:"
         Height          =   180
         Left            =   3120
         TabIndex        =   29
         Top             =   1395
         Width           =   900
      End
      Begin VB.Label Label20 
         AutoSize        =   -1  'True
         Caption         =   "仓 储 费:"
         Height          =   180
         Left            =   6000
         TabIndex        =   28
         Top             =   1395
         Width           =   900
      End
      Begin VB.Label Label21 
         AutoSize        =   -1  'True
         Caption         =   "清 扫 费:"
         Height          =   180
         Left            =   8880
         TabIndex        =   27
         Top             =   1395
         Width           =   900
      End
      Begin VB.Label Label22 
         AutoSize        =   -1  'True
         Caption         =   "合    计:"
         Height          =   180
         Left            =   2880
         TabIndex        =   26
         Top             =   2070
         Width           =   900
      End
      Begin VB.Label Label15 
         AutoSize        =   -1  'True
         Caption         =   "平    均:"
         Height          =   180
         Left            =   5760
         TabIndex        =   25
         Top             =   2070
         Width           =   900
      End
      Begin VB.Label Label23 
         Caption         =   "(元/吨)"
         Height          =   255
         Left            =   8040
         TabIndex        =   24
         Top             =   2040
         Width           =   1095
      End
   End
   Begin VB.TextBox txtCarNum 
      Height          =   300
      Left            =   1200
      TabIndex        =   12
      Top             =   1020
      Width           =   1800
   End
   Begin VB.TextBox txtWeight 
      Height          =   300
      Left            =   4200
      TabIndex        =   11
      Top             =   2325
      Width           =   900
   End
   Begin VB.CommandButton Command1 
      Caption         =   "修  改"
      Height          =   400
      Left            =   4560
      Style           =   1  'Graphical
      TabIndex        =   9
      Top             =   6000
      Width           =   1215
   End
   Begin VB.CommandButton Command2 
      Caption         =   "取  消"
      Height          =   400
      Left            =   6600
      Style           =   1  'Graphical
      TabIndex        =   8
      Top             =   6000
      Width           =   1215
   End
   Begin VB.TextBox txtId 
      Height          =   300
      Left            =   1200
      TabIndex        =   7
      Top             =   360
      Visible         =   0   'False
      Width           =   1800
   End
   Begin VB.ComboBox cmbTrainType 
      Height          =   300
      Left            =   4200
      Style           =   2  'Dropdown List
      TabIndex        =   6
      Top             =   1020
      Width           =   1800
   End
   Begin VB.ComboBox cmbSendStation 
      Height          =   300
      Left            =   1200
      Style           =   2  'Dropdown List
      TabIndex        =   5
      Top             =   1680
      Width           =   1800
   End
   Begin VB.ComboBox cmbReceiveStation 
      Height          =   300
      Left            =   4200
      Style           =   2  'Dropdown List
      TabIndex        =   4
      Top             =   1680
      Width           =   1800
   End
   Begin VB.ComboBox cmbReceiver 
      Height          =   300
      Left            =   10080
      Style           =   2  'Dropdown List
      TabIndex        =   3
      Top             =   1680
      Width           =   1800
   End
   Begin VB.ComboBox cmbProductType 
      Height          =   300
      Left            =   1200
      Style           =   2  'Dropdown List
      TabIndex        =   2
      Top             =   2325
      Width           =   1800
   End
   Begin VB.ComboBox cmbProductName 
      Height          =   300
      Left            =   7080
      Style           =   2  'Dropdown List
      TabIndex        =   1
      Top             =   1020
      Width           =   1800
   End
   Begin VB.ComboBox cmbSender 
      Height          =   300
      Left            =   7080
      Style           =   2  'Dropdown List
      TabIndex        =   0
      Top             =   1680
      Width           =   1800
   End
   Begin MSComCtl2.DTPicker dtpDateNum 
      Height          =   300
      Left            =   10080
      TabIndex        =   10
      Top             =   1020
      Width           =   1800
      _ExtentX        =   3175
      _ExtentY        =   529
      _Version        =   393216
      Format          =   25493507
      CurrentDate     =   38735
   End
   Begin VB.Label Label1 
      AutoSize        =   -1  'True
      Caption         =   "更  改  运  单"
      BeginProperty Font 
         Name            =   "宋体"
         Size            =   15.75
         Charset         =   134
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   315
      Left            =   4680
      TabIndex        =   46
      Top             =   360
      Width           =   2400
   End
   Begin VB.Label Label2 
      AutoSize        =   -1  'True
      Caption         =   "车    号:"
      Height          =   180
      Left            =   240
      TabIndex        =   45
      Top             =   1080
      Width           =   900
   End
   Begin VB.Label Label3 
      AutoSize        =   -1  'True
      Caption         =   "车 类 型:"
      Height          =   180
      Left            =   3240
      TabIndex        =   44
      Top             =   1080
      Width           =   900
   End
   Begin VB.Label Label4 
      AutoSize        =   -1  'True
      Caption         =   "重    量:"
      Height          =   180
      Left            =   3240
      TabIndex        =   43
      Top             =   2385
      Width           =   900
   End
   Begin VB.Label Label5 
      AutoSize        =   -1  'True
      Caption         =   "吨"
      Height          =   180
      Left            =   5520
      TabIndex        =   42
      Top             =   2385
      Width           =   180
   End
   Begin VB.Label Label6 
      AutoSize        =   -1  'True
      Caption         =   "发货日期:"
      Height          =   180
      Left            =   9120
      TabIndex        =   41
      Top             =   1080
      Width           =   900
   End
   Begin VB.Label Label7 
      AutoSize        =   -1  'True
      Caption         =   "发    站:"
      Height          =   300
      Left            =   240
      TabIndex        =   40
      Top             =   1680
      Width           =   900
   End
   Begin VB.Label Label8 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -