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

📄 unitbasic3.dfm

📁 远程抄表系统的客户端程序 安徽六安项目-客户端程序 0 开发环境 Delphi 7.0 所需控件 mxOutlookBar 数 据 库 Sybase 11.5 1 04-12-
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object FormBasic3: TFormBasic3
  Left = 70
  Top = 110
  BorderStyle = bsNone
  Caption = 'FormBasic3'
  ClientHeight = 441
  ClientWidth = 685
  Color = clSkyBlue
  DragKind = dkDock
  DragMode = dmAutomatic
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  WindowState = wsMaximized
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object ListView: TListView
    Left = 0
    Top = 157
    Width = 685
    Height = 284
    Align = alClient
    BevelOuter = bvNone
    BevelKind = bkSoft
    BorderStyle = bsNone
    Color = clSkyBlue
    Columns = <>
    Font.Charset = GB2312_CHARSET
    Font.Color = clBlack
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    GridLines = True
    HideSelection = False
    HotTrack = True
    MultiSelect = True
    ReadOnly = True
    RowSelect = True
    ParentFont = False
    ParentShowHint = False
    PopupMenu = PopupMenu
    ShowWorkAreas = True
    ShowHint = False
    TabOrder = 0
    ViewStyle = vsReport
  end
  object CoolBar: TCoolBar
    Left = 0
    Top = 0
    Width = 685
    Height = 37
    AutoSize = True
    BandBorderStyle = bsNone
    Bands = <
      item
        Control = ToolBar
        ImageIndex = -1
        MinHeight = 35
        Width = 683
      end>
    EdgeInner = esNone
    EdgeOuter = esRaised
    object ToolBar: TToolBar
      Left = 9
      Top = 0
      Width = 670
      Height = 35
      Cursor = crHandPoint
      Align = alClient
      ButtonHeight = 36
      ButtonWidth = 89
      Caption = 'ToolBar'
      Color = clSkyBlue
      DragCursor = crHelp
      EdgeBorders = [ebLeft]
      EdgeInner = esNone
      EdgeOuter = esNone
      Flat = True
      Font.Charset = ANSI_CHARSET
      Font.Color = clGreen
      Font.Height = -13
      Font.Name = #23435#20307
      Font.Style = []
      Images = ImageList
      ParentColor = False
      ParentFont = False
      ParentShowHint = False
      ShowCaptions = True
      ShowHint = False
      TabOrder = 0
      Transparent = False
      object BtnAdd: TToolButton
        Left = 0
        Top = 0
        Cursor = crHandPoint
        Hint = #22686#21152#26032#32447#36335
        Caption = '    '#22686#21152'    '
        DragCursor = crHandPoint
        ImageIndex = 0
        ParentShowHint = False
        ShowHint = True
        OnClick = BtnAddClick
      end
      object BtnModify: TToolButton
        Left = 89
        Top = 0
        Hint = #20462#25913#36873#20013#32447#36335
        Caption = #20462#25913
        DragCursor = crHandPoint
        ImageIndex = 1
        ParentShowHint = False
        ShowHint = True
        OnClick = BtnModifyClick
      end
      object BtnDel: TToolButton
        Left = 178
        Top = 0
        Hint = #21024#38500#36873#20013#32447#36335
        Caption = #21024#38500
        DragCursor = crHandPoint
        ImageIndex = 2
        ParentShowHint = False
        ShowHint = True
      end
      object BtnSeek: TToolButton
        Left = 267
        Top = 0
        Hint = #22797#26434#26465#20214#26597#35810
        Caption = #26597#35810
        DragCursor = crHandPoint
        Enabled = False
        ImageIndex = 3
        ParentShowHint = False
        ShowHint = True
      end
      object BtnRefresh: TToolButton
        Left = 356
        Top = 0
        Hint = #37325#26032#35835#21462#25968#25454#24211
        Caption = #21047#26032
        DragCursor = crHandPoint
        ImageIndex = 4
        ParentShowHint = False
        ShowHint = True
      end
      object BtnExit: TToolButton
        Left = 445
        Top = 0
        Hint = #20851#38381#27492#31383#21475
        Caption = #20851#38381
        DragCursor = crHandPoint
        ImageIndex = 5
        ParentShowHint = False
        ShowHint = True
      end
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 37
    Width = 685
    Height = 120
    Align = alTop
    Color = clSkyBlue
    TabOrder = 2
    object GroupBox1: TGroupBox
      Left = 1
      Top = 1
      Width = 267
      Height = 113
      Caption = #20154#21592#31649#29702
      TabOrder = 0
      object EditID: TMaskEdit
        Left = 101
        Top = 23
        Width = 161
        Height = 21
        TabOrder = 0
      end
      object EditName: TMaskEdit
        Left = 101
        Top = 47
        Width = 161
        Height = 21
        TabOrder = 1
      end
      object EditPwd: TMaskEdit
        Left = 101
        Top = 69
        Width = 161
        Height = 21
        TabOrder = 2
      end
      object PanelUserID: TPanel
        Left = 29
        Top = 24
        Width = 73
        Height = 21
        BevelInner = bvLowered
        Caption = #29992#25143#32534#21495
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlack
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 3
      end
      object PanelName: TPanel
        Left = 29
        Top = 47
        Width = 73
        Height = 21
        BevelInner = bvLowered
        Caption = #29992#25143#21517#31216
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlack
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 4
      end
      object PanelPwd: TPanel
        Left = 29
        Top = 70
        Width = 73
        Height = 21
        BevelInner = bvLowered
        Caption = #23494'       '#30721
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlack
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 5
      end
      object PanelMemo: TPanel
        Left = 29
        Top = 93
        Width = 73
        Height = 21
        BevelInner = bvLowered
        Caption = #22791#27880#20449#24687
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clBlack
        Font.Height = -11
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 6

⌨️ 快捷键说明

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