123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- namespace IControls_FireManager
- {
- partial class Form__Sample
- {
- /// <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();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form__Sample));
- this.officeFormAdorner = new Janus.Windows.Ribbon.OfficeFormAdorner(this.components);
- this.uiGroupBox = new Janus.Windows.EditControls.UIGroupBox();
- this.label_Help_Manufacture = new System.Windows.Forms.Label();
- this.label_Help_Version = new System.Windows.Forms.Label();
- this.label_Help_Body = new System.Windows.Forms.Label();
- this.visualStyleManager = new Janus.Windows.Common.VisualStyleManager(this.components);
- ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).BeginInit();
- this.uiGroupBox.SuspendLayout();
- this.SuspendLayout();
- //
- // officeFormAdorner
- //
- this.officeFormAdorner.Form = this;
- this.officeFormAdorner.Office2007ColorScheme = Janus.Windows.Ribbon.Office2007ColorScheme.Custom;
- this.officeFormAdorner.Office2007CustomColor = System.Drawing.SystemColors.ActiveCaption;
- //
- // uiGroupBox
- //
- this.uiGroupBox.BackColor = System.Drawing.SystemColors.ActiveCaption;
- this.uiGroupBox.BackgroundStyle = Janus.Windows.EditControls.BackgroundStyle.Panel;
- this.uiGroupBox.BorderColor = System.Drawing.Color.Transparent;
- this.uiGroupBox.Controls.Add(this.label_Help_Manufacture);
- this.uiGroupBox.Controls.Add(this.label_Help_Version);
- this.uiGroupBox.Controls.Add(this.label_Help_Body);
- this.uiGroupBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.uiGroupBox.Location = new System.Drawing.Point(0, 0);
- this.uiGroupBox.Name = "uiGroupBox";
- this.uiGroupBox.Office2007CustomColor = System.Drawing.SystemColors.ActiveBorder;
- this.uiGroupBox.Size = new System.Drawing.Size(898, 135);
- this.uiGroupBox.TabIndex = 0;
- this.uiGroupBox.VisualStyle = Janus.Windows.UI.Dock.PanelVisualStyle.Office2007;
- //
- // label_Help_Manufacture
- //
- this.label_Help_Manufacture.AutoSize = true;
- this.label_Help_Manufacture.BackColor = System.Drawing.Color.Transparent;
- this.label_Help_Manufacture.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label_Help_Manufacture.Location = new System.Drawing.Point(68, 20);
- this.label_Help_Manufacture.Name = "label_Help_Manufacture";
- this.label_Help_Manufacture.Size = new System.Drawing.Size(735, 13);
- this.label_Help_Manufacture.TabIndex = 0;
- this.label_Help_Manufacture.Text = "This is Program Designed By ICONTROLS (Corporation), Research Developmnet - M.M." +
- "I Department";
- //
- // label_Help_Version
- //
- this.label_Help_Version.AutoSize = true;
- this.label_Help_Version.BackColor = System.Drawing.Color.Transparent;
- this.label_Help_Version.Font = new System.Drawing.Font("굴림", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
- this.label_Help_Version.Location = new System.Drawing.Point(296, 48);
- this.label_Help_Version.Name = "label_Help_Version";
- this.label_Help_Version.Size = new System.Drawing.Size(136, 13);
- this.label_Help_Version.TabIndex = 0;
- this.label_Help_Version.Text = "Release Version :";
- //
- // label_Help_Body
- //
- this.label_Help_Body.AutoSize = true;
- this.label_Help_Body.BackColor = System.Drawing.Color.Transparent;
- this.label_Help_Body.Location = new System.Drawing.Point(34, 78);
- this.label_Help_Body.Name = "label_Help_Body";
- this.label_Help_Body.Size = new System.Drawing.Size(822, 36);
- this.label_Help_Body.TabIndex = 0;
- this.label_Help_Body.Text = resources.GetString("label_Help_Body.Text");
- //
- // Form__Sample
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(898, 135);
- this.Controls.Add(this.uiGroupBox);
- this.MaximizeBox = false;
- this.MinimizeBox = false;
- this.Name = "Form__Sample";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Help";
- this.TopMost = true;
- ((System.ComponentModel.ISupportInitialize)(this.officeFormAdorner)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox)).EndInit();
- this.uiGroupBox.ResumeLayout(false);
- this.uiGroupBox.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private Janus.Windows.Ribbon.OfficeFormAdorner officeFormAdorner;
- private Janus.Windows.EditControls.UIGroupBox uiGroupBox;
- private Janus.Windows.Common.VisualStyleManager visualStyleManager;
- private System.Windows.Forms.Label label_Help_Body;
- private System.Windows.Forms.Label label_Help_Manufacture;
- private System.Windows.Forms.Label label_Help_Version;
- }
- }
|