mirror of
https://github.com/SubtitleEdit/subtitleedit.git
synced 2024-11-22 11:12:36 +01:00
textBox set to read-only
This commit is contained in:
parent
a7c3935eb4
commit
64cea5ab9b
5
src/Forms/CheckForUpdates.Designer.cs
generated
5
src/Forms/CheckForUpdates.Designer.cs
generated
@ -55,17 +55,18 @@
|
||||
this.textBoxChangeLog.Location = new System.Drawing.Point(13, 31);
|
||||
this.textBoxChangeLog.Multiline = true;
|
||||
this.textBoxChangeLog.Name = "textBoxChangeLog";
|
||||
this.textBoxChangeLog.ReadOnly = true;
|
||||
this.textBoxChangeLog.ScrollBars = System.Windows.Forms.ScrollBars.Both;
|
||||
this.textBoxChangeLog.Size = new System.Drawing.Size(618, 53);
|
||||
this.textBoxChangeLog.TabIndex = 4;
|
||||
//
|
||||
// buttonCancel
|
||||
// buttonOK
|
||||
//
|
||||
this.buttonOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
|
||||
this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||
this.buttonOK.ImeMode = System.Windows.Forms.ImeMode.NoControl;
|
||||
this.buttonOK.Location = new System.Drawing.Point(556, 90);
|
||||
this.buttonOK.Name = "buttonCancel";
|
||||
this.buttonOK.Name = "buttonOK";
|
||||
this.buttonOK.Size = new System.Drawing.Size(75, 21);
|
||||
this.buttonOK.TabIndex = 2;
|
||||
this.buttonOK.Text = "C&ancel";
|
||||
|
Loading…
Reference in New Issue
Block a user