updated assets
This commit is contained in:
parent
803d61e61b
commit
1e44b88a08
File diff suppressed because it is too large
Load Diff
|
|
@ -120,6 +120,9 @@ partial class CharacterCustomizationCompact
|
||||||
this.pictureBox8 = new System.Windows.Forms.PictureBox();
|
this.pictureBox8 = new System.Windows.Forms.PictureBox();
|
||||||
this.listBox8 = new System.Windows.Forms.ListBox();
|
this.listBox8 = new System.Windows.Forms.ListBox();
|
||||||
this.tabPage3 = new System.Windows.Forms.TabPage();
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
||||||
|
this.FaceTypeBox = new System.Windows.Forms.ComboBox();
|
||||||
|
this.label12 = new System.Windows.Forms.Label();
|
||||||
|
this.FaceIDBox = new System.Windows.Forms.TextBox();
|
||||||
this.textBox6 = new System.Windows.Forms.TextBox();
|
this.textBox6 = new System.Windows.Forms.TextBox();
|
||||||
this.button44 = new System.Windows.Forms.Button();
|
this.button44 = new System.Windows.Forms.Button();
|
||||||
this.button45 = new System.Windows.Forms.Button();
|
this.button45 = new System.Windows.Forms.Button();
|
||||||
|
|
@ -175,9 +178,6 @@ partial class CharacterCustomizationCompact
|
||||||
this.button54 = new System.Windows.Forms.Button();
|
this.button54 = new System.Windows.Forms.Button();
|
||||||
this.button53 = new System.Windows.Forms.Button();
|
this.button53 = new System.Windows.Forms.Button();
|
||||||
this.button52 = new System.Windows.Forms.Button();
|
this.button52 = new System.Windows.Forms.Button();
|
||||||
this.FaceTypeBox = new System.Windows.Forms.ComboBox();
|
|
||||||
this.label12 = new System.Windows.Forms.Label();
|
|
||||||
this.FaceIDBox = new System.Windows.Forms.TextBox();
|
|
||||||
this.tabControl1.SuspendLayout();
|
this.tabControl1.SuspendLayout();
|
||||||
this.tabPage1.SuspendLayout();
|
this.tabPage1.SuspendLayout();
|
||||||
this.groupBox3.SuspendLayout();
|
this.groupBox3.SuspendLayout();
|
||||||
|
|
@ -1130,6 +1130,33 @@ partial class CharacterCustomizationCompact
|
||||||
this.tabPage3.Text = "FACES";
|
this.tabPage3.Text = "FACES";
|
||||||
this.tabPage3.UseVisualStyleBackColor = true;
|
this.tabPage3.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
|
// FaceTypeBox
|
||||||
|
//
|
||||||
|
this.FaceTypeBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
|
this.FaceTypeBox.FormattingEnabled = true;
|
||||||
|
this.FaceTypeBox.Location = new System.Drawing.Point(6, 162);
|
||||||
|
this.FaceTypeBox.Name = "FaceTypeBox";
|
||||||
|
this.FaceTypeBox.Size = new System.Drawing.Size(219, 21);
|
||||||
|
this.FaceTypeBox.TabIndex = 83;
|
||||||
|
this.FaceTypeBox.SelectedIndexChanged += new System.EventHandler(this.FaceTypeBox_SelectedIndexChanged);
|
||||||
|
//
|
||||||
|
// label12
|
||||||
|
//
|
||||||
|
this.label12.AutoSize = true;
|
||||||
|
this.label12.Location = new System.Drawing.Point(114, 139);
|
||||||
|
this.label12.Name = "label12";
|
||||||
|
this.label12.Size = new System.Drawing.Size(83, 13);
|
||||||
|
this.label12.TabIndex = 82;
|
||||||
|
this.label12.Text = "Custom Face ID";
|
||||||
|
//
|
||||||
|
// FaceIDBox
|
||||||
|
//
|
||||||
|
this.FaceIDBox.Location = new System.Drawing.Point(6, 136);
|
||||||
|
this.FaceIDBox.Name = "FaceIDBox";
|
||||||
|
this.FaceIDBox.Size = new System.Drawing.Size(100, 20);
|
||||||
|
this.FaceIDBox.TabIndex = 81;
|
||||||
|
this.FaceIDBox.TextChanged += new System.EventHandler(this.FaceIDBox_TextChanged);
|
||||||
|
//
|
||||||
// textBox6
|
// textBox6
|
||||||
//
|
//
|
||||||
this.textBox6.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
this.textBox6.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
||||||
|
|
@ -1710,33 +1737,6 @@ partial class CharacterCustomizationCompact
|
||||||
this.button52.UseVisualStyleBackColor = true;
|
this.button52.UseVisualStyleBackColor = true;
|
||||||
this.button52.Click += new System.EventHandler(this.Button52Click);
|
this.button52.Click += new System.EventHandler(this.Button52Click);
|
||||||
//
|
//
|
||||||
// FaceTypeBox
|
|
||||||
//
|
|
||||||
this.FaceTypeBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
||||||
this.FaceTypeBox.FormattingEnabled = true;
|
|
||||||
this.FaceTypeBox.Location = new System.Drawing.Point(6, 162);
|
|
||||||
this.FaceTypeBox.Name = "FaceTypeBox";
|
|
||||||
this.FaceTypeBox.Size = new System.Drawing.Size(219, 21);
|
|
||||||
this.FaceTypeBox.TabIndex = 83;
|
|
||||||
this.FaceTypeBox.SelectedIndexChanged += new System.EventHandler(this.FaceTypeBox_SelectedIndexChanged);
|
|
||||||
//
|
|
||||||
// label12
|
|
||||||
//
|
|
||||||
this.label12.AutoSize = true;
|
|
||||||
this.label12.Location = new System.Drawing.Point(114, 139);
|
|
||||||
this.label12.Name = "label12";
|
|
||||||
this.label12.Size = new System.Drawing.Size(83, 13);
|
|
||||||
this.label12.TabIndex = 82;
|
|
||||||
this.label12.Text = "Custom Face ID";
|
|
||||||
//
|
|
||||||
// FaceIDBox
|
|
||||||
//
|
|
||||||
this.FaceIDBox.Location = new System.Drawing.Point(6, 136);
|
|
||||||
this.FaceIDBox.Name = "FaceIDBox";
|
|
||||||
this.FaceIDBox.Size = new System.Drawing.Size(100, 20);
|
|
||||||
this.FaceIDBox.TabIndex = 81;
|
|
||||||
this.FaceIDBox.TextChanged += new System.EventHandler(this.FaceIDBox_TextChanged);
|
|
||||||
//
|
|
||||||
// CharacterCustomizationCompact
|
// CharacterCustomizationCompact
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -134,6 +134,9 @@ partial class CharacterCustomizationExtended
|
||||||
this.pictureBox8 = new System.Windows.Forms.PictureBox();
|
this.pictureBox8 = new System.Windows.Forms.PictureBox();
|
||||||
this.listBox8 = new System.Windows.Forms.ListBox();
|
this.listBox8 = new System.Windows.Forms.ListBox();
|
||||||
this.tabPage3 = new System.Windows.Forms.TabPage();
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
||||||
|
this.FaceTypeBox = new System.Windows.Forms.ComboBox();
|
||||||
|
this.label16 = new System.Windows.Forms.Label();
|
||||||
|
this.FaceIDBox = new System.Windows.Forms.TextBox();
|
||||||
this.textBox6 = new System.Windows.Forms.TextBox();
|
this.textBox6 = new System.Windows.Forms.TextBox();
|
||||||
this.button44 = new System.Windows.Forms.Button();
|
this.button44 = new System.Windows.Forms.Button();
|
||||||
this.button45 = new System.Windows.Forms.Button();
|
this.button45 = new System.Windows.Forms.Button();
|
||||||
|
|
@ -193,9 +196,6 @@ partial class CharacterCustomizationExtended
|
||||||
this.button82 = new System.Windows.Forms.Button();
|
this.button82 = new System.Windows.Forms.Button();
|
||||||
this.button42 = new System.Windows.Forms.Button();
|
this.button42 = new System.Windows.Forms.Button();
|
||||||
this.button81 = new System.Windows.Forms.Button();
|
this.button81 = new System.Windows.Forms.Button();
|
||||||
this.FaceTypeBox = new System.Windows.Forms.ComboBox();
|
|
||||||
this.label16 = new System.Windows.Forms.Label();
|
|
||||||
this.FaceIDBox = new System.Windows.Forms.TextBox();
|
|
||||||
this.panel1.SuspendLayout();
|
this.panel1.SuspendLayout();
|
||||||
this.panel2.SuspendLayout();
|
this.panel2.SuspendLayout();
|
||||||
this.tabControl1.SuspendLayout();
|
this.tabControl1.SuspendLayout();
|
||||||
|
|
@ -1312,6 +1312,33 @@ partial class CharacterCustomizationExtended
|
||||||
this.tabPage3.Text = "FACES";
|
this.tabPage3.Text = "FACES";
|
||||||
this.tabPage3.UseVisualStyleBackColor = true;
|
this.tabPage3.UseVisualStyleBackColor = true;
|
||||||
//
|
//
|
||||||
|
// FaceTypeBox
|
||||||
|
//
|
||||||
|
this.FaceTypeBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
|
this.FaceTypeBox.FormattingEnabled = true;
|
||||||
|
this.FaceTypeBox.Location = new System.Drawing.Point(3, 221);
|
||||||
|
this.FaceTypeBox.Name = "FaceTypeBox";
|
||||||
|
this.FaceTypeBox.Size = new System.Drawing.Size(253, 21);
|
||||||
|
this.FaceTypeBox.TabIndex = 81;
|
||||||
|
this.FaceTypeBox.SelectedIndexChanged += new System.EventHandler(this.FaceTypeBox_SelectedIndexChanged);
|
||||||
|
//
|
||||||
|
// label16
|
||||||
|
//
|
||||||
|
this.label16.AutoSize = true;
|
||||||
|
this.label16.Location = new System.Drawing.Point(111, 198);
|
||||||
|
this.label16.Name = "label16";
|
||||||
|
this.label16.Size = new System.Drawing.Size(83, 13);
|
||||||
|
this.label16.TabIndex = 80;
|
||||||
|
this.label16.Text = "Custom Face ID";
|
||||||
|
//
|
||||||
|
// FaceIDBox
|
||||||
|
//
|
||||||
|
this.FaceIDBox.Location = new System.Drawing.Point(3, 195);
|
||||||
|
this.FaceIDBox.Name = "FaceIDBox";
|
||||||
|
this.FaceIDBox.Size = new System.Drawing.Size(100, 20);
|
||||||
|
this.FaceIDBox.TabIndex = 79;
|
||||||
|
this.FaceIDBox.TextChanged += new System.EventHandler(this.FaceIDBox_TextChanged);
|
||||||
|
//
|
||||||
// textBox6
|
// textBox6
|
||||||
//
|
//
|
||||||
this.textBox6.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
this.textBox6.BackColor = System.Drawing.SystemColors.ControlLightLight;
|
||||||
|
|
@ -1934,33 +1961,6 @@ partial class CharacterCustomizationExtended
|
||||||
this.button81.UseVisualStyleBackColor = true;
|
this.button81.UseVisualStyleBackColor = true;
|
||||||
this.button81.Click += new System.EventHandler(this.button81_Click);
|
this.button81.Click += new System.EventHandler(this.button81_Click);
|
||||||
//
|
//
|
||||||
// FaceTypeBox
|
|
||||||
//
|
|
||||||
this.FaceTypeBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
||||||
this.FaceTypeBox.FormattingEnabled = true;
|
|
||||||
this.FaceTypeBox.Location = new System.Drawing.Point(3, 221);
|
|
||||||
this.FaceTypeBox.Name = "FaceTypeBox";
|
|
||||||
this.FaceTypeBox.Size = new System.Drawing.Size(253, 21);
|
|
||||||
this.FaceTypeBox.TabIndex = 81;
|
|
||||||
this.FaceTypeBox.SelectedIndexChanged += new System.EventHandler(this.FaceTypeBox_SelectedIndexChanged);
|
|
||||||
//
|
|
||||||
// label16
|
|
||||||
//
|
|
||||||
this.label16.AutoSize = true;
|
|
||||||
this.label16.Location = new System.Drawing.Point(111, 198);
|
|
||||||
this.label16.Name = "label16";
|
|
||||||
this.label16.Size = new System.Drawing.Size(83, 13);
|
|
||||||
this.label16.TabIndex = 80;
|
|
||||||
this.label16.Text = "Custom Face ID";
|
|
||||||
//
|
|
||||||
// FaceIDBox
|
|
||||||
//
|
|
||||||
this.FaceIDBox.Location = new System.Drawing.Point(3, 195);
|
|
||||||
this.FaceIDBox.Name = "FaceIDBox";
|
|
||||||
this.FaceIDBox.Size = new System.Drawing.Size(100, 20);
|
|
||||||
this.FaceIDBox.TabIndex = 79;
|
|
||||||
this.FaceIDBox.TextChanged += new System.EventHandler(this.FaceIDBox_TextChanged);
|
|
||||||
//
|
|
||||||
// CharacterCustomizationExtended
|
// CharacterCustomizationExtended
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -67,6 +67,7 @@ partial class ClientScriptDocumentation
|
||||||
this.Text = "ClientScript Documentation";
|
this.Text = "ClientScript Documentation";
|
||||||
this.Load += new System.EventHandler(this.ClientScriptDocumentationLoad);
|
this.Load += new System.EventHandler(this.ClientScriptDocumentationLoad);
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
}
|
}
|
||||||
private System.Windows.Forms.RichTextBox richTextBox1;
|
private System.Windows.Forms.RichTextBox richTextBox1;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -265,21 +265,21 @@ partial class ClientinfoEditor
|
||||||
// newToolStripMenuItem
|
// newToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
|
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
|
||||||
this.newToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
this.newToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
|
||||||
this.newToolStripMenuItem.Text = "New";
|
this.newToolStripMenuItem.Text = "New";
|
||||||
this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItemClick);
|
this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItemClick);
|
||||||
//
|
//
|
||||||
// loadToolStripMenuItem
|
// loadToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
|
this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
|
||||||
this.loadToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
this.loadToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
|
||||||
this.loadToolStripMenuItem.Text = "Load";
|
this.loadToolStripMenuItem.Text = "Load";
|
||||||
this.loadToolStripMenuItem.Click += new System.EventHandler(this.LoadToolStripMenuItemClick);
|
this.loadToolStripMenuItem.Click += new System.EventHandler(this.LoadToolStripMenuItemClick);
|
||||||
//
|
//
|
||||||
// saveToolStripMenuItem
|
// saveToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
||||||
this.saveToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
this.saveToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
|
||||||
this.saveToolStripMenuItem.Text = "Save";
|
this.saveToolStripMenuItem.Text = "Save";
|
||||||
this.saveToolStripMenuItem.Click += new System.EventHandler(this.SaveToClientToolStripMenuItemClick);
|
this.saveToolStripMenuItem.Click += new System.EventHandler(this.SaveToClientToolStripMenuItemClick);
|
||||||
//
|
//
|
||||||
|
|
@ -289,20 +289,20 @@ partial class ClientinfoEditor
|
||||||
this.textToolStripMenuItem,
|
this.textToolStripMenuItem,
|
||||||
this.iNIToolStripMenuItem});
|
this.iNIToolStripMenuItem});
|
||||||
this.saveAsTextFileToolStripMenuItem.Name = "saveAsTextFileToolStripMenuItem";
|
this.saveAsTextFileToolStripMenuItem.Name = "saveAsTextFileToolStripMenuItem";
|
||||||
this.saveAsTextFileToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
this.saveAsTextFileToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
|
||||||
this.saveAsTextFileToolStripMenuItem.Text = "Save As";
|
this.saveAsTextFileToolStripMenuItem.Text = "Save As";
|
||||||
//
|
//
|
||||||
// textToolStripMenuItem
|
// textToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.textToolStripMenuItem.Name = "textToolStripMenuItem";
|
this.textToolStripMenuItem.Name = "textToolStripMenuItem";
|
||||||
this.textToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
this.textToolStripMenuItem.Size = new System.Drawing.Size(95, 22);
|
||||||
this.textToolStripMenuItem.Text = "Text";
|
this.textToolStripMenuItem.Text = "Text";
|
||||||
this.textToolStripMenuItem.Click += new System.EventHandler(this.saveAsTextFileToolStripMenuItem_Click);
|
this.textToolStripMenuItem.Click += new System.EventHandler(this.saveAsTextFileToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
// iNIToolStripMenuItem
|
// iNIToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.iNIToolStripMenuItem.Name = "iNIToolStripMenuItem";
|
this.iNIToolStripMenuItem.Name = "iNIToolStripMenuItem";
|
||||||
this.iNIToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
this.iNIToolStripMenuItem.Size = new System.Drawing.Size(95, 22);
|
||||||
this.iNIToolStripMenuItem.Text = "INI";
|
this.iNIToolStripMenuItem.Text = "INI";
|
||||||
this.iNIToolStripMenuItem.Click += new System.EventHandler(this.saveAsINIFileToolStripMenuItem_Click);
|
this.iNIToolStripMenuItem.Click += new System.EventHandler(this.saveAsINIFileToolStripMenuItem_Click);
|
||||||
//
|
//
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
|
|
@ -32,8 +32,8 @@
|
||||||
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.newToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.loadToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.saveToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
|
||||||
this.saveAsTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
this.saveAsTextToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
||||||
|
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
||||||
this.label1 = new System.Windows.Forms.Label();
|
this.label1 = new System.Windows.Forms.Label();
|
||||||
this.label2 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
||||||
this.menuStrip1.SuspendLayout();
|
this.menuStrip1.SuspendLayout();
|
||||||
|
|
@ -64,24 +64,31 @@
|
||||||
// newToolStripMenuItem
|
// newToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
|
this.newToolStripMenuItem.Name = "newToolStripMenuItem";
|
||||||
this.newToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
this.newToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
|
||||||
this.newToolStripMenuItem.Text = "New";
|
this.newToolStripMenuItem.Text = "New";
|
||||||
this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItemClick);
|
this.newToolStripMenuItem.Click += new System.EventHandler(this.NewToolStripMenuItemClick);
|
||||||
//
|
//
|
||||||
// loadToolStripMenuItem
|
// loadToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
|
this.loadToolStripMenuItem.Name = "loadToolStripMenuItem";
|
||||||
this.loadToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
this.loadToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
|
||||||
this.loadToolStripMenuItem.Text = "Load";
|
this.loadToolStripMenuItem.Text = "Load";
|
||||||
this.loadToolStripMenuItem.Click += new System.EventHandler(this.LoadToolStripMenuItemClick);
|
this.loadToolStripMenuItem.Click += new System.EventHandler(this.LoadToolStripMenuItemClick);
|
||||||
//
|
//
|
||||||
// saveToolStripMenuItem
|
// saveToolStripMenuItem
|
||||||
//
|
//
|
||||||
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
this.saveToolStripMenuItem.Name = "saveToolStripMenuItem";
|
||||||
this.saveToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
this.saveToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
|
||||||
this.saveToolStripMenuItem.Text = "Save";
|
this.saveToolStripMenuItem.Text = "Save";
|
||||||
this.saveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItemClick);
|
this.saveToolStripMenuItem.Click += new System.EventHandler(this.SaveToolStripMenuItemClick);
|
||||||
//
|
//
|
||||||
|
// saveAsTextToolStripMenuItem
|
||||||
|
//
|
||||||
|
this.saveAsTextToolStripMenuItem.Name = "saveAsTextToolStripMenuItem";
|
||||||
|
this.saveAsTextToolStripMenuItem.Size = new System.Drawing.Size(157, 22);
|
||||||
|
this.saveAsTextToolStripMenuItem.Text = "Save as Text File";
|
||||||
|
this.saveAsTextToolStripMenuItem.Click += new System.EventHandler(this.saveAsTextFileToolStripMenuItem_Click);
|
||||||
|
//
|
||||||
// richTextBox1
|
// richTextBox1
|
||||||
//
|
//
|
||||||
this.richTextBox1.Location = new System.Drawing.Point(2, 27);
|
this.richTextBox1.Location = new System.Drawing.Point(2, 27);
|
||||||
|
|
@ -90,13 +97,6 @@
|
||||||
this.richTextBox1.TabIndex = 1;
|
this.richTextBox1.TabIndex = 1;
|
||||||
this.richTextBox1.Text = "";
|
this.richTextBox1.Text = "";
|
||||||
//
|
//
|
||||||
// saveAsTextToolStripMenuItem
|
|
||||||
//
|
|
||||||
this.saveAsTextToolStripMenuItem.Name = "saveAsTextToolStripMenuItem";
|
|
||||||
this.saveAsTextToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
|
|
||||||
this.saveAsTextToolStripMenuItem.Text = "Save as Text File";
|
|
||||||
this.saveAsTextToolStripMenuItem.Click += new System.EventHandler(this.saveAsTextFileToolStripMenuItem_Click);
|
|
||||||
//
|
|
||||||
// label1
|
// label1
|
||||||
//
|
//
|
||||||
this.label1.AutoSize = true;
|
this.label1.AutoSize = true;
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -42,7 +42,7 @@
|
||||||
this.button1.UseVisualStyleBackColor = true;
|
this.button1.UseVisualStyleBackColor = true;
|
||||||
this.button1.Click += new System.EventHandler(this.button1_Click);
|
this.button1.Click += new System.EventHandler(this.button1_Click);
|
||||||
//
|
//
|
||||||
// Form1
|
// InstallForm
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
|
|
@ -50,7 +50,7 @@
|
||||||
this.Controls.Add(this.button1);
|
this.Controls.Add(this.button1);
|
||||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
||||||
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
||||||
this.Name = "Form1";
|
this.Name = "InstallForm";
|
||||||
this.Text = "Novetus URI Installer";
|
this.Text = "Novetus URI Installer";
|
||||||
this.ResumeLayout(false);
|
this.ResumeLayout(false);
|
||||||
|
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue