F_LicCode.Designer.cs 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. namespace Dongke.IBOSS.PRD.WCF.Hosting
  2. {
  3. partial class F_LicCode
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.btnClose = new System.Windows.Forms.Button();
  29. this.btnCopy = new System.Windows.Forms.Button();
  30. this.textBox1 = new System.Windows.Forms.TextBox();
  31. this.SuspendLayout();
  32. //
  33. // btnClose
  34. //
  35. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  36. this.btnClose.Dock = System.Windows.Forms.DockStyle.Bottom;
  37. this.btnClose.Location = new System.Drawing.Point(246, 71);
  38. this.btnClose.Name = "btnClose";
  39. this.btnClose.Size = new System.Drawing.Size(49, 23);
  40. this.btnClose.TabIndex = 2;
  41. this.btnClose.Text = "关闭";
  42. this.btnClose.UseVisualStyleBackColor = true;
  43. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  44. //
  45. // btnCopy
  46. //
  47. this.btnCopy.Dock = System.Windows.Forms.DockStyle.Fill;
  48. this.btnCopy.Location = new System.Drawing.Point(246, 0);
  49. this.btnCopy.Name = "btnCopy";
  50. this.btnCopy.Size = new System.Drawing.Size(49, 71);
  51. this.btnCopy.TabIndex = 1;
  52. this.btnCopy.Text = "复制";
  53. this.btnCopy.UseVisualStyleBackColor = true;
  54. this.btnCopy.Click += new System.EventHandler(this.btnCopy_Click);
  55. //
  56. // textBox1
  57. //
  58. this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  59. this.textBox1.Dock = System.Windows.Forms.DockStyle.Left;
  60. this.textBox1.Location = new System.Drawing.Point(0, 0);
  61. this.textBox1.Multiline = true;
  62. this.textBox1.Name = "textBox1";
  63. this.textBox1.ReadOnly = true;
  64. this.textBox1.Size = new System.Drawing.Size(246, 94);
  65. this.textBox1.TabIndex = 0;
  66. //
  67. // F_LicCode
  68. //
  69. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  70. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  71. this.CancelButton = this.btnClose;
  72. this.ClientSize = new System.Drawing.Size(295, 94);
  73. this.Controls.Add(this.btnCopy);
  74. this.Controls.Add(this.btnClose);
  75. this.Controls.Add(this.textBox1);
  76. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  77. this.Name = "F_LicCode";
  78. this.ShowInTaskbar = false;
  79. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  80. this.Text = "F_LicCode";
  81. this.ResumeLayout(false);
  82. this.PerformLayout();
  83. }
  84. #endregion
  85. private System.Windows.Forms.Button btnClose;
  86. private System.Windows.Forms.Button btnCopy;
  87. private System.Windows.Forms.TextBox textBox1;
  88. }
  89. }