diff --git a/OGF tool/Form1.Designer.cs b/OGF tool/Form1.Designer.cs index 33d030c..d5d49b4 100644 --- a/OGF tool/Form1.Designer.cs +++ b/OGF tool/Form1.Designer.cs @@ -41,20 +41,20 @@ private void InitializeComponent() this.richTextBox2 = new System.Windows.Forms.RichTextBox(); this.tabPage3 = new System.Windows.Forms.TabPage(); this.groupBox1 = new System.Windows.Forms.GroupBox(); - this.label1 = new System.Windows.Forms.Label(); - this.SourceTBox = new System.Windows.Forms.TextBox(); - this.UserTBox = new System.Windows.Forms.TextBox(); - this.label2 = new System.Windows.Forms.Label(); - this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox(); - this.label3 = new System.Windows.Forms.Label(); - this.OwnerTBox = new System.Windows.Forms.TextBox(); - this.label4 = new System.Windows.Forms.Label(); - this.LastExpTBox = new System.Windows.Forms.TextBox(); - this.label5 = new System.Windows.Forms.Label(); - this.label6 = new System.Windows.Forms.Label(); - this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox(); this.label7 = new System.Windows.Forms.Label(); this.maskedTextBox3 = new System.Windows.Forms.MaskedTextBox(); + this.label6 = new System.Windows.Forms.Label(); + this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox(); + this.LastExpTBox = new System.Windows.Forms.TextBox(); + this.label5 = new System.Windows.Forms.Label(); + this.OwnerTBox = new System.Windows.Forms.TextBox(); + this.label4 = new System.Windows.Forms.Label(); + this.label3 = new System.Windows.Forms.Label(); + this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox(); + this.UserTBox = new System.Windows.Forms.TextBox(); + this.label2 = new System.Windows.Forms.Label(); + this.SourceTBox = new System.Windows.Forms.TextBox(); + this.label1 = new System.Windows.Forms.Label(); this.tabControl1.SuspendLayout(); this.tabPage2.SuspendLayout(); this.tabPage4.SuspendLayout(); @@ -184,56 +184,59 @@ private void InitializeComponent() this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; // - // label1 + // label7 // - this.label1.AutoSize = true; - this.label1.Location = new System.Drawing.Point(6, 16); - this.label1.Name = "label1"; - this.label1.Size = new System.Drawing.Size(44, 13); - this.label1.TabIndex = 0; - this.label1.Text = "Source:"; + this.label7.AutoSize = true; + this.label7.Location = new System.Drawing.Point(4, 280); + this.label7.Name = "label7"; + this.label7.Size = new System.Drawing.Size(53, 13); + this.label7.TabIndex = 13; + this.label7.Text = "Last mod:"; // - // SourceTBox + // maskedTextBox3 // - this.SourceTBox.Location = new System.Drawing.Point(6, 37); - this.SourceTBox.Name = "SourceTBox"; - this.SourceTBox.Size = new System.Drawing.Size(377, 20); - this.SourceTBox.TabIndex = 1; + this.maskedTextBox3.Location = new System.Drawing.Point(4, 301); + this.maskedTextBox3.Mask = "00/00/0000"; + this.maskedTextBox3.Name = "maskedTextBox3"; + this.maskedTextBox3.ReadOnly = true; + this.maskedTextBox3.Size = new System.Drawing.Size(64, 20); + this.maskedTextBox3.TabIndex = 12; + this.maskedTextBox3.ValidatingType = typeof(System.DateTime); // - // UserTBox + // label6 // - this.UserTBox.Location = new System.Drawing.Point(6, 81); - this.UserTBox.Name = "UserTBox"; - this.UserTBox.Size = new System.Drawing.Size(377, 20); - this.UserTBox.TabIndex = 3; + this.label6.AutoSize = true; + this.label6.Location = new System.Drawing.Point(6, 236); + this.label6.Name = "label6"; + this.label6.Size = new System.Drawing.Size(71, 13); + this.label6.TabIndex = 11; + this.label6.Text = "Creation time:"; // - // label2 + // maskedTextBox2 // - this.label2.AutoSize = true; - this.label2.Location = new System.Drawing.Point(6, 60); - this.label2.Name = "label2"; - this.label2.Size = new System.Drawing.Size(40, 13); - this.label2.TabIndex = 2; - this.label2.Text = "Export:"; + this.maskedTextBox2.Location = new System.Drawing.Point(6, 257); + this.maskedTextBox2.Mask = "00/00/0000"; + this.maskedTextBox2.Name = "maskedTextBox2"; + this.maskedTextBox2.ReadOnly = true; + this.maskedTextBox2.Size = new System.Drawing.Size(64, 20); + this.maskedTextBox2.TabIndex = 10; + this.maskedTextBox2.ValidatingType = typeof(System.DateTime); // - // maskedTextBox1 + // LastExpTBox // - this.maskedTextBox1.Location = new System.Drawing.Point(6, 213); - this.maskedTextBox1.Mask = "00/00/0000"; - this.maskedTextBox1.Name = "maskedTextBox1"; - this.maskedTextBox1.ReadOnly = true; - this.maskedTextBox1.Size = new System.Drawing.Size(64, 20); - this.maskedTextBox1.TabIndex = 4; - this.maskedTextBox1.ValidatingType = typeof(System.DateTime); + this.LastExpTBox.Location = new System.Drawing.Point(6, 169); + this.LastExpTBox.Name = "LastExpTBox"; + this.LastExpTBox.Size = new System.Drawing.Size(377, 20); + this.LastExpTBox.TabIndex = 9; // - // label3 + // label5 // - this.label3.AutoSize = true; - this.label3.Location = new System.Drawing.Point(6, 192); - this.label3.Name = "label3"; - this.label3.Size = new System.Drawing.Size(66, 13); - this.label3.TabIndex = 5; - this.label3.Text = "Export Time:"; + this.label5.AutoSize = true; + this.label5.Location = new System.Drawing.Point(6, 148); + this.label5.Name = "label5"; + this.label5.Size = new System.Drawing.Size(62, 13); + this.label5.TabIndex = 8; + this.label5.Text = "Last export:"; // // OwnerTBox // @@ -251,59 +254,56 @@ private void InitializeComponent() this.label4.TabIndex = 6; this.label4.Text = "Owner:"; // - // LastExpTBox + // label3 // - this.LastExpTBox.Location = new System.Drawing.Point(6, 169); - this.LastExpTBox.Name = "LastExpTBox"; - this.LastExpTBox.Size = new System.Drawing.Size(377, 20); - this.LastExpTBox.TabIndex = 9; + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(6, 192); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(66, 13); + this.label3.TabIndex = 5; + this.label3.Text = "Export Time:"; // - // label5 + // maskedTextBox1 // - this.label5.AutoSize = true; - this.label5.Location = new System.Drawing.Point(6, 148); - this.label5.Name = "label5"; - this.label5.Size = new System.Drawing.Size(62, 13); - this.label5.TabIndex = 8; - this.label5.Text = "Last export:"; + this.maskedTextBox1.Location = new System.Drawing.Point(6, 213); + this.maskedTextBox1.Mask = "00/00/0000"; + this.maskedTextBox1.Name = "maskedTextBox1"; + this.maskedTextBox1.ReadOnly = true; + this.maskedTextBox1.Size = new System.Drawing.Size(64, 20); + this.maskedTextBox1.TabIndex = 4; + this.maskedTextBox1.ValidatingType = typeof(System.DateTime); // - // label6 + // UserTBox // - this.label6.AutoSize = true; - this.label6.Location = new System.Drawing.Point(6, 236); - this.label6.Name = "label6"; - this.label6.Size = new System.Drawing.Size(71, 13); - this.label6.TabIndex = 11; - this.label6.Text = "Creation time:"; + this.UserTBox.Location = new System.Drawing.Point(6, 81); + this.UserTBox.Name = "UserTBox"; + this.UserTBox.Size = new System.Drawing.Size(377, 20); + this.UserTBox.TabIndex = 3; // - // maskedTextBox2 + // label2 // - this.maskedTextBox2.Location = new System.Drawing.Point(6, 257); - this.maskedTextBox2.Mask = "00/00/0000"; - this.maskedTextBox2.Name = "maskedTextBox2"; - this.maskedTextBox2.ReadOnly = true; - this.maskedTextBox2.Size = new System.Drawing.Size(64, 20); - this.maskedTextBox2.TabIndex = 10; - this.maskedTextBox2.ValidatingType = typeof(System.DateTime); + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(6, 60); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(40, 13); + this.label2.TabIndex = 2; + this.label2.Text = "Export:"; // - // label7 + // SourceTBox // - this.label7.AutoSize = true; - this.label7.Location = new System.Drawing.Point(4, 280); - this.label7.Name = "label7"; - this.label7.Size = new System.Drawing.Size(53, 13); - this.label7.TabIndex = 13; - this.label7.Text = "Last mod:"; + this.SourceTBox.Location = new System.Drawing.Point(6, 37); + this.SourceTBox.Name = "SourceTBox"; + this.SourceTBox.Size = new System.Drawing.Size(377, 20); + this.SourceTBox.TabIndex = 1; // - // maskedTextBox3 + // label1 // - this.maskedTextBox3.Location = new System.Drawing.Point(4, 301); - this.maskedTextBox3.Mask = "00/00/0000"; - this.maskedTextBox3.Name = "maskedTextBox3"; - this.maskedTextBox3.ReadOnly = true; - this.maskedTextBox3.Size = new System.Drawing.Size(64, 20); - this.maskedTextBox3.TabIndex = 12; - this.maskedTextBox3.ValidatingType = typeof(System.DateTime); + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(6, 16); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(44, 13); + this.label1.TabIndex = 0; + this.label1.Text = "Source:"; // // Form1 // @@ -317,7 +317,7 @@ private void InitializeComponent() this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "Form1"; - this.Text = "OGF Params Editor v0.1"; + this.Text = "OGF Params Editor v0.5"; this.tabControl1.ResumeLayout(false); this.tabPage2.ResumeLayout(false); this.tabPage4.ResumeLayout(false);