u_statistic.dfm

来自「是一小型门诊挂号软件」· DFM 代码 · 共 95 行

DFM
95
字号
object F_statistic: TF_statistic
  Left = 266
  Top = 142
  Width = 715
  Height = 444
  Caption = #25968#25454#32479#35745
  Color = clSkyBlue
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object DBChart1: TDBChart
    Left = 296
    Top = 24
    Width = 401
    Height = 369
    BackWall.Brush.Color = clWhite
    BackWall.Brush.Style = bsClear
    Title.Text.Strings = (
      #21508#31185#23460#35775#38382#37327#32479#35745
      '')
    TabOrder = 0
    object Series1: TBarSeries
      Marks.ArrowLength = 20
      Marks.Visible = True
      DataSource = f_dm.Q_clinic2Sick
      SeriesColor = clRed
      XLabelsSource = #21517#31216
      XValues.DateTime = False
      XValues.Name = 'X'
      XValues.Multiplier = 1.000000000000000000
      XValues.Order = loAscending
      XValues.ValueSource = 'num'
      YValues.DateTime = False
      YValues.Name = 'Bar'
      YValues.Multiplier = 1.000000000000000000
      YValues.Order = loNone
      YValues.ValueSource = 'num'
    end
  end
  object GroupBox1: TGroupBox
    Left = 8
    Top = 16
    Width = 273
    Height = 377
    Caption = #31185#23460#21307#29983#20154#25968#32479#35745#22270
    TabOrder = 1
    object DBGrid4: TDBGrid
      Left = 2
      Top = 15
      Width = 269
      Height = 360
      Align = alClient
      DataSource = f_dm.DS_clinic
      ImeMode = imChinese
      ImeName = #20013#25991' ('#31616#20307') - '#26497#28857#20013#25991
      ReadOnly = True
      TabOrder = 0
      TitleFont.Charset = DEFAULT_CHARSET
      TitleFont.Color = clWindowText
      TitleFont.Height = -11
      TitleFont.Name = 'MS Sans Serif'
      TitleFont.Style = []
      Columns = <
        item
          Alignment = taCenter
          Expanded = False
          FieldName = #21517#31216
          ImeMode = imClose
          Title.Alignment = taCenter
          Title.Caption = #31185#23460#21517#31216
          Title.Color = clSkyBlue
          Width = 73
          Visible = True
        end
        item
          Alignment = taCenter
          Expanded = False
          FieldName = #20154#25968
          Title.Alignment = taCenter
          Title.Caption = #21307#29983#20154#25968
          Title.Color = clBackground
          Width = 113
          Visible = True
        end>
    end
  end
end

⌨️ 快捷键说明

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