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

📄 unit9.dfm

📁 DELPHI7.0+SQL2005环境下开发 2008年8月假期所写
💻 DFM
字号:
object frm_jbxxlr: Tfrm_jbxxlr
  Left = 326
  Top = 195
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #22522#26412#20449#24687#24405#20837
  ClientHeight = 368
  ClientWidth = 431
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  Position = poScreenCenter
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 32
    Top = 24
    Width = 36
    Height = 13
    Caption = #23398#21495#65306
  end
  object Label2: TLabel
    Left = 224
    Top = 24
    Width = 36
    Height = 13
    Caption = #22995#21517#65306
  end
  object Label3: TLabel
    Left = 32
    Top = 64
    Width = 36
    Height = 13
    Caption = #24615#21035#65306
  end
  object Label4: TLabel
    Left = 224
    Top = 64
    Width = 36
    Height = 13
    Caption = #31995#21035#65306
  end
  object Label5: TLabel
    Left = 32
    Top = 104
    Width = 36
    Height = 13
    Caption = #29677#32423#65306
  end
  object Label6: TLabel
    Left = 224
    Top = 104
    Width = 36
    Height = 13
    Caption = #30005#35805#65306
  end
  object Label7: TLabel
    Left = 32
    Top = 144
    Width = 36
    Height = 13
    Caption = #23487#33293#65306
  end
  object Label8: TLabel
    Left = 224
    Top = 144
    Width = 36
    Height = 13
    Caption = #24202#20301#65306
  end
  object Label9: TLabel
    Left = 32
    Top = 216
    Width = 36
    Height = 13
    Caption = #22791#27880#65306
  end
  object Label10: TLabel
    Left = 32
    Top = 184
    Width = 60
    Height = 13
    Caption = #20986#29983#26085#26399#65306
  end
  object Label11: TLabel
    Left = 224
    Top = 184
    Width = 60
    Height = 13
    Caption = #20837#23398#24180#20221#65306
  end
  object Edit1: TEdit
    Left = 72
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 0
    OnKeyPress = Edit1KeyPress
  end
  object Edit2: TEdit
    Left = 264
    Top = 16
    Width = 121
    Height = 21
    TabOrder = 1
  end
  object ComboBox1: TComboBox
    Left = 72
    Top = 56
    Width = 121
    Height = 21
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 2
    Text = #30007
    Items.Strings = (
      #30007
      #22899)
  end
  object ComboBox2: TComboBox
    Left = 264
    Top = 56
    Width = 121
    Height = 21
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 3
    Text = #36719#20214#24037#31243#31995
    Items.Strings = (
      #36719#20214#24037#31243#31995
      #32593#32476#24037#31243#31995
      #20449#24687#25216#26415#31995
      #25968#30721#35774#35745#31995
      #33402#26415#20256#25773#31995
      #30005#23376#24037#31243#31995)
  end
  object Edit3: TEdit
    Left = 72
    Top = 96
    Width = 121
    Height = 21
    TabOrder = 4
  end
  object Edit4: TEdit
    Left = 264
    Top = 96
    Width = 121
    Height = 21
    TabOrder = 5
  end
  object ComboBox3: TComboBox
    Left = 72
    Top = 136
    Width = 121
    Height = 21
    ItemHeight = 13
    TabOrder = 6
  end
  object ComboBox4: TComboBox
    Left = 264
    Top = 136
    Width = 121
    Height = 21
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 7
    Text = '1'
    Items.Strings = (
      '1'
      '2'
      '3'
      '4'
      '5'
      '6'
      '7'
      '8')
  end
  object Memo1: TMemo
    Left = 72
    Top = 216
    Width = 313
    Height = 89
    TabOrder = 8
  end
  object Button1: TButton
    Left = 104
    Top = 328
    Width = 75
    Height = 25
    Caption = #28155#21152
    TabOrder = 9
    OnClick = Button1Click
  end
  object Button2: TButton
    Left = 248
    Top = 328
    Width = 75
    Height = 25
    Caption = #21462#28040
    TabOrder = 10
    OnClick = Button2Click
  end
  object MaskEdit1: TMaskEdit
    Left = 96
    Top = 176
    Width = 95
    Height = 21
    EditMask = '!9999/99/00;1;_'
    MaxLength = 10
    TabOrder = 11
    Text = '1987-01-01'
  end
  object MaskEdit2: TMaskEdit
    Left = 288
    Top = 176
    Width = 94
    Height = 21
    EditMask = '!9999/99/00;1;_'
    MaxLength = 10
    TabOrder = 12
    Text = '2008-09-01'
  end
end

⌨️ 快捷键说明

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