namespace Nullstack.Utilities.Guidgen2 { partial class GuidInterface { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(GuidInterface)); this.lblInstructions = new System.Windows.Forms.Label(); this.grpFormat = new System.Windows.Forms.GroupBox(); this.radFormat7 = new System.Windows.Forms.RadioButton(); this.radFormat6 = new System.Windows.Forms.RadioButton(); this.radFormat5 = new System.Windows.Forms.RadioButton(); this.radFormat4 = new System.Windows.Forms.RadioButton(); this.radFormat3 = new System.Windows.Forms.RadioButton(); this.radFormat2 = new System.Windows.Forms.RadioButton(); this.radFormat1 = new System.Windows.Forms.RadioButton(); this.btnCopy = new System.Windows.Forms.Button(); this.btnGenerate = new System.Windows.Forms.Button(); this.btnExit = new System.Windows.Forms.Button(); this.grpResult = new System.Windows.Forms.GroupBox(); this.lblResult = new System.Windows.Forms.Label(); this.chkAlwaysOnTop = new System.Windows.Forms.CheckBox(); this.grpFormat.SuspendLayout(); this.grpResult.SuspendLayout(); this.SuspendLayout(); // // lblInstructions // this.lblInstructions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lblInstructions.Location = new System.Drawing.Point(12, 9); this.lblInstructions.Name = "lblInstructions"; this.lblInstructions.Size = new System.Drawing.Size(274, 61); this.lblInstructions.TabIndex = 0; this.lblInstructions.Text = "Choose the desired format below, then select \"Copy\" to copy the results to the cl" + "ipboard (the results can then be pasted into your source code). Choose \"Exit\" w" + "hen done."; // // grpFormat // this.grpFormat.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.grpFormat.Controls.Add(this.radFormat7); this.grpFormat.Controls.Add(this.radFormat6); this.grpFormat.Controls.Add(this.radFormat5); this.grpFormat.Controls.Add(this.radFormat4); this.grpFormat.Controls.Add(this.radFormat3); this.grpFormat.Controls.Add(this.radFormat2); this.grpFormat.Controls.Add(this.radFormat1); this.grpFormat.Location = new System.Drawing.Point(15, 73); this.grpFormat.Name = "grpFormat"; this.grpFormat.Size = new System.Drawing.Size(269, 193); this.grpFormat.TabIndex = 1; this.grpFormat.TabStop = false; this.grpFormat.Text = "GUID Format"; // // radFormat7 // this.radFormat7.AutoSize = true; this.radFormat7.Location = new System.Drawing.Point(6, 157); this.radFormat7.Name = "radFormat7"; this.radFormat7.Size = new System.Drawing.Size(141, 17); this.radFormat7.TabIndex = 6; this.radFormat7.Text = "&7. Plain 8-4-4-4-12 String"; this.radFormat7.UseVisualStyleBackColor = true; // // radFormat6 // this.radFormat6.AutoSize = true; this.radFormat6.Location = new System.Drawing.Point(6, 134); this.radFormat6.Name = "radFormat6"; this.radFormat6.Size = new System.Drawing.Size(235, 17); this.radFormat6.TabIndex = 5; this.radFormat6.Text = "&6. VB AssemblyInfo (ie. "; this.radFormat6.UseVisualStyleBackColor = true; // // radFormat5 // this.radFormat5.AutoSize = true; this.radFormat5.Location = new System.Drawing.Point(6, 111); this.radFormat5.Name = "radFormat5"; this.radFormat5.Size = new System.Drawing.Size(228, 17); this.radFormat5.TabIndex = 4; this.radFormat5.Text = "&5. C# AssemblyInfo (ie. [assembly: Guid(...)]"; this.radFormat5.UseVisualStyleBackColor = true; // // radFormat4 // this.radFormat4.AutoSize = true; this.radFormat4.Location = new System.Drawing.Point(6, 88); this.radFormat4.Name = "radFormat4"; this.radFormat4.Size = new System.Drawing.Size(237, 17); this.radFormat4.TabIndex = 3; this.radFormat4.Text = "&4. Registry Format (ie. {xxxxxxx-xxxx ... xxxx })"; this.radFormat4.UseVisualStyleBackColor = true; // // radFormat3 // this.radFormat3.AutoSize = true; this.radFormat3.Location = new System.Drawing.Point(6, 65); this.radFormat3.Name = "radFormat3"; this.radFormat3.Size = new System.Drawing.Size(185, 17); this.radFormat3.TabIndex = 2; this.radFormat3.Text = "&3. static const struct GUID = { ... }"; this.radFormat3.UseVisualStyleBackColor = true; // // radFormat2 // this.radFormat2.AutoSize = true; this.radFormat2.Location = new System.Drawing.Point(6, 42); this.radFormat2.Name = "radFormat2"; this.radFormat2.Size = new System.Drawing.Size(124, 17); this.radFormat2.TabIndex = 1; this.radFormat2.Text = "&2. DEFINE_GUID(...)"; this.radFormat2.UseVisualStyleBackColor = true; // // radFormat1 // this.radFormat1.AutoSize = true; this.radFormat1.Checked = true; this.radFormat1.Location = new System.Drawing.Point(6, 19); this.radFormat1.Name = "radFormat1"; this.radFormat1.Size = new System.Drawing.Size(185, 17); this.radFormat1.TabIndex = 0; this.radFormat1.TabStop = true; this.radFormat1.Text = "&1. IMPLEMENT_OLECREATE(...)"; this.radFormat1.UseVisualStyleBackColor = true; // // btnCopy // this.btnCopy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnCopy.Location = new System.Drawing.Point(292, 12); this.btnCopy.Name = "btnCopy"; this.btnCopy.Size = new System.Drawing.Size(72, 26); this.btnCopy.TabIndex = 2; this.btnCopy.Text = "&Copy"; this.btnCopy.UseVisualStyleBackColor = true; this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click); // // btnGenerate // this.btnGenerate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnGenerate.Location = new System.Drawing.Point(292, 44); this.btnGenerate.Name = "btnGenerate"; this.btnGenerate.Size = new System.Drawing.Size(72, 26); this.btnGenerate.TabIndex = 3; this.btnGenerate.Text = "&New GUID"; this.btnGenerate.UseVisualStyleBackColor = true; this.btnGenerate.Click += new System.EventHandler(this.btnGenerate_Click); // // btnExit // this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnExit.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnExit.Location = new System.Drawing.Point(292, 76); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(72, 26); this.btnExit.TabIndex = 4; this.btnExit.Text = "E&xit"; this.btnExit.UseVisualStyleBackColor = true; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // grpResult // this.grpResult.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.grpResult.Controls.Add(this.lblResult); this.grpResult.Location = new System.Drawing.Point(12, 272); this.grpResult.Name = "grpResult"; this.grpResult.Size = new System.Drawing.Size(352, 97); this.grpResult.TabIndex = 5; this.grpResult.TabStop = false; this.grpResult.Text = "Result"; // // lblResult // this.lblResult.Dock = System.Windows.Forms.DockStyle.Fill; this.lblResult.Location = new System.Drawing.Point(3, 16); this.lblResult.Name = "lblResult"; this.lblResult.Size = new System.Drawing.Size(346, 78); this.lblResult.TabIndex = 0; // // chkAlwaysOnTop // this.chkAlwaysOnTop.Location = new System.Drawing.Point(292, 108); this.chkAlwaysOnTop.Name = "chkAlwaysOnTop"; this.chkAlwaysOnTop.Size = new System.Drawing.Size(72, 47); this.chkAlwaysOnTop.TabIndex = 6; this.chkAlwaysOnTop.Text = "&Always on Top"; this.chkAlwaysOnTop.UseVisualStyleBackColor = true; // // GuidInterface // this.AcceptButton = this.btnCopy; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnExit; this.ClientSize = new System.Drawing.Size(374, 389); this.Controls.Add(this.chkAlwaysOnTop); this.Controls.Add(this.grpResult); this.Controls.Add(this.btnExit); this.Controls.Add(this.btnGenerate); this.Controls.Add(this.btnCopy); this.Controls.Add(this.grpFormat); this.Controls.Add(this.lblInstructions); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "GuidInterface"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Text = "Create GUID"; this.grpFormat.ResumeLayout(false); this.grpFormat.PerformLayout(); this.grpResult.ResumeLayout(false); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Label lblInstructions; private System.Windows.Forms.GroupBox grpFormat; private System.Windows.Forms.Button btnCopy; private System.Windows.Forms.Button btnGenerate; private System.Windows.Forms.Button btnExit; private System.Windows.Forms.GroupBox grpResult; private System.Windows.Forms.RadioButton radFormat4; private System.Windows.Forms.RadioButton radFormat3; private System.Windows.Forms.RadioButton radFormat2; private System.Windows.Forms.RadioButton radFormat1; private System.Windows.Forms.RadioButton radFormat7; private System.Windows.Forms.RadioButton radFormat6; private System.Windows.Forms.RadioButton radFormat5; private System.Windows.Forms.Label lblResult; private System.Windows.Forms.CheckBox chkAlwaysOnTop; } }