| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- namespace Dongke.IBOSS.PRD.WCF.Hosting
- {
- partial class F_LicCode
- {
- /// <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.btnClose = new System.Windows.Forms.Button();
- this.btnCopy = new System.Windows.Forms.Button();
- this.textBox1 = new System.Windows.Forms.TextBox();
- this.SuspendLayout();
- //
- // btnClose
- //
- this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
- this.btnClose.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.btnClose.Location = new System.Drawing.Point(246, 71);
- this.btnClose.Name = "btnClose";
- this.btnClose.Size = new System.Drawing.Size(49, 23);
- this.btnClose.TabIndex = 2;
- this.btnClose.Text = "关闭";
- this.btnClose.UseVisualStyleBackColor = true;
- this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
- //
- // btnCopy
- //
- this.btnCopy.Dock = System.Windows.Forms.DockStyle.Fill;
- this.btnCopy.Location = new System.Drawing.Point(246, 0);
- this.btnCopy.Name = "btnCopy";
- this.btnCopy.Size = new System.Drawing.Size(49, 71);
- this.btnCopy.TabIndex = 1;
- this.btnCopy.Text = "复制";
- this.btnCopy.UseVisualStyleBackColor = true;
- this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
- //
- // textBox1
- //
- this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.textBox1.Dock = System.Windows.Forms.DockStyle.Left;
- this.textBox1.Location = new System.Drawing.Point(0, 0);
- this.textBox1.Multiline = true;
- this.textBox1.Name = "textBox1";
- this.textBox1.ReadOnly = true;
- this.textBox1.Size = new System.Drawing.Size(246, 94);
- this.textBox1.TabIndex = 0;
- //
- // F_LicCode
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.CancelButton = this.btnClose;
- this.ClientSize = new System.Drawing.Size(295, 94);
- this.Controls.Add(this.btnCopy);
- this.Controls.Add(this.btnClose);
- this.Controls.Add(this.textBox1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "F_LicCode";
- this.ShowInTaskbar = false;
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
- this.Text = "F_LicCode";
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button btnClose;
- private System.Windows.Forms.Button btnCopy;
- private System.Windows.Forms.TextBox textBox1;
- }
- }
|