init
This commit is contained in:
60
DataPRO/InstallShieldBranch/BrancherForm.Designer.cs
generated
Normal file
60
DataPRO/InstallShieldBranch/BrancherForm.Designer.cs
generated
Normal file
@@ -0,0 +1,60 @@
|
||||
namespace InstallShieldBranch
|
||||
{
|
||||
partial class BrancherForm
|
||||
{
|
||||
/// <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()
|
||||
{
|
||||
this.btnBranch = new System.Windows.Forms.Button();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// btnBranch
|
||||
//
|
||||
this.btnBranch.Location = new System.Drawing.Point(22, 47);
|
||||
this.btnBranch.Name = "btnBranch";
|
||||
this.btnBranch.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnBranch.TabIndex = 0;
|
||||
this.btnBranch.Text = "Branch";
|
||||
this.btnBranch.UseVisualStyleBackColor = true;
|
||||
this.btnBranch.Click += new System.EventHandler(this.button1_Click);
|
||||
//
|
||||
// BrancherForm
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(284, 261);
|
||||
this.Controls.Add(this.btnBranch);
|
||||
this.Name = "BrancherForm";
|
||||
this.Text = "BrancherForm";
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Button btnBranch;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user