538 lines
26 KiB
C#
538 lines
26 KiB
C#
namespace iPhonePackager
|
|
{
|
|
partial class ToolsHub
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ToolsHub));
|
|
this.ReadyToPackageButton = new System.Windows.Forms.Button();
|
|
this.CancelThisFormButton = new System.Windows.Forms.Button();
|
|
this.tabControl1 = new System.Windows.Forms.TabControl();
|
|
this.tabPage1 = new System.Windows.Forms.TabPage();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.CertificatePresentCheck = new System.Windows.Forms.PictureBox();
|
|
this.MobileProvisionCheck = new System.Windows.Forms.PictureBox();
|
|
this.ImportMobileProvisionButton = new System.Windows.Forms.Button();
|
|
this.ImportCertificateButton = new System.Windows.Forms.Button();
|
|
this.CreateCSRButton = new System.Windows.Forms.Button();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.tabPage2 = new System.Windows.Forms.TabPage();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.ImportProvisionButton2 = new System.Windows.Forms.Button();
|
|
this.ImportCertificateButton2 = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.CertificatePresentCheck2 = new System.Windows.Forms.PictureBox();
|
|
this.MobileProvisionCheck2 = new System.Windows.Forms.PictureBox();
|
|
this.tabPage3 = new System.Windows.Forms.TabPage();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.OtherDeployToolsButton = new System.Windows.Forms.Button();
|
|
this.ResignIPAButton = new System.Windows.Forms.Button();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.InstallIPAButton = new System.Windows.Forms.Button();
|
|
this.tabControl1.SuspendLayout();
|
|
this.tabPage1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.CertificatePresentCheck)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MobileProvisionCheck)).BeginInit();
|
|
this.tabPage2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.CertificatePresentCheck2)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MobileProvisionCheck2)).BeginInit();
|
|
this.tabPage3.SuspendLayout();
|
|
this.groupBox1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// ReadyToPackageButton
|
|
//
|
|
this.ReadyToPackageButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ReadyToPackageButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.ReadyToPackageButton.Location = new System.Drawing.Point(436, 483);
|
|
this.ReadyToPackageButton.Name = "ReadyToPackageButton";
|
|
this.ReadyToPackageButton.Size = new System.Drawing.Size(109, 29);
|
|
this.ReadyToPackageButton.TabIndex = 5;
|
|
this.ReadyToPackageButton.Text = "Ready to Package";
|
|
this.ReadyToPackageButton.UseVisualStyleBackColor = true;
|
|
this.ReadyToPackageButton.Click += new System.EventHandler(this.ReadyToPackageButton_Click);
|
|
//
|
|
// CancelThisFormButton
|
|
//
|
|
this.CancelThisFormButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.CancelThisFormButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.CancelThisFormButton.Location = new System.Drawing.Point(16, 483);
|
|
this.CancelThisFormButton.Name = "CancelThisFormButton";
|
|
this.CancelThisFormButton.Size = new System.Drawing.Size(109, 29);
|
|
this.CancelThisFormButton.TabIndex = 6;
|
|
this.CancelThisFormButton.Text = "Cancel";
|
|
this.CancelThisFormButton.UseVisualStyleBackColor = true;
|
|
this.CancelThisFormButton.Click += new System.EventHandler(this.CancelThisFormButton_Click);
|
|
//
|
|
// tabControl1
|
|
//
|
|
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
|
| System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.tabControl1.Controls.Add(this.tabPage1);
|
|
this.tabControl1.Controls.Add(this.tabPage2);
|
|
this.tabControl1.Controls.Add(this.tabPage3);
|
|
this.tabControl1.Location = new System.Drawing.Point(16, 12);
|
|
this.tabControl1.Name = "tabControl1";
|
|
this.tabControl1.Padding = new System.Drawing.Point(9, 6);
|
|
this.tabControl1.SelectedIndex = 0;
|
|
this.tabControl1.Size = new System.Drawing.Size(530, 454);
|
|
this.tabControl1.TabIndex = 18;
|
|
//
|
|
// tabPage1
|
|
//
|
|
this.tabPage1.Controls.Add(this.label21);
|
|
this.tabPage1.Controls.Add(this.label14);
|
|
this.tabPage1.Controls.Add(this.label5);
|
|
this.tabPage1.Controls.Add(this.label6);
|
|
this.tabPage1.Controls.Add(this.label11);
|
|
this.tabPage1.Controls.Add(this.CertificatePresentCheck);
|
|
this.tabPage1.Controls.Add(this.MobileProvisionCheck);
|
|
this.tabPage1.Controls.Add(this.ImportMobileProvisionButton);
|
|
this.tabPage1.Controls.Add(this.ImportCertificateButton);
|
|
this.tabPage1.Controls.Add(this.CreateCSRButton);
|
|
this.tabPage1.Controls.Add(this.label10);
|
|
this.tabPage1.Location = new System.Drawing.Point(4, 28);
|
|
this.tabPage1.Name = "tabPage1";
|
|
this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage1.Size = new System.Drawing.Size(522, 422);
|
|
this.tabPage1.TabIndex = 0;
|
|
this.tabPage1.Text = "New User";
|
|
this.tabPage1.UseVisualStyleBackColor = true;
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label13.Location = new System.Drawing.Point(16, 195);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(404, 86);
|
|
this.label13.TabIndex = 44;
|
|
this.label13.Text = resources.GetString("label13.Text");
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label21.Location = new System.Drawing.Point(16, 16);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(494, 63);
|
|
this.label21.TabIndex = 48;
|
|
this.label21.TabStop = true;
|
|
this.label21.Text = resources.GetString("label21.Text");
|
|
this.label21.UseCompatibleTextRendering = true;
|
|
//
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label14.Location = new System.Drawing.Point(16, 284);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(404, 34);
|
|
this.label14.TabIndex = 45;
|
|
this.label14.Text = "Next, import the signing certificate (.cer).\r\nYou will also need the key pair (.k" +
|
|
"ey) that you created when requesting a certificate.";
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label5.AutoSize = true;
|
|
this.label5.Location = new System.Drawing.Point(441, 331);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(16, 13);
|
|
this.label5.TabIndex = 42;
|
|
this.label5.Text = "2.";
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label6.AutoSize = true;
|
|
this.label6.Location = new System.Drawing.Point(441, 247);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(16, 13);
|
|
this.label6.TabIndex = 41;
|
|
this.label6.Text = "1.";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label11.Location = new System.Drawing.Point(447, 206);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(65, 28);
|
|
this.label11.TabIndex = 33;
|
|
this.label11.Text = "Finished Steps";
|
|
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// CertificatePresentCheck
|
|
//
|
|
this.CertificatePresentCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CertificatePresentCheck.Image = global::iPhonePackager.Properties.Resources.GreenCheck;
|
|
this.CertificatePresentCheck.Location = new System.Drawing.Point(463, 321);
|
|
this.CertificatePresentCheck.Name = "CertificatePresentCheck";
|
|
this.CertificatePresentCheck.Size = new System.Drawing.Size(32, 32);
|
|
this.CertificatePresentCheck.TabIndex = 26;
|
|
this.CertificatePresentCheck.TabStop = false;
|
|
//
|
|
// MobileProvisionCheck
|
|
//
|
|
this.MobileProvisionCheck.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.MobileProvisionCheck.Image = global::iPhonePackager.Properties.Resources.GreyCheck;
|
|
this.MobileProvisionCheck.Location = new System.Drawing.Point(463, 237);
|
|
this.MobileProvisionCheck.Name = "MobileProvisionCheck";
|
|
this.MobileProvisionCheck.Size = new System.Drawing.Size(32, 32);
|
|
this.MobileProvisionCheck.TabIndex = 25;
|
|
this.MobileProvisionCheck.TabStop = false;
|
|
//
|
|
// ImportMobileProvisionButton
|
|
//
|
|
this.ImportMobileProvisionButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ImportMobileProvisionButton.Location = new System.Drawing.Point(16, 237);
|
|
this.ImportMobileProvisionButton.Name = "ImportMobileProvisionButton";
|
|
this.ImportMobileProvisionButton.Size = new System.Drawing.Size(404, 32);
|
|
this.ImportMobileProvisionButton.TabIndex = 2;
|
|
this.ImportMobileProvisionButton.Text = "Import a mobile provision...";
|
|
this.ImportMobileProvisionButton.UseVisualStyleBackColor = true;
|
|
this.ImportMobileProvisionButton.Click += new System.EventHandler(this.ImportMobileProvisionButton_Click);
|
|
//
|
|
// ImportCertificateButton
|
|
//
|
|
this.ImportCertificateButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ImportCertificateButton.Location = new System.Drawing.Point(16, 321);
|
|
this.ImportCertificateButton.Name = "ImportCertificateButton";
|
|
this.ImportCertificateButton.Size = new System.Drawing.Size(404, 32);
|
|
this.ImportCertificateButton.TabIndex = 3;
|
|
this.ImportCertificateButton.Text = "Import a certificate...";
|
|
this.ImportCertificateButton.UseVisualStyleBackColor = true;
|
|
this.ImportCertificateButton.Click += new System.EventHandler(this.ImportCertificateButton_Click);
|
|
//
|
|
// CreateCSRButton
|
|
//
|
|
this.CreateCSRButton.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CreateCSRButton.Location = new System.Drawing.Point(16, 82);
|
|
this.CreateCSRButton.Name = "CreateCSRButton";
|
|
this.CreateCSRButton.Size = new System.Drawing.Size(494, 32);
|
|
this.CreateCSRButton.TabIndex = 1;
|
|
this.CreateCSRButton.Text = "Create certificate request and a key pair...";
|
|
this.CreateCSRButton.UseVisualStyleBackColor = true;
|
|
this.CreateCSRButton.Click += new System.EventHandler(this.CreateCSRButton_Click);
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label10.Location = new System.Drawing.Point(16, 128);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(404, 106);
|
|
this.label10.TabIndex = 44;
|
|
this.label10.Text = resources.GetString("label10.Text");
|
|
//
|
|
// tabPage2
|
|
//
|
|
this.tabPage2.Controls.Add(this.label13);
|
|
this.tabPage2.Controls.Add(this.label2);
|
|
this.tabPage2.Controls.Add(this.label12);
|
|
this.tabPage2.Controls.Add(this.label8);
|
|
this.tabPage2.Controls.Add(this.label9);
|
|
this.tabPage2.Controls.Add(this.ImportProvisionButton2);
|
|
this.tabPage2.Controls.Add(this.ImportCertificateButton2);
|
|
this.tabPage2.Controls.Add(this.label3);
|
|
this.tabPage2.Controls.Add(this.CertificatePresentCheck2);
|
|
this.tabPage2.Controls.Add(this.MobileProvisionCheck2);
|
|
this.tabPage2.Location = new System.Drawing.Point(4, 28);
|
|
this.tabPage2.Name = "tabPage2";
|
|
this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage2.Size = new System.Drawing.Size(522, 422);
|
|
this.tabPage2.TabIndex = 1;
|
|
this.tabPage2.Text = "Already a registered iOS developer";
|
|
this.tabPage2.UseVisualStyleBackColor = true;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label2.Location = new System.Drawing.Point(16, 30);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(494, 23);
|
|
this.label2.TabIndex = 42;
|
|
this.label2.Text = "An existing signing certificate and provision can be imported for use with Unreal for iOS hardware.";
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label12.Location = new System.Drawing.Point(447, 108);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(65, 28);
|
|
this.label12.TabIndex = 41;
|
|
this.label12.Text = "Finished Steps";
|
|
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label8.AutoSize = true;
|
|
this.label8.Location = new System.Drawing.Point(441, 294);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(16, 13);
|
|
this.label8.TabIndex = 37;
|
|
this.label8.Text = "2.";
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label9.AutoSize = true;
|
|
this.label9.Location = new System.Drawing.Point(441, 149);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(16, 13);
|
|
this.label9.TabIndex = 36;
|
|
this.label9.Text = "1.";
|
|
//
|
|
// ImportProvisionButton2
|
|
//
|
|
this.ImportProvisionButton2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ImportProvisionButton2.Location = new System.Drawing.Point(16, 139);
|
|
this.ImportProvisionButton2.Name = "ImportProvisionButton2";
|
|
this.ImportProvisionButton2.Size = new System.Drawing.Size(404, 32);
|
|
this.ImportProvisionButton2.TabIndex = 1;
|
|
this.ImportProvisionButton2.Text = "Import a mobile provision...";
|
|
this.ImportProvisionButton2.UseVisualStyleBackColor = true;
|
|
this.ImportProvisionButton2.Click += new System.EventHandler(this.ImportMobileProvisionButton_Click);
|
|
//
|
|
// ImportCertificateButton2
|
|
//
|
|
this.ImportCertificateButton2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.ImportCertificateButton2.Location = new System.Drawing.Point(16, 284);
|
|
this.ImportCertificateButton2.Name = "ImportCertificateButton2";
|
|
this.ImportCertificateButton2.Size = new System.Drawing.Size(404, 32);
|
|
this.ImportCertificateButton2.TabIndex = 2;
|
|
this.ImportCertificateButton2.Text = "Import a certificate...";
|
|
this.ImportCertificateButton2.UseVisualStyleBackColor = true;
|
|
this.ImportCertificateButton2.Click += new System.EventHandler(this.ImportCertificateButton_Click);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label3.Location = new System.Drawing.Point(16, 54);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(404, 82);
|
|
this.label3.TabIndex = 43;
|
|
this.label3.Text = resources.GetString("label3.Text");
|
|
//
|
|
// CertificatePresentCheck2
|
|
//
|
|
this.CertificatePresentCheck2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.CertificatePresentCheck2.Image = global::iPhonePackager.Properties.Resources.YellowCheck;
|
|
this.CertificatePresentCheck2.Location = new System.Drawing.Point(463, 284);
|
|
this.CertificatePresentCheck2.Name = "CertificatePresentCheck2";
|
|
this.CertificatePresentCheck2.Size = new System.Drawing.Size(32, 32);
|
|
this.CertificatePresentCheck2.TabIndex = 35;
|
|
this.CertificatePresentCheck2.TabStop = false;
|
|
//
|
|
// MobileProvisionCheck2
|
|
//
|
|
this.MobileProvisionCheck2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
|
this.MobileProvisionCheck2.Image = global::iPhonePackager.Properties.Resources.GreenCheck;
|
|
this.MobileProvisionCheck2.Location = new System.Drawing.Point(463, 139);
|
|
this.MobileProvisionCheck2.Name = "MobileProvisionCheck2";
|
|
this.MobileProvisionCheck2.Size = new System.Drawing.Size(32, 32);
|
|
this.MobileProvisionCheck2.TabIndex = 34;
|
|
this.MobileProvisionCheck2.TabStop = false;
|
|
//
|
|
// tabPage3
|
|
//
|
|
this.tabPage3.Controls.Add(this.groupBox1);
|
|
this.tabPage3.Controls.Add(this.label20);
|
|
this.tabPage3.Controls.Add(this.InstallIPAButton);
|
|
this.tabPage3.Location = new System.Drawing.Point(4, 28);
|
|
this.tabPage3.Name = "tabPage3";
|
|
this.tabPage3.Padding = new System.Windows.Forms.Padding(3);
|
|
this.tabPage3.Size = new System.Drawing.Size(522, 422);
|
|
this.tabPage3.TabIndex = 2;
|
|
this.tabPage3.Text = "Advanced Tools";
|
|
this.tabPage3.UseVisualStyleBackColor = true;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.label19);
|
|
this.groupBox1.Controls.Add(this.label17);
|
|
this.groupBox1.Controls.Add(this.OtherDeployToolsButton);
|
|
this.groupBox1.Controls.Add(this.ResignIPAButton);
|
|
this.groupBox1.Location = new System.Drawing.Point(21, 97);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(493, 282);
|
|
this.groupBox1.TabIndex = 54;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = "Unsupported Tools";
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label19.Location = new System.Drawing.Point(17, 24);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(392, 20);
|
|
this.label19.TabIndex = 55;
|
|
this.label19.Text = "Re-sign a packaged game with a different mobile provision or modified Info.plist";
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label17.Location = new System.Drawing.Point(17, 95);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(392, 61);
|
|
this.label17.TabIndex = 54;
|
|
this.label17.Text = "Deployment Tools:\r\n- View connected devices and their UDIDs.\r\n- Check a UDID agai" +
|
|
"nst a mobile provision or IPA.\r\n- Install an IPA to all connected devices.";
|
|
//
|
|
// OtherDeployToolsButton
|
|
//
|
|
this.OtherDeployToolsButton.Location = new System.Drawing.Point(18, 159);
|
|
this.OtherDeployToolsButton.Name = "OtherDeployToolsButton";
|
|
this.OtherDeployToolsButton.Size = new System.Drawing.Size(221, 32);
|
|
this.OtherDeployToolsButton.TabIndex = 53;
|
|
this.OtherDeployToolsButton.Text = "Other Deployment Tools...";
|
|
this.OtherDeployToolsButton.UseVisualStyleBackColor = true;
|
|
this.OtherDeployToolsButton.Click += new System.EventHandler(this.OtherDeployToolsButton_Click);
|
|
//
|
|
// ResignIPAButton
|
|
//
|
|
this.ResignIPAButton.Location = new System.Drawing.Point(20, 47);
|
|
this.ResignIPAButton.Name = "ResignIPAButton";
|
|
this.ResignIPAButton.Size = new System.Drawing.Size(221, 32);
|
|
this.ResignIPAButton.TabIndex = 52;
|
|
this.ResignIPAButton.Text = "Re-sign an IPA...";
|
|
this.ResignIPAButton.UseVisualStyleBackColor = true;
|
|
this.ResignIPAButton.Click += new System.EventHandler(this.ResignIPAButton_Click);
|
|
//
|
|
// label20
|
|
//
|
|
this.label20.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.label20.Location = new System.Drawing.Point(20, 28);
|
|
this.label20.Name = "label20";
|
|
this.label20.Size = new System.Drawing.Size(494, 20);
|
|
this.label20.TabIndex = 52;
|
|
this.label20.Text = "Install a packaged game to all connected devices";
|
|
//
|
|
// InstallIPAButton
|
|
//
|
|
this.InstallIPAButton.Location = new System.Drawing.Point(23, 51);
|
|
this.InstallIPAButton.Name = "InstallIPAButton";
|
|
this.InstallIPAButton.Size = new System.Drawing.Size(221, 32);
|
|
this.InstallIPAButton.TabIndex = 44;
|
|
this.InstallIPAButton.Text = "Install IPA to hardware...";
|
|
this.InstallIPAButton.UseVisualStyleBackColor = true;
|
|
this.InstallIPAButton.Click += new System.EventHandler(this.InstallIPAButton_Click);
|
|
//
|
|
// ToolsHub
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.CancelButton = this.CancelThisFormButton;
|
|
this.ClientSize = new System.Drawing.Size(562, 524);
|
|
this.Controls.Add(this.tabControl1);
|
|
this.Controls.Add(this.CancelThisFormButton);
|
|
this.Controls.Add(this.ReadyToPackageButton);
|
|
this.HelpButton = true;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.KeyPreview = true;
|
|
this.Name = "ToolsHub";
|
|
this.Text = "iPhone Packager Tools Hub";
|
|
this.HelpButtonClicked += new System.ComponentModel.CancelEventHandler(this.ToolsHub_HelpButtonClicked);
|
|
this.Shown += new System.EventHandler(this.ToolsHub_Shown);
|
|
this.KeyUp += new System.Windows.Forms.KeyEventHandler(this.ToolsHub_KeyUp);
|
|
this.tabControl1.ResumeLayout(false);
|
|
this.tabPage1.ResumeLayout(false);
|
|
this.tabPage1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.CertificatePresentCheck)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MobileProvisionCheck)).EndInit();
|
|
this.tabPage2.ResumeLayout(false);
|
|
this.tabPage2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.CertificatePresentCheck2)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.MobileProvisionCheck2)).EndInit();
|
|
this.tabPage3.ResumeLayout(false);
|
|
this.tabPage3.PerformLayout();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button ReadyToPackageButton;
|
|
private System.Windows.Forms.Button CancelThisFormButton;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage tabPage1;
|
|
private System.Windows.Forms.Button CreateCSRButton;
|
|
private System.Windows.Forms.TabPage tabPage2;
|
|
private System.Windows.Forms.PictureBox CertificatePresentCheck;
|
|
private System.Windows.Forms.PictureBox MobileProvisionCheck;
|
|
private System.Windows.Forms.Button ImportMobileProvisionButton;
|
|
private System.Windows.Forms.Button ImportCertificateButton;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.PictureBox CertificatePresentCheck2;
|
|
private System.Windows.Forms.PictureBox MobileProvisionCheck2;
|
|
private System.Windows.Forms.Button ImportProvisionButton2;
|
|
private System.Windows.Forms.Button ImportCertificateButton2;
|
|
private System.Windows.Forms.TabPage tabPage3;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.Button InstallIPAButton;
|
|
private System.Windows.Forms.Label label20;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.Label label19;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.Button OtherDeployToolsButton;
|
|
private System.Windows.Forms.Button ResignIPAButton;
|
|
}
|
|
} |