unit7.dfm

来自「材料管理系统」· DFM 代码 · 共 157 行

DFM
157
字号
object frmchukudengji: Tfrmchukudengji
  Left = 243
  Top = 154
  Width = 346
  Height = 335
  BorderIcons = [biSystemMenu, biMinimize]
  Caption = #26448#26009#20986#24211#30331#35760
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 44
    Top = 20
    Width = 60
    Height = 13
    Caption = #37096#38376#21517#31216#65306
  end
  object Label2: TLabel
    Left = 44
    Top = 56
    Width = 60
    Height = 13
    Caption = #26448#26009#21517#31216#65306
  end
  object Label3: TLabel
    Left = 44
    Top = 96
    Width = 60
    Height = 13
    Caption = #21333'        '#20301#65306
  end
  object Label4: TLabel
    Left = 44
    Top = 128
    Width = 60
    Height = 13
    Caption = #21333'        '#20215#65306
  end
  object Label5: TLabel
    Left = 44
    Top = 168
    Width = 60
    Height = 13
    Caption = #25968'        '#37327#65306
  end
  object Label6: TLabel
    Left = 44
    Top = 204
    Width = 60
    Height = 13
    Caption = #37329'        '#39069#65306
  end
  object Label7: TLabel
    Left = 44
    Top = 240
    Width = 60
    Height = 13
    Caption = #26085'        '#26399#65306
  end
  object ComboBox1: TComboBox
    Left = 112
    Top = 20
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 0
    Items.Strings = (
      '1'
      '2')
  end
  object ComboBox2: TComboBox
    Left = 112
    Top = 56
    Width = 145
    Height = 21
    ItemHeight = 13
    TabOrder = 1
    Items.Strings = (
      '1'
      '2')
  end
  object Edit1: TEdit
    Left = 112
    Top = 92
    Width = 145
    Height = 21
    ReadOnly = True
    TabOrder = 2
  end
  object Edit2: TEdit
    Left = 112
    Top = 128
    Width = 145
    Height = 21
    ReadOnly = True
    TabOrder = 3
  end
  object Edit3: TEdit
    Left = 112
    Top = 164
    Width = 145
    Height = 21
    Hint = #35831#36755#20837#21512#27861#30340#25968#23383
    ParentShowHint = False
    ShowHint = True
    TabOrder = 4
  end
  object Edit4: TEdit
    Left = 112
    Top = 200
    Width = 145
    Height = 21
    ReadOnly = True
    TabOrder = 5
  end
  object Button1: TButton
    Left = 76
    Top = 272
    Width = 75
    Height = 25
    Caption = #30830#35748#20986#24211
    Default = True
    TabOrder = 6
  end
  object Button2: TButton
    Left = 184
    Top = 272
    Width = 75
    Height = 25
    Cancel = True
    Caption = #21462#28040#24182#36864#20986
    TabOrder = 7
    OnClick = Button2Click
  end
  object DateTimePicker1: TDateTimePicker
    Left = 112
    Top = 236
    Width = 149
    Height = 21
    CalAlignment = dtaLeft
    Date = 38848.9320623495
    Time = 38848.9320623495
    DateFormat = dfShort
    DateMode = dmComboBox
    Kind = dtkDate
    ParseInput = False
    TabOrder = 8
  end
end

⌨️ 快捷键说明

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