123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162 |
- namespace Uninpho.Tools.components.SomethingSetting
- {
- partial class InviteOfflineFrom
- {
- /// <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.PubKey = new DevExpress.XtraEditors.TextEdit();
- this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
- this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
- this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
- this.dateText = new DevExpress.XtraEditors.TextEdit();
- this.richTextBox1 = new System.Windows.Forms.RichTextBox();
- this.JHFXJCCcomboBoxEdit = new DevExpress.XtraEditors.ComboBoxEdit();
- this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
- this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
- ((System.ComponentModel.ISupportInitialize)(this.PubKey.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.dateText.Properties)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.JHFXJCCcomboBoxEdit.Properties)).BeginInit();
- this.SuspendLayout();
- //
- // PubKey
- //
- this.PubKey.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.PubKey.Location = new System.Drawing.Point(150, 22);
- this.PubKey.Name = "PubKey";
- this.PubKey.Size = new System.Drawing.Size(159, 20);
- this.PubKey.TabIndex = 11;
- //
- // labelControl4
- //
- this.labelControl4.Location = new System.Drawing.Point(83, 65);
- this.labelControl4.Name = "labelControl4";
- this.labelControl4.Size = new System.Drawing.Size(60, 14);
- this.labelControl4.TabIndex = 13;
- this.labelControl4.Text = "授权类型:";
- //
- // simpleButton1
- //
- this.simpleButton1.Location = new System.Drawing.Point(234, 241);
- this.simpleButton1.Name = "simpleButton1";
- this.simpleButton1.Size = new System.Drawing.Size(75, 23);
- this.simpleButton1.TabIndex = 15;
- this.simpleButton1.Text = "点击授权";
- this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
- //
- // labelControl1
- //
- this.labelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.labelControl1.Location = new System.Drawing.Point(48, 25);
- this.labelControl1.Name = "labelControl1";
- this.labelControl1.Size = new System.Drawing.Size(96, 14);
- this.labelControl1.TabIndex = 12;
- this.labelControl1.Text = "授权机器识别码:";
- //
- // dateText
- //
- this.dateText.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.dateText.Location = new System.Drawing.Point(150, 98);
- this.dateText.Name = "dateText";
- this.dateText.Size = new System.Drawing.Size(159, 20);
- this.dateText.TabIndex = 11;
- //
- // richTextBox1
- //
- this.richTextBox1.Location = new System.Drawing.Point(109, 136);
- this.richTextBox1.Name = "richTextBox1";
- this.richTextBox1.ReadOnly = true;
- this.richTextBox1.Size = new System.Drawing.Size(200, 82);
- this.richTextBox1.TabIndex = 16;
- this.richTextBox1.Text = "";
- //
- // JHFXJCCcomboBoxEdit
- //
- this.JHFXJCCcomboBoxEdit.EditValue = "期限授权";
- this.JHFXJCCcomboBoxEdit.Location = new System.Drawing.Point(149, 62);
- this.JHFXJCCcomboBoxEdit.Name = "JHFXJCCcomboBoxEdit";
- this.JHFXJCCcomboBoxEdit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
- new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
- this.JHFXJCCcomboBoxEdit.Properties.Items.AddRange(new object[] {
- "期限授权",
- "永久授权"});
- this.JHFXJCCcomboBoxEdit.Size = new System.Drawing.Size(160, 20);
- this.JHFXJCCcomboBoxEdit.TabIndex = 17;
- this.JHFXJCCcomboBoxEdit.SelectedValueChanged += new System.EventHandler(this.JHFXJCCcomboBoxEdit_SelectedValueChanged);
- //
- // labelControl2
- //
- this.labelControl2.Location = new System.Drawing.Point(55, 139);
- this.labelControl2.Name = "labelControl2";
- this.labelControl2.Size = new System.Drawing.Size(48, 14);
- this.labelControl2.TabIndex = 13;
- this.labelControl2.Text = "授权码:";
- //
- // labelControl3
- //
- this.labelControl3.Location = new System.Drawing.Point(61, 101);
- this.labelControl3.Name = "labelControl3";
- this.labelControl3.Size = new System.Drawing.Size(82, 14);
- this.labelControl3.TabIndex = 13;
- this.labelControl3.Text = "授权期限(天):";
- //
- // InviteOfflineFrom
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(370, 302);
- this.Controls.Add(this.JHFXJCCcomboBoxEdit);
- this.Controls.Add(this.richTextBox1);
- this.Controls.Add(this.simpleButton1);
- this.Controls.Add(this.labelControl2);
- this.Controls.Add(this.labelControl3);
- this.Controls.Add(this.labelControl4);
- this.Controls.Add(this.labelControl1);
- this.Controls.Add(this.dateText);
- this.Controls.Add(this.PubKey);
- this.Name = "InviteOfflineFrom";
- this.Text = "离线授权";
- this.Load += new System.EventHandler(this.InviteOfflineFrom_Load);
- ((System.ComponentModel.ISupportInitialize)(this.PubKey.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.dateText.Properties)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.JHFXJCCcomboBoxEdit.Properties)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private DevExpress.XtraEditors.TextEdit PubKey;
- private DevExpress.XtraEditors.LabelControl labelControl4;
- private DevExpress.XtraEditors.SimpleButton simpleButton1;
- private DevExpress.XtraEditors.LabelControl labelControl1;
- private DevExpress.XtraEditors.TextEdit dateText;
- private System.Windows.Forms.RichTextBox richTextBox1;
- private DevExpress.XtraEditors.ComboBoxEdit JHFXJCCcomboBoxEdit;
- private DevExpress.XtraEditors.LabelControl labelControl2;
- private DevExpress.XtraEditors.LabelControl labelControl3;
- }
- }
|