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

📄 w_xscjxg.dfm

📁 系统管理程序的源码
💻 DFM
字号:
object xscjxg: Txscjxg
  Left = 255
  Top = 145
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #23398#29983#25104#32489#20462#25913
  ClientHeight = 394
  ClientWidth = 689
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poDesktopCenter
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Panel2: TPanel
    Left = 0
    Top = 105
    Width = 689
    Height = 238
    Align = alClient
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 1
      Top = 1
      Width = 687
      Height = 236
      Align = alClient
      DataSource = data.cj
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Expanded = False
          FieldName = #25104#32489
          Visible = True
        end
        item
          Expanded = False
          FieldName = #23398#26399
          Visible = True
        end
        item
          Expanded = False
          FieldName = #23398#20064#35838#31243
          Visible = True
        end
        item
          Expanded = False
          FieldName = #26159#21542#34917#32771
          Visible = True
        end>
    end
  end
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 689
    Height = 105
    Align = alTop
    TabOrder = 1
    object GroupBox1: TGroupBox
      Left = 16
      Top = 0
      Width = 649
      Height = 57
      Font.Charset = DEFAULT_CHARSET
      Font.Color = clWindowText
      Font.Height = -13
      Font.Name = 'MS Sans Serif'
      Font.Style = []
      ParentFont = False
      TabOrder = 0
      object Label2: TLabel
        Left = 40
        Top = 24
        Width = 96
        Height = 20
        Caption = #35831#36755#20837#23398#21495#65306
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -16
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
      end
      object SpeedButton1: TSpeedButton
        Left = 298
        Top = 16
        Width = 73
        Height = 25
        Caption = #20462#25913
        Flat = True
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        OnClick = SpeedButton1Click
      end
      object SpeedButton5: TSpeedButton
        Left = 387
        Top = 15
        Width = 69
        Height = 26
        Caption = #21024#38500
        Flat = True
        OnClick = SpeedButton5Click
      end
      object SpeedButton2: TSpeedButton
        Left = 479
        Top = 16
        Width = 73
        Height = 25
        Caption = #30830#23450
        Flat = True
        OnClick = SpeedButton2Click
      end
      object SpeedButton3: TSpeedButton
        Left = 564
        Top = 16
        Width = 73
        Height = 25
        Caption = #21462#28040
        Flat = True
        OnClick = SpeedButton3Click
      end
      object Edit2: TEdit
        Left = 144
        Top = 16
        Width = 121
        Height = 24
        Font.Charset = DEFAULT_CHARSET
        Font.Color = clWindowText
        Font.Height = -13
        Font.Name = 'MS Sans Serif'
        Font.Style = []
        ParentFont = False
        TabOrder = 0
      end
    end
    object GroupBox2: TGroupBox
      Left = 16
      Top = 48
      Width = 649
      Height = 49
      TabOrder = 1
      object Label1: TLabel
        Left = 16
        Top = 16
        Width = 36
        Height = 13
        Caption = #23398#21495#65306
      end
      object Label4: TLabel
        Left = 168
        Top = 24
        Width = 36
        Height = 13
        Caption = #22995#21517#65306
      end
      object Label5: TLabel
        Left = 456
        Top = 24
        Width = 36
        Height = 13
        Caption = #29677#32423#65306
      end
      object Label6: TLabel
        Left = 344
        Top = 24
        Width = 36
        Height = 13
        Caption = #24615#21035#65306
      end
      object DBEdit3: TDBEdit
        Left = 64
        Top = 16
        Width = 81
        Height = 21
        DataField = #23398#21495
        DataSource = data.cj
        TabOrder = 0
      end
      object DBEdit4: TDBEdit
        Left = 224
        Top = 16
        Width = 105
        Height = 21
        DataField = #22995#21517
        DataSource = data.xj
        Enabled = False
        TabOrder = 1
      end
      object DBComboBox1: TDBComboBox
        Left = 384
        Top = 16
        Width = 57
        Height = 21
        DataField = #24615#21035
        DataSource = data.xj
        Enabled = False
        ItemHeight = 13
        Items.Strings = (
          #30007
          #22899)
        TabOrder = 2
      end
      object DBLookupComboBox1: TDBLookupComboBox
        Left = 488
        Top = 16
        Width = 145
        Height = 21
        DataField = #29677#32423
        DataSource = data.xj
        Enabled = False
        ListField = #29677#32423
        ListSource = data.ls
        TabOrder = 3
      end
    end
  end
  object Panel3: TPanel
    Left = 0
    Top = 343
    Width = 689
    Height = 51
    Align = alBottom
    TabOrder = 2
    object SpeedButton4: TSpeedButton
      Left = 488
      Top = 16
      Width = 73
      Height = 25
      Caption = #36864#20986
      Flat = True
      OnClick = SpeedButton4Click
    end
    object DBNavigator1: TDBNavigator
      Left = 126
      Top = 16
      Width = 304
      Height = 25
      DataSource = data.xj
      VisibleButtons = [nbFirst, nbPrior, nbNext, nbLast]
      Flat = True
      TabOrder = 0
    end
  end
end

⌨️ 快捷键说明

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