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

📄 unit15.dfm

📁 DELPHI7.0+SQL2005环境下开发 2008年8月假期所写
💻 DFM
📖 第 1 页 / 共 3 页
字号:
object frm_c_yg: Tfrm_c_yg
  Left = 314
  Top = 142
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #21592#24037#26597#35810
  ClientHeight = 498
  ClientWidth = 384
  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 = 24
    Top = 64
    Width = 60
    Height = 13
    Caption = #24037#12288#12288#21495#65306
  end
  object Label2: TLabel
    Left = 24
    Top = 96
    Width = 60
    Height = 13
    Caption = #21592#24037#22995#21517#65306
  end
  object Label3: TLabel
    Left = 24
    Top = 128
    Width = 60
    Height = 13
    Caption = #20986#29983#26085#26399#65306
  end
  object Label4: TLabel
    Left = 208
    Top = 64
    Width = 36
    Height = 13
    Caption = #24615#21035#65306
  end
  object Label5: TLabel
    Left = 208
    Top = 96
    Width = 36
    Height = 13
    Caption = #30005#35805#65306
  end
  object Label6: TLabel
    Left = 208
    Top = 128
    Width = 36
    Height = 13
    Caption = #25163#26426#65306
  end
  object Label7: TLabel
    Left = 24
    Top = 160
    Width = 60
    Height = 13
    Caption = #23478#24237#20303#22336#65306
  end
  object Label8: TLabel
    Left = 24
    Top = 192
    Width = 36
    Height = 13
    Caption = #22791#27880#65306
  end
  object Memo1: TMemo
    Left = 24
    Top = 216
    Width = 337
    Height = 89
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 96
    Top = 88
    Width = 95
    Height = 21
    TabOrder = 1
  end
  object Edit3: TEdit
    Left = 248
    Top = 88
    Width = 111
    Height = 21
    TabOrder = 2
  end
  object Edit4: TEdit
    Left = 248
    Top = 120
    Width = 111
    Height = 21
    TabOrder = 3
  end
  object ComboBox1: TComboBox
    Left = 248
    Top = 56
    Width = 111
    Height = 21
    ItemHeight = 13
    ItemIndex = 0
    TabOrder = 4
    Text = #30007
    Items.Strings = (
      #30007
      #22899)
  end
  object MaskEdit1: TMaskEdit
    Left = 96
    Top = 120
    Width = 96
    Height = 21
    EditMask = '!9999/99/00;1;_'
    MaxLength = 10
    TabOrder = 5
    Text = '1987-02-06'
  end
  object Edit5: TEdit
    Left = 96
    Top = 152
    Width = 265
    Height = 21
    TabOrder = 6
  end
  object DBGrid1: TDBGrid
    Left = 24
    Top = 312
    Width = 337
    Height = 169
    DataSource = DataSource1
    TabOrder = 7
    TitleFont.Charset = DEFAULT_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -11
    TitleFont.Name = 'MS Sans Serif'
    TitleFont.Style = []
    OnCellClick = DBGrid1CellClick
  end
  object ComboBox2: TComboBox
    Left = 96
    Top = 56
    Width = 97
    Height = 21
    ItemHeight = 13
    TabOrder = 8
    OnChange = ComboBox2Change
    OnKeyPress = ComboBox2KeyPress
  end
  object CoolBar1: TCoolBar
    Left = 0
    Top = 0
    Width = 384
    Height = 49
    Bands = <
      item
        Control = ToolBar1
        ImageIndex = -1
        MinHeight = 41
        Width = 380
      end>
    object ToolBar1: TToolBar
      Left = 9
      Top = 0
      Width = 367
      Height = 41
      ButtonHeight = 36
      ButtonWidth = 61
      Caption = 'ToolBar1'
      Images = ImageList1
      ShowCaptions = True
      TabOrder = 0
      object ToolButton1: TToolButton
        Left = 0
        Top = 2
        Caption = '     '#20462#25913'     '
        ImageIndex = 1
        OnClick = ToolButton1Click
      end
      object ToolButton2: TToolButton
        Left = 61
        Top = 2
        Width = 8
        Caption = 'ToolButton2'
        ImageIndex = 2
        Style = tbsSeparator
      end
      object ToolButton3: TToolButton
        Left = 69
        Top = 2
        Caption = #20876#38500
        ImageIndex = 2
        OnClick = ToolButton3Click
      end
      object ToolButton4: TToolButton
        Left = 130
        Top = 2
        Width = 8
        Caption = 'ToolButton4'
        ImageIndex = 3
        Style = tbsSeparator
      end
      object ToolButton5: TToolButton
        Left = 138
        Top = 2
        Caption = #26174#31034#20840#37096
        ImageIndex = 3
        OnClick = ToolButton5Click

⌨️ 快捷键说明

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