From d7fe4919c23e817d387d60cc5b5a6e29f1860a3e Mon Sep 17 00:00:00 2001 From: Javier Castillo Date: Wed, 22 Jun 2011 18:14:50 +0200 Subject: LoginToll in 2 Versionen aufgeteilt. Version für Pcs und RZ-Pool-Umgebungen. --- RZ-POOL/AccountValue/Form3.Designer.cs | 65 ++++++++++++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 RZ-POOL/AccountValue/Form3.Designer.cs (limited to 'RZ-POOL/AccountValue/Form3.Designer.cs') diff --git a/RZ-POOL/AccountValue/Form3.Designer.cs b/RZ-POOL/AccountValue/Form3.Designer.cs new file mode 100644 index 0000000..454b749 --- /dev/null +++ b/RZ-POOL/AccountValue/Form3.Designer.cs @@ -0,0 +1,65 @@ +namespace AccountValue +{ + partial class Form3 + { + /// + /// 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.webBrowser1 = new System.Windows.Forms.WebBrowser(); + this.SuspendLayout(); + // + // webBrowser1 + // + this.webBrowser1.Dock = System.Windows.Forms.DockStyle.Fill; + this.webBrowser1.IsWebBrowserContextMenuEnabled = false; + this.webBrowser1.Location = new System.Drawing.Point(0, 0); + this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20); + this.webBrowser1.Name = "webBrowser1"; + this.webBrowser1.ScriptErrorsSuppressed = true; + this.webBrowser1.Size = new System.Drawing.Size(692, 594); + this.webBrowser1.TabIndex = 0; + this.webBrowser1.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted); + // + // Form3 + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(692, 594); + this.Controls.Add(this.webBrowser1); + this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; + this.Name = "Form3"; + this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; + this.Text = "Kontoaufwertung"; + this.ResumeLayout(false); + + } + + #endregion + + public System.Windows.Forms.WebBrowser webBrowser1; + + } +} \ No newline at end of file -- cgit v1.2.3-55-g7522