123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258 |
- namespace IControls_FireManager
- {
- partial class Frame_Debug
- {
- /// <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()
- {
- this.components = new System.ComponentModel.Container();
- Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem1 = new Janus.Windows.EditControls.UIComboBoxItem();
- Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem2 = new Janus.Windows.EditControls.UIComboBoxItem();
- Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem3 = new Janus.Windows.EditControls.UIComboBoxItem();
- Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem4 = new Janus.Windows.EditControls.UIComboBoxItem();
- Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem5 = new Janus.Windows.EditControls.UIComboBoxItem();
- Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem6 = new Janus.Windows.EditControls.UIComboBoxItem();
- Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem7 = new Janus.Windows.EditControls.UIComboBoxItem();
- Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem8 = new Janus.Windows.EditControls.UIComboBoxItem();
- Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem9 = new Janus.Windows.EditControls.UIComboBoxItem();
- this.officeFormAdorner = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);
- this.visualStyleManager = new Janus.Windows.Common.VisualStyleManager(this.components);
- this.uiGroupBox = new Janus.Windows.EditControls.UIGroupBox();
- this.uiComboBox_FontSize = new Janus.Windows.EditControls.UIComboBox();
- this.uiCheckBox_LogEnable = new Janus.Windows.EditControls.UICheckBox();
- this.uiButton_Copy = new Janus.Windows.EditControls.UIButton();
- this.uiButton_Save = new Janus.Windows.EditControls.UIButton();
- this.uiButton_Clear = new Janus.Windows.EditControls.UIButton();
- this.uiComboBox_Color = new Janus.Windows.EditControls.UIComboBox();
- this.label1 = new System.Windows.Forms.Label();
- this.editBox_Log = new Janus.Windows.GridEX.EditControls.EditBox();
- ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).BeginInit();
- this.uiGroupBox.SuspendLayout();
- this.SuspendLayout();
- //
- // officeFormAdorner
- //
- this.officeFormAdorner.Form = this;
- this.officeFormAdorner.Office2007CustomColor = System.Drawing.Color.Empty;
- //
- // uiGroupBox
- //
- this.uiGroupBox.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel;
- this.uiGroupBox.BorderColor = System.Drawing.Color.Transparent;
- this.uiGroupBox.Controls.Add(this.uiComboBox_FontSize);
- this.uiGroupBox.Controls.Add(this.uiCheckBox_LogEnable);
- this.uiGroupBox.Controls.Add(this.uiButton_Copy);
- this.uiGroupBox.Controls.Add(this.uiButton_Save);
- this.uiGroupBox.Controls.Add(this.uiButton_Clear);
- this.uiGroupBox.Controls.Add(this.uiComboBox_Color);
- this.uiGroupBox.Controls.Add(this.label1);
- this.uiGroupBox.Dock = System.Windows.Forms.DockStyle.Top;
- this.uiGroupBox.Location = new System.Drawing.Point(0, 0);
- this.uiGroupBox.Name = "uiGroupBox";
- this.uiGroupBox.Size = new System.Drawing.Size(1168, 40);
- this.uiGroupBox.TabIndex = 3;
- this.uiGroupBox.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
- //
- // uiComboBox_FontSize
- //
- this.uiComboBox_FontSize.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
- this.uiComboBox_FontSize.Font = new System.Drawing.Font("굴림", 8F);
- uiComboBoxItem1.FormatStyle.Alpha = 0;
- uiComboBoxItem1.IsSeparator = false;
- uiComboBoxItem1.Text = "8";
- uiComboBoxItem2.FormatStyle.Alpha = 0;
- uiComboBoxItem2.IsSeparator = false;
- uiComboBoxItem2.Text = "10";
- uiComboBoxItem3.FormatStyle.Alpha = 0;
- uiComboBoxItem3.IsSeparator = false;
- uiComboBoxItem3.Text = "12";
- uiComboBoxItem4.FormatStyle.Alpha = 0;
- uiComboBoxItem4.IsSeparator = false;
- uiComboBoxItem4.Text = "14";
- uiComboBoxItem5.FormatStyle.Alpha = 0;
- uiComboBoxItem5.IsSeparator = false;
- uiComboBoxItem5.Text = "16";
- this.uiComboBox_FontSize.Items.AddRange(new Janus.Windows.EditControls.UIComboBoxItem[] {
- uiComboBoxItem1,
- uiComboBoxItem2,
- uiComboBoxItem3,
- uiComboBoxItem4,
- uiComboBoxItem5});
- this.uiComboBox_FontSize.Location = new System.Drawing.Point(204, 11);
- this.uiComboBox_FontSize.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uiComboBox_FontSize.Name = "uiComboBox_FontSize";
- this.uiComboBox_FontSize.SelectedIndex = 0;
- this.uiComboBox_FontSize.Size = new System.Drawing.Size(45, 20);
- this.uiComboBox_FontSize.TabIndex = 405;
- this.uiComboBox_FontSize.Text = "8";
- this.uiComboBox_FontSize.TextAlignment = Janus.Windows.EditControls.TextAlignment.Center;
- this.uiComboBox_FontSize.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
- this.uiComboBox_FontSize.SelectedIndexChanged += new System.EventHandler(this.uiComboBox_FontSize_SelectedIndexChanged);
- //
- // uiCheckBox_LogEnable
- //
- this.uiCheckBox_LogEnable.BackColor = System.Drawing.Color.Transparent;
- this.uiCheckBox_LogEnable.Font = new System.Drawing.Font("굴림", 8F);
- this.uiCheckBox_LogEnable.FormatStyle.BackColor = System.Drawing.Color.Transparent;
- this.uiCheckBox_LogEnable.Location = new System.Drawing.Point(354, 8);
- this.uiCheckBox_LogEnable.Name = "uiCheckBox_LogEnable";
- this.uiCheckBox_LogEnable.Size = new System.Drawing.Size(13, 25);
- this.uiCheckBox_LogEnable.TabIndex = 403;
- this.uiCheckBox_LogEnable.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
- //
- // uiButton_Copy
- //
- this.uiButton_Copy.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.uiButton_Copy.Font = new System.Drawing.Font("굴림", 8F);
- this.uiButton_Copy.HighlightActiveButton = false;
- this.uiButton_Copy.ImageSize = new System.Drawing.Size(30, 30);
- this.uiButton_Copy.Location = new System.Drawing.Point(138, 10);
- this.uiButton_Copy.Name = "uiButton_Copy";
- this.uiButton_Copy.Size = new System.Drawing.Size(60, 22);
- this.uiButton_Copy.TabIndex = 402;
- this.uiButton_Copy.Text = "Copy";
- this.uiButton_Copy.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
- this.uiButton_Copy.Click += new System.EventHandler(this.uiButton_Copy_Click);
- //
- // uiButton_Save
- //
- this.uiButton_Save.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.uiButton_Save.Font = new System.Drawing.Font("굴림", 8F);
- this.uiButton_Save.HighlightActiveButton = false;
- this.uiButton_Save.ImageSize = new System.Drawing.Size(30, 30);
- this.uiButton_Save.Location = new System.Drawing.Point(72, 10);
- this.uiButton_Save.Name = "uiButton_Save";
- this.uiButton_Save.Size = new System.Drawing.Size(60, 22);
- this.uiButton_Save.TabIndex = 402;
- this.uiButton_Save.Text = "Save";
- this.uiButton_Save.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
- this.uiButton_Save.Click += new System.EventHandler(this.uiButton_Save_Click);
- //
- // uiButton_Clear
- //
- this.uiButton_Clear.DialogResult = System.Windows.Forms.DialogResult.OK;
- this.uiButton_Clear.Font = new System.Drawing.Font("굴림", 8F);
- this.uiButton_Clear.HighlightActiveButton = false;
- this.uiButton_Clear.ImageSize = new System.Drawing.Size(30, 30);
- this.uiButton_Clear.Location = new System.Drawing.Point(6, 10);
- this.uiButton_Clear.Name = "uiButton_Clear";
- this.uiButton_Clear.Size = new System.Drawing.Size(60, 22);
- this.uiButton_Clear.TabIndex = 402;
- this.uiButton_Clear.Text = "Clear";
- this.uiButton_Clear.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
- this.uiButton_Clear.Click += new System.EventHandler(this.uiButton_Clear_Click);
- //
- // uiComboBox_Color
- //
- this.uiComboBox_Color.Font = new System.Drawing.Font("굴림", 8F);
- uiComboBoxItem6.FormatStyle.Alpha = 0;
- uiComboBoxItem6.IsSeparator = false;
- uiComboBoxItem6.Text = "White";
- uiComboBoxItem7.FormatStyle.Alpha = 0;
- uiComboBoxItem7.IsSeparator = false;
- uiComboBoxItem7.Text = "Red";
- uiComboBoxItem8.FormatStyle.Alpha = 0;
- uiComboBoxItem8.IsSeparator = false;
- uiComboBoxItem8.Text = "Blue";
- uiComboBoxItem9.FormatStyle.Alpha = 0;
- uiComboBoxItem9.IsSeparator = false;
- uiComboBoxItem9.Text = "Yellow";
- this.uiComboBox_Color.Items.AddRange(new Janus.Windows.EditControls.UIComboBoxItem[] {
- uiComboBoxItem6,
- uiComboBoxItem7,
- uiComboBoxItem8,
- uiComboBoxItem9});
- this.uiComboBox_Color.Location = new System.Drawing.Point(255, 11);
- this.uiComboBox_Color.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.uiComboBox_Color.Name = "uiComboBox_Color";
- this.uiComboBox_Color.SelectedIndex = 0;
- this.uiComboBox_Color.Size = new System.Drawing.Size(74, 20);
- this.uiComboBox_Color.TabIndex = 60;
- this.uiComboBox_Color.Text = "White";
- this.uiComboBox_Color.TextAlignment = Janus.Windows.EditControls.TextAlignment.Center;
- this.uiComboBox_Color.VisualStyle = Janus.Windows.UI.VisualStyle.Office2007;
- this.uiComboBox_Color.SelectedItemChanged += new System.EventHandler(this.uiComboBox_Color_SelectedItemChanged);
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Font = new System.Drawing.Font("굴림", 8F);
- this.label1.Location = new System.Drawing.Point(373, 16);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(125, 11);
- this.label1.TabIndex = 59;
- this.label1.Text = "Receiver Log Display";
- //
- // editBox_Log
- //
- this.editBox_Log.BackColor = System.Drawing.Color.Black;
- this.editBox_Log.Dock = System.Windows.Forms.DockStyle.Fill;
- this.editBox_Log.Font = new System.Drawing.Font("굴림", 8F);
- this.editBox_Log.ForeColor = System.Drawing.Color.White;
- this.editBox_Log.Location = new System.Drawing.Point(0, 40);
- this.editBox_Log.Multiline = true;
- this.editBox_Log.Name = "editBox_Log";
- this.editBox_Log.ScrollBars = System.Windows.Forms.ScrollBars.Both;
- this.editBox_Log.Size = new System.Drawing.Size(1168, 210);
- this.editBox_Log.TabIndex = 4;
- this.editBox_Log.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2007;
- this.editBox_Log.VisualStyleManager = this.visualStyleManager;
- //
- // Frame_Debug
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1168, 250);
- this.Controls.Add(this.editBox_Log);
- this.Controls.Add(this.uiGroupBox);
- this.Name = "Frame_Debug";
- this.Text = "Frame_Debug";
- ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).EndInit();
- this.uiGroupBox.ResumeLayout(false);
- this.uiGroupBox.PerformLayout();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private Janus.Windows.Ribbon.OfficeFormAdorner officeFormAdorner;
- private Janus.Windows.Common.VisualStyleManager visualStyleManager;
- private Janus.Windows.EditControls.UIGroupBox uiGroupBox;
- internal Janus.Windows.EditControls.UIButton uiButton_Copy;
- internal Janus.Windows.EditControls.UIButton uiButton_Save;
- internal Janus.Windows.EditControls.UIButton uiButton_Clear;
- private Janus.Windows.EditControls.UIComboBox uiComboBox_Color;
- private System.Windows.Forms.Label label1;
- private Janus.Windows.EditControls.UICheckBox uiCheckBox_LogEnable;
- private Janus.Windows.GridEX.EditControls.EditBox editBox_Log;
- private Janus.Windows.EditControls.UIComboBox uiComboBox_FontSize;
- }
- }
|