上传用户:zhpu1995
上传日期:2013-09-06
资源大小:61151k
文件大小:8k
源码类别:

企业管理

开发平台:

Visual Basic

  1. VERSION 5.00
  2. Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
  3. Object = "{BDC217C8-ED16-11CD-956C-0000C04E4C0A}#1.1#0"; "TABCTL32.OCX"
  4. Begin VB.Form frm_bcc 
  5.    BorderStyle     =   3  'Fixed Dialog
  6.    Caption         =   "表尺寸"
  7.    ClientHeight    =   2265
  8.    ClientLeft      =   45
  9.    ClientTop       =   330
  10.    ClientWidth     =   3765
  11.    HelpContextID   =   1012002
  12.    Icon            =   "表尺寸.frx":0000
  13.    LinkTopic       =   "Form1"
  14.    MaxButton       =   0   'False
  15.    MinButton       =   0   'False
  16.    ScaleHeight     =   2265
  17.    ScaleWidth      =   3765
  18.    ShowInTaskbar   =   0   'False
  19.    StartUpPosition =   1  '所有者中心
  20.    Begin TabDlg.SSTab SSTab1 
  21.       Height          =   1755
  22.       Left            =   90
  23.       TabIndex        =   2
  24.       Top             =   60
  25.       Width           =   3615
  26.       _ExtentX        =   6376
  27.       _ExtentY        =   3096
  28.       _Version        =   393216
  29.       Style           =   1
  30.       Tabs            =   1
  31.       TabsPerRow      =   1
  32.       TabHeight       =   520
  33.       TabCaption(0)   =   "表尺寸"
  34.       TabPicture(0)   =   "表尺寸.frx":1042
  35.       Tab(0).ControlEnabled=   -1  'True
  36.       Tab(0).Control(0)=   "Label4"
  37.       Tab(0).Control(0).Enabled=   0   'False
  38.       Tab(0).Control(1)=   "Label3"
  39.       Tab(0).Control(1).Enabled=   0   'False
  40.       Tab(0).Control(2)=   "Label2"
  41.       Tab(0).Control(2).Enabled=   0   'False
  42.       Tab(0).Control(3)=   "Label1"
  43.       Tab(0).Control(3).Enabled=   0   'False
  44.       Tab(0).Control(4)=   "Text2"
  45.       Tab(0).Control(4).Enabled=   0   'False
  46.       Tab(0).Control(5)=   "Text1"
  47.       Tab(0).Control(5).Enabled=   0   'False
  48.       Tab(0).Control(6)=   "UpDown1"
  49.       Tab(0).Control(6).Enabled=   0   'False
  50.       Tab(0).Control(7)=   "UpDown2"
  51.       Tab(0).Control(7).Enabled=   0   'False
  52.       Tab(0).ControlCount=   8
  53.       Begin MSComCtl2.UpDown UpDown2 
  54.          Height          =   255
  55.          Left            =   3030
  56.          TabIndex        =   3
  57.          Top             =   1110
  58.          Width           =   240
  59.          _ExtentX        =   423
  60.          _ExtentY        =   450
  61.          _Version        =   393216
  62.          Value           =   1
  63.          Max             =   702
  64.          Enabled         =   -1  'True
  65.       End
  66.       Begin MSComCtl2.UpDown UpDown1 
  67.          Height          =   255
  68.          Left            =   3030
  69.          TabIndex        =   4
  70.          Top             =   450
  71.          Width           =   240
  72.          _ExtentX        =   423
  73.          _ExtentY        =   450
  74.          _Version        =   393216
  75.          Value           =   1
  76.          BuddyControl    =   "UpDown2"
  77.          BuddyDispid     =   196612
  78.          OrigLeft        =   3000
  79.          OrigTop         =   240
  80.          OrigRight       =   3240
  81.          OrigBottom      =   615
  82.          Max             =   16384
  83.          Enabled         =   -1  'True
  84.       End
  85.       Begin VB.TextBox Text1 
  86.          BeginProperty DataFormat 
  87.             Type            =   1
  88.             Format          =   "0"
  89.             HaveTrueFalseNull=   0
  90.             FirstDayOfWeek  =   0
  91.             FirstWeekOfYear =   0
  92.             LCID            =   2052
  93.             SubFormatType   =   1
  94.          EndProperty
  95.          Height          =   300
  96.          Left            =   780
  97.          TabIndex        =   6
  98.          Top             =   420
  99.          Width           =   2505
  100.       End
  101.       Begin VB.TextBox Text2 
  102.          BeginProperty DataFormat 
  103.             Type            =   1
  104.             Format          =   "0"
  105.             HaveTrueFalseNull=   0
  106.             FirstDayOfWeek  =   0
  107.             FirstWeekOfYear =   0
  108.             LCID            =   2052
  109.             SubFormatType   =   1
  110.          EndProperty
  111.          Height          =   300
  112.          Left            =   780
  113.          TabIndex        =   5
  114.          Top             =   1080
  115.          Width           =   2505
  116.       End
  117.       Begin VB.Label Label1 
  118.          Caption         =   "行数:"
  119.          Height          =   255
  120.          Left            =   270
  121.          TabIndex        =   10
  122.          Top             =   450
  123.          Width           =   525
  124.       End
  125.       Begin VB.Label Label2 
  126.          Caption         =   "列数:"
  127.          Height          =   255
  128.          Left            =   270
  129.          TabIndex        =   9
  130.          Top             =   1140
  131.          Width           =   495
  132.       End
  133.       Begin VB.Label Label3 
  134.          Caption         =   "(行数有效值:   1 - 16384)"
  135.          Height          =   195
  136.          Left            =   690
  137.          TabIndex        =   8
  138.          Top             =   750
  139.          Width           =   2535
  140.       End
  141.       Begin VB.Label Label4 
  142.          Caption         =   "(列数有效值:   1 - 702)"
  143.          Height          =   225
  144.          Left            =   720
  145.          TabIndex        =   7
  146.          Top             =   1410
  147.          Width           =   2505
  148.       End
  149.    End
  150.    Begin VB.CommandButton Command2 
  151.       Cancel          =   -1  'True
  152.       Caption         =   "取消(&C)"
  153.       Height          =   300
  154.       Left            =   2580
  155.       TabIndex        =   1
  156.       Top             =   1890
  157.       Width           =   1120
  158.    End
  159.    Begin VB.CommandButton Command1 
  160.       Caption         =   "确定(&O)"
  161.       Default         =   -1  'True
  162.       Height          =   300
  163.       Left            =   1350
  164.       TabIndex        =   0
  165.       Top             =   1890
  166.       Width           =   1120
  167.    End
  168. End
  169. Attribute VB_Name = "frm_bcc"
  170. Attribute VB_GlobalNameSpace = False
  171. Attribute VB_Creatable = False
  172. Attribute VB_PredeclaredId = True
  173. Attribute VB_Exposed = False
  174. '***********************************************
  175. '*    模 块 名 称 :设置表尺寸
  176. '*    功 能 描 述 :
  177. '*    程序员姓名  :奚俊峰
  178. '*    最后修改人  :奚俊峰
  179. '*    最后修改时间:2002/01/21
  180. '***********************************************
  181. Option Explicit
  182. Private Sub Command1_Click()
  183.     If CLng(Text1.Text) > 16384 Or CLng(Text1.Text) < 1 Then
  184.         MsgBox "行数超出范围!", vbOKOnly, "提示"
  185.         Exit Sub
  186.     End If
  187.     If CLng(Text2.Text) > 702 Or CLng(Text2.Text) < 1 Then
  188.         MsgBox "列数超出范围!", vbOKOnly, "提示"
  189.         Exit Sub
  190.     End If
  191.     MDI_frame.ActiveForm.Cell1.Rows = CInt(Text1.Text)
  192.     MDI_frame.ActiveForm.Cell1.Cols = CInt(Text2.Text)
  193.     MDI_frame.ActiveForm.Cell1.DoRedrawAll
  194.     Unload Me
  195. End Sub
  196. Private Sub command2_Click()
  197.     Unload Me
  198. End Sub
  199. Private Sub Form_Load()
  200.     Me.HelpContextID = "1012002"
  201.  
  202.     UpDown1.Value = MDI_frame.ActiveForm.Cell1.Rows
  203.     UpDown2.Value = CStr(MDI_frame.ActiveForm.Cell1.Cols)
  204.     Text1.Text = CStr(UpDown1.Value)
  205.     Text2.Text = CStr(UpDown2.Value)
  206.     
  207. End Sub
  208. Private Sub Text1_Change()
  209.     If Len(Text1.Text) > 0 Then
  210.         If CLng(Text1.Text) > 16384 Then
  211.             UpDown1.Value = 16384
  212.         Else
  213.             UpDown1.Value = CInt(Text1.Text)
  214.         End If
  215.     Else
  216.         UpDown1.Value = 0
  217.     End If
  218.     
  219. End Sub
  220. Private Sub Text1_KeyPress(KeyAscii As Integer)
  221.     If Not ((KeyAscii >= Asc("0") And KeyAscii <= Asc("9")) Or KeyAscii = vbKeyBack) Then
  222.         KeyAscii = 0
  223.     End If
  224. End Sub
  225. Private Sub Text2_Change()
  226.     If Len(Text2.Text) > 0 Then
  227.         If CLng(Text2.Text) > 702 Then
  228.             UpDown2.Value = 702
  229.         Else
  230.             UpDown2.Value = CInt(Text2.Text)
  231.         End If
  232.     Else
  233.         UpDown2.Value = 0
  234.     End If
  235. End Sub
  236. Private Sub Text2_KeyPress(KeyAscii As Integer)
  237.     If Not ((KeyAscii >= Asc("0") And KeyAscii <= Asc("9")) Or KeyAscii = vbKeyBack) Then
  238.         KeyAscii = 0
  239.     End If
  240. End Sub
  241. Private Sub UpDown1_Change()
  242.     Text1.Text = CStr(UpDown1.Value)
  243. End Sub
  244. Private Sub UpDown2_Change()
  245.     Text2.Text = CStr(UpDown2.Value)
  246. End Sub