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

📄 main.dfm

📁 服务器源代码生成器 source 源代码(delphi 6编译通过) bin 可执行程序、配置文件和资源文件
💻 DFM
字号:
object Form1: TForm1
  Left = 201
  Top = 152
  BorderIcons = [biSystemMenu]
  BorderStyle = bsSingle
  Caption = 'Delphi 6 '#26381#21153#22120#28304#20195#30721#29983#25104#22120
  ClientHeight = 374
  ClientWidth = 724
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Label1: TLabel
    Left = 8
    Top = 48
    Width = 48
    Height = 13
    Caption = #39033#30446#21517#65306
  end
  object Label2: TLabel
    Left = 8
    Top = 128
    Width = 60
    Height = 13
    Caption = #26381#21153#31867#21517#65306
  end
  object Label3: TLabel
    Left = 8
    Top = 208
    Width = 72
    Height = 13
    Caption = #26381#21153#26174#31034#21517#65306
  end
  object Label4: TLabel
    Left = 8
    Top = 248
    Width = 108
    Height = 13
    Caption = #26381#21153#20027#25511#32447#31243#31867#21517#65306
  end
  object Label5: TLabel
    Left = 8
    Top = 8
    Width = 84
    Height = 13
    Caption = #28304#31243#24207#23384#25918#36335#24452
  end
  object Label6: TLabel
    Left = 8
    Top = 88
    Width = 96
    Height = 13
    Caption = #26381#21153#21333#20803#25991#20214#21517#65306
  end
  object Label7: TLabel
    Left = 8
    Top = 168
    Width = 72
    Height = 13
    Caption = #26381#21153#23454#20363#21517#65306
  end
  object Label8: TLabel
    Left = 8
    Top = 288
    Width = 120
    Height = 13
    Caption = #26381#21153#20027#25511#32447#31243#21333#20803#21517#65306
  end
  object SpeedButton1: TSpeedButton
    Left = 304
    Top = 24
    Width = 23
    Height = 22
    Caption = '...'
    OnClick = SpeedButton1Click
  end
  object Edt_PrjName: TEdit
    Left = 8
    Top = 64
    Width = 313
    Height = 21
    ImeName = #19975#33021#20116#31508'2000a+'
    TabOrder = 2
    Text = 'ServerDemoPrj'
  end
  object Edt_SvrClassName: TEdit
    Left = 8
    Top = 144
    Width = 313
    Height = 21
    ImeName = #19975#33021#20116#31508'2000a+'
    TabOrder = 4
    Text = 'TServerDemo'
  end
  object Edt_SvrDisplayName: TEdit
    Left = 8
    Top = 224
    Width = 313
    Height = 21
    ImeName = #19975#33021#20116#31508'2000a+'
    TabOrder = 6
    Text = 'A Demo Server'
  end
  object Edt_SvrManagerClassName: TEdit
    Left = 8
    Top = 264
    Width = 313
    Height = 21
    ImeName = #19975#33021#20116#31508'2000a+'
    TabOrder = 7
    Text = 'TSvrManager'
  end
  object Edt_WorkPath: TEdit
    Left = 8
    Top = 24
    Width = 297
    Height = 21
    ImeName = #19975#33021#20116#31508'2000a+'
    TabOrder = 1
  end
  object Btn_Do: TButton
    Left = 16
    Top = 344
    Width = 75
    Height = 25
    Caption = #29983#25104
    TabOrder = 9
    OnClick = Btn_DoClick
  end
  object Edt_ServerUnit: TEdit
    Left = 8
    Top = 104
    Width = 313
    Height = 21
    ImeName = #19975#33021#20116#31508'2000a+'
    TabOrder = 3
    Text = 'ServerDemoUnit'
  end
  object Edt_SvrObjectName: TEdit
    Left = 8
    Top = 184
    Width = 313
    Height = 21
    ImeName = #19975#33021#20116#31508'2000a+'
    TabOrder = 5
    Text = 'ServerDemo'
  end
  object Memo1: TMemo
    Left = 344
    Top = 16
    Width = 369
    Height = 345
    ImeName = #19975#33021#20116#31508'2000a+'
    ScrollBars = ssBoth
    TabOrder = 0
  end
  object Edt_SvrManagerUnit: TEdit
    Left = 8
    Top = 304
    Width = 313
    Height = 21
    ImeName = #19975#33021#20116#31508'2000a+'
    TabOrder = 8
    Text = 'SvrManager'
  end
end

⌨️ 快捷键说明

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