namespace WindowsApplication1 { partial class Form1 { /// /// 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.button1 = new System.Windows.Forms.Button(); this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog(); this.bOtsiXML = new System.Windows.Forms.Button(); this.xmlFileName = new System.Windows.Forms.TextBox(); this.txtTulemus = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // button1 // this.button1.Location = new System.Drawing.Point(593, 38); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(75, 23); this.button1.TabIndex = 0; this.button1.Text = "Kontrolli"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // bOtsiXML // this.bOtsiXML.Location = new System.Drawing.Point(593, 9); this.bOtsiXML.Name = "bOtsiXML"; this.bOtsiXML.Size = new System.Drawing.Size(75, 23); this.bOtsiXML.TabIndex = 1; this.bOtsiXML.Text = "otsi XML"; this.bOtsiXML.UseVisualStyleBackColor = true; this.bOtsiXML.Click += new System.EventHandler(this.button2_Click); // // xmlFileName // this.xmlFileName.Location = new System.Drawing.Point(12, 12); this.xmlFileName.Name = "xmlFileName"; this.xmlFileName.Size = new System.Drawing.Size(575, 20); this.xmlFileName.TabIndex = 2; // // txtTulemus // this.txtTulemus.Location = new System.Drawing.Point(12, 53); this.txtTulemus.Multiline = true; this.txtTulemus.Name = "txtTulemus"; this.txtTulemus.ScrollBars = System.Windows.Forms.ScrollBars.Horizontal; this.txtTulemus.Size = new System.Drawing.Size(575, 201); this.txtTulemus.TabIndex = 3; this.txtTulemus.Text = "Kirjuta üleval olevasse tekstikasti (või vali nupu \"otsi XML\" abil) XML faili täi" + "spikk teekond ning vajuta nupule \"Kontrolli\""; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(680, 266); this.Controls.Add(this.txtTulemus); this.Controls.Add(this.xmlFileName); this.Controls.Add(this.bOtsiXML); this.Controls.Add(this.button1); this.Name = "Form1"; this.Text = "XML Validator"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1; private System.Windows.Forms.Button bOtsiXML; private System.Windows.Forms.TextBox xmlFileName; private System.Windows.Forms.TextBox txtTulemus; } }