namespace Pluto.MSL.Api { partial class HiddenMainForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.ClientChannel = new RemObjects.SDK.IpTcpClientChannel(); this.binMessage = new RemObjects.SDK.BinMessage(); this.aesEncryptionEnvelope = new RemObjects.SDK.AesEncryptionEnvelope(); this.SuspendLayout(); // // ClientChannel // this.ClientChannel.Hostname = "127.0.0.1"; this.ClientChannel.Port = 1945; this.ClientChannel.TargetUrl = "tcp://127.0.0.1:1945/bin"; // // binMessage // this.binMessage.ContentType = "application/octet-stream"; this.binMessage.Envelopes.Add(new RemObjects.SDK.MessageEnvelopeItem(this.aesEncryptionEnvelope)); this.binMessage.SerializerInstance = null; // // aesEncryptionEnvelope // this.aesEncryptionEnvelope.EnvelopeMarker = "AES"; this.aesEncryptionEnvelope.Password = "KxHWkkE5PAp4tuTzmPKQF7RUyylMk7VOV8zfYln2w6NZJMOvT3yrXofIJWxJYRSQwAkm8DysTG9k7"; // // HiddenMainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(124, 11); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "HiddenMainForm"; this.Opacity = 0D; this.RightToLeft = System.Windows.Forms.RightToLeft.No; this.ShowIcon = false; this.ShowInTaskbar = false; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Text = "Hidden"; this.WindowState = System.Windows.Forms.FormWindowState.Minimized; this.Load += new System.EventHandler(this.HiddenMainForm_Load); this.ResumeLayout(false); } #endregion internal RemObjects.SDK.IpTcpClientChannel ClientChannel; private RemObjects.SDK.BinMessage binMessage; private RemObjects.SDK.AesEncryptionEnvelope aesEncryptionEnvelope; } }