using DevExpress.XtraEditors; namespace FLSystem.Forms { partial class notice_robotapi_editform { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.textBox4 = new System.Windows.Forms.TextBox(); this.comboBox1 = new System.Windows.Forms.ComboBox(); this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton(); this.textBox2 = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(44, 23); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(50, 14); this.label1.TabIndex = 0; this.label1.Text = "名称:*"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(44, 89); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(105, 14); this.label2.TabIndex = 1; this.label2.Text = "机器人API类型:*"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(44, 153); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(117, 14); this.label3.TabIndex = 2; this.label3.Text = "机器人群API接口:*"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(47, 45); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(275, 22); this.textBox1.TabIndex = 3; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(47, 174); this.textBox3.Multiline = true; this.textBox3.Name = "textBox3"; this.textBox3.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.textBox3.Size = new System.Drawing.Size(275, 51); this.textBox3.TabIndex = 5; // // simpleButton1 // this.simpleButton1.Location = new System.Drawing.Point(140, 423); this.simpleButton1.Name = "simpleButton1"; this.simpleButton1.Size = new System.Drawing.Size(84, 24); this.simpleButton1.TabIndex = 6; this.simpleButton1.Text = "保存"; this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click); // // label4 // this.label4.AutoSize = true; this.label4.ForeColor = System.Drawing.Color.Red; this.label4.Location = new System.Drawing.Point(100, 23); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(163, 14); this.label4.TabIndex = 7; this.label4.Text = "(唯一区分标识、不可重复)"; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(44, 246); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(150, 14); this.label5.TabIndex = 8; this.label5.Text = "Secret key:(可以不写)"; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(47, 267); this.textBox4.Multiline = true; this.textBox4.Name = "textBox4"; this.textBox4.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.textBox4.Size = new System.Drawing.Size(275, 51); this.textBox4.TabIndex = 9; // // comboBox1 // this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBox1.FormattingEnabled = true; this.comboBox1.Location = new System.Drawing.Point(47, 110); this.comboBox1.Name = "comboBox1"; this.comboBox1.Size = new System.Drawing.Size(275, 22); this.comboBox1.TabIndex = 10; // // simpleButton2 // this.simpleButton2.Location = new System.Drawing.Point(54, 423); this.simpleButton2.Name = "simpleButton2"; this.simpleButton2.Size = new System.Drawing.Size(80, 24); this.simpleButton2.TabIndex = 11; this.simpleButton2.Text = "测试"; this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click); // // textBox2 // this.textBox2.Location = new System.Drawing.Point(47, 357); this.textBox2.Multiline = true; this.textBox2.Name = "textBox2"; this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.textBox2.Size = new System.Drawing.Size(275, 51); this.textBox2.TabIndex = 13; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(44, 336); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(115, 14); this.label6.TabIndex = 12; this.label6.Text = "备注:(可以不写)"; // // simpleButton3 // this.simpleButton3.Location = new System.Drawing.Point(230, 423); this.simpleButton3.Name = "simpleButton3"; this.simpleButton3.Size = new System.Drawing.Size(84, 24); this.simpleButton3.TabIndex = 14; this.simpleButton3.Text = "删除"; this.simpleButton3.Click += new System.EventHandler(this.simpleButton3_Click); // // notice_robotapi_editform // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(367, 471); this.Controls.Add(this.simpleButton3); this.Controls.Add(this.textBox2); this.Controls.Add(this.label6); this.Controls.Add(this.simpleButton2); this.Controls.Add(this.comboBox1); this.Controls.Add(this.textBox4); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.simpleButton1); this.Controls.Add(this.textBox3); this.Controls.Add(this.textBox1); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "notice_robotapi_editform"; this.Text = "编辑通知API机器人"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox3; private SimpleButton simpleButton1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.ComboBox comboBox1; private SimpleButton simpleButton2; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.Label label6; private SimpleButton simpleButton3; } }