frmsysset.frm
上传用户:laihaixin
上传日期:2013-01-26
资源大小:1169k
文件大小:7k
源码类别:

医药行业

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
  3. Begin VB.Form frmsysset 
  4.    BackColor       =   &H00404040&
  5.    BorderStyle     =   3  'Fixed Dialog
  6.    Caption         =   "医院信息管理系统远程服务设置"
  7.    ClientHeight    =   2160
  8.    ClientLeft      =   45
  9.    ClientTop       =   330
  10.    ClientWidth     =   4140
  11.    Icon            =   "frmsysset.frx":0000
  12.    LinkTopic       =   "Form1"
  13.    LockControls    =   -1  'True
  14.    MaxButton       =   0   'False
  15.    MDIChild        =   -1  'True
  16.    MinButton       =   0   'False
  17.    Picture         =   "frmsysset.frx":030A
  18.    ScaleHeight     =   2160
  19.    ScaleWidth      =   4140
  20.    ShowInTaskbar   =   0   'False
  21.    Begin MSAdodcLib.Adodc Adodc1 
  22.       Height          =   330
  23.       Left            =   360
  24.       Top             =   0
  25.       Visible         =   0   'False
  26.       Width           =   1200
  27.       _ExtentX        =   2117
  28.       _ExtentY        =   582
  29.       ConnectMode     =   0
  30.       CursorLocation  =   3
  31.       IsolationLevel  =   -1
  32.       ConnectionTimeout=   15
  33.       CommandTimeout  =   30
  34.       CursorType      =   3
  35.       LockType        =   3
  36.       CommandType     =   8
  37.       CursorOptions   =   0
  38.       CacheSize       =   50
  39.       MaxRecords      =   0
  40.       BOFAction       =   0
  41.       EOFAction       =   0
  42.       ConnectStringType=   1
  43.       Appearance      =   1
  44.       BackColor       =   -2147483643
  45.       ForeColor       =   -2147483640
  46.       Orientation     =   0
  47.       Enabled         =   -1
  48.       Connect         =   ""
  49.       OLEDBString     =   ""
  50.       OLEDBFile       =   ""
  51.       DataSourceName  =   ""
  52.       OtherAttributes =   ""
  53.       UserName        =   ""
  54.       Password        =   ""
  55.       RecordSource    =   ""
  56.       Caption         =   "Adodc1"
  57.       BeginProperty Font {0BE35203-8F91-11CE-9DE3-00AA004BB851} 
  58.          Name            =   "宋体"
  59.          Size            =   9
  60.          Charset         =   134
  61.          Weight          =   400
  62.          Underline       =   0   'False
  63.          Italic          =   0   'False
  64.          Strikethrough   =   0   'False
  65.       EndProperty
  66.       _Version        =   393216
  67.    End
  68.    Begin VB.ComboBox Combo1 
  69.       BackColor       =   &H00FFFFFF&
  70.       ForeColor       =   &H000000FF&
  71.       Height          =   300
  72.       ItemData        =   "frmsysset.frx":26ED
  73.       Left            =   1800
  74.       List            =   "frmsysset.frx":26F4
  75.       TabIndex        =   5
  76.       Top             =   1050
  77.       Width           =   2000
  78.    End
  79.    Begin VB.CommandButton Command3 
  80.       Caption         =   "关闭&(C)"
  81.       Height          =   300
  82.       Left            =   2800
  83.       TabIndex        =   8
  84.       Top             =   1680
  85.       Width           =   1000
  86.    End
  87.    Begin VB.CommandButton Command2 
  88.       Caption         =   "修改&(E)"
  89.       Height          =   300
  90.       Left            =   1610
  91.       TabIndex        =   7
  92.       Top             =   1680
  93.       Width           =   1000
  94.    End
  95.    Begin VB.CommandButton Command1 
  96.       Caption         =   "保存&(S)"
  97.       Height          =   300
  98.       Left            =   400
  99.       TabIndex        =   6
  100.       Top             =   1680
  101.       Width           =   1000
  102.    End
  103.    Begin VB.TextBox Text2 
  104.       BackColor       =   &H00FFFFFF&
  105.       ForeColor       =   &H000000FF&
  106.       Height          =   270
  107.       Left            =   1800
  108.       TabIndex        =   4
  109.       Top             =   690
  110.       Width           =   2000
  111.    End
  112.    Begin VB.TextBox Text1 
  113.       BackColor       =   &H00FFFFFF&
  114.       ForeColor       =   &H000000FF&
  115.       Height          =   270
  116.       Left            =   1800
  117.       TabIndex        =   3
  118.       Top             =   330
  119.       Width           =   2000
  120.    End
  121.    Begin VB.Label Label3 
  122.       AutoSize        =   -1  'True
  123.       BackColor       =   &H00404040&
  124.       BackStyle       =   0  'Transparent
  125.       Caption         =   "远程数据库位置:"
  126.       ForeColor       =   &H00000000&
  127.       Height          =   180
  128.       Left            =   360
  129.       TabIndex        =   2
  130.       Top             =   1080
  131.       Width           =   1350
  132.    End
  133.    Begin VB.Label Label2 
  134.       AutoSize        =   -1  'True
  135.       BackColor       =   &H00404040&
  136.       BackStyle       =   0  'Transparent
  137.       Caption         =   "远程服务器名称:"
  138.       ForeColor       =   &H00000000&
  139.       Height          =   180
  140.       Left            =   360
  141.       TabIndex        =   1
  142.       Top             =   720
  143.       Width           =   1350
  144.    End
  145.    Begin VB.Label Label1 
  146.       AutoSize        =   -1  'True
  147.       BackColor       =   &H00404040&
  148.       BackStyle       =   0  'Transparent
  149.       Caption         =   "使用者单位名称:"
  150.       ForeColor       =   &H00000000&
  151.       Height          =   180
  152.       Left            =   360
  153.       TabIndex        =   0
  154.       Top             =   360
  155.       Width           =   1350
  156.    End
  157. End
  158. Attribute VB_Name = "frmsysset"
  159. Attribute VB_GlobalNameSpace = False
  160. Attribute VB_Creatable = False
  161. Attribute VB_PredeclaredId = True
  162. Attribute VB_Exposed = False
  163. Private Sub Command1_Click()
  164. On Error GoTo err1
  165. If Text1.Text = "" Or Text2.Text = "" Or Combo1.Text = "" Then
  166. MsgBox "本参数的设置不能为空!"
  167. Else
  168. Adodc1.Recordset.Fields("单位名称") = Text1.Text
  169. Adodc1.Recordset.Fields("服务器名称") = Text2.Text
  170. Adodc1.Recordset.Fields("数据库位置") = Combo1.Text
  171. Adodc1.Recordset.UpdateBatch
  172. MsgBox "远程服务器设置成功,此参数非管理人员不能修改!"
  173. Text1.Locked = True
  174. Text2.Locked = True
  175. Combo1.Locked = True
  176. Command1.Enabled = False
  177. Command2.Enabled = True
  178. End If
  179. Exit Sub
  180. err1:
  181. MsgBox "数据库连接失败!"
  182. End Sub
  183. Private Sub Command2_Click()
  184. Text1.Locked = False
  185. Text2.Locked = False
  186. Combo1.Locked = False
  187. Command1.Enabled = True
  188. Command2.Enabled = False
  189. Text1.SetFocus
  190. End Sub
  191. Private Sub Command3_Click()
  192. Unload Me
  193. End Sub
  194. Private Sub Form_Load()
  195. On Error GoTo err2
  196. frmsysset.Top = (frmmain.Height - frmsysset.Height) / 2 - 500
  197. frmsysset.Left = (frmmain.Width - frmsysset.Width) / 2
  198. Adodc1.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "systemset.mdb;Persist Security Info=False"
  199. Adodc1.RecordSource = "select *from setinfo order by ID"
  200. Adodc1.Refresh
  201. Text1.Text = Adodc1.Recordset.Fields("单位名称")
  202. Text2.Text = Adodc1.Recordset.Fields("服务器名称")
  203. Combo1.Text = Adodc1.Recordset.Fields("数据库位置")
  204. Command1.Enabled = False
  205. Text1.Locked = True
  206. Text2.Locked = True
  207. Combo1.Locked = True
  208. If frmlogin.userright = "0" Then
  209. Command2.Enabled = True
  210. Else
  211. Command2.Enabled = False
  212. End If
  213. Exit Sub
  214. err2:
  215. MsgBox "数据库连接失败!"
  216. End Sub
  217. Private Sub Form_Unload(Cancel As Integer)
  218. frmmain.StatusBar1.Panels(2) = "目前没有窗口被激活"
  219. End Sub
  220. Private Sub Form_Activate()
  221. frmmain.StatusBar1.Panels(2) = "活动窗口:" & frmsysset.Caption
  222. End Sub