Mes documents/Visual Studio 2005/Projects/TES4ModTranslator/TES4ModTranslator/Dialogs.Designer.cs

Go to the documentation of this file.
00001 namespace TES4ModTranslator
00002 {
00003     partial class Dialogs
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.dataGridView1 = new System.Windows.Forms.DataGridView();
00033             this.button1 = new System.Windows.Forms.Button();
00034             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
00035             this.SuspendLayout();
00036             // 
00037             // comboBox1
00038             // 
00039             this.comboBox1.FormattingEnabled = true;
00040             this.comboBox1.Location = new System.Drawing.Point(16, 12);
00041             this.comboBox1.Name = "comboBox1";
00042             this.comboBox1.Size = new System.Drawing.Size(320, 21);
00043             this.comboBox1.TabIndex = 0;
00044             // 
00045             // dataGridView1
00046             // 
00047             this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
00048             this.dataGridView1.Location = new System.Drawing.Point(16, 47);
00049             this.dataGridView1.Name = "dataGridView1";
00050             this.dataGridView1.Size = new System.Drawing.Size(655, 482);
00051             this.dataGridView1.TabIndex = 1;
00052             // 
00053             // button1
00054             // 
00055             this.button1.Location = new System.Drawing.Point(565, 12);
00056             this.button1.Name = "button1";
00057             this.button1.Size = new System.Drawing.Size(104, 21);
00058             this.button1.TabIndex = 2;
00059             this.button1.Text = "Close";
00060             this.button1.UseVisualStyleBackColor = true;
00061             // 
00062             // Dialogs
00063             // 
00064             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
00065             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
00066             this.ClientSize = new System.Drawing.Size(683, 541);
00067             this.Controls.Add(this.button1);
00068             this.Controls.Add(this.dataGridView1);
00069             this.Controls.Add(this.comboBox1);
00070             this.Name = "Dialogs";
00071             this.Text = "Dialogs";
00072             ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
00073             this.ResumeLayout(false);
00074 
00075         }
00076 
00077         #endregion
00078 
00079         private System.Windows.Forms.ComboBox comboBox1;
00080         private System.Windows.Forms.DataGridView dataGridView1;
00081         private System.Windows.Forms.Button button1;
00082     }
00083 }

Generated on Fri Jun 23 21:50:04 2006 for OblivionModTranslator by  doxygen 1.4.6-NO