tieuquyngok1995 / ToolSupportUchida

1 stars 1 forks source link

desin8 #34

Closed tieuquyngok1995 closed 3 years ago

tieuquyngok1995 commented 3 years ago
        // 
        // txtProPhy
        // 
        this.txtProPhy.Location = new System.Drawing.Point(329, 554);
        this.txtProPhy.Name = "txtProPhy";
        this.txtProPhy.Size = new System.Drawing.Size(94, 19);
        this.txtProPhy.TabIndex = 24;
        this.txtProPhy.TextChanged += new System.EventHandler(this.txtProPhy_TextChanged);
        // 
        // grbType
        // 
        this.grbType.Controls.Add(this.rdbParam);
        this.grbType.Controls.Add(this.rdbObservable);
        this.grbType.Controls.Add(this.rdbTypeScript);
        this.grbType.Location = new System.Drawing.Point(744, 12);
        this.grbType.Name = "grbType";
        this.grbType.Size = new System.Drawing.Size(300, 50);
        this.grbType.TabIndex = 22;
        this.grbType.TabStop = false;
        this.grbType.Text = "Type";
        this.grbType.Visible = false;
        // 
        // rdbParam
        // 
        this.rdbParam.AutoSize = true;
        this.rdbParam.Location = new System.Drawing.Point(176, 20);
        this.rdbParam.Name = "rdbParam";
        this.rdbParam.Size = new System.Drawing.Size(72, 16);
        this.rdbParam.TabIndex = 2;
        this.rdbParam.Text = "SetParam";
        this.rdbParam.UseVisualStyleBackColor = true;
        this.rdbParam.CheckedChanged += new System.EventHandler(this.rdbParam_CheckedChanged);
        // 
        // rdbObservable
        // 
        this.rdbObservable.AutoSize = true;
        this.rdbObservable.Location = new System.Drawing.Point(91, 20);
        this.rdbObservable.Name = "rdbObservable";
        this.rdbObservable.Size = new System.Drawing.Size(80, 16);
        this.rdbObservable.TabIndex = 1;
        this.rdbObservable.Text = "Observable";
        this.rdbObservable.UseVisualStyleBackColor = true;
        this.rdbObservable.CheckedChanged += new System.EventHandler(this.rdbObservable_CheckedChanged);
        // 
        // rdbTypeScript
        // 
        this.rdbTypeScript.AutoSize = true;
        this.rdbTypeScript.Checked = true;
        this.rdbTypeScript.Location = new System.Drawing.Point(8, 20);
        this.rdbTypeScript.Name = "rdbTypeScript";
        this.rdbTypeScript.Size = new System.Drawing.Size(78, 16);
        this.rdbTypeScript.TabIndex = 0;
        this.rdbTypeScript.TabStop = true;
        this.rdbTypeScript.Text = "TypeScript";
        this.rdbTypeScript.UseVisualStyleBackColor = true;
        this.rdbTypeScript.CheckedChanged += new System.EventHandler(this.rdbTypeScript_CheckedChanged);
        // 
        // label4
        // 
        this.label4.AutoSize = true;
        this.label4.Location = new System.Drawing.Point(498, 557);
        this.label4.Name = "label4";
        this.label4.Size = new System.Drawing.Size(72, 12);
        this.label4.TabIndex = 27;
        this.label4.Text = "Add Property";
        // 
        // txtType
        // 
        this.txtType.Location = new System.Drawing.Point(573, 553);
        this.txtType.Name = "txtType";
        this.txtType.Size = new System.Drawing.Size(94, 19);
        this.txtType.TabIndex = 26;
        this.txtType.TextChanged += new System.EventHandler(this.txtType_TextChanged);