2017-03-07 17:51:14 -05:00
namespace Mesen.GUI.Debugger
{
partial class frmAssembler
{
/// <summary>
/// Required designer variable.
/// </summary>
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 ( )
{
2017-08-31 23:29:33 -04:00
this . components = new System . ComponentModel . Container ( ) ;
2017-03-07 17:51:14 -05:00
this . btnOk = new System . Windows . Forms . Button ( ) ;
this . btnCancel = new System . Windows . Forms . Button ( ) ;
this . tableLayoutPanel1 = new System . Windows . Forms . TableLayoutPanel ( ) ;
this . lstErrors = new System . Windows . Forms . ListBox ( ) ;
this . grpSettings = new System . Windows . Forms . GroupBox ( ) ;
this . tableLayoutPanel2 = new System . Windows . Forms . TableLayoutPanel ( ) ;
2017-03-11 21:03:45 -05:00
this . btnExecute = new System . Windows . Forms . Button ( ) ;
2017-03-07 17:51:14 -05:00
this . flowLayoutPanel1 = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . label1 = new System . Windows . Forms . Label ( ) ;
this . txtStartAddress = new System . Windows . Forms . TextBox ( ) ;
2017-03-11 10:59:09 -05:00
this . picStartAddressWarning = new System . Windows . Forms . PictureBox ( ) ;
2017-03-07 17:51:14 -05:00
this . flowLayoutPanel2 = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . label2 = new System . Windows . Forms . Label ( ) ;
this . lblByteUsage = new System . Windows . Forms . Label ( ) ;
this . picSizeWarning = new System . Windows . Forms . PictureBox ( ) ;
this . flowLayoutPanel3 = new System . Windows . Forms . FlowLayoutPanel ( ) ;
this . lblNoChanges = new System . Windows . Forms . Label ( ) ;
2017-03-11 21:03:45 -05:00
this . groupBox1 = new System . Windows . Forms . GroupBox ( ) ;
2017-03-07 17:51:14 -05:00
this . panel1 = new System . Windows . Forms . Panel ( ) ;
2017-08-31 23:29:33 -04:00
this . txtCode = new FastColoredTextBoxNS . FastColoredTextBox ( ) ;
2017-09-01 14:57:02 -04:00
this . contextMenu = new System . Windows . Forms . ContextMenuStrip ( this . components ) ;
this . mnuCopy = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . mnuCut = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . mnuPaste = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . toolStripMenuItem5 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . mnuSelectAll = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2017-03-11 15:01:33 -05:00
this . groupBox2 = new System . Windows . Forms . GroupBox ( ) ;
2017-03-11 21:03:45 -05:00
this . ctrlHexBox = new Be . Windows . Forms . HexBox ( ) ;
2018-02-23 11:30:37 -05:00
this . menuStrip1 = new Mesen . GUI . Controls . ctrlMesenMenuStrip ( ) ;
2017-08-31 23:29:33 -04:00
this . fileToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . mnuClose = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . viewToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . fontSizeToolStripMenuItem = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . mnuIncreaseFontSize = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . mnuDecreaseFontSize = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . mnuResetFontSize = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2018-03-03 10:41:59 -05:00
this . toolStripMenuItem2 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . mnuSelectFont = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2017-08-31 23:29:33 -04:00
this . mnuConfigureColors = new System . Windows . Forms . ToolStripMenuItem ( ) ;
this . toolStripMenuItem1 = new System . Windows . Forms . ToolStripSeparator ( ) ;
this . mnuEnableSyntaxHighlighting = new System . Windows . Forms . ToolStripMenuItem ( ) ;
2017-03-07 17:51:14 -05:00
this . tableLayoutPanel1 . SuspendLayout ( ) ;
this . grpSettings . SuspendLayout ( ) ;
this . tableLayoutPanel2 . SuspendLayout ( ) ;
this . flowLayoutPanel1 . SuspendLayout ( ) ;
2017-03-11 10:59:09 -05:00
( ( System . ComponentModel . ISupportInitialize ) ( this . picStartAddressWarning ) ) . BeginInit ( ) ;
2017-03-07 17:51:14 -05:00
this . flowLayoutPanel2 . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . picSizeWarning ) ) . BeginInit ( ) ;
this . flowLayoutPanel3 . SuspendLayout ( ) ;
2017-03-11 21:03:45 -05:00
this . groupBox1 . SuspendLayout ( ) ;
2017-03-07 17:51:14 -05:00
this . panel1 . SuspendLayout ( ) ;
2017-08-31 23:29:33 -04:00
( ( System . ComponentModel . ISupportInitialize ) ( this . txtCode ) ) . BeginInit ( ) ;
2017-09-01 14:57:02 -04:00
this . contextMenu . SuspendLayout ( ) ;
2017-03-11 15:01:33 -05:00
this . groupBox2 . SuspendLayout ( ) ;
2017-08-31 23:29:33 -04:00
this . menuStrip1 . SuspendLayout ( ) ;
2017-03-07 17:51:14 -05:00
this . SuspendLayout ( ) ;
//
// btnOk
//
2018-03-03 10:41:59 -05:00
this . btnOk . Location = new System . Drawing . Point ( 211 , 3 ) ;
2017-03-07 17:51:14 -05:00
this . btnOk . Name = "btnOk" ;
2017-09-02 17:46:41 -04:00
this . btnOk . Size = new System . Drawing . Size ( 70 , 23 ) ;
2017-03-07 17:51:14 -05:00
this . btnOk . TabIndex = 0 ;
this . btnOk . Text = "Apply" ;
this . btnOk . TextImageRelation = System . Windows . Forms . TextImageRelation . ImageBeforeText ;
this . btnOk . UseVisualStyleBackColor = true ;
this . btnOk . Click + = new System . EventHandler ( this . btnOk_Click ) ;
//
// btnCancel
//
this . btnCancel . DialogResult = System . Windows . Forms . DialogResult . Cancel ;
2018-03-03 10:41:59 -05:00
this . btnCancel . Location = new System . Drawing . Point ( 287 , 3 ) ;
2017-03-07 17:51:14 -05:00
this . btnCancel . Name = "btnCancel" ;
2017-09-02 17:46:41 -04:00
this . btnCancel . Size = new System . Drawing . Size ( 70 , 23 ) ;
2017-03-07 17:51:14 -05:00
this . btnCancel . TabIndex = 1 ;
this . btnCancel . Text = "Cancel" ;
this . btnCancel . UseVisualStyleBackColor = true ;
this . btnCancel . Click + = new System . EventHandler ( this . btnCancel_Click ) ;
//
// tableLayoutPanel1
//
this . tableLayoutPanel1 . ColumnCount = 2 ;
this . tableLayoutPanel1 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( System . Windows . Forms . SizeType . Percent , 100F ) ) ;
this . tableLayoutPanel1 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( ) ) ;
this . tableLayoutPanel1 . Controls . Add ( this . lstErrors , 0 , 1 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . grpSettings , 1 , 1 ) ;
2017-03-11 15:01:33 -05:00
this . tableLayoutPanel1 . Controls . Add ( this . groupBox1 , 0 , 0 ) ;
this . tableLayoutPanel1 . Controls . Add ( this . groupBox2 , 1 , 0 ) ;
2017-03-07 17:51:14 -05:00
this . tableLayoutPanel1 . Dock = System . Windows . Forms . DockStyle . Fill ;
2017-08-31 23:29:33 -04:00
this . tableLayoutPanel1 . Location = new System . Drawing . Point ( 0 , 24 ) ;
2017-03-07 17:51:14 -05:00
this . tableLayoutPanel1 . Name = "tableLayoutPanel1" ;
this . tableLayoutPanel1 . RowCount = 2 ;
this . tableLayoutPanel1 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( System . Windows . Forms . SizeType . Percent , 100F ) ) ;
this . tableLayoutPanel1 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( System . Windows . Forms . SizeType . Absolute , 141F ) ) ;
2017-08-31 23:29:33 -04:00
this . tableLayoutPanel1 . Size = new System . Drawing . Size ( 835 , 440 ) ;
2017-03-07 17:51:14 -05:00
this . tableLayoutPanel1 . TabIndex = 2 ;
//
// lstErrors
//
2017-08-31 23:29:33 -04:00
this . lstErrors . Dock = System . Windows . Forms . DockStyle . Fill ;
2017-03-07 17:51:14 -05:00
this . lstErrors . FormattingEnabled = true ;
2017-08-31 23:29:33 -04:00
this . lstErrors . Location = new System . Drawing . Point ( 3 , 302 ) ;
2017-03-07 17:51:14 -05:00
this . lstErrors . Name = "lstErrors" ;
2017-08-31 23:29:33 -04:00
this . lstErrors . Size = new System . Drawing . Size ( 369 , 135 ) ;
2017-03-07 17:51:14 -05:00
this . lstErrors . TabIndex = 2 ;
2017-03-11 10:59:09 -05:00
this . lstErrors . DoubleClick + = new System . EventHandler ( this . lstErrors_DoubleClick ) ;
2017-03-07 17:51:14 -05:00
//
// grpSettings
//
this . grpSettings . Controls . Add ( this . tableLayoutPanel2 ) ;
this . grpSettings . Dock = System . Windows . Forms . DockStyle . Fill ;
2017-08-31 23:29:33 -04:00
this . grpSettings . Location = new System . Drawing . Point ( 378 , 302 ) ;
2017-03-07 17:51:14 -05:00
this . grpSettings . Name = "grpSettings" ;
2017-08-31 23:29:33 -04:00
this . grpSettings . Size = new System . Drawing . Size ( 454 , 135 ) ;
2017-03-07 17:51:14 -05:00
this . grpSettings . TabIndex = 3 ;
this . grpSettings . TabStop = false ;
this . grpSettings . Text = "Settings" ;
//
// tableLayoutPanel2
//
2017-03-11 21:03:45 -05:00
this . tableLayoutPanel2 . ColumnCount = 2 ;
2018-03-03 10:41:59 -05:00
this . tableLayoutPanel2 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( ) ) ;
2017-09-02 17:46:41 -04:00
this . tableLayoutPanel2 . ColumnStyles . Add ( new System . Windows . Forms . ColumnStyle ( System . Windows . Forms . SizeType . Percent , 100F ) ) ;
2017-03-11 21:03:45 -05:00
this . tableLayoutPanel2 . Controls . Add ( this . btnExecute , 0 , 3 ) ;
2017-03-07 17:51:14 -05:00
this . tableLayoutPanel2 . Controls . Add ( this . flowLayoutPanel1 , 0 , 0 ) ;
this . tableLayoutPanel2 . Controls . Add ( this . flowLayoutPanel2 , 0 , 1 ) ;
2017-03-11 21:03:45 -05:00
this . tableLayoutPanel2 . Controls . Add ( this . flowLayoutPanel3 , 1 , 3 ) ;
2017-03-07 17:51:14 -05:00
this . tableLayoutPanel2 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . tableLayoutPanel2 . Location = new System . Drawing . Point ( 3 , 16 ) ;
this . tableLayoutPanel2 . Name = "tableLayoutPanel2" ;
2017-03-11 21:03:45 -05:00
this . tableLayoutPanel2 . RowCount = 4 ;
2017-03-07 17:51:14 -05:00
this . tableLayoutPanel2 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel2 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
this . tableLayoutPanel2 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( System . Windows . Forms . SizeType . Percent , 100F ) ) ;
2017-03-11 21:03:45 -05:00
this . tableLayoutPanel2 . RowStyles . Add ( new System . Windows . Forms . RowStyle ( ) ) ;
2017-08-31 23:29:33 -04:00
this . tableLayoutPanel2 . Size = new System . Drawing . Size ( 448 , 116 ) ;
2017-03-07 17:51:14 -05:00
this . tableLayoutPanel2 . TabIndex = 0 ;
//
2017-03-11 21:03:45 -05:00
// btnExecute
//
this . btnExecute . Image = global :: Mesen . GUI . Properties . Resources . Play ;
this . btnExecute . Location = new System . Drawing . Point ( 3 , 89 ) ;
this . btnExecute . Name = "btnExecute" ;
2017-09-02 17:46:41 -04:00
this . btnExecute . Size = new System . Drawing . Size ( 82 , 23 ) ;
2017-03-11 21:03:45 -05:00
this . btnExecute . TabIndex = 6 ;
this . btnExecute . Text = "Execute" ;
this . btnExecute . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
this . btnExecute . TextImageRelation = System . Windows . Forms . TextImageRelation . TextBeforeImage ;
this . btnExecute . UseVisualStyleBackColor = true ;
this . btnExecute . Click + = new System . EventHandler ( this . btnExecute_Click ) ;
//
2017-03-07 17:51:14 -05:00
// flowLayoutPanel1
//
2017-03-11 21:03:45 -05:00
this . tableLayoutPanel2 . SetColumnSpan ( this . flowLayoutPanel1 , 2 ) ;
2017-03-07 17:51:14 -05:00
this . flowLayoutPanel1 . Controls . Add ( this . label1 ) ;
this . flowLayoutPanel1 . Controls . Add ( this . txtStartAddress ) ;
2017-03-09 20:42:53 -05:00
this . flowLayoutPanel1 . Controls . Add ( this . picStartAddressWarning ) ;
2017-03-07 17:51:14 -05:00
this . flowLayoutPanel1 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . flowLayoutPanel1 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . flowLayoutPanel1 . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . flowLayoutPanel1 . Name = "flowLayoutPanel1" ;
2017-08-31 23:29:33 -04:00
this . flowLayoutPanel1 . Size = new System . Drawing . Size ( 448 , 25 ) ;
2017-03-07 17:51:14 -05:00
this . flowLayoutPanel1 . TabIndex = 3 ;
//
// label1
//
this . label1 . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . label1 . AutoSize = true ;
this . label1 . Location = new System . Drawing . Point ( 3 , 6 ) ;
this . label1 . Margin = new System . Windows . Forms . Padding ( 3 , 0 , 0 , 0 ) ;
this . label1 . Name = "label1" ;
this . label1 . Size = new System . Drawing . Size ( 81 , 13 ) ;
this . label1 . TabIndex = 0 ;
this . label1 . Text = "Start address: $" ;
//
// txtStartAddress
//
this . txtStartAddress . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . txtStartAddress . Location = new System . Drawing . Point ( 84 , 3 ) ;
this . txtStartAddress . Margin = new System . Windows . Forms . Padding ( 0 , 3 , 3 , 3 ) ;
2017-03-09 20:42:53 -05:00
this . txtStartAddress . MaxLength = 4 ;
2017-03-07 17:51:14 -05:00
this . txtStartAddress . Name = "txtStartAddress" ;
2017-03-09 20:42:53 -05:00
this . txtStartAddress . Size = new System . Drawing . Size ( 48 , 20 ) ;
2017-03-07 17:51:14 -05:00
this . txtStartAddress . TabIndex = 1 ;
2017-03-09 20:42:53 -05:00
this . txtStartAddress . TextChanged + = new System . EventHandler ( this . txtStartAddress_TextChanged ) ;
2017-03-07 17:51:14 -05:00
//
2017-03-11 10:59:09 -05:00
// picStartAddressWarning
//
this . picStartAddressWarning . Image = global :: Mesen . GUI . Properties . Resources . Warning ;
this . picStartAddressWarning . Location = new System . Drawing . Point ( 138 , 5 ) ;
this . picStartAddressWarning . Margin = new System . Windows . Forms . Padding ( 3 , 5 , 3 , 3 ) ;
this . picStartAddressWarning . Name = "picStartAddressWarning" ;
this . picStartAddressWarning . Size = new System . Drawing . Size ( 18 , 18 ) ;
this . picStartAddressWarning . TabIndex = 11 ;
this . picStartAddressWarning . TabStop = false ;
this . picStartAddressWarning . Visible = false ;
//
2017-03-07 17:51:14 -05:00
// flowLayoutPanel2
//
2017-03-11 21:03:45 -05:00
this . tableLayoutPanel2 . SetColumnSpan ( this . flowLayoutPanel2 , 2 ) ;
2017-03-07 17:51:14 -05:00
this . flowLayoutPanel2 . Controls . Add ( this . label2 ) ;
this . flowLayoutPanel2 . Controls . Add ( this . lblByteUsage ) ;
this . flowLayoutPanel2 . Controls . Add ( this . picSizeWarning ) ;
this . flowLayoutPanel2 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . flowLayoutPanel2 . Location = new System . Drawing . Point ( 0 , 25 ) ;
this . flowLayoutPanel2 . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . flowLayoutPanel2 . Name = "flowLayoutPanel2" ;
2017-08-31 23:29:33 -04:00
this . flowLayoutPanel2 . Size = new System . Drawing . Size ( 448 , 25 ) ;
2017-03-07 17:51:14 -05:00
this . flowLayoutPanel2 . TabIndex = 4 ;
//
// label2
//
this . label2 . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . label2 . AutoSize = true ;
this . label2 . Location = new System . Drawing . Point ( 3 , 6 ) ;
this . label2 . Name = "label2" ;
this . label2 . Size = new System . Drawing . Size ( 63 , 13 ) ;
this . label2 . TabIndex = 2 ;
this . label2 . Text = "Byte usage:" ;
//
// lblByteUsage
//
this . lblByteUsage . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . lblByteUsage . AutoSize = true ;
this . lblByteUsage . Location = new System . Drawing . Point ( 72 , 6 ) ;
this . lblByteUsage . Name = "lblByteUsage" ;
this . lblByteUsage . Size = new System . Drawing . Size ( 30 , 13 ) ;
this . lblByteUsage . TabIndex = 3 ;
this . lblByteUsage . Text = "0 / 0" ;
//
// picSizeWarning
//
this . picSizeWarning . Image = global :: Mesen . GUI . Properties . Resources . Warning ;
this . picSizeWarning . Location = new System . Drawing . Point ( 108 , 5 ) ;
this . picSizeWarning . Margin = new System . Windows . Forms . Padding ( 3 , 5 , 3 , 3 ) ;
this . picSizeWarning . Name = "picSizeWarning" ;
this . picSizeWarning . Size = new System . Drawing . Size ( 18 , 18 ) ;
this . picSizeWarning . TabIndex = 10 ;
this . picSizeWarning . TabStop = false ;
this . picSizeWarning . Visible = false ;
//
// flowLayoutPanel3
//
this . flowLayoutPanel3 . Controls . Add ( this . btnCancel ) ;
this . flowLayoutPanel3 . Controls . Add ( this . btnOk ) ;
this . flowLayoutPanel3 . Controls . Add ( this . lblNoChanges ) ;
this . flowLayoutPanel3 . Dock = System . Windows . Forms . DockStyle . Bottom ;
this . flowLayoutPanel3 . FlowDirection = System . Windows . Forms . FlowDirection . RightToLeft ;
2018-03-03 10:41:59 -05:00
this . flowLayoutPanel3 . Location = new System . Drawing . Point ( 88 , 86 ) ;
2017-03-07 17:51:14 -05:00
this . flowLayoutPanel3 . Margin = new System . Windows . Forms . Padding ( 0 ) ;
this . flowLayoutPanel3 . Name = "flowLayoutPanel3" ;
2018-03-03 10:41:59 -05:00
this . flowLayoutPanel3 . Size = new System . Drawing . Size ( 360 , 30 ) ;
2017-03-07 17:51:14 -05:00
this . flowLayoutPanel3 . TabIndex = 5 ;
//
// lblNoChanges
//
this . lblNoChanges . Anchor = System . Windows . Forms . AnchorStyles . Left ;
this . lblNoChanges . AutoSize = true ;
this . lblNoChanges . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 128 ) ) ) ;
this . lblNoChanges . ForeColor = System . Drawing . SystemColors . GrayText ;
2018-03-03 10:41:59 -05:00
this . lblNoChanges . Location = new System . Drawing . Point ( 43 , 8 ) ;
2017-03-07 17:51:14 -05:00
this . lblNoChanges . Name = "lblNoChanges" ;
2018-03-03 10:41:59 -05:00
this . lblNoChanges . Size = new System . Drawing . Size ( 162 , 13 ) ;
2017-03-07 17:51:14 -05:00
this . lblNoChanges . TabIndex = 2 ;
2017-09-02 17:46:41 -04:00
this . lblNoChanges . Text = "New code matches original code" ;
2017-03-07 17:51:14 -05:00
//
2017-03-11 21:03:45 -05:00
// groupBox1
//
this . groupBox1 . Controls . Add ( this . panel1 ) ;
this . groupBox1 . Dock = System . Windows . Forms . DockStyle . Fill ;
this . groupBox1 . Location = new System . Drawing . Point ( 3 , 3 ) ;
this . groupBox1 . Name = "groupBox1" ;
2017-08-31 23:29:33 -04:00
this . groupBox1 . Size = new System . Drawing . Size ( 369 , 293 ) ;
2017-03-11 21:03:45 -05:00
this . groupBox1 . TabIndex = 4 ;
this . groupBox1 . TabStop = false ;
this . groupBox1 . Text = "Code Editor" ;
//
2017-03-07 17:51:14 -05:00
// panel1
//
this . panel1 . BackColor = System . Drawing . SystemColors . ControlDark ;
this . panel1 . Controls . Add ( this . txtCode ) ;
this . panel1 . Dock = System . Windows . Forms . DockStyle . Fill ;
2017-03-11 15:01:33 -05:00
this . panel1 . Location = new System . Drawing . Point ( 3 , 16 ) ;
2017-03-07 17:51:14 -05:00
this . panel1 . Name = "panel1" ;
this . panel1 . Padding = new System . Windows . Forms . Padding ( 1 ) ;
2017-08-31 23:29:33 -04:00
this . panel1 . Size = new System . Drawing . Size ( 363 , 274 ) ;
2017-03-07 17:51:14 -05:00
this . panel1 . TabIndex = 4 ;
//
// txtCode
//
2017-08-31 23:29:33 -04:00
this . txtCode . AutoCompleteBracketsList = new char [ ] {
'(' ,
')' ,
'{' ,
'}' ,
'[' ,
']' ,
'\"' ,
'\"' ,
'\'' ,
'\'' } ;
this . txtCode . AutoIndentChars = false ;
this . txtCode . AutoIndentExistingLines = false ;
this . txtCode . AutoScrollMinSize = new System . Drawing . Size ( 43 , 14 ) ;
this . txtCode . BackBrush = null ;
this . txtCode . CharHeight = 14 ;
this . txtCode . CharWidth = 8 ;
2017-09-01 14:57:02 -04:00
this . txtCode . ContextMenuStrip = this . contextMenu ;
2017-08-31 23:29:33 -04:00
this . txtCode . CurrentLineColor = System . Drawing . Color . Gainsboro ;
this . txtCode . Cursor = System . Windows . Forms . Cursors . IBeam ;
this . txtCode . DisabledColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 100 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 180 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 180 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 180 ) ) ) ) ) ;
this . txtCode . Dock = System . Windows . Forms . DockStyle . Fill ;
2018-03-03 10:41:59 -05:00
this . txtCode . Font = new System . Drawing . Font ( "Courier New" , 9.75F ) ;
2017-08-31 23:29:33 -04:00
this . txtCode . IsReplaceMode = false ;
2017-03-07 17:51:14 -05:00
this . txtCode . Location = new System . Drawing . Point ( 1 , 1 ) ;
this . txtCode . Name = "txtCode" ;
2017-08-31 23:29:33 -04:00
this . txtCode . Paddings = new System . Windows . Forms . Padding ( 0 ) ;
this . txtCode . ReservedCountOfLineNumberChars = 3 ;
this . txtCode . SelectionColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 60 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 0 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 0 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 255 ) ) ) ) ) ;
this . txtCode . Size = new System . Drawing . Size ( 361 , 272 ) ;
this . txtCode . TabIndex = 6 ;
2017-09-01 14:57:02 -04:00
this . txtCode . TabLength = 2 ;
2017-08-31 23:29:33 -04:00
this . txtCode . Zoom = 100 ;
this . txtCode . TextChanged + = new System . EventHandler < FastColoredTextBoxNS . TextChangedEventArgs > ( this . txtCode_TextChanged ) ;
2017-03-09 20:42:53 -05:00
//
2017-09-01 14:57:02 -04:00
// contextMenu
//
this . contextMenu . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . mnuCopy ,
this . mnuCut ,
this . mnuPaste ,
this . toolStripMenuItem5 ,
this . mnuSelectAll } ) ;
this . contextMenu . Name = "contextMenu" ;
2018-03-10 09:58:24 -05:00
this . contextMenu . Size = new System . Drawing . Size ( 123 , 98 ) ;
2017-09-01 14:57:02 -04:00
//
// mnuCopy
//
this . mnuCopy . Name = "mnuCopy" ;
2018-03-10 09:58:24 -05:00
this . mnuCopy . Size = new System . Drawing . Size ( 122 , 22 ) ;
2017-09-01 14:57:02 -04:00
this . mnuCopy . Text = "Copy" ;
this . mnuCopy . Click + = new System . EventHandler ( this . mnuCopy_Click ) ;
//
// mnuCut
//
this . mnuCut . Name = "mnuCut" ;
2018-03-10 09:58:24 -05:00
this . mnuCut . Size = new System . Drawing . Size ( 122 , 22 ) ;
2017-09-01 14:57:02 -04:00
this . mnuCut . Text = "Cut" ;
this . mnuCut . Click + = new System . EventHandler ( this . mnuCut_Click ) ;
//
// mnuPaste
//
this . mnuPaste . Name = "mnuPaste" ;
2018-03-10 09:58:24 -05:00
this . mnuPaste . Size = new System . Drawing . Size ( 122 , 22 ) ;
2017-09-01 14:57:02 -04:00
this . mnuPaste . Text = "Paste" ;
this . mnuPaste . Click + = new System . EventHandler ( this . mnuPaste_Click ) ;
//
// toolStripMenuItem5
//
this . toolStripMenuItem5 . Name = "toolStripMenuItem5" ;
2018-03-10 09:58:24 -05:00
this . toolStripMenuItem5 . Size = new System . Drawing . Size ( 119 , 6 ) ;
2017-09-01 14:57:02 -04:00
//
// mnuSelectAll
//
this . mnuSelectAll . Name = "mnuSelectAll" ;
2018-03-10 09:58:24 -05:00
this . mnuSelectAll . Size = new System . Drawing . Size ( 122 , 22 ) ;
2017-09-01 14:57:02 -04:00
this . mnuSelectAll . Text = "Select All" ;
this . mnuSelectAll . Click + = new System . EventHandler ( this . mnuSelectAll_Click ) ;
//
2017-03-11 15:01:33 -05:00
// groupBox2
//
this . groupBox2 . Controls . Add ( this . ctrlHexBox ) ;
this . groupBox2 . Dock = System . Windows . Forms . DockStyle . Fill ;
2017-08-31 23:29:33 -04:00
this . groupBox2 . Location = new System . Drawing . Point ( 378 , 3 ) ;
2017-03-11 15:01:33 -05:00
this . groupBox2 . Name = "groupBox2" ;
2017-08-31 23:29:33 -04:00
this . groupBox2 . Size = new System . Drawing . Size ( 454 , 293 ) ;
2017-03-11 15:01:33 -05:00
this . groupBox2 . TabIndex = 5 ;
this . groupBox2 . TabStop = false ;
this . groupBox2 . Text = "Assembled Byte Code" ;
//
2017-03-11 21:03:45 -05:00
// ctrlHexBox
//
this . ctrlHexBox . ByteColorProvider = null ;
this . ctrlHexBox . ColumnInfoVisible = true ;
this . ctrlHexBox . Dock = System . Windows . Forms . DockStyle . Fill ;
2018-03-03 10:41:59 -05:00
this . ctrlHexBox . EnablePerByteNavigation = false ;
2017-03-11 21:03:45 -05:00
this . ctrlHexBox . Font = new System . Drawing . Font ( "Segoe UI" , 9F ) ;
2018-03-03 10:41:59 -05:00
this . ctrlHexBox . HighDensityMode = false ;
2017-03-11 21:03:45 -05:00
this . ctrlHexBox . InfoBackColor = System . Drawing . Color . DarkGray ;
this . ctrlHexBox . LineInfoVisible = true ;
this . ctrlHexBox . Location = new System . Drawing . Point ( 3 , 16 ) ;
this . ctrlHexBox . Name = "ctrlHexBox" ;
this . ctrlHexBox . ReadOnly = true ;
this . ctrlHexBox . ShadowSelectionColor = System . Drawing . Color . FromArgb ( ( ( int ) ( ( ( byte ) ( 100 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 60 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 188 ) ) ) ) , ( ( int ) ( ( ( byte ) ( 255 ) ) ) ) ) ;
2017-08-31 23:29:33 -04:00
this . ctrlHexBox . Size = new System . Drawing . Size ( 448 , 274 ) ;
2017-03-11 21:03:45 -05:00
this . ctrlHexBox . TabIndex = 1 ;
this . ctrlHexBox . UseFixedBytesPerLine = true ;
this . ctrlHexBox . VScrollBarVisible = true ;
//
2017-08-31 23:29:33 -04:00
// menuStrip1
//
this . menuStrip1 . Items . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . fileToolStripMenuItem ,
this . viewToolStripMenuItem } ) ;
this . menuStrip1 . Location = new System . Drawing . Point ( 0 , 0 ) ;
this . menuStrip1 . Name = "menuStrip1" ;
this . menuStrip1 . Size = new System . Drawing . Size ( 835 , 24 ) ;
this . menuStrip1 . TabIndex = 3 ;
this . menuStrip1 . Text = "menuStrip1" ;
//
// fileToolStripMenuItem
//
this . fileToolStripMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . mnuClose } ) ;
this . fileToolStripMenuItem . Name = "fileToolStripMenuItem" ;
this . fileToolStripMenuItem . Size = new System . Drawing . Size ( 37 , 20 ) ;
this . fileToolStripMenuItem . Text = "File" ;
//
// mnuClose
//
this . mnuClose . Image = global :: Mesen . GUI . Properties . Resources . Exit ;
this . mnuClose . Name = "mnuClose" ;
this . mnuClose . Size = new System . Drawing . Size ( 103 , 22 ) ;
this . mnuClose . Text = "Close" ;
this . mnuClose . Click + = new System . EventHandler ( this . mnuClose_Click ) ;
//
// viewToolStripMenuItem
//
this . viewToolStripMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . fontSizeToolStripMenuItem ,
this . mnuConfigureColors ,
this . toolStripMenuItem1 ,
this . mnuEnableSyntaxHighlighting } ) ;
this . viewToolStripMenuItem . Name = "viewToolStripMenuItem" ;
this . viewToolStripMenuItem . Size = new System . Drawing . Size ( 44 , 20 ) ;
this . viewToolStripMenuItem . Text = "View" ;
//
// fontSizeToolStripMenuItem
//
this . fontSizeToolStripMenuItem . DropDownItems . AddRange ( new System . Windows . Forms . ToolStripItem [ ] {
this . mnuIncreaseFontSize ,
this . mnuDecreaseFontSize ,
2018-03-03 10:41:59 -05:00
this . mnuResetFontSize ,
this . toolStripMenuItem2 ,
this . mnuSelectFont } ) ;
2017-08-31 23:29:33 -04:00
this . fontSizeToolStripMenuItem . Image = global :: Mesen . GUI . Properties . Resources . Font ;
this . fontSizeToolStripMenuItem . Name = "fontSizeToolStripMenuItem" ;
this . fontSizeToolStripMenuItem . Size = new System . Drawing . Size ( 216 , 22 ) ;
2018-03-03 10:41:59 -05:00
this . fontSizeToolStripMenuItem . Text = "Font Options" ;
2017-08-31 23:29:33 -04:00
//
// mnuIncreaseFontSize
//
this . mnuIncreaseFontSize . Name = "mnuIncreaseFontSize" ;
2018-03-10 09:58:24 -05:00
this . mnuIncreaseFontSize . ShortcutKeyDisplayString = "" ;
this . mnuIncreaseFontSize . Size = new System . Drawing . Size ( 157 , 22 ) ;
2018-03-03 10:41:59 -05:00
this . mnuIncreaseFontSize . Text = "Increase Size" ;
2017-08-31 23:29:33 -04:00
this . mnuIncreaseFontSize . Click + = new System . EventHandler ( this . mnuIncreaseFontSize_Click ) ;
//
// mnuDecreaseFontSize
//
this . mnuDecreaseFontSize . Name = "mnuDecreaseFontSize" ;
2018-03-10 09:58:24 -05:00
this . mnuDecreaseFontSize . ShortcutKeyDisplayString = "" ;
this . mnuDecreaseFontSize . Size = new System . Drawing . Size ( 157 , 22 ) ;
2018-03-03 10:41:59 -05:00
this . mnuDecreaseFontSize . Text = "Decrease Size" ;
2017-08-31 23:29:33 -04:00
this . mnuDecreaseFontSize . Click + = new System . EventHandler ( this . mnuDecreaseFontSize_Click ) ;
//
// mnuResetFontSize
//
this . mnuResetFontSize . Name = "mnuResetFontSize" ;
2018-03-10 09:58:24 -05:00
this . mnuResetFontSize . ShortcutKeyDisplayString = "" ;
this . mnuResetFontSize . Size = new System . Drawing . Size ( 157 , 22 ) ;
2017-08-31 23:29:33 -04:00
this . mnuResetFontSize . Text = "Reset to Default" ;
this . mnuResetFontSize . Click + = new System . EventHandler ( this . mnuResetFontSize_Click ) ;
//
2018-03-03 10:41:59 -05:00
// toolStripMenuItem2
//
this . toolStripMenuItem2 . Name = "toolStripMenuItem2" ;
2018-03-10 09:58:24 -05:00
this . toolStripMenuItem2 . Size = new System . Drawing . Size ( 154 , 6 ) ;
2018-03-03 10:41:59 -05:00
//
// mnuSelectFont
//
this . mnuSelectFont . Name = "mnuSelectFont" ;
2018-03-10 09:58:24 -05:00
this . mnuSelectFont . Size = new System . Drawing . Size ( 157 , 22 ) ;
2018-03-03 10:41:59 -05:00
this . mnuSelectFont . Text = "Select Font..." ;
this . mnuSelectFont . Click + = new System . EventHandler ( this . mnuSelectFont_Click ) ;
//
2017-08-31 23:29:33 -04:00
// mnuConfigureColors
//
this . mnuConfigureColors . Image = global :: Mesen . GUI . Properties . Resources . PipetteSmall ;
this . mnuConfigureColors . Name = "mnuConfigureColors" ;
this . mnuConfigureColors . Size = new System . Drawing . Size ( 216 , 22 ) ;
this . mnuConfigureColors . Text = "Configure Colors" ;
this . mnuConfigureColors . Click + = new System . EventHandler ( this . mnuConfigureColors_Click ) ;
//
// toolStripMenuItem1
//
this . toolStripMenuItem1 . Name = "toolStripMenuItem1" ;
this . toolStripMenuItem1 . Size = new System . Drawing . Size ( 213 , 6 ) ;
//
// mnuEnableSyntaxHighlighting
//
this . mnuEnableSyntaxHighlighting . CheckOnClick = true ;
this . mnuEnableSyntaxHighlighting . Name = "mnuEnableSyntaxHighlighting" ;
this . mnuEnableSyntaxHighlighting . Size = new System . Drawing . Size ( 216 , 22 ) ;
this . mnuEnableSyntaxHighlighting . Text = "Enable Syntax Highlighting" ;
this . mnuEnableSyntaxHighlighting . CheckedChanged + = new System . EventHandler ( this . mnuEnableSyntaxHighlighting_CheckedChanged ) ;
//
2017-03-07 17:51:14 -05:00
// frmAssembler
//
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
this . CancelButton = this . btnCancel ;
2017-08-31 23:29:33 -04:00
this . ClientSize = new System . Drawing . Size ( 835 , 464 ) ;
2017-03-07 17:51:14 -05:00
this . Controls . Add ( this . tableLayoutPanel1 ) ;
2017-08-31 23:29:33 -04:00
this . Controls . Add ( this . menuStrip1 ) ;
this . MainMenuStrip = this . menuStrip1 ;
2017-03-11 21:03:45 -05:00
this . MinimumSize = new System . Drawing . Size ( 851 , 502 ) ;
2017-03-07 17:51:14 -05:00
this . Name = "frmAssembler" ;
this . Text = "Assembler" ;
this . tableLayoutPanel1 . ResumeLayout ( false ) ;
this . grpSettings . ResumeLayout ( false ) ;
this . tableLayoutPanel2 . ResumeLayout ( false ) ;
this . flowLayoutPanel1 . ResumeLayout ( false ) ;
this . flowLayoutPanel1 . PerformLayout ( ) ;
2017-03-11 10:59:09 -05:00
( ( System . ComponentModel . ISupportInitialize ) ( this . picStartAddressWarning ) ) . EndInit ( ) ;
2017-03-07 17:51:14 -05:00
this . flowLayoutPanel2 . ResumeLayout ( false ) ;
this . flowLayoutPanel2 . PerformLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . picSizeWarning ) ) . EndInit ( ) ;
this . flowLayoutPanel3 . ResumeLayout ( false ) ;
this . flowLayoutPanel3 . PerformLayout ( ) ;
2017-03-11 21:03:45 -05:00
this . groupBox1 . ResumeLayout ( false ) ;
2017-03-07 17:51:14 -05:00
this . panel1 . ResumeLayout ( false ) ;
2017-08-31 23:29:33 -04:00
( ( System . ComponentModel . ISupportInitialize ) ( this . txtCode ) ) . EndInit ( ) ;
2017-09-01 14:57:02 -04:00
this . contextMenu . ResumeLayout ( false ) ;
2017-03-11 15:01:33 -05:00
this . groupBox2 . ResumeLayout ( false ) ;
2017-08-31 23:29:33 -04:00
this . menuStrip1 . ResumeLayout ( false ) ;
this . menuStrip1 . PerformLayout ( ) ;
2017-03-07 17:51:14 -05:00
this . ResumeLayout ( false ) ;
2017-08-31 23:29:33 -04:00
this . PerformLayout ( ) ;
2017-03-07 17:51:14 -05:00
}
#endregion
private System . Windows . Forms . TableLayoutPanel tableLayoutPanel1 ;
private Be . Windows . Forms . HexBox ctrlHexBox ;
private System . Windows . Forms . ListBox lstErrors ;
private System . Windows . Forms . GroupBox grpSettings ;
private System . Windows . Forms . TableLayoutPanel tableLayoutPanel2 ;
private System . Windows . Forms . FlowLayoutPanel flowLayoutPanel1 ;
private System . Windows . Forms . Label label1 ;
private System . Windows . Forms . TextBox txtStartAddress ;
private System . Windows . Forms . FlowLayoutPanel flowLayoutPanel2 ;
private System . Windows . Forms . Label label2 ;
private System . Windows . Forms . Label lblByteUsage ;
private System . Windows . Forms . FlowLayoutPanel flowLayoutPanel3 ;
private System . Windows . Forms . Button btnCancel ;
private System . Windows . Forms . Button btnOk ;
private System . Windows . Forms . PictureBox picSizeWarning ;
private System . Windows . Forms . Panel panel1 ;
private System . Windows . Forms . Label lblNoChanges ;
2017-03-09 20:42:53 -05:00
private System . Windows . Forms . PictureBox picStartAddressWarning ;
2017-03-11 15:01:33 -05:00
private System . Windows . Forms . GroupBox groupBox1 ;
private System . Windows . Forms . GroupBox groupBox2 ;
2017-03-11 21:03:45 -05:00
private System . Windows . Forms . Button btnExecute ;
2017-08-31 23:29:33 -04:00
private FastColoredTextBoxNS . FastColoredTextBox txtCode ;
2018-02-23 11:30:37 -05:00
private Mesen . GUI . Controls . ctrlMesenMenuStrip menuStrip1 ;
2017-08-31 23:29:33 -04:00
private System . Windows . Forms . ToolStripMenuItem fileToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem mnuClose ;
private System . Windows . Forms . ToolStripMenuItem viewToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem mnuEnableSyntaxHighlighting ;
private System . Windows . Forms . ToolStripSeparator toolStripMenuItem1 ;
private System . Windows . Forms . ToolStripMenuItem mnuConfigureColors ;
private System . Windows . Forms . ToolStripMenuItem fontSizeToolStripMenuItem ;
private System . Windows . Forms . ToolStripMenuItem mnuIncreaseFontSize ;
private System . Windows . Forms . ToolStripMenuItem mnuDecreaseFontSize ;
private System . Windows . Forms . ToolStripMenuItem mnuResetFontSize ;
2017-09-01 14:57:02 -04:00
private System . Windows . Forms . ContextMenuStrip contextMenu ;
private System . Windows . Forms . ToolStripMenuItem mnuCopy ;
private System . Windows . Forms . ToolStripMenuItem mnuCut ;
private System . Windows . Forms . ToolStripMenuItem mnuPaste ;
private System . Windows . Forms . ToolStripSeparator toolStripMenuItem5 ;
private System . Windows . Forms . ToolStripMenuItem mnuSelectAll ;
2018-03-03 10:41:59 -05:00
private System . Windows . Forms . ToolStripSeparator toolStripMenuItem2 ;
private System . Windows . Forms . ToolStripMenuItem mnuSelectFont ;
2017-03-07 17:51:14 -05:00
}
}