tieuquyngok1995 / ToolSupportUchida

1 stars 1 forks source link

desin #27

Closed tieuquyngok1995 closed 3 years ago

tieuquyngok1995 commented 3 years ago

namespace ConvertToModel { partial class Form1 { ///

/// Required designer variable. /// 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()
    {
        System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
        this.groupBox1 = new System.Windows.Forms.GroupBox();
        this.tbComment = new System.Windows.Forms.TextBox();
        this.groupBox2 = new System.Windows.Forms.GroupBox();
        this.tbProperty = new System.Windows.Forms.TextBox();
        this.groupBox3 = new System.Windows.Forms.GroupBox();
        this.tbType = new System.Windows.Forms.TextBox();
        this.groupBox4 = new System.Windows.Forms.GroupBox();
        this.tbResult = new System.Windows.Forms.TextBox();
        this.label1 = new System.Windows.Forms.Label();
        this.label2 = new System.Windows.Forms.Label();
        this.label3 = new System.Windows.Forms.Label();
        this.btnCopy = new System.Windows.Forms.Button();
        this.btnClear = new System.Windows.Forms.Button();
        this.lblLogicCount = new System.Windows.Forms.Label();
        this.lblPhysicalCount = new System.Windows.Forms.Label();
        this.lblTypeCount = new System.Windows.Forms.Label();
        this.lblCopy = new System.Windows.Forms.Label();
        this.rdbCsharp = new System.Windows.Forms.RadioButton();
        this.rdbTypeScripts = new System.Windows.Forms.RadioButton();
        this.groupBox5 = new System.Windows.Forms.GroupBox();
        this.rdbHtml = new System.Windows.Forms.RadioButton();
        this.grbComment = new System.Windows.Forms.GroupBox();
        this.rdbLineBlock = new System.Windows.Forms.RadioButton();
        this.rdbBlock = new System.Windows.Forms.RadioButton();
        this.rdbLine = new System.Windows.Forms.RadioButton();
        this.grbFormat = new System.Windows.Forms.GroupBox();
        this.rdbUppF = new System.Windows.Forms.RadioButton();
        this.rdbLowF = new System.Windows.Forms.RadioButton();
        this.rdbNone = new System.Windows.Forms.RadioButton();
        this.txtAddProLog = new System.Windows.Forms.TextBox();
        this.label5 = new System.Windows.Forms.Label();
        this.label6 = new System.Windows.Forms.Label();
        this.txtProPhy = new System.Windows.Forms.TextBox();
        this.grbType = new System.Windows.Forms.GroupBox();
        this.rdbParam = new System.Windows.Forms.RadioButton();
        this.rdbObservable = new System.Windows.Forms.RadioButton();
        this.rdbTypeScript = new System.Windows.Forms.RadioButton();
        this.label4 = new System.Windows.Forms.Label();
        this.txtType = new System.Windows.Forms.TextBox();
        this.txtSearch = new System.Windows.Forms.TextBox();
        this.label7 = new System.Windows.Forms.Label();
        this.groupBox1.SuspendLayout();
        this.groupBox2.SuspendLayout();
        this.groupBox3.SuspendLayout();
        this.groupBox4.SuspendLayout();
        this.groupBox5.SuspendLayout();
        this.grbComment.SuspendLayout();
        this.grbFormat.SuspendLayout();
        this.grbType.SuspendLayout();
        this.SuspendLayout();