ugetdata.dfm

来自「DELPHI做的制衣厂管理系统,功能完善,可能马上使用,SQL2000数据库」· DFM 代码 · 共 55 行

DFM
55
字号
object frmGetData: TfrmGetData
  Left = 117
  Top = 138
  BorderStyle = bsDialog
  BorderWidth = 6
  Caption = #35831#36873#25321
  ClientHeight = 358
  ClientWidth = 616
  Color = clBtnFace
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -14
  Font.Name = #23435#20307
  Font.Style = []
  KeyPreview = True
  OldCreateOrder = False
  Position = poMainFormCenter
  OnClose = FormClose
  OnKeyDown = FormKeyDown
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 14
  object GroupBox1: TGroupBox
    Left = 0
    Top = 0
    Width = 616
    Height = 358
    Align = alClient
    Caption = #35831#36873#25321#39033#65292#21452#20987#25110'Enter'#38190
    TabOrder = 0
    object DBGrid1: TDBGrid
      Left = 9
      Top = 20
      Width = 598
      Height = 328
      Ctl3D = True
      DataSource = dsGetData
      Options = [dgTitles, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
      ParentCtl3D = False
      TabOrder = 0
      TitleFont.Charset = GB2312_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -14
      TitleFont.Name = #23435#20307
      TitleFont.Style = []
      OnDblClick = DBGrid1DblClick
      OnKeyDown = DBGrid1KeyDown
    end
  end
  object dsGetData: TDataSource
    Left = 416
    Top = 272
  end
end

⌨️ 快捷键说明

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