XmlEditForm.dfm
上传用户:fh681027
上传日期:2022-07-23
资源大小:1959k
文件大小:4k
源码类别:

Delphi控件源码

开发平台:

Delphi

  1. object FormXmlEdit: TFormXmlEdit
  2.   Left = 203
  3.   Top = 141
  4.   Width = 621
  5.   Height = 385
  6.   Caption = 'Xml Edit One'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Microsoft Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object PageControl1: TPageControl
  18.     Left = 0
  19.     Top = 25
  20.     Width = 613
  21.     Height = 333
  22.     ActivePage = TabSheet1
  23.     Align = alClient
  24.     TabIndex = 1
  25.     TabOrder = 0
  26.     object TabSheet5: TTabSheet
  27.       Caption = 'Settings'
  28.       ImageIndex = 4
  29.       object Label1: TLabel
  30.         Left = 184
  31.         Top = 88
  32.         Width = 36
  33.         Height = 13
  34.         Caption = 'Xml File'
  35.       end
  36.       object Label4: TLabel
  37.         Left = 32
  38.         Top = 24
  39.         Width = 29
  40.         Height = 13
  41.         Caption = 'Folder'
  42.       end
  43.       object Label5: TLabel
  44.         Left = 296
  45.         Top = 24
  46.         Width = 69
  47.         Height = 13
  48.         Caption = 'Base Filename'
  49.       end
  50.       object EditXmlFile: TEdit
  51.         Left = 184
  52.         Top = 104
  53.         Width = 281
  54.         Height = 21
  55.         TabOrder = 0
  56.       end
  57.       object EditFolder: TEdit
  58.         Left = 32
  59.         Top = 40
  60.         Width = 249
  61.         Height = 21
  62.         TabOrder = 1
  63.         OnChange = EditFolderOrFileChange
  64.       end
  65.       object EditBaseFile: TEdit
  66.         Left = 296
  67.         Top = 40
  68.         Width = 169
  69.         Height = 21
  70.         TabOrder = 2
  71.         Text = 'Sample'
  72.         OnChange = EditFolderOrFileChange
  73.       end
  74.       object btnUpdate: TButton
  75.         Left = 48
  76.         Top = 88
  77.         Width = 75
  78.         Height = 25
  79.         Caption = 'Update Files'
  80.         TabOrder = 3
  81.         OnClick = btnUpdateClick
  82.       end
  83.       object cbAutoUpdate: TCheckBox
  84.         Left = 48
  85.         Top = 120
  86.         Width = 81
  87.         Height = 17
  88.         Caption = 'Auto Update'
  89.         Checked = True
  90.         State = cbChecked
  91.         TabOrder = 4
  92.       end
  93.     end
  94.     object TabSheet1: TTabSheet
  95.       Caption = 'XML'
  96.       object MemoXml: TMemo
  97.         Left = 0
  98.         Top = 0
  99.         Width = 605
  100.         Height = 284
  101.         Align = alClient
  102.         Font.Charset = DEFAULT_CHARSET
  103.         Font.Color = clWindowText
  104.         Font.Height = -16
  105.         Font.Name = 'Courier New'
  106.         Font.Style = [fsBold]
  107.         ParentFont = False
  108.         ScrollBars = ssVertical
  109.         TabOrder = 0
  110.         OnChange = MemoXmlChange
  111.         OnKeyUp = MemoXmlKeyUp
  112.         OnMouseUp = MemoXmlMouseUp
  113.       end
  114.       object xmlBar: TStatusBar
  115.         Left = 0
  116.         Top = 284
  117.         Width = 605
  118.         Height = 21
  119.         Panels = <
  120.           item
  121.             Width = 70
  122.           end
  123.           item
  124.             Width = 70
  125.           end
  126.           item
  127.             Width = 500
  128.           end>
  129.         SimplePanel = False
  130.       end
  131.     end
  132.     object TabSheet7: TTabSheet
  133.       Caption = 'XML View'
  134.       ImageIndex = 6
  135.       OnEnter = TabSheet7Enter
  136.       object XmlBrowser: TWebBrowser
  137.         Left = 0
  138.         Top = 0
  139.         Width = 605
  140.         Height = 305
  141.         Align = alClient
  142.         TabOrder = 0
  143.         OnEnter = TabSheet7Enter
  144.         ControlData = {
  145.           4C000000873E0000861F00000000000000000000000000000000000000000000
  146.           000000004C000000000000000000000001000000E0D057007335CF11AE690800
  147.           2B2E126208000000000000004C0000000114020000000000C000000000000046
  148.           8000000000000000000000000000000000000000000000000000000000000000
  149.           00000000000000000100000000000000000000000000000000000000}
  150.       end
  151.     end
  152.   end
  153.   object ToolBar1: TToolBar
  154.     Left = 0
  155.     Top = 0
  156.     Width = 613
  157.     Height = 25
  158.     ButtonHeight = 21
  159.     ButtonWidth = 44
  160.     Caption = 'ToolBar1'
  161.     EdgeBorders = [ebTop, ebBottom]
  162.     Flat = True
  163.     ShowCaptions = True
  164.     TabOrder = 1
  165.     object btnLoad: TToolButton
  166.       Left = 0
  167.       Top = 0
  168.       Caption = '&Load'
  169.       ImageIndex = 0
  170.       OnClick = btnLoadClick
  171.     end
  172.     object btnSave: TToolButton
  173.       Left = 44
  174.       Top = 0
  175.       Caption = '&Save'
  176.       ImageIndex = 2
  177.       OnClick = btnSaveClick
  178.     end
  179.     object ToolButton1: TToolButton
  180.       Left = 88
  181.       Top = 0
  182.       Caption = 'Refresh'
  183.       ImageIndex = 3
  184.       OnClick = TabSheet7Enter
  185.     end
  186.   end
  187.   object XMLDoc: TXMLDocument
  188.     Left = 376
  189.     Top = 32
  190.     DOMVendorDesc = 'MSXML'
  191.   end
  192. end