diff --git a/2.02g/Source/Main.dfm b/2.02g/Source/Main.dfm index 5cf9b1f..bd55756 100644 --- a/2.02g/Source/Main.dfm +++ b/2.02g/Source/Main.dfm @@ -2,7 +2,7 @@ object MainForm: TMainForm Left = 316 Top = 424 Width = 574 - Height = 515 + Height = 535 Caption = 'Apophysis' Color = clBtnFace Font.Charset = ANSI_CHARSET @@ -27,7 +27,7 @@ object MainForm: TMainForm Left = 160 Top = 28 Width = 4 - Height = 414 + Height = 434 end object ToolBar: TToolBar Left = 0 @@ -251,7 +251,7 @@ object MainForm: TMainForm Left = 0 Top = 28 Width = 160 - Height = 414 + Height = 434 Align = alLeft Columns = < item @@ -270,7 +270,7 @@ object MainForm: TMainForm Left = 164 Top = 28 Width = 402 - Height = 414 + Height = 434 Align = alClient BevelInner = bvLowered BevelOuter = bvNone @@ -281,7 +281,7 @@ object MainForm: TMainForm Left = 1 Top = 1 Width = 400 - Height = 412 + Height = 432 Align = alClient AutoSize = True PopupMenu = DisplayPopup @@ -293,7 +293,7 @@ object MainForm: TMainForm end object StatusBar: TStatusBar Left = 0 - Top = 442 + Top = 462 Width = 566 Height = 19 Panels = < diff --git a/2.02g/Source/Main.pas b/2.02g/Source/Main.pas index dbcd027..33a6ca4 100644 --- a/2.02g/Source/Main.pas +++ b/2.02g/Source/Main.pas @@ -3964,15 +3964,15 @@ var ResponseStream: TMemoryStream; MultiPartFormDataStream: TmsMultiPartFormDataStream; begin - if MainCp.HasNewVariants then begin - showMessage('The posting of sheep with new variants (exponential, power, cosine and sawtooth) is disabled in this version.'); - Exit; - end; +// if MainCp.HasNewVariants then begin +// showMessage('The posting of sheep with new variants (exponential, power, cosine and sawtooth) is disabled in this version.'); +// Exit; +// end; - if MainCp.FAngle <> 0 then begin - showMessage('The posting of sheep with are rotated is disabled in this version.'); - Exit; - end; +// if MainCp.FAngle <> 0 then begin +// showMessage('The posting of sheep with are rotated is disabled in this version.'); +// Exit; +// end; if SheepDialog.ShowModal = mrOK then begin