summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/Chess4Net/ConnectingUnit.dfm
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/!NotAdopted/Chess4Net/ConnectingUnit.dfm')
-rw-r--r--plugins/!NotAdopted/Chess4Net/ConnectingUnit.dfm72
1 files changed, 72 insertions, 0 deletions
diff --git a/plugins/!NotAdopted/Chess4Net/ConnectingUnit.dfm b/plugins/!NotAdopted/Chess4Net/ConnectingUnit.dfm
new file mode 100644
index 0000000000..b741f35ac7
--- /dev/null
+++ b/plugins/!NotAdopted/Chess4Net/ConnectingUnit.dfm
@@ -0,0 +1,72 @@
+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