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

📄 pwage.dfm

📁 本系统采用A. 系统需求分析报告(设计方法/数据流图/数据字典) B. 数据库的信息要求报告(E—R图及关系数据模型) C. 数据库的操作和应用要求报告(模块结构图<概念结构设计及逻辑结构设计&
💻 DFM
字号:
object pwageform: Tpwageform
  Left = 186
  Top = 327
  Width = 398
  Height = 264
  Caption = #20010#20154#24037#36164#26465
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 16
    Top = 16
    Width = 48
    Height = 13
    Caption = #26597#35810#22995#21517
  end
  object Label2: TLabel
    Left = 16
    Top = 16
    Width = 241
    Height = 17
    Caption = 'Label2'
    Font.Charset = GB2312_CHARSET
    Font.Color = clWindowText
    Font.Height = -14
    Font.Name = #26999#20307'_GB2312'
    Font.Style = []
    ParentFont = False
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 40
    Width = 361
    Height = 168
    DataSource = DataSource1
    TabOrder = 0
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'name'
        Title.Caption = #22995#21517
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'salary_date'
        Title.Caption = #24037#36164#26376#20221
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'base_salary'
        Title.Caption = #22522#26412#24037#36164
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'float_salary'
        Title.Caption = #28014#21160#24037#36164
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'allowance_salary'
        Title.Caption = #27941#36148
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'age_salary'
        Title.Caption = #24037#40836#24037#36164
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'award'
        Title.Caption = #22870#37329
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'addition_award'
        Title.Caption = #34917#36148
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'insurance'
        Title.Caption = #20445#38505
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'rent'
        Title.Caption = #25151#31199
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'detain'
        Title.Caption = #34917#25187
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'tax'
        Title.Caption = #31246#25910
        Visible = True
      end
      item
        Expanded = False
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'rest'
        Title.Caption = #20854#20182
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'total'
        Title.Caption = #24037#36164#24635#39069
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'real_salary'
        Title.Caption = #23454#21457#24037#36164
        Visible = True
      end>
  end
  object Edit1: TEdit
    Left = 88
    Top = 8
    Width = 97
    Height = 21
    MaxLength = 8
    TabOrder = 1
  end
  object Button1: TButton
    Left = 272
    Top = 16
    Width = 49
    Height = 17
    Caption = #26597#35810
    TabOrder = 2
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 328
    Top = 16
    Width = 49
    Height = 17
    Caption = #36864#20986
    TabOrder = 3
    OnClick = Button2Click
  end
  object RadioButton1: TRadioButton
    Left = 192
    Top = 16
    Width = 81
    Height = 17
    Caption = #20840#37096
    TabOrder = 4
    OnClick = RadioButton1Click
  end
  object RadioButton2: TRadioButton
    Left = 192
    Top = 16
    Width = 73
    Height = 17
    Caption = #20010#20154#26597#35810
    TabOrder = 5
    OnClick = RadioButton2Click
  end
  object ADOConnection1: TADOConnection
    Connected = True
    ConnectionString = 
      'Provider=Microsoft.Jet.OLEDB.4.0;Data Source=wage.mdb;Persist Se' +
      'curity Info=False'
    LoginPrompt = False
    Mode = cmShareDenyNone
    Provider = 'Microsoft.Jet.OLEDB.4.0'
    Left = 24
    Top = 136
  end
  object DataSource1: TDataSource
    DataSet = ADODataSet1
    Left = 104
    Top = 136
  end
  object ADODataSet1: TADODataSet
    Connection = ADOConnection1
    CommandText = 'select * from month_salary'
    Parameters = <>
    Left = 64
    Top = 136
  end
end

⌨️ 快捷键说明

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