00001 namespace TES4ModTranslator
00002 {
00003 partial class Scripts
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 this.comboBox1 = new System.Windows.Forms.ComboBox();
00032 this.textBox1 = new System.Windows.Forms.TextBox();
00033 this.button1 = new System.Windows.Forms.Button();
00034 this.SuspendLayout();
00035
00036
00037
00038 this.comboBox1.FormattingEnabled = true;
00039 this.comboBox1.Location = new System.Drawing.Point(12, 12);
00040 this.comboBox1.Name = "comboBox1";
00041 this.comboBox1.Size = new System.Drawing.Size(320, 21);
00042 this.comboBox1.TabIndex = 0;
00043
00044
00045
00046 this.textBox1.Location = new System.Drawing.Point(12, 40);
00047 this.textBox1.Multiline = true;
00048 this.textBox1.Name = "textBox1";
00049 this.textBox1.Size = new System.Drawing.Size(726, 440);
00050 this.textBox1.TabIndex = 1;
00051
00052
00053
00054 this.button1.Location = new System.Drawing.Point(634, 12);
00055 this.button1.Name = "button1";
00056 this.button1.Size = new System.Drawing.Size(104, 21);
00057 this.button1.TabIndex = 2;
00058 this.button1.Text = "Close";
00059 this.button1.UseVisualStyleBackColor = true;
00060
00061
00062
00063 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00064 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00065 this.ClientSize = new System.Drawing.Size(750, 492);
00066 this.Controls.Add(this.button1);
00067 this.Controls.Add(this.textBox1);
00068 this.Controls.Add(this.comboBox1);
00069 this.Name = "Scripts";
00070 this.Text = "Scripts";
00071 this.ResumeLayout(false);
00072 this.PerformLayout();
00073
00074 }
00075
00076 #endregion
00077
00078 private System.Windows.Forms.ComboBox comboBox1;
00079 private System.Windows.Forms.TextBox textBox1;
00080 private System.Windows.Forms.Button button1;
00081 }
00082 }