91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.94M
    文件類型: .zip
    金幣: 1
    下載: 0 次
    發布日期: 2021-02-25
  • 語言: C#
  • 標簽: 編輯器??d??

資源簡介

Be.HexEditor編輯器

資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Drawing;
using?System.Data;
using?System.Text;
using?System.Windows.Forms;

namespace?Be.HexEditor
{
public?partial?class?BitControl?:?UserControl
{
List?_txtBits?=?new?List();

public?event?EventHandler?BitChanged;

protected?virtual?void?OnBitChanged(EventArgs?e)
{
if(BitChanged?!=?null)
BitChanged(this?e);
}

????????Panel?_innerBorderHeaderPanel;

Panel?_innerBorderPanel;

public?BitControl()
{
????????????_innerBorderHeaderPanel?=?new?Panel();
????????????_innerBorderHeaderPanel.Dock?=?Dockstyle.Fill;
????????????_innerBorderHeaderPanel.Margin?=?new?System.Windows.Forms.Padding(3?1?3?1);

????????????_innerBorderPanel?=?new?Panel();
????????????_innerBorderPanel.BackColor?=?Color.White;
????????????_innerBorderPanel.Dock?=?Dockstyle.Fill;
????????????_innerBorderPanel.Margin?=?new?System.Windows.Forms.Pa

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2013-12-27?21:16??Be.HexEditor-1.6.0\bin\
?????文件??????528384??2013-12-27?21:15??Be.HexEditor-1.6.0\bin\Be.HexEditor.exe
?????文件????????1060??2013-12-27?21:12??Be.HexEditor-1.6.0\bin\Be.HexEditor.exe.config
?????文件???????86016??2013-12-27?21:12??Be.HexEditor-1.6.0\bin\Be.Windows.Forms.HexBox.dll
?????目錄???????????0??2013-12-27?21:16??Be.HexEditor-1.6.0\bin\de\
?????文件???????25088??2013-12-27?21:15??Be.HexEditor-1.6.0\bin\de\Be.HexEditor.resources.dll
?????目錄???????????0??2013-12-27?21:16??Be.HexEditor-1.6.0\bin\it\
?????文件???????28672??2013-12-27?21:15??Be.HexEditor-1.6.0\bin\it\Be.HexEditor.resources.dll
?????目錄???????????0??2013-12-27?21:16??Be.HexEditor-1.6.0\bin\ja\
?????文件???????24064??2013-12-27?21:15??Be.HexEditor-1.6.0\bin\ja\Be.HexEditor.resources.dll
?????目錄???????????0??2013-12-27?21:16??Be.HexEditor-1.6.0\bin\ru\
?????文件???????23040??2013-12-27?21:15??Be.HexEditor-1.6.0\bin\ru\Be.HexEditor.resources.dll
?????目錄???????????0??2013-12-27?21:16??Be.HexEditor-1.6.0\bin\zh-Hans\
?????文件???????24064??2013-12-27?21:15??Be.HexEditor-1.6.0\bin\zh-Hans\Be.HexEditor.resources.dll
?????目錄???????????0??2013-12-27?21:16??Be.HexEditor-1.6.0\documentation\
?????文件????????6581??2013-12-27?21:12??Be.HexEditor-1.6.0\documentation\Changes.rtf
?????文件?????????118??2011-03-18?08:29??Be.HexEditor-1.6.0\documentation\Requirements.txt
?????文件????????1093??2011-05-09?14:58??Be.HexEditor-1.6.0\license.txt
?????目錄???????????0??2013-12-27?21:16??Be.HexEditor-1.6.0\sources\
?????文件????????1444??2012-10-23?09:55??Be.HexEditor-1.6.0\sources\Be.HexEditor.sln
?????目錄???????????0??2013-12-27?21:16??Be.HexEditor-1.6.0\sources\Be.HexEditor\
?????文件????????1060??2013-12-21?12:45??Be.HexEditor-1.6.0\sources\Be.HexEditor\app.config
?????文件???????86522??2013-12-27?15:47??Be.HexEditor-1.6.0\sources\Be.HexEditor\App.ico
?????文件?????????787??2013-12-21?12:45??Be.HexEditor-1.6.0\sources\Be.HexEditor\app.manifest
?????文件???????19077??2013-12-27?14:15??Be.HexEditor-1.6.0\sources\Be.HexEditor\Be.HexEditor.csproj
?????文件?????????596??2008-03-03?11:41??Be.HexEditor-1.6.0\sources\Be.HexEditor\Be.HexEditor.snk
?????文件????????1686??2012-10-26?12:59??Be.HexEditor-1.6.0\sources\Be.HexEditor\Be.pfx
?????文件????????7325??2013-12-26?09:15??Be.HexEditor-1.6.0\sources\Be.HexEditor\BitControl.cs
?????文件????????5905??2012-10-26?12:59??Be.HexEditor-1.6.0\sources\Be.HexEditor\BitControl.de.resx
?????文件????????3361??2013-12-26?09:15??Be.HexEditor-1.6.0\sources\Be.HexEditor\BitControl.designer.cs
?????文件???????13063??2013-12-26?09:15??Be.HexEditor-1.6.0\sources\Be.HexEditor\BitControl.resx
............此處省略143個文件信息

評論

共有 條評論