Стартовый пул
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
/* XPM */
|
||||
static char *TCURRENCYEDIT[]={
|
||||
"24 24 6 1",
|
||||
". c None",
|
||||
"a c #000000",
|
||||
"d c #0000ff",
|
||||
"# c #808080",
|
||||
"c c #c0c0c0",
|
||||
"b c #ffffff",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"#######################.",
|
||||
"#aaaaaaaaaaaaaaaaaaaaab.",
|
||||
"#abbbbbbbbbbbbbbbbbbbcb.",
|
||||
"#abbbbbbbbbbbbbaabaabcb.",
|
||||
"#abbbbbbbbbbbbbbbabbbcb.",
|
||||
"#abbbbdbbbbbdbbbbabbbcb.",
|
||||
"#abbbddddbbddbbbbabbbcb.",
|
||||
"#abbdbdbbbbbdbbbbabbbcb.",
|
||||
"#abbbdddbbbbdbbbbabbbcb.",
|
||||
"#abbbbdbdbbbdbbbbabbbcb.",
|
||||
"#abbddddbbbbdbbbbabbbcb.",
|
||||
"#abbbbdbbbbdddbbbabbbcb.",
|
||||
"#abbbbbbbbbbbbbaabaabcb.",
|
||||
"#abbbbbbbbbbbbbbbbbbbcb.",
|
||||
"#accccccccccccccccccccb.",
|
||||
"#bbbbbbbbbbbbbbbbbbbbbb.",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................",
|
||||
"........................"};
|
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
Binary file not shown.
@@ -0,0 +1,34 @@
|
||||
unit AboutUnit;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, LResources, Forms, Controls, Graphics, Dialogs, Buttons,
|
||||
StdCtrls;
|
||||
|
||||
type
|
||||
|
||||
{ TAboutForm }
|
||||
|
||||
TAboutForm = class(TForm)
|
||||
BitBtn1: TBitBtn;
|
||||
Label1: TLabel;
|
||||
Label2: TLabel;
|
||||
Label3: TLabel;
|
||||
private
|
||||
{ private declarations }
|
||||
public
|
||||
{ public declarations }
|
||||
end;
|
||||
|
||||
var
|
||||
AboutForm: TAboutForm;
|
||||
|
||||
implementation
|
||||
|
||||
{$R *.lfm}
|
||||
|
||||
end.
|
||||
|
Reference in New Issue
Block a user