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

📄 tsgl.dfm.~1~

📁 Delphi数据库开发毕业设计指导及实例 一书的源码
💻 ~1~
字号:
object tsgl_Form: Ttsgl_Form
  Left = 351
  Top = 198
  Width = 398
  Height = 249
  Caption = #20303#25143#25237#35785#31649#29702
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsMDIChild
  OldCreateOrder = False
  Position = poDefault
  Visible = True
  WindowState = wsMaximized
  OnClose = FormClose
  PixelsPerInch = 96
  TextHeight = 13
  object Panel1: TPanel
    Left = 0
    Top = 0
    Width = 390
    Height = 49
    Align = alTop
    TabOrder = 0
    object Label1: TLabel
      Left = 8
      Top = 8
      Width = 48
      Height = 13
      Caption = #25237#35785#26085#26399
    end
    object Label2: TLabel
      Left = 96
      Top = 8
      Width = 48
      Height = 13
      Caption = #25237#35785#26085#26399
    end
    object cmdok: TButton
      Left = 192
      Top = 16
      Width = 75
      Height = 25
      Caption = #30830'  '#23450
      TabOrder = 0
      OnClick = cmdokClick
    end
    object cmdclose: TButton
      Left = 280
      Top = 16
      Width = 75
      Height = 25
      Caption = #21462'  '#28040
      TabOrder = 1
    end
    object begin_DTP: TDateTimePicker
      Left = 8
      Top = 24
      Width = 81
      Height = 21
      Date = 37921.450644826390000000
      Time = 37921.450644826390000000
      TabOrder = 2
    end
    object end_DTP: TDateTimePicker
      Left = 96
      Top = 24
      Width = 81
      Height = 21
      Date = 37921.450644826390000000
      Time = 37921.450644826390000000
      TabOrder = 3
    end
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 49
    Width = 390
    Height = 173
    Align = alClient
    DataSource = DataSource1
    Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgRowSelect, dgConfirmDelete, dgCancelOnExit]
    PopupMenu = PopupMenu1
    TabOrder = 1
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    Columns = <
      item
        Expanded = False
        FieldName = 'name'
        Title.Caption = #25237#35785#20154
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'rq'
        Title.Caption = #25237#35785#26085#26399
        Width = 60
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'fzr'
        Title.Caption = #36127#36131#20154
        Width = 50
        Visible = True
      end
      item
        Expanded = False
        FieldName = 'bz'
        Title.Caption = #25237#35785#20869#23481
        Width = 200
        Visible = True
      end>
  end
  object Query1: TQuery
    Left = 320
    Top = 56
  end
  object DataSource1: TDataSource
    DataSet = Query1
    Left = 288
    Top = 56
  end
  object PopupMenu1: TPopupMenu
    Left = 352
    Top = 56
    object N1: TMenuItem
      Caption = #28155#21152
      OnClick = N1Click
    end
    object N2: TMenuItem
      Caption = #20462#25913
      OnClick = N2Click
    end
    object N3: TMenuItem
      Caption = #21024#38500
      OnClick = N3Click
    end
  end
end

⌨️ 快捷键说明

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