main_yyxx.frm
上传用户:wd52qq
上传日期:2022-07-24
资源大小:5366k
文件大小:8k
源码类别:

企业管理

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
  3. Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
  4. Begin VB.Form main_yyxx 
  5.    BorderStyle     =   3  'Fixed Dialog
  6.    Caption         =   "员工信息"
  7.    ClientHeight    =   3840
  8.    ClientLeft      =   45
  9.    ClientTop       =   330
  10.    ClientWidth     =   5925
  11.    Icon            =   "main_yyxx.frx":0000
  12.    LinkTopic       =   "Form1"
  13.    MaxButton       =   0   'False
  14.    MinButton       =   0   'False
  15.    ScaleHeight     =   3840
  16.    ScaleWidth      =   5925
  17.    ShowInTaskbar   =   0   'False
  18.    StartUpPosition =   2  '屏幕中心
  19.    Begin VB.CommandButton Command2 
  20.       Caption         =   "取消"
  21.       Height          =   390
  22.       Left            =   3105
  23.       TabIndex        =   7
  24.       Top             =   3285
  25.       Width           =   1695
  26.    End
  27.    Begin VB.CommandButton Command1 
  28.       Caption         =   "确定"
  29.       Height          =   390
  30.       Left            =   1260
  31.       TabIndex        =   6
  32.       Top             =   3285
  33.       Width           =   1695
  34.    End
  35.    Begin VB.Frame Frame1 
  36.       Caption         =   "选择员工信息"
  37.       Height          =   825
  38.       Left            =   60
  39.       TabIndex        =   0
  40.       Top             =   90
  41.       Width           =   5820
  42.       Begin VB.TextBox Text1 
  43.          Height          =   330
  44.          Index           =   1
  45.          Left            =   2670
  46.          Locked          =   -1  'True
  47.          TabIndex        =   4
  48.          Top             =   330
  49.          Width           =   3045
  50.       End
  51.       Begin VB.TextBox Text1 
  52.          Height          =   330
  53.          Index           =   0
  54.          Left            =   630
  55.          Locked          =   -1  'True
  56.          TabIndex        =   2
  57.          Top             =   330
  58.          Width           =   1380
  59.       End
  60.       Begin VB.Label Label2 
  61.          Caption         =   "姓名:"
  62.          Height          =   225
  63.          Left            =   2115
  64.          TabIndex        =   3
  65.          Top             =   405
  66.          Width           =   585
  67.       End
  68.       Begin VB.Label Label1 
  69.          Caption         =   "编号:"
  70.          Height          =   225
  71.          Left            =   90
  72.          TabIndex        =   1
  73.          Top             =   390
  74.          Width           =   585
  75.       End
  76.    End
  77.    Begin MSAdodcLib.Adodc Adodc1 
  78.       Height          =   330
  79.       Left            =   765
  80.       Top             =   2685
  81.       Visible         =   0   'False
  82.       Width           =   2040
  83.       _ExtentX        =   3598
  84.       _ExtentY        =   582
  85.       ConnectMode     =   0
  86.       CursorLocation  =   3
  87.       IsolationLevel  =   -1
  88.       ConnectionTimeout=   15
  89.       CommandTimeout  =   30
  90.       CursorType      =   3
  91.       LockType        =   3
  92.       CommandType     =   1
  93.       CursorOptions   =   0
  94.       CacheSize       =   50
  95.       MaxRecords      =   0
  96.       BOFAction       =   0
  97.       EOFAction       =   0
  98.       ConnectStringType=   1
  99.       Appearance      =   1
  100.       BackColor       =   -2147483643
  101.       ForeColor       =   -2147483640
  102.       Orientation     =   0
  103.       Enabled         =   -1
  104.       Connect         =   "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=db_manpowerinfo"
  105.       OLEDBString     =   "Provider=SQLOLEDB.1;Persist Security Info=False;User ID=sa;Initial Catalog=db_manpowerinfo"
  106.       OLEDBFile       =   ""
  107.       DataSourceName  =   ""
  108.       OtherAttributes =   ""
  109.       UserName        =   ""
  110.       Password        =   ""
  111.       RecordSource    =   "select * from 人事表 order by 编号"
  112.       Caption         =   "Adodc1"
  113.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  114.          Name            =   "宋体"
  115.          Size            =   9
  116.          Charset         =   134
  117.          Weight          =   400
  118.          Underline       =   0   'False
  119.          Italic          =   0   'False
  120.          Strikethrough   =   0   'False
  121.       EndProperty
  122.       _Version        =   393216
  123.    End
  124.    Begin MSDataGridLib.DataGrid DataGrid1 
  125.       Bindings        =   "main_yyxx.frx":000C
  126.       Height          =   2190
  127.       Left            =   60
  128.       TabIndex        =   5
  129.       Top             =   915
  130.       Width           =   5820
  131.       _ExtentX        =   10266
  132.       _ExtentY        =   3863
  133.       _Version        =   393216
  134.       AllowUpdate     =   0   'False
  135.       HeadLines       =   1
  136.       RowHeight       =   15
  137.       FormatLocked    =   -1  'True
  138.       BeginProperty HeadFont {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  139.          Name            =   "宋体"
  140.          Size            =   9
  141.          Charset         =   134
  142.          Weight          =   400
  143.          Underline       =   0   'False
  144.          Italic          =   0   'False
  145.          Strikethrough   =   0   'False
  146.       EndProperty
  147.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  148.          Name            =   "宋体"
  149.          Size            =   9
  150.          Charset         =   134
  151.          Weight          =   400
  152.          Underline       =   0   'False
  153.          Italic          =   0   'False
  154.          Strikethrough   =   0   'False
  155.       EndProperty
  156.       ColumnCount     =   2
  157.       BeginProperty Column00 
  158.          DataField       =   "编号"
  159.          Caption         =   "编号"
  160.          BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
  161.             Type            =   0
  162.             Format          =   ""
  163.             HaveTrueFalseNull=   0
  164.             FirstDayOfWeek  =   0
  165.             FirstWeekOfYear =   0
  166.             LCID            =   2052
  167.             SubFormatType   =   0
  168.          EndProperty
  169.       EndProperty
  170.       BeginProperty Column01 
  171.          DataField       =   "姓名"
  172.          Caption         =   "姓名"
  173.          BeginProperty DataFormat {6D835690-900B-11D0-9484-00A0C91110ED} 
  174.             Type            =   0
  175.             Format          =   ""
  176.             HaveTrueFalseNull=   0
  177.             FirstDayOfWeek  =   0
  178.             FirstWeekOfYear =   0
  179.             LCID            =   2052
  180.             SubFormatType   =   0
  181.          EndProperty
  182.       EndProperty
  183.       SplitCount      =   1
  184.       BeginProperty Split0 
  185.          MarqueeStyle    =   4
  186.          BeginProperty Column00 
  187.             ColumnWidth     =   599.811
  188.          EndProperty
  189.          BeginProperty Column01 
  190.             ColumnWidth     =   3344.882
  191.          EndProperty
  192.       EndProperty
  193.    End
  194. End
  195. Attribute VB_Name = "main_yyxx"
  196. Attribute VB_GlobalNameSpace = False
  197. Attribute VB_Creatable = False
  198. Attribute VB_PredeclaredId = True
  199. Attribute VB_Exposed = False
  200. Private Sub Command1_Click()
  201.   Select Case Me.Tag
  202.     Case 1
  203.       main_rsgl_pxgl_lr.Text1(0) = Text1(0)
  204.       main_rsgl_pxgl_lr.Text1(1) = Text1(1)
  205.       Load main_rsgl_pxgl_lr
  206.       main_rsgl_pxgl_lr.Show 1
  207.       Unload Me
  208.     Case 2
  209.       main_rsgl_khgl_lr.Text1(0) = Text1(0)
  210.       main_rsgl_khgl_lr.Text1(1) = Text1(1)
  211.       Load main_rsgl_khgl_lr
  212.       main_rsgl_khgl_lr.Show 1
  213.       Unload Me
  214.     Case 3
  215.       HTygbh = Text1(0)
  216.       main_rsgl_htgl_lr.Text1(1) = Text1(0)
  217.       main_rsgl_htgl_lr.Text1(2) = Text1(1)
  218.       Load main_rsgl_htgl_lr
  219.       main_rsgl_htgl_lr.Show 1
  220.       Unload Me
  221.     Case 4
  222.       PYygbh = Text1(0)
  223.       main_rsgl_pygl_lr.Text1(1) = Text1(0)
  224.       main_rsgl_pygl_lr.Text1(2) = Text1(1)
  225.       Load main_rsgl_pygl_lr
  226.       main_rsgl_pygl_lr.Show 1
  227.       Unload Me
  228.     Case 5
  229.       main_rsgl_bxgl_lr.Text1(0) = Text1(0)
  230.       main_rsgl_bxgl_lr.Text1(1) = Text1(1)
  231.       Load main_rsgl_bxgl_lr
  232.       main_rsgl_bxgl_lr.Show 1
  233.       Unload Me
  234.     Case 6
  235.       main_gzgl_jlgl_lr.Text1(0) = Text1(0)
  236.       main_gzgl_jlgl_lr.Text1(1) = Text1(1)
  237.       Load main_gzgl_jlgl_lr
  238.       main_gzgl_jlgl_lr.Show 1
  239.       Unload Me
  240.     Case 7
  241.       main_gzgl_cfgl_lr.Text1(0) = Text1(0)
  242.       main_gzgl_cfgl_lr.Text1(1) = Text1(1)
  243.       Load main_gzgl_cfgl_lr
  244.       main_gzgl_cfgl_lr.Show 1
  245.       Unload Me
  246.    End Select
  247. End Sub
  248. Private Sub Command2_Click()
  249.   Unload Me
  250. End Sub
  251. Private Sub DataGrid1_RowColChange(LastRow As Variant, ByVal LastCol As Integer)
  252.   With Adodc1.Recordset
  253.     If .RecordCount > 0 Then
  254.       Text1(0) = .Fields("编号")
  255.       Text1(1) = .Fields("姓名")
  256.     End If
  257.   End With
  258. End Sub
  259. Private Sub Form_Load()
  260.   DataGrid1_RowColChange 0, 0
  261. End Sub