summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/Chess4Net/ConnectingUnit.dfm
diff options
context:
space:
mode:
authorAlexander Lantsev <aunsane@gmail.com>2015-04-24 08:21:28 +0000
committerAlexander Lantsev <aunsane@gmail.com>2015-04-24 08:21:28 +0000
commit690f5e6d29d1c85c4be72638eb22843964c2f512 (patch)
tree47c50956fef107bb1004f9389b817cbe3626d919 /plugins/!NotAdopted/Chess4Net/ConnectingUnit.dfm
parente7112d3e58f97fa0630e0afa04e27796cdf3ce38 (diff)
All non-working stuff moved from trunk
git-svn-id: http://svn.miranda-ng.org/main/trunk@13071 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!NotAdopted/Chess4Net/ConnectingUnit.dfm')
-rw-r--r--plugins/!NotAdopted/Chess4Net/ConnectingUnit.dfm72
1 files changed, 0 insertions, 72 deletions
diff --git a/plugins/!NotAdopted/Chess4Net/ConnectingUnit.dfm b/plugins/!NotAdopted/Chess4Net/ConnectingUnit.dfm
deleted file mode 100644
index b741f35ac7..0000000000
--- a/plugins/!NotAdopted/Chess4Net/ConnectingUnit.dfm
+++ /dev/null
@@ -1,72 +0,0 @@
-object ConnectingForm: TConnectingForm
- Left = 583
- Top = 234
- BorderStyle = bsDialog
- Caption = 'Connecting...'
- ClientHeight = 92
- ClientWidth = 300
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Microsoft Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object ConnectingLabel: TTntLabel
- Left = 64
- Top = 16
- Width = 233
- Height = 13
- AutoSize = False
- Caption = 'Wait until the connection is completed.'
- end
- object ConnectingImage: TImage
- Left = 16
- Top = 16
- Width = 33
- Height = 33
- Picture.Data = {
- 055449636F6E0000010001002020100000000000E80200001600000028000000
- 2000000040000000010004000000000080020000000000000000000000000000
- 0000000000000000000080000080000000808000800000008000800080800000
- 80808000C0C0C0000000FF0000FF000000FFFF00FF000000FF00FF00FFFF0000
- FFFFFF00000000000000000000A000000000000000FFFFFFFFFFF0000AA00000
- 00000000000F0F0F0F0F0000AAAAAA2A000000000000FFFFFFF0000AAAAAAAA2
- AA0000000FF800000008FF00AAAAAAAA2A2000000F9FFFFFFFF000000AA00002
- A2A000000FFFFFFFFFFFFF0000A000000A2A0000000000000000004400000000
- 02A20000000000000000444444000000002A20000000FFFFFFF0C4C4C4C40000
- 0002A0000000F00000F0444444444000000620000000F0EEC0F0C4C4C4C4C400
- 0002A0000040F0CEC0F04C444C444C40000620000040F00000F0C4C4C4C4C4C0
- 0002A0000440FFFFFFF04CCC4C4C4C4400062000044000000000C4C4C4C4C4C3
- 0002600044444C4433333CCCCC4CCC433006200044C4C4C4333333C4C4C4C4C3
- 3002600044444C43333333CCCCCCCC43322222224444C4C333333CC4CCC4C4C3
- 3222222244444C433333CCCCCCCC33333E22E22244C4C4C334C4C4CCCCCC3333
- 3E22E222444444433CCCC3CCCCCC33333E22E2220444C4C433C433C4CCC4C333
- 2EEEE22204444343333333CCCCCCCC4C2EEEE2220044C333333333C4C4C433E2
- 2EEEE22E00444333333333CCCCCC33EE2EEEE2EE0004C333333333C4C3C4332E
- EEEEEEE200004333333C333CC3433022EEEEEE22000004333334C333C4C30022
- 22EE2222000000044433444C440000222EEEE2220000000004C4C4C400000022
- 22EE22228003DFFF80039FFFC00700FF0000003F0001001F00019E1F0001DF8F
- 8000FF8FE0003FC7E0000FE7E00007E7E00003E7C00001E7C00001E7800000E7
- 800000E700000067000000670000000000000000000000000000000000000000
- 8000000080000000C0000000C0000000E0000000F0000400F8000C00FE003C00
- FF80FC00}
- end
- object AbortButton: TTntButton
- Left = 112
- Top = 56
- Width = 75
- Height = 25
- Cancel = True
- Caption = '&Abort'
- Default = True
- ModalResult = 3
- TabOrder = 0
- OnClick = AbortButtonClick
- end
-end