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

📄 mainunit.dfm

📁 通过delphi和sql的使用
💻 DFM
📖 第 1 页 / 共 2 页
字号:
object MainForm: TMainForm
  Left = 290
  Top = 164
  BorderIcons = [biSystemMenu, biMinimize]
  BorderStyle = bsSingle
  Caption = #20010#20154#24080#30446#31649#29702
  ClientHeight = 374
  ClientWidth = 594
  Color = clBtnFace
  DefaultMonitor = dmMainForm
  Font.Charset = GB2312_CHARSET
  Font.Color = clWindowText
  Font.Height = -13
  Font.Name = #23435#20307
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poScreenCenter
  ShowHint = True
  OnCreate = FormCreate
  OnDestroy = FormDestroy
  OnResize = FormResize
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 232
    Width = 39
    Height = 13
    Caption = #26085#26399#65306
  end
  object Label2: TLabel
    Left = 8
    Top = 280
    Width = 39
    Height = 13
    Caption = #25903#20986#65306
  end
  object Label3: TLabel
    Left = 8
    Top = 256
    Width = 39
    Height = 13
    Caption = #25910#20837#65306
  end
  object Label5: TLabel
    Left = 172
    Top = 232
    Width = 39
    Height = 13
    Caption = #22791#27880#65306
  end
  object Label4: TLabel
    Left = 424
    Top = 232
    Width = 78
    Height = 13
    Caption = #25910#20837#24635#37329#39069#65306
  end
  object Label6: TLabel
    Left = 424
    Top = 256
    Width = 78
    Height = 13
    Caption = #25903#20986#24635#37329#39069#65306
  end
  object Label7: TLabel
    Left = 424
    Top = 280
    Width = 65
    Height = 13
    Caption = #21097#20313#37329#39069#65306
  end
  object DBGrid1: TDBGrid
    Left = 0
    Top = 0
    Width = 594
    Height = 225
    Hint = #27983#35272#31383#21475
    Align = alTop
    DataSource = DataSource1
    ReadOnly = True
    TabOrder = 4
    TitleFont.Charset = GB2312_CHARSET
    TitleFont.Color = clWindowText
    TitleFont.Height = -13
    TitleFont.Name = #23435#20307
    TitleFont.Style = []
    OnCellClick = DBGrid1CellClick
    OnKeyUp = DBGrid1KeyUp
  end
  object StatusBar1: TStatusBar
    Left = 0
    Top = 354
    Width = 594
    Height = 20
    Panels = <
      item
        Width = 50
      end
      item
        Bevel = pbRaised
        Text = #24635#35760#24405#25968#65306
        Width = 65
      end
      item
        Alignment = taRightJustify
        Width = 40
      end
      item
        Bevel = pbRaised
        Text = #21097#20313#37329#39069#65306
        Width = 65
      end
      item
        Alignment = taRightJustify
        Width = 40
      end
      item
        Bevel = pbRaised
        Text = #31995#32479#26102#38388#65306
        Width = 65
      end
      item
        Width = 50
      end>
    SimplePanel = False
  end
  object DateTimePicker1: TDateTimePicker
    Left = 48
    Top = 232
    Width = 113
    Height = 21
    Hint = #26085#26399
    CalAlignment = dtaLeft
    Date = 38155
    Time = 38155
    DateFormat = dfShort
    DateMode = dmComboBox
    Kind = dtkDate
    ParseInput = False
    TabOrder = 0
  end
  object Edit2: TEdit
    Left = 48
    Top = 256
    Width = 113
    Height = 21
    Hint = #25910#20837#37329#39069
    ReadOnly = True
    TabOrder = 1
    OnExit = Edit2Exit
    OnKeyPress = Edit2KeyPress
  end
  object Edit3: TEdit
    Left = 48
    Top = 280
    Width = 113
    Height = 21
    Hint = #25903#20986#37329#39069
    ReadOnly = True
    TabOrder = 2
    OnExit = Edit3Exit
    OnKeyPress = Edit2KeyPress
  end
  object Memo1: TMemo
    Left = 208
    Top = 231
    Width = 209
    Height = 70
    Hint = #22791#27880
    ReadOnly = True
    ScrollBars = ssBoth
    TabOrder = 3
  end
  object Panel1: TPanel
    Left = 0
    Top = 304
    Width = 593
    Height = 49
    BevelInner = bvLowered
    BevelOuter = bvSpace
    Font.Charset = GB2312_CHARSET
    Font.Color = clGreen
    Font.Height = -13
    Font.Name = #23435#20307
    Font.Style = []
    ParentFont = False
    TabOrder = 6
    object FirstBtn: TSpeedButton
      Left = 0
      Top = 16
      Width = 55
      Height = 22
      Hint = #31532#19968#31508
      Caption = '<<'#31532#19968#31508
      Flat = True
      OnClick = FirstSubMenuClick
    end
    object PriorBtn: TSpeedButton
      Left = 55
      Top = 16
      Width = 55
      Height = 22
      Hint = #19978#19968#31508
      Caption = '<'#19978#19968#31508
      Flat = True
      OnClick = PriorSubMenuClick
    end
    object LastBtn: TSpeedButton
      Left = 165
      Top = 16
      Width = 55
      Height = 22
      Hint = #26368#26411#31508
      Caption = '>>'#26368#26411#31508
      Flat = True
      OnClick = LastSubMenuClick
    end
    object NextBtn: TSpeedButton
      Left = 110
      Top = 16
      Width = 55
      Height = 22
      Hint = #19979#19968#31508
      Caption = '>'#19979#19968#31508
      Flat = True
      OnClick = NextSubMenuClick
    end
    object ModifBtn: TSpeedButton
      Left = 220
      Top = 16
      Width = 55
      Height = 22
      Hint = #20462#25913
      Caption = #20462#25913
      Flat = True
      OnClick = ModiSubMenuClick
    end
    object AddBtn: TSpeedButton
      Left = 275
      Top = 16
      Width = 55
      Height = 22
      Hint = #26032#22686
      Caption = #26032#22686
      Flat = True
      OnClick = AddSubMenuClick
    end
    object SaveBtn: TSpeedButton
      Left = 330
      Top = 16
      Width = 55
      Height = 22
      Hint = #20445#23384
      Caption = #20445#23384
      Flat = True
      OnClick = SaveSubMenuClick
    end
    object CancelBtn: TSpeedButton
      Left = 385
      Top = 16
      Width = 55
      Height = 22
      Hint = #21462#28040
      Caption = #21462#28040
      Flat = True
      OnClick = CancelSubMenuClick
    end
    object PrintBtn: TSpeedButton
      Left = 525
      Top = 16
      Width = 55
      Height = 22
      Hint = #25171#21360
      Caption = #25171#21360'...'
      Flat = True
      OnClick = PrintSubMenuClick
    end
    object DelBtn: TSpeedButton
      Left = 440
      Top = 16
      Width = 55
      Height = 22
      Hint = #21024#38500
      Caption = #21024#38500
      Flat = True
      OnClick = DelSubMenuClick
    end
  end
  object InEdit: TEdit
    Left = 496
    Top = 230
    Width = 96
    Height = 23
    Hint = #25910#20837#24635#37329#39069
    Font.Charset = GB2312_CHARSET
    Font.Color = clMaroon
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    ReadOnly = True
    TabOrder = 7
  end
  object OutEdit: TEdit
    Left = 496
    Top = 253
    Width = 96
    Height = 23
    Hint = #25903#20986#24635#37329#39069
    Font.Charset = GB2312_CHARSET
    Font.Color = clMaroon
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    ReadOnly = True
    TabOrder = 8
  end
  object OverEdit: TEdit
    Left = 496
    Top = 277
    Width = 96
    Height = 23
    Hint = #21097#20313#37329#39069
    Font.Charset = GB2312_CHARSET
    Font.Color = clMaroon
    Font.Height = -15
    Font.Name = #23435#20307
    Font.Style = [fsBold]
    ParentFont = False
    ReadOnly = True
    TabOrder = 9
  end
  object Panel2: TPanel

⌨️ 快捷键说明

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