Initial Commit
This commit is contained in:
80
TomcatServer/RegistrationAPI/HiddenMainForm.Designer.cs
generated
Normal file
80
TomcatServer/RegistrationAPI/HiddenMainForm.Designer.cs
generated
Normal file
@@ -0,0 +1,80 @@
|
||||
namespace RegistrationAPI
|
||||
{
|
||||
partial class HiddenMainForm
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Windows Form Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
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 = "ppsmobile.mckesson.com";
|
||||
this.ClientChannel.Port = 443;
|
||||
this.ClientChannel.TargetUrl = "tcp://ppsmobile.mckesson.com:443/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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user