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

📄 init.~dfm

📁 1. 发卡服务端:Server 项目文件:autojet.prj 2. 计费客户端:Client 项目文件:internet.prj Explorer.prj 先启动Exp
💻 ~DFM
字号:
object Frm_Init: TFrm_Init
  Left = 197
  Top = 159
  BorderStyle = bsDialog
  Caption = #31995#32479#21021#22987#21270
  ClientHeight = 279
  ClientWidth = 434
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poScreenCenter
  OnClose = FormClose
  OnCreate = FormCreate
  OnKeyDown = FormKeyDown
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 12
  object Label3: TLabel
    Left = 157
    Top = 154
    Width = 24
    Height = 12
    Caption = '('#22825')'
  end
  object Label4: TLabel
    Left = 50
    Top = 107
    Width = 36
    Height = 12
    Caption = #25276#37329#30340
  end
  object Label5: TLabel
    Left = 50
    Top = 118
    Width = 48
    Height = 12
    Caption = #32570#30465#20540#65306
  end
  object Label6: TLabel
    Left = 41
    Top = 38
    Width = 60
    Height = 12
    Caption = #32593#21543#21517#31216#65306
  end
  object Label8: TLabel
    Left = 156
    Top = 113
    Width = 24
    Height = 12
    Caption = '('#20803')'
  end
  object Bevel1: TBevel
    Left = 35
    Top = 197
    Width = 371
    Height = 56
    Shape = bsFrame
    Style = bsRaised
  end
  object Label7: TLabel
    Left = 229
    Top = 111
    Width = 60
    Height = 12
    Caption = #20889#21345#26102#38271#65306
  end
  object Label9: TLabel
    Left = 342
    Top = 110
    Width = 36
    Height = 12
    Caption = '('#20998#38047')'
  end
  object Label10: TLabel
    Left = 247
    Top = 144
    Width = 24
    Height = 12
    Caption = #33258#21160
  end
  object Label11: TLabel
    Left = 342
    Top = 152
    Width = 36
    Height = 12
    Caption = '('#20998#38047')'
  end
  object Label12: TLabel
    Left = 228
    Top = 157
    Width = 60
    Height = 12
    Caption = #20851#26426#26102#38271#65306
  end
  object Label13: TLabel
    Left = 31
    Top = 70
    Width = 72
    Height = 12
    Caption = #26412#30005#33041#21517#31216#65306
  end
  object Label1: TLabel
    Left = 51
    Top = 147
    Width = 36
    Height = 12
    Caption = #23458#20154#21345
  end
  object Label2: TLabel
    Left = 42
    Top = 159
    Width = 60
    Height = 12
    Caption = #30340#26377#25928#26399#65306
  end
  object DBedt_Sxrq: TDBEdit
    Left = 94
    Top = 150
    Width = 60
    Height = 20
    Color = 16772846
    DataField = 'SXRQ'
    DataSource = DataSource1
    TabOrder = 3
  end
  object DBedt_Yj: TDBEdit
    Left = 94
    Top = 110
    Width = 60
    Height = 20
    Color = 16772846
    DataField = 'YJ'
    DataSource = DataSource1
    TabOrder = 2
  end
  object DBedt_companyname: TDBEdit
    Left = 94
    Top = 34
    Width = 114
    Height = 20
    Color = 16772846
    DataField = 'company'
    DataSource = DataSource1
    TabOrder = 0
  end
  object Btn_Save: TButton
    Left = 150
    Top = 212
    Width = 55
    Height = 22
    Caption = #20445#23384'(&S)'
    Enabled = False
    TabOrder = 6
    OnClick = Btn_SaveClick
  end
  object Btn_Cancel: TButton
    Left = 211
    Top = 212
    Width = 55
    Height = 22
    Caption = #25918#24323'(&C)'
    Enabled = False
    TabOrder = 7
    OnClick = Btn_CancelClick
  end
  object Btn_Close: TButton
    Left = 324
    Top = 210
    Width = 66
    Height = 25
    Cancel = True
    Caption = #36864#20986'[&X]'
    ModalResult = 2
    TabOrder = 8
  end
  object DBedt_Montime: TDBEdit
    Left = 279
    Top = 107
    Width = 60
    Height = 20
    Color = 16772846
    DataField = 'Montime'
    DataSource = DataSource1
    TabOrder = 4
    OnExit = DBedt_MontimeExit
  end
  object DBedt_SdTime: TDBEdit
    Left = 279
    Top = 149
    Width = 60
    Height = 20
    Color = 16772846
    DataField = 'SdTime'
    DataSource = DataSource1
    TabOrder = 5
  end
  object DBedt_SVname: TDBEdit
    Left = 94
    Top = 66
    Width = 114
    Height = 20
    Color = 16772846
    DataField = 'SVname'
    DataSource = DataSource1
    TabOrder = 1
  end
  object Btn_Modi: TButton
    Left = 61
    Top = 209
    Width = 73
    Height = 27
    Caption = #20462#25913
    TabOrder = 9
    OnClick = Btn_ModiClick
  end
  object DataSource1: TDataSource
    DataSet = Frm_sys_dm.Qr_tmp1
    Left = 433
    Top = 37
  end
end

⌨️ 快捷键说明

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