123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- namespace Uninpho.Tools.components.SomethingSetting
- {
- partial class InitInviteFrom
- {
- /// <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.richTextBox1 = new System.Windows.Forms.RichTextBox();
- this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
- this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
- this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
- this.mechKey = new DevExpress.XtraEditors.TextEdit();
- this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
- this.labelControl4 = new DevExpress.XtraEditors.LabelControl();
- ((System.ComponentModel.ISupportInitialize)(this.mechKey.Properties)).BeginInit();
- this.SuspendLayout();
- //
- // richTextBox1
- //
- this.richTextBox1.Location = new System.Drawing.Point(127, 61);
- this.richTextBox1.Name = "richTextBox1";
- this.richTextBox1.Size = new System.Drawing.Size(200, 79);
- this.richTextBox1.TabIndex = 25;
- this.richTextBox1.Text = "";
- //
- // simpleButton1
- //
- this.simpleButton1.Location = new System.Drawing.Point(252, 210);
- this.simpleButton1.Name = "simpleButton1";
- this.simpleButton1.Size = new System.Drawing.Size(75, 23);
- this.simpleButton1.TabIndex = 24;
- this.simpleButton1.Text = "点击授权";
- this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
- //
- // labelControl2
- //
- this.labelControl2.Location = new System.Drawing.Point(61, 64);
- this.labelControl2.Name = "labelControl2";
- this.labelControl2.Size = new System.Drawing.Size(48, 14);
- this.labelControl2.TabIndex = 21;
- this.labelControl2.Text = "授权码:";
- //
- // 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(25, 15);
- this.labelControl1.Name = "labelControl1";
- this.labelControl1.Size = new System.Drawing.Size(84, 14);
- this.labelControl1.TabIndex = 20;
- this.labelControl1.Text = "本机机机器码:";
- //
- // mechKey
- //
- this.mechKey.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.mechKey.Location = new System.Drawing.Point(127, 12);
- this.mechKey.Name = "mechKey";
- this.mechKey.Properties.ReadOnly = true;
- this.mechKey.Size = new System.Drawing.Size(159, 20);
- this.mechKey.TabIndex = 19;
- //
- // labelControl3
- //
- this.labelControl3.Location = new System.Drawing.Point(127, 176);
- this.labelControl3.Name = "labelControl3";
- this.labelControl3.Size = new System.Drawing.Size(36, 14);
- this.labelControl3.TabIndex = 26;
- this.labelControl3.Text = "已授权";
- //
- // labelControl4
- //
- this.labelControl4.Location = new System.Drawing.Point(25, 176);
- this.labelControl4.Name = "labelControl4";
- this.labelControl4.Size = new System.Drawing.Size(84, 14);
- this.labelControl4.TabIndex = 21;
- this.labelControl4.Text = "本机授权状态:";
- //
- // InitInviteFrom
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(369, 245);
- this.Controls.Add(this.labelControl3);
- this.Controls.Add(this.richTextBox1);
- this.Controls.Add(this.simpleButton1);
- this.Controls.Add(this.labelControl4);
- this.Controls.Add(this.labelControl2);
- this.Controls.Add(this.labelControl1);
- this.Controls.Add(this.mechKey);
- this.Name = "InitInviteFrom";
- this.Text = "软件授权";
- this.Load += new System.EventHandler(this.InitInviteFrom_Load);
- ((System.ComponentModel.ISupportInitialize)(this.mechKey.Properties)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.RichTextBox richTextBox1;
- private DevExpress.XtraEditors.SimpleButton simpleButton1;
- private DevExpress.XtraEditors.LabelControl labelControl2;
- private DevExpress.XtraEditors.LabelControl labelControl1;
- private DevExpress.XtraEditors.TextEdit mechKey;
- private DevExpress.XtraEditors.LabelControl labelControl3;
- private DevExpress.XtraEditors.LabelControl labelControl4;
- }
- }
|