public CreateNewGroupForm(string currentPath, QTabControl.QTabCollection tabs) { newPath = currentPath; Tabs = tabs; InitializeComponent(); textBox1.Text = QTUtility2.MakePathDisplayText(newPath, false); string[] strArray = QTUtility.TextResourcesDic["TabBar_NewGroup"]; Text = strArray[0]; label1.Text = strArray[1]; checkBox1.Text = strArray[2]; ActiveControl = textBox1; }
public CreateNewGroupForm(string currentPath, QTabControl.QTabCollection tabs) { newPath = currentPath; Tabs = tabs; InitializeComponent(); textBox1.Text = QTUtility2.MakePathDisplayText(newPath, false); string[] strArray = QTUtility.TextResourcesDic["TabBar_NewGroup"]; Text = strArray[0]; label1.Text = strArray[1]; chkAllTabs.Text = strArray[2]; ActiveControl = textBox1; }
public CreateNewGroupForm(string currentPath, QTabControl.QTabCollection tabs) { this.newPath = currentPath; this.Tabs = tabs; this.InitializeComponent(); this.textBox1.Text = QTUtility2.MakePathDisplayText(this.newPath, false); string[] strArray = QTUtility.TextResourcesDic["TabBar_NewGroup"]; this.Text = strArray[0]; this.label1.Text = strArray[1]; this.checkBox1.Text = strArray[2]; base.ActiveControl = this.textBox1; }