InitInviteFrom.Designer.cs 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. namespace Uninpho.Tools.components.SomethingSetting
  2. {
  3. partial class InitInviteFrom
  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.richTextBox1 = new System.Windows.Forms.RichTextBox();
  29. this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
  30. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  31. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  32. this.mechKey = new DevExpress.XtraEditors.TextEdit();
  33. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  34. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  35. ((System.ComponentModel.ISupportInitialize)(this.mechKey.Properties)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // richTextBox1
  39. //
  40. this.richTextBox1.Location = new System.Drawing.Point(127, 61);
  41. this.richTextBox1.Name = "richTextBox1";
  42. this.richTextBox1.Size = new System.Drawing.Size(200, 79);
  43. this.richTextBox1.TabIndex = 25;
  44. this.richTextBox1.Text = "";
  45. //
  46. // simpleButton1
  47. //
  48. this.simpleButton1.Location = new System.Drawing.Point(252, 210);
  49. this.simpleButton1.Name = "simpleButton1";
  50. this.simpleButton1.Size = new System.Drawing.Size(75, 23);
  51. this.simpleButton1.TabIndex = 24;
  52. this.simpleButton1.Text = "点击授权";
  53. this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
  54. //
  55. // labelControl2
  56. //
  57. this.labelControl2.Location = new System.Drawing.Point(61, 64);
  58. this.labelControl2.Name = "labelControl2";
  59. this.labelControl2.Size = new System.Drawing.Size(48, 14);
  60. this.labelControl2.TabIndex = 21;
  61. this.labelControl2.Text = "授权码:";
  62. //
  63. // labelControl1
  64. //
  65. this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  66. this.labelControl1.Location = new System.Drawing.Point(25, 15);
  67. this.labelControl1.Name = "labelControl1";
  68. this.labelControl1.Size = new System.Drawing.Size(84, 14);
  69. this.labelControl1.TabIndex = 20;
  70. this.labelControl1.Text = "本机机机器码:";
  71. //
  72. // mechKey
  73. //
  74. this.mechKey.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  75. this.mechKey.Location = new System.Drawing.Point(127, 12);
  76. this.mechKey.Name = "mechKey";
  77. this.mechKey.Properties.ReadOnly = true;
  78. this.mechKey.Size = new System.Drawing.Size(159, 20);
  79. this.mechKey.TabIndex = 19;
  80. //
  81. // labelControl3
  82. //
  83. this.labelControl3.Location = new System.Drawing.Point(127, 176);
  84. this.labelControl3.Name = "labelControl3";
  85. this.labelControl3.Size = new System.Drawing.Size(36, 14);
  86. this.labelControl3.TabIndex = 26;
  87. this.labelControl3.Text = "已授权";
  88. //
  89. // labelControl4
  90. //
  91. this.labelControl4.Location = new System.Drawing.Point(25, 176);
  92. this.labelControl4.Name = "labelControl4";
  93. this.labelControl4.Size = new System.Drawing.Size(84, 14);
  94. this.labelControl4.TabIndex = 21;
  95. this.labelControl4.Text = "本机授权状态:";
  96. //
  97. // InitInviteFrom
  98. //
  99. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  100. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  101. this.ClientSize = new System.Drawing.Size(369, 245);
  102. this.Controls.Add(this.labelControl3);
  103. this.Controls.Add(this.richTextBox1);
  104. this.Controls.Add(this.simpleButton1);
  105. this.Controls.Add(this.labelControl4);
  106. this.Controls.Add(this.labelControl2);
  107. this.Controls.Add(this.labelControl1);
  108. this.Controls.Add(this.mechKey);
  109. this.Name = "InitInviteFrom";
  110. this.Text = "软件授权";
  111. this.Load += new System.EventHandler(this.InitInviteFrom_Load);
  112. ((System.ComponentModel.ISupportInitialize)(this.mechKey.Properties)).EndInit();
  113. this.ResumeLayout(false);
  114. this.PerformLayout();
  115. }
  116. #endregion
  117. private System.Windows.Forms.RichTextBox richTextBox1;
  118. private DevExpress.XtraEditors.SimpleButton simpleButton1;
  119. private DevExpress.XtraEditors.LabelControl labelControl2;
  120. private DevExpress.XtraEditors.LabelControl labelControl1;
  121. private DevExpress.XtraEditors.TextEdit mechKey;
  122. private DevExpress.XtraEditors.LabelControl labelControl3;
  123. private DevExpress.XtraEditors.LabelControl labelControl4;
  124. }
  125. }