InviteOfflineFrom.Designer.cs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. namespace Uninpho.Tools.components.SomethingSetting
  2. {
  3. partial class InviteOfflineFrom
  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.PubKey = new DevExpress.XtraEditors.TextEdit();
  29. this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
  30. this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
  31. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  32. this.dateText = new DevExpress.XtraEditors.TextEdit();
  33. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  34. this.JHFXJCCcomboBoxEdit = new DevExpress.XtraEditors.ComboBoxEdit();
  35. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  36. this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
  37. ((System.ComponentModel.ISupportInitialize)(this.PubKey.Properties)).BeginInit();
  38. ((System.ComponentModel.ISupportInitialize)(this.dateText.Properties)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.JHFXJCCcomboBoxEdit.Properties)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // PubKey
  43. //
  44. this.PubKey.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  45. this.PubKey.Location = new System.Drawing.Point(150, 22);
  46. this.PubKey.Name = "PubKey";
  47. this.PubKey.Size = new System.Drawing.Size(159, 20);
  48. this.PubKey.TabIndex = 11;
  49. //
  50. // labelControl4
  51. //
  52. this.labelControl4.Location = new System.Drawing.Point(83, 65);
  53. this.labelControl4.Name = "labelControl4";
  54. this.labelControl4.Size = new System.Drawing.Size(60, 14);
  55. this.labelControl4.TabIndex = 13;
  56. this.labelControl4.Text = "授权类型:";
  57. //
  58. // simpleButton1
  59. //
  60. this.simpleButton1.Location = new System.Drawing.Point(234, 241);
  61. this.simpleButton1.Name = "simpleButton1";
  62. this.simpleButton1.Size = new System.Drawing.Size(75, 23);
  63. this.simpleButton1.TabIndex = 15;
  64. this.simpleButton1.Text = "点击授权";
  65. this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
  66. //
  67. // labelControl1
  68. //
  69. this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  70. this.labelControl1.Location = new System.Drawing.Point(48, 25);
  71. this.labelControl1.Name = "labelControl1";
  72. this.labelControl1.Size = new System.Drawing.Size(96, 14);
  73. this.labelControl1.TabIndex = 12;
  74. this.labelControl1.Text = "授权机器识别码:";
  75. //
  76. // dateText
  77. //
  78. this.dateText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  79. this.dateText.Location = new System.Drawing.Point(150, 98);
  80. this.dateText.Name = "dateText";
  81. this.dateText.Size = new System.Drawing.Size(159, 20);
  82. this.dateText.TabIndex = 11;
  83. //
  84. // richTextBox1
  85. //
  86. this.richTextBox1.Location = new System.Drawing.Point(109, 136);
  87. this.richTextBox1.Name = "richTextBox1";
  88. this.richTextBox1.ReadOnly = true;
  89. this.richTextBox1.Size = new System.Drawing.Size(200, 82);
  90. this.richTextBox1.TabIndex = 16;
  91. this.richTextBox1.Text = "";
  92. //
  93. // JHFXJCCcomboBoxEdit
  94. //
  95. this.JHFXJCCcomboBoxEdit.EditValue = "期限授权";
  96. this.JHFXJCCcomboBoxEdit.Location = new System.Drawing.Point(149, 62);
  97. this.JHFXJCCcomboBoxEdit.Name = "JHFXJCCcomboBoxEdit";
  98. this.JHFXJCCcomboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  99. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  100. this.JHFXJCCcomboBoxEdit.Properties.Items.AddRange(new object[] {
  101. "期限授权",
  102. "永久授权"});
  103. this.JHFXJCCcomboBoxEdit.Size = new System.Drawing.Size(160, 20);
  104. this.JHFXJCCcomboBoxEdit.TabIndex = 17;
  105. this.JHFXJCCcomboBoxEdit.SelectedValueChanged += new System.EventHandler(this.JHFXJCCcomboBoxEdit_SelectedValueChanged);
  106. //
  107. // labelControl2
  108. //
  109. this.labelControl2.Location = new System.Drawing.Point(55, 139);
  110. this.labelControl2.Name = "labelControl2";
  111. this.labelControl2.Size = new System.Drawing.Size(48, 14);
  112. this.labelControl2.TabIndex = 13;
  113. this.labelControl2.Text = "授权码:";
  114. //
  115. // labelControl3
  116. //
  117. this.labelControl3.Location = new System.Drawing.Point(61, 101);
  118. this.labelControl3.Name = "labelControl3";
  119. this.labelControl3.Size = new System.Drawing.Size(82, 14);
  120. this.labelControl3.TabIndex = 13;
  121. this.labelControl3.Text = "授权期限(天):";
  122. //
  123. // InviteOfflineFrom
  124. //
  125. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  126. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  127. this.ClientSize = new System.Drawing.Size(370, 302);
  128. this.Controls.Add(this.JHFXJCCcomboBoxEdit);
  129. this.Controls.Add(this.richTextBox1);
  130. this.Controls.Add(this.simpleButton1);
  131. this.Controls.Add(this.labelControl2);
  132. this.Controls.Add(this.labelControl3);
  133. this.Controls.Add(this.labelControl4);
  134. this.Controls.Add(this.labelControl1);
  135. this.Controls.Add(this.dateText);
  136. this.Controls.Add(this.PubKey);
  137. this.Name = "InviteOfflineFrom";
  138. this.Text = "离线授权";
  139. this.Load += new System.EventHandler(this.InviteOfflineFrom_Load);
  140. ((System.ComponentModel.ISupportInitialize)(this.PubKey.Properties)).EndInit();
  141. ((System.ComponentModel.ISupportInitialize)(this.dateText.Properties)).EndInit();
  142. ((System.ComponentModel.ISupportInitialize)(this.JHFXJCCcomboBoxEdit.Properties)).EndInit();
  143. this.ResumeLayout(false);
  144. this.PerformLayout();
  145. }
  146. #endregion
  147. private DevExpress.XtraEditors.TextEdit PubKey;
  148. private DevExpress.XtraEditors.LabelControl labelControl4;
  149. private DevExpress.XtraEditors.SimpleButton simpleButton1;
  150. private DevExpress.XtraEditors.LabelControl labelControl1;
  151. private DevExpress.XtraEditors.TextEdit dateText;
  152. private System.Windows.Forms.RichTextBox richTextBox1;
  153. private DevExpress.XtraEditors.ComboBoxEdit JHFXJCCcomboBoxEdit;
  154. private DevExpress.XtraEditors.LabelControl labelControl2;
  155. private DevExpress.XtraEditors.LabelControl labelControl3;
  156. }
  157. }