| | |
| | | this.txt_formPath.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_formPath.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
| | | new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
| | | this.txt_formPath.Properties.DropDownRows = 100; |
| | | this.txt_formPath.Properties.DropDownRows = 30; |
| | | this.txt_formPath.Size = new System.Drawing.Size(297, 28); |
| | | this.txt_formPath.TabIndex = 134; |
| | | // |
| | |
| | | this.txt_name.Properties.Appearance.Options.UseFont = true; |
| | | this.txt_name.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { |
| | | new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}); |
| | | this.txt_name.Properties.DropDownRows = 100; |
| | | this.txt_name.Properties.DropDownRows = 30; |
| | | this.txt_name.Size = new System.Drawing.Size(297, 28); |
| | | this.txt_name.TabIndex = 3; |
| | | // |