LoginConfig.Designer.cs

00001 namespace Client
00002 {
00003     partial class LoginConfig
00004     {
00008         private System.ComponentModel.IContainer components = null;
00009 
00014         protected override void Dispose(bool disposing)
00015         {
00016             if (disposing && (components != null))
00017             {
00018                 components.Dispose();
00019             }
00020             base.Dispose(disposing);
00021         }
00022 
00023         #region Windows Form Designer generated code
00024 
00029         private void InitializeComponent()
00030         {
00031             System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoginConfig));
00032             this.lblLabel1 = new System.Windows.Forms.Label();
00033             this.txtServer = new System.Windows.Forms.TextBox();
00034             this.lblLabel2 = new System.Windows.Forms.Label();
00035             this.txtPort = new System.Windows.Forms.TextBox();
00036             this.lblLabel3 = new System.Windows.Forms.Label();
00037             this.panServerInfo = new System.Windows.Forms.Panel();
00038             this.txtWarning = new System.Windows.Forms.TextBox();
00039             this.grpServerAddressInformation = new System.Windows.Forms.GroupBox();
00040             this.btnCancel = new System.Windows.Forms.Button();
00041             this.btnSave = new System.Windows.Forms.Button();
00042             this.btnRestore = new System.Windows.Forms.Button();
00043             this.panServerInfo.SuspendLayout();
00044             this.grpServerAddressInformation.SuspendLayout();
00045             this.SuspendLayout();
00046             // 
00047             // lblLabel1
00048             // 
00049             this.lblLabel1.AutoSize = true;
00050             this.lblLabel1.Location = new System.Drawing.Point(-1, 2);
00051             this.lblLabel1.Name = "lblLabel1";
00052             this.lblLabel1.Size = new System.Drawing.Size(35, 13);
00053             this.lblLabel1.TabIndex = 1;
00054             this.lblLabel1.Text = "tcp://";
00055             // 
00056             // txtServer
00057             // 
00058             this.txtServer.BorderStyle = System.Windows.Forms.BorderStyle.None;
00059             this.txtServer.Location = new System.Drawing.Point(32, 2);
00060             this.txtServer.Name = "txtServer";
00061             this.txtServer.Size = new System.Drawing.Size(100, 13);
00062             this.txtServer.TabIndex = 2;
00063             // 
00064             // lblLabel2
00065             // 
00066             this.lblLabel2.AutoSize = true;
00067             this.lblLabel2.Location = new System.Drawing.Point(135, 1);
00068             this.lblLabel2.Name = "lblLabel2";
00069             this.lblLabel2.Size = new System.Drawing.Size(10, 13);
00070             this.lblLabel2.TabIndex = 3;
00071             this.lblLabel2.Text = ":";
00072             // 
00073             // txtPort
00074             // 
00075             this.txtPort.BorderStyle = System.Windows.Forms.BorderStyle.None;
00076             this.txtPort.Location = new System.Drawing.Point(147, 2);
00077             this.txtPort.Name = "txtPort";
00078             this.txtPort.Size = new System.Drawing.Size(44, 13);
00079             this.txtPort.TabIndex = 2;
00080             // 
00081             // lblLabel3
00082             // 
00083             this.lblLabel3.AutoSize = true;
00084             this.lblLabel3.Location = new System.Drawing.Point(191, 2);
00085             this.lblLabel3.Name = "lblLabel3";
00086             this.lblLabel3.Size = new System.Drawing.Size(89, 13);
00087             this.lblLabel3.TabIndex = 4;
00088             this.lblLabel3.Text = "/ArticleCatalogue";
00089             // 
00090             // panServerInfo
00091             // 
00092             this.panServerInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
00093             this.panServerInfo.Controls.Add(this.lblLabel1);
00094             this.panServerInfo.Controls.Add(this.lblLabel3);
00095             this.panServerInfo.Controls.Add(this.txtServer);
00096             this.panServerInfo.Controls.Add(this.lblLabel2);
00097             this.panServerInfo.Controls.Add(this.txtPort);
00098             this.panServerInfo.Dock = System.Windows.Forms.DockStyle.Bottom;
00099             this.panServerInfo.Location = new System.Drawing.Point(8, 69);
00100             this.panServerInfo.Name = "panServerInfo";
00101             this.panServerInfo.Padding = new System.Windows.Forms.Padding(2);
00102             this.panServerInfo.Size = new System.Drawing.Size(285, 20);
00103             this.panServerInfo.TabIndex = 5;
00104             // 
00105             // txtWarning
00106             // 
00107             this.txtWarning.BackColor = System.Drawing.SystemColors.Info;
00108             this.txtWarning.BorderStyle = System.Windows.Forms.BorderStyle.None;
00109             this.txtWarning.Dock = System.Windows.Forms.DockStyle.Top;
00110             this.txtWarning.Enabled = false;
00111             this.txtWarning.ForeColor = System.Drawing.SystemColors.InfoText;
00112             this.txtWarning.Location = new System.Drawing.Point(8, 21);
00113             this.txtWarning.Multiline = true;
00114             this.txtWarning.Name = "txtWarning";
00115             this.txtWarning.ReadOnly = true;
00116             this.txtWarning.Size = new System.Drawing.Size(285, 41);
00117             this.txtWarning.TabIndex = 6;
00118             this.txtWarning.Text = "If you do not know what this means, do not change it! There is a very good chance" +
00119                 " that you just want to use the default options.";
00120             // 
00121             // grpServerAddressInformation
00122             // 
00123             this.grpServerAddressInformation.Controls.Add(this.txtWarning);
00124             this.grpServerAddressInformation.Controls.Add(this.panServerInfo);
00125             this.grpServerAddressInformation.Dock = System.Windows.Forms.DockStyle.Top;
00126             this.grpServerAddressInformation.Location = new System.Drawing.Point(10, 10);
00127             this.grpServerAddressInformation.Name = "grpServerAddressInformation";
00128             this.grpServerAddressInformation.Padding = new System.Windows.Forms.Padding(8);
00129             this.grpServerAddressInformation.Size = new System.Drawing.Size(301, 97);
00130             this.grpServerAddressInformation.TabIndex = 7;
00131             this.grpServerAddressInformation.TabStop = false;
00132             this.grpServerAddressInformation.Text = "Server address information:";
00133             // 
00134             // btnCancel
00135             // 
00136             this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
00137             this.btnCancel.Location = new System.Drawing.Point(236, 113);
00138             this.btnCancel.Name = "btnCancel";
00139             this.btnCancel.Size = new System.Drawing.Size(75, 23);
00140             this.btnCancel.TabIndex = 8;
00141             this.btnCancel.Text = "&Cancel";
00142             this.btnCancel.UseVisualStyleBackColor = true;
00143             this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
00144             // 
00145             // btnSave
00146             // 
00147             this.btnSave.Location = new System.Drawing.Point(155, 113);
00148             this.btnSave.Name = "btnSave";
00149             this.btnSave.Size = new System.Drawing.Size(75, 23);
00150             this.btnSave.TabIndex = 8;
00151             this.btnSave.Text = "&OK";
00152             this.btnSave.UseVisualStyleBackColor = true;
00153             this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
00154             // 
00155             // btnRestore
00156             // 
00157             this.btnRestore.Location = new System.Drawing.Point(10, 113);
00158             this.btnRestore.Name = "btnRestore";
00159             this.btnRestore.Size = new System.Drawing.Size(95, 23);
00160             this.btnRestore.TabIndex = 8;
00161             this.btnRestore.Text = "&Restore defaults";
00162             this.btnRestore.UseVisualStyleBackColor = true;
00163             this.btnRestore.Click += new System.EventHandler(this.btnRestore_Click);
00164             // 
00165             // LoginConfig
00166             // 
00167             this.AcceptButton = this.btnSave;
00168             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00169             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00170             this.CancelButton = this.btnCancel;
00171             this.ClientSize = new System.Drawing.Size(321, 146);
00172             this.Controls.Add(this.btnRestore);
00173             this.Controls.Add(this.btnSave);
00174             this.Controls.Add(this.btnCancel);
00175             this.Controls.Add(this.grpServerAddressInformation);
00176             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
00177             this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
00178             this.Name = "LoginConfig";
00179             this.Padding = new System.Windows.Forms.Padding(10);
00180             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
00181             this.Text = "Login Configuration";
00182             this.panServerInfo.ResumeLayout(false);
00183             this.panServerInfo.PerformLayout();
00184             this.grpServerAddressInformation.ResumeLayout(false);
00185             this.grpServerAddressInformation.PerformLayout();
00186             this.ResumeLayout(false);
00187 
00188         }
00189 
00190         #endregion
00191 
00192         private System.Windows.Forms.Label lblLabel1;
00193         private System.Windows.Forms.TextBox txtServer;
00194         private System.Windows.Forms.Label lblLabel2;
00195         private System.Windows.Forms.TextBox txtPort;
00196         private System.Windows.Forms.Label lblLabel3;
00197         private System.Windows.Forms.Panel panServerInfo;
00198         private System.Windows.Forms.TextBox txtWarning;
00199         private System.Windows.Forms.GroupBox grpServerAddressInformation;
00200         private System.Windows.Forms.Button btnCancel;
00201         private System.Windows.Forms.Button btnSave;
00202         private System.Windows.Forms.Button btnRestore;
00203     }
00204 }

Generated on Thu Dec 21 06:21:55 2006 for SCRAML by  doxygen 1.5.1-p1