unit1.dfm

来自「应对服装行业的生产成本控制系统」· DFM 代码 · 共 61 行

DFM
61
字号
object Form1: TForm1
  Left = 385
  Top = 223
  Width = 382
  Height = 110
  Caption = 'fzcbhsglxtserver'
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  WindowState = wsMinimized
  DesignSize = (
    374
    76)
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 0
    Top = 0
    Width = 374
    Height = 33
    Alignment = taCenter
    Anchors = [akLeft]
    AutoSize = False
    Color = clSkyBlue
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentColor = False
    ParentFont = False
    Layout = tlCenter
  end
  object SpeedButton1: TSpeedButton
    Left = 0
    Top = 38
    Width = 373
    Height = 37
    Caption = #36830#25509
    Flat = True
    Font.Charset = DEFAULT_CHARSET
    Font.Color = clBlue
    Font.Height = -19
    Font.Name = 'MS Sans Serif'
    Font.Style = []
    ParentFont = False
    OnClick = SpeedButton1Click
  end
  object Database1: TDatabase
    AliasName = 'fzcbhsglxt'
    DatabaseName = 'fz'
    SessionName = 'Default'
    Left = 32
    Top = 8
  end
end

⌨️ 快捷键说明

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