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

📄 frmadmin_settings.frm

📁 英文版Access数据库编程
💻 FRM
📖 第 1 页 / 共 2 页
字号:
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Begin VB.Form frmAdmin_Settings 
   BorderStyle     =   1  'Fixed Single
   Caption         =   "Administration Settings"
   ClientHeight    =   6840
   ClientLeft      =   4755
   ClientTop       =   1185
   ClientWidth     =   4560
   ControlBox      =   0   'False
   BeginProperty Font 
      Name            =   "Tahoma"
      Size            =   8.25
      Charset         =   0
      Weight          =   400
      Underline       =   0   'False
      Italic          =   0   'False
      Strikethrough   =   0   'False
   EndProperty
   LinkTopic       =   "Form1"
   MaxButton       =   0   'False
   MinButton       =   0   'False
   ScaleHeight     =   6840
   ScaleWidth      =   4560
   StartUpPosition =   2  'CenterScreen
   Begin VB.CommandButton cmdUpdateUser 
      Caption         =   "&Update"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   2160
      TabIndex        =   13
      ToolTipText     =   "Click here to update the settings."
      Top             =   6360
      Width           =   1095
   End
   Begin VB.CommandButton cmdClose 
      Caption         =   "&Close"
      BeginProperty Font 
         Name            =   "Tahoma"
         Size            =   8.25
         Charset         =   0
         Weight          =   700
         Underline       =   0   'False
         Italic          =   0   'False
         Strikethrough   =   0   'False
      EndProperty
      Height          =   375
      Left            =   3360
      TabIndex        =   14
      ToolTipText     =   "Click here to close this window."
      Top             =   6360
      Width           =   1095
   End
   Begin VB.Frame Frame1 
      Caption         =   "User Environment-Related:"
      Height          =   5295
      Left            =   120
      TabIndex        =   0
      Top             =   960
      Width           =   4335
      Begin VB.TextBox worker 
         Height          =   285
         Left            =   3240
         MaxLength       =   3
         TabIndex        =   10
         Text            =   "9"
         ToolTipText     =   "The default rate is 9 percent."
         Top             =   4080
         Width           =   495
      End
      Begin VB.TextBox boss 
         Height          =   285
         Left            =   3240
         MaxLength       =   3
         TabIndex        =   11
         Text            =   "11"
         ToolTipText     =   "The default rate is 11 percent."
         Top             =   4440
         Width           =   495
      End
      Begin VB.TextBox compName 
         Height          =   285
         Left            =   1560
         MaxLength       =   120
         TabIndex        =   12
         Top             =   4800
         Width           =   2655
      End
      Begin VB.TextBox numDays 
         Height          =   285
         Left            =   3240
         MaxLength       =   2
         TabIndex        =   9
         Text            =   "26"
         ToolTipText     =   "The default value is 26 days."
         Top             =   3720
         Width           =   495
      End
      Begin VB.TextBox txtprod 
         Height          =   285
         Left            =   3240
         MaxLength       =   10
         TabIndex        =   8
         Text            =   "0"
         Top             =   3000
         Width           =   735
      End
      Begin VB.TextBox txtpo 
         Height          =   285
         Left            =   3240
         MaxLength       =   10
         TabIndex        =   7
         Text            =   "0"
         Top             =   2640
         Width           =   735
      End
      Begin VB.TextBox txtdo 
         Height          =   285
         Left            =   3240
         MaxLength       =   10
         TabIndex        =   6
         Text            =   "0"
         Top             =   2280
         Width           =   735
      End
      Begin VB.TextBox txtemp 
         Height          =   285
         Left            =   3240
         MaxLength       =   10
         TabIndex        =   5
         Text            =   "0"
         Top             =   1920
         Width           =   735
      End
      Begin VB.TextBox txtSalary 
         Height          =   285
         Left            =   3240
         MaxLength       =   12
         TabIndex        =   4
         Text            =   "0.00"
         Top             =   1320
         Width           =   975
      End
      Begin MSComCtl2.UpDown udCart 
         Height          =   285
         Left            =   3600
         TabIndex        =   3
         Top             =   840
         Width           =   255
         _ExtentX        =   450
         _ExtentY        =   503
         _Version        =   393216
         Value           =   1
         BuddyControl    =   "txtCartMax"
         BuddyDispid     =   196617
         OrigLeft        =   3600
         OrigTop         =   840
         OrigRight       =   3855
         OrigBottom      =   1095
         Max             =   25
         Min             =   1
         SyncBuddy       =   -1  'True
         BuddyProperty   =   65547
         Enabled         =   -1  'True
      End
      Begin VB.TextBox txtCartMax 
         Height          =   285
         Left            =   3240
         MaxLength       =   2
         TabIndex        =   2
         Text            =   "0"
         Top             =   840
         Width           =   360
      End
      Begin VB.CheckBox chkPrice 
         Alignment       =   1  'Right Justify
         Caption         =   "Allow &Price to be shown in Inventory:"
         Height          =   255
         Left            =   240
         TabIndex        =   1
         Top             =   360
         Width           =   3255
      End
      Begin VB.Label Label15 
         Caption         =   "%"
         Height          =   255
         Left            =   3840
         TabIndex        =   30
         Top             =   4440
         Width           =   375
      End
      Begin VB.Label Label14 
         Caption         =   "%"
         Height          =   255
         Left            =   3840
         TabIndex        =   29
         Top             =   4080
         Width           =   375
      End
      Begin VB.Label Label13 
         Caption         =   "days"
         Height          =   255
         Left            =   3840
         TabIndex        =   28
         Top             =   3720
         Width           =   375
      End
      Begin VB.Label Label12 
         Caption         =   "Company Name:"
         Height          =   255
         Left            =   240
         TabIndex        =   27
         Top             =   4800
         Width           =   1215
      End
      Begin VB.Label Label11 
         Caption         =   "Employer EPF contribution rate:"
         Height          =   255
         Left            =   240
         TabIndex        =   26
         Top             =   4440
         Width           =   2895
      End
      Begin VB.Label Label10 
         Caption         =   "Employee EPF contribution rate:"
         Height          =   255
         Left            =   240
         TabIndex        =   25
         Top             =   4080
         Width           =   2535
      End
      Begin VB.Label Label9 
         Caption         =   "Human Resource related:"
         BeginProperty Font 
            Name            =   "Tahoma"
            Size            =   8.25
            Charset         =   0
            Weight          =   400
            Underline       =   -1  'True
            Italic          =   0   'False
            Strikethrough   =   0   'False
         EndProperty
         Height          =   255
         Left            =   240
         TabIndex        =   24
         Top             =   3360
         Width           =   3015
      End
      Begin VB.Label Label8 
         Caption         =   "Default number of working days:"
         Height          =   255
         Left            =   240
         TabIndex        =   23
         Top             =   3720
         Width           =   2415
      End
      Begin VB.Label Label7 
         Caption         =   "Product:"
         Height          =   255
         Left            =   240
         TabIndex        =   21
         Top             =   3000
         Width           =   1815
      End
      Begin VB.Label Label6 
         Caption         =   "Purchase Order:"
         Height          =   255
         Left            =   240
         TabIndex        =   20
         Top             =   2640
         Width           =   1455
      End
      Begin VB.Label Label5 
         Caption         =   "Delivery Order:"
         Height          =   255
         Left            =   240
         TabIndex        =   19
         Top             =   2280
         Width           =   1695
      End
      Begin VB.Label Label4 
         Caption         =   "Employee:"
         Height          =   255
         Left            =   240

⌨️ 快捷键说明

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