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

📄 seekdata.~dfm

📁 《Delphi 7数据库应用技术与实例》源代码__工资管理系统.rar《Delphi 7数据库应用技术与实例》源代码__工资管理系统.rar
💻 ~DFM
字号:
object SeekForm: TSeekForm
  Left = 253
  Top = 206
  Width = 526
  Height = 329
  Caption = #25968#25454#26597#35810
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #21326#25991#26999#20307
  Font.Style = []
  OldCreateOrder = False
  OnActivate = FormActivate
  PixelsPerInch = 120
  TextHeight = 14
  object Label1: TLabel
    Left = 16
    Top = 56
    Width = 33
    Height = 14
    Caption = 'Label1'
  end
  object Label2: TLabel
    Left = 192
    Top = 64
    Width = 22
    Height = 14
    Caption = #33267'   '
  end
  object RadioGroup1: TRadioGroup
    Left = 16
    Top = 8
    Width = 481
    Height = 41
    Caption = #26597#35810#26465#20214
    TabOrder = 0
  end
  object RadioButton1: TRadioButton
    Left = 40
    Top = 24
    Width = 113
    Height = 17
    Caption = #20840#37096
    TabOrder = 1
    OnClick = RadioButton1Click
  end
  object RadioButton2: TRadioButton
    Left = 104
    Top = 24
    Width = 113
    Height = 17
    Caption = #25353#21333#20301#26597#35810
    TabOrder = 2
    OnClick = RadioButton2Click
  end
  object RadioButton3: TRadioButton
    Left = 200
    Top = 24
    Width = 113
    Height = 17
    Caption = #25353#32844#31216#26597#35810
    TabOrder = 3
    OnClick = RadioButton3Click
  end
  object RadioButton4: TRadioButton
    Left = 296
    Top = 24
    Width = 113
    Height = 17
    Caption = #20986#29983#24180#26376
    TabOrder = 4
    OnClick = RadioButton4Click
  end
  object RadioButton5: TRadioButton
    Left = 368
    Top = 24
    Width = 113
    Height = 17
    Caption = #25353#24037#36164#39069
    TabOrder = 5
    OnClick = RadioButton5Click
  end
  object Edit1: TEdit
    Left = 64
    Top = 56
    Width = 121
    Height = 22
    TabOrder = 6
    Text = 'Edit1'
  end
  object MaskEdit1: TMaskEdit
    Left = 64
    Top = 56
    Width = 120
    Height = 22
    EditMask = '!9999/99/00;1;_'
    MaxLength = 10
    TabOrder = 7
    Text = '    -  -  '
  end
  object DBGrid1: TDBGrid
    Left = 16
    Top = 88
    Width = 481
    Height = 153
    TabStop = False
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 11
    TitleFont.Charset = ANSI_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = #21326#25991#26999#20307
    TitleFont.Style = []
  end
  object BitBtn1: TBitBtn
    Left = 216
    Top = 256
    Width = 75
    Height = 25
    Caption = #36864#20986
    TabOrder = 10
    OnClick = BitBtn1Click
  end
  object BitBtn2: TBitBtn
    Left = 352
    Top = 56
    Width = 75
    Height = 25
    Caption = #25191#34892#26597#35810
    TabOrder = 9
    OnClick = BitBtn2Click
  end
  object Edit2: TEdit
    Left = 224
    Top = 56
    Width = 113
    Height = 22
    TabOrder = 12
    Text = 'Edit2'
  end
  object MaskEdit2: TMaskEdit
    Left = 224
    Top = 56
    Width = 112
    Height = 22
    EditMask = '!9999/99/00;1;_'
    MaxLength = 10
    TabOrder = 8
    Text = '    -  -  '
  end
  object Table1: TTable
    DatabaseName = 'gzgl'
    TableName = 'salary.DB'
    Left = 448
    Top = 16
    object Table1number: TStringField
      DisplayLabel = #24037#36164#32534#21495
      FieldName = 'number'
      Required = True
      FixedChar = True
      Size = 6
    end
    object Table1name: TStringField
      DisplayLabel = #22995#21517
      FieldName = 'name'
      Required = True
      FixedChar = True
      Size = 8
    end
    object Table1sex: TStringField
      DisplayLabel = #24615#21035
      FieldName = 'sex'
      Required = True
      Size = 2
    end
    object Table1id: TStringField
      DisplayLabel = #36523#20221#35777#21495
      FieldName = 'id'
      Required = True
      Size = 18
    end
    object Table1birthdate: TDateField
      DisplayLabel = #20986#29983#24180#26376
      FieldName = 'birthdate'
      Required = True
    end
    object Table1workdate: TDateField
      DisplayLabel = #21442#21152#24037#20316#26102#38388
      FieldName = 'workdate'
      Required = True
    end
    object Table1operatordate: TDateField
      DisplayLabel = #26368#21518#25805#20316#26085#26399
      FieldName = 'operatordate'
      Required = True
    end
    object Table1job: TStringField
      DisplayLabel = #32844#31216
      FieldName = 'job'
      Required = True
      Size = 8
    end
    object Table1office: TStringField
      DisplayLabel = #25152#22312#21333#20301
      FieldName = 'office'
      Required = True
      Size = 30
    end
    object Table1operator: TStringField
      DisplayLabel = #25805#20316#21592
      FieldName = 'operator'
      Required = True
      Size = 8
    end
    object Table1base_salary: TFloatField
      DisplayLabel = #22522#26412#24037#36164
      FieldName = 'base_salary'
      Required = True
    end
    object Table1float_salary: TFloatField
      DisplayLabel = #28014#21160#24037#36164
      FieldName = 'float_salary'
      Required = True
    end
    object Table1allowance_salary: TFloatField
      DisplayLabel = #23703#20301#27941#36148
      FieldName = 'allowance_salary'
      Required = True
    end
    object Table1age_salary: TFloatField
      DisplayLabel = #24037#40836#24037#36164
      FieldName = 'age_salary'
      Required = True
    end
    object Table1award: TFloatField
      DisplayLabel = #22870#37329
      FieldName = 'award'
      Required = True
    end
    object Table1addition_award: TFloatField
      DisplayLabel = #34917#36148
      FieldName = 'addition_award'
      Required = True
    end
    object Table1rest: TFloatField
      DisplayLabel = #20854#20182
      FieldName = 'rest'
      Required = True
    end
    object Table1insurance: TFloatField
      DisplayLabel = #20445#38505
      FieldName = 'insurance'
      Required = True
    end
    object Table1rent: TFloatField
      DisplayLabel = #25151#31199
      FieldName = 'rent'
      Required = True
    end
    object Table1detain: TFloatField
      DisplayLabel = #34917#25187
      FieldName = 'detain'
      Required = True
    end
    object Table1sum: TFloatField
      DisplayLabel = #24037#36164#24635#39069
      FieldName = 'sum'
      Required = True
    end
    object Table1real_salary: TFloatField
      DisplayLabel = #23454#21457#24037#36164
      FieldName = 'real_salary'
      Required = True
    end
    object Table1tax: TFloatField
      DisplayLabel = #25152#24471#31246
      FieldName = 'tax'
      Required = True
    end
    object Table1note: TStringField
      DisplayLabel = #27880#37322
      FieldName = 'note'
      Size = 40
    end
    object Table1Enabled: TBooleanField
      DisplayLabel = #20923#32467#26631#24535
      FieldName = 'Enabled'
      Required = True
    end
  end
  object DataSource1: TDataSource
    DataSet = Table1
    Left = 456
    Top = 56
  end
end

⌨️ 快捷键说明

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