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

📄 addlangs.dfm

📁 这是一个功能齐全的,代码完整的ERP企业信息管理系统,现在上传和大家分享
💻 DFM
字号:
object AddLangsForm: TAddLangsForm
  Left = 192
  Top = 107
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = #26032#22686#35821#31181
  ClientHeight = 240
  ClientWidth = 361
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  OldCreateOrder = False
  Position = poMainFormCenter
  OnActivate = FormActivate
  OnClose = FormClose
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object Bevel1: TBevel
    Left = 8
    Top = 8
    Width = 345
    Height = 193
    Shape = bsFrame
  end
  object lblLangNo: TLabel
    Left = 24
    Top = 32
    Width = 24
    Height = 12
    Caption = #32534#21495
  end
  object lblName: TLabel
    Left = 24
    Top = 56
    Width = 24
    Height = 12
    Caption = #21517#31216
  end
  object lblTable: TLabel
    Left = 24
    Top = 80
    Width = 24
    Height = 12
    Caption = #34920#21517
  end
  object lblFrom: TLabel
    Left = 24
    Top = 152
    Width = 24
    Height = 12
    Caption = #24341#20837
  end
  object lblFont: TLabel
    Left = 24
    Top = 104
    Width = 24
    Height = 12
    Caption = #23383#20307
  end
  object lblHelpFile: TLabel
    Left = 192
    Top = 104
    Width = 48
    Height = 12
    Caption = #24110#21161#25991#20214
  end
  object rbNoConv: TRadioButton
    Left = 56
    Top = 168
    Width = 105
    Height = 17
    Caption = #30452#25509#24341#20837#19981#36716#25442
    Checked = True
    TabOrder = 7
    TabStop = True
  end
  object rbGbToBig5: TRadioButton
    Left = 168
    Top = 168
    Width = 81
    Height = 17
    Caption = #31616#20307#36716#32321#20307
    TabOrder = 8
  end
  object cbFromLang: TComboBox
    Left = 56
    Top = 144
    Width = 281
    Height = 20
    Style = csDropDownList
    ItemHeight = 12
    TabOrder = 6
  end
  object edtLangNo: TEdit
    Left = 56
    Top = 24
    Width = 121
    Height = 20
    TabOrder = 0
  end
  object edtLangName: TEdit
    Left = 56
    Top = 48
    Width = 281
    Height = 20
    TabOrder = 1
  end
  object edtTableName: TEdit
    Left = 56
    Top = 72
    Width = 281
    Height = 20
    TabOrder = 2
  end
  object bbtnOk: TBitBtn
    Left = 160
    Top = 208
    Width = 75
    Height = 25
    Caption = #30830#23450'(&O)'
    TabOrder = 10
    OnClick = bbtnOkClick
  end
  object bbtnExit: TBitBtn
    Left = 256
    Top = 208
    Width = 75
    Height = 25
    Caption = #36864#20986'(&X)'
    TabOrder = 11
    OnClick = bbtnExitClick
  end
  object rbGig5ToGb: TRadioButton
    Left = 256
    Top = 168
    Width = 81
    Height = 17
    Caption = #32321#20307#36716#31616#20307
    TabOrder = 9
  end
  object cbFonts: TComboBox
    Left = 56
    Top = 96
    Width = 121
    Height = 20
    ItemHeight = 12
    TabOrder = 3
  end
  object cbFrom: TCheckBox
    Left = 56
    Top = 120
    Width = 145
    Height = 17
    Caption = #20174#20854#20182#35821#31181#24341#20837#25968#25454
    Checked = True
    State = cbChecked
    TabOrder = 5
    OnClick = cbFromClick
  end
  object edtHelpFile: TEdit
    Left = 248
    Top = 96
    Width = 89
    Height = 20
    TabOrder = 4
  end
  object qryLangs: TADOQuery
    CacheSize = 1000
    Connection = SYSDM.LangsADOC
    Parameters = <>
    SQL.Strings = (
      'select * from Langs order by SeqNo')
    Left = 24
    Top = 192
  end
end

⌨️ 快捷键说明

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