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

📄 mainfrm.dfm

📁 单片机典型系统设计实例精讲 第4章 PC机与数控机床通信系统
💻 DFM
📖 第 1 页 / 共 5 页
字号:
object Main: TMain
  Left = 222
  Top = 171
  Width = 731
  Height = 493
  Caption = 'Main'
  Color = clBtnFace
  Font.Charset = ANSI_CHARSET
  Font.Color = clWindowText
  Font.Height = -12
  Font.Name = #23435#20307
  Font.Style = []
  Menu = MainMenu1
  OldCreateOrder = False
  Position = poScreenCenter
  OnCloseQuery = FormCloseQuery
  OnCreate = FormCreate
  PixelsPerInch = 96
  TextHeight = 12
  object stb1: TStatusBar
    Left = 0
    Top = 428
    Width = 723
    Height = 19
    Panels = <
      item
        Text = #29366#24577':'
        Width = 40
      end
      item
        Width = 300
      end
      item
        Width = 50
      end>
  end
  object pgcmain: TRzPageControl
    Left = 0
    Top = 0
    Width = 723
    Height = 428
    ActivePage = TabSheet2
    Align = alClient
    FlatColor = clBtnFace
    ShowShadow = False
    TabOrder = 1
    FixedDimension = 0
    object TabSheet2: TRzTabSheet
      TabVisible = False
      Caption = 'TabSheet2'
      object RzToolbar1: TRzToolbar
        Left = 0
        Top = 0
        Width = 721
        Height = 44
        Images = ImageList1
        RowHeight = 40
        ButtonLayout = blGlyphTop
        ButtonWidth = 60
        ButtonHeight = 40
        ShowButtonCaptions = True
        TextOptions = ttoShowTextLabels
        BorderInner = fsNone
        BorderOuter = fsGroove
        BorderSides = [sdTop]
        BorderWidth = 0
        TabOrder = 0
        ToolbarControls = (
          BtnUtilities
          RzSpacer2
          BtnInformation
          BtnPreviewPreviousPage
          BtnPreviewNextPage
          BtnRecycle
          RzSpacer6
          BtnImport
          BtnExport)
        object BtnUtilities: TRzToolButton
          Left = 4
          Top = 2
          DisabledIndex = 17
          Layout = blGlyphTop
          Action = COMMConfig
        end
        object RzSpacer2: TRzSpacer
          Left = 64
          Top = 10
          Grooved = True
        end
        object BtnImport: TRzToolButton
          Left = 320
          Top = 2
          Width = 80
          Height = 40
          DisabledIndex = 19
          Layout = blGlyphTop
          Action = COMMImport
        end
        object BtnExport: TRzToolButton
          Left = 400
          Top = 2
          Width = 80
          Height = 40
          DisabledIndex = 21
          Layout = blGlyphTop
          Action = COMMExport
        end
        object BtnPreviewPreviousPage: TRzToolButton
          Left = 132
          Top = 2
          DisabledIndex = 29
          Layout = blGlyphTop
          Action = FileNew
        end
        object BtnPreviewNextPage: TRzToolButton
          Left = 192
          Top = 2
          DisabledIndex = 31
          Layout = blGlyphTop
          Action = FileSaveAs
        end
        object BtnRecycle: TRzToolButton
          Left = 252
          Top = 2
          DisabledIndex = 35
          Layout = blGlyphTop
          Action = FileDelete
        end
        object RzSpacer6: TRzSpacer
          Left = 312
          Top = 10
          Grooved = True
        end
        object BtnInformation: TRzToolButton
          Left = 72
          Top = 2
          DisabledIndex = 37
          Layout = blGlyphTop
          Action = FileInfo
        end
      end
      object Panel1: TPanel
        Left = 0
        Top = 44
        Width = 721
        Height = 382
        Align = alClient
        BevelOuter = bvNone
        TabOrder = 1
        object Splitter1: TSplitter
          Left = 0
          Top = 120
          Width = 721
          Height = 9
          Cursor = crVSplit
          Align = alTop
        end
        object RzLabel1: TRzLabel
          Left = 32
          Top = 216
          Width = 480
          Height = 15
          Caption = #27809#26377#20379#19978#20256#30340#20869#23481#25110#25991#20214#19981#23384#22312#12290#35831#20351#29992#23458#25143#31471#24037#20855#20256#36755#25110#23548#20837#25991#20214
          Font.Charset = ANSI_CHARSET
          Font.Color = clRed
          Font.Height = -15
          Font.Name = #23435#20307
          Font.Style = [fsBold]
          ParentFont = False
        end
        object DBGrid1: TDBGrid
          Left = 0
          Top = 0
          Width = 721
          Height = 120
          Align = alTop
          DataSource = DataSource1
          TabOrder = 0
          TitleFont.Charset = ANSI_CHARSET
          TitleFont.Color = clWindowText
          TitleFont.Height = -12
          TitleFont.Name = #23435#20307
          TitleFont.Style = []
          OnDblClick = GridEditDblClick
          Columns = <
            item
              Expanded = False
              FieldName = 'id'
              Title.Caption = #26426#22120#32534#21495
              Visible = True
            end
            item
              Expanded = False
              FieldName = 'Author'
              Title.Caption = #31243#24207#20316#32773
              Width = 100
              Visible = True
            end
            item
              Expanded = False
              FieldName = 'sMemo'
              Title.Caption = #25991#20214#21151#33021
              Width = 300
              Visible = True
            end
            item
              Expanded = False
              FieldName = 'Timestr'
              Title.Caption = #19978#20256#26102#38388
              Width = 100
              Visible = True
            end
            item
              Expanded = False

⌨️ 快捷键说明

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