| | |
| | | BtnOk.Size = new Size(70, 22); |
| | | BtnOk.StyleController = layoutControl1; |
| | | BtnOk.TabIndex = 5; |
| | | BtnOk.Text = "完成"; |
| | | BtnOk.Text = "确定"; |
| | | BtnOk.Click += BtnOk_ClickAsync; |
| | | // |
| | | // btnCancel |
| | |
| | | NameTextEdit.StyleController = layoutControl1; |
| | | NameTextEdit.TabIndex = 0; |
| | | // |
| | | // textEditDescription |
| | | // DescriptionTextEdit |
| | | // |
| | | DescriptionTextEdit.Location = new Point(55, 80); |
| | | DescriptionTextEdit.Name = "DescriptionTextEdit"; |
| | |
| | | // |
| | | dxErrorProvider1.ContainerControl = this; |
| | | // |
| | | // EditAssetsCompressorSeriesDlg |
| | | // EditAssetsPackageSeriesDlg |
| | | // |
| | | AutoScaleDimensions = new SizeF(7F, 14F); |
| | | AutoScaleMode = AutoScaleMode.Font; |
| | | ClientSize = new Size(511, 275); |
| | | Controls.Add(layoutControl1); |
| | | Name = "EditAssetsCompressorSeriesDlg"; |
| | | Name = "EditAssetsPackageSeriesDlg"; |
| | | StartPosition = FormStartPosition.CenterScreen; |
| | | Text = "编辑系列"; |
| | | ((System.ComponentModel.ISupportInitialize)layoutControl1).EndInit(); |