Ejemplo n.º 1
0
    private void InitializeComponent() {
      System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PleaseWaitDialog));
      this.lblMessage = new System.Windows.Forms.Label();
      this.SuspendLayout();
      // 
      // lblMessage
      // 
      this.lblMessage.AccessibleDescription = resources.GetString("lblMessage.AccessibleDescription");
      this.lblMessage.AccessibleName = resources.GetString("lblMessage.AccessibleName");
      resources.ApplyResources(this.lblMessage, "lblMessage");
      this.lblMessage.BackColor = System.Drawing.Color.Transparent;
      this.lblMessage.Name = "lblMessage";
      this.lblMessage.RightToLeft = ((System.Windows.Forms.RightToLeft) (resources.GetObject("lblMessage.RightToLeft")));
      this.lblMessage.UseMnemonic = false;
      // 
      // PleaseWaitDialog
      // 
      this.AccessibleDescription = resources.GetString("$this.AccessibleDescription");
      this.AccessibleName = resources.GetString("$this.AccessibleName");
      resources.ApplyResources(this, "$this");
      this.BackgroundImage = ((System.Drawing.Image) (resources.GetObject("$this.BackgroundImage")));
      this.ControlBox = false;
      this.Controls.Add(this.lblMessage);
      this.Font = ((System.Drawing.Font) (resources.GetObject("$this.Font")));
      this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
      this.Icon = ((System.Drawing.Icon) (resources.GetObject("$this.Icon")));
      this.ImeMode = ((System.Windows.Forms.ImeMode) (resources.GetObject("$this.ImeMode")));
      this.Name = "PleaseWaitDialog";
      this.RightToLeft = ((System.Windows.Forms.RightToLeft) (resources.GetObject("$this.RightToLeft")));
      this.ShowInTaskbar = false;
      this.ResumeLayout(false);

    }
		/// <summary> 
		/// Required method for Designer support - do not modify 
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TimeSpanPicker));
			this.comboBoxTimeSpan = new System.Windows.Forms.ComboBox();
			this.SuspendLayout();
			// 
			// comboBoxTimeSpan
			// 
			this.comboBoxTimeSpan.AutoCompleteCustomSource.AddRange(new string[] {
            resources.GetString("comboBoxTimeSpan.AutoCompleteCustomSource"),
            resources.GetString("comboBoxTimeSpan.AutoCompleteCustomSource1"),
            resources.GetString("comboBoxTimeSpan.AutoCompleteCustomSource2")});
			this.comboBoxTimeSpan.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
			this.comboBoxTimeSpan.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems;
			resources.ApplyResources(this.comboBoxTimeSpan, "comboBoxTimeSpan");
			this.comboBoxTimeSpan.FormattingEnabled = true;
			this.comboBoxTimeSpan.Name = "comboBoxTimeSpan";
			this.comboBoxTimeSpan.Leave += new System.EventHandler(this.comboBoxTimeSpan_Leave);
			this.comboBoxTimeSpan.Format += new System.Windows.Forms.ListControlConvertEventHandler(this.comboBoxTimeSpan_Format);
			// 
			// TimeSpanPicker
			// 
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.Controls.Add(this.comboBoxTimeSpan);
			this.Name = "TimeSpanPicker";
			this.ResumeLayout(false);

		}
Ejemplo n.º 3
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AccountTypeControl));
            this.lblAccountType = new System.Windows.Forms.Label();
            this.cbAccountType = new System.Windows.Forms.ComboBox();
            this.SuspendLayout();
            // 
            // lblAccountType
            // 
            resources.ApplyResources(this.lblAccountType, "lblAccountType");
            this.lblAccountType.Name = "lblAccountType";
            // 
            // cbAccountType
            // 
            this.cbAccountType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbAccountType.FormattingEnabled = true;
            this.cbAccountType.Items.AddRange(new object[] {
            resources.GetString("cbAccountType.Items"),
            resources.GetString("cbAccountType.Items1")});
            resources.ApplyResources(this.cbAccountType, "cbAccountType");
            this.cbAccountType.Name = "cbAccountType";
            // 
            // AccountTypeControl
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.cbAccountType);
            this.Controls.Add(this.lblAccountType);
            this.Name = "AccountTypeControl";
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <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(AutocompleteSample));
            this.label1 = new System.Windows.Forms.Label();
            this.fctb = new BestCS.FastColoredTextBox();
            ((System.ComponentModel.ISupportInitialize)(this.fctb)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Dock = System.Windows.Forms.DockStyle.Top;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label1.Location = new System.Drawing.Point(0, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(354, 50);
            this.label1.TabIndex = 2;
            this.label1.Text = "This example shows how to create simplest autocomplete functionality.\r\nPopup menu" +
    " contains 500000 words.";
            // 
            // fctb
            // 
            this.fctb.AutoIndent = false;
            this.fctb.AutoScrollMinSize = new System.Drawing.Size(0, 105);
            this.fctb.BackBrush = null;
            this.fctb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.fctb.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.fctb.DelayedEventsInterval = 500;
            this.fctb.DelayedTextChangedInterval = 500;
            this.fctb.DisabledColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
            this.fctb.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fctb.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.fctb.Hotkeys = resources.GetString("fctb.Hotkeys");
            this.fctb.IsReplaceMode = false;
            this.fctb.LeftBracket = '(';
            this.fctb.Location = new System.Drawing.Point(0, 50);
            this.fctb.Name = "fctb";
            this.fctb.Paddings = new System.Windows.Forms.Padding(0);
            this.fctb.RightBracket = ')';
            this.fctb.SelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
            this.fctb.ShowLineNumbers = false;
            this.fctb.Size = new System.Drawing.Size(354, 211);
            this.fctb.TabIndex = 3;
            this.fctb.Text = resources.GetString("fctb.Text");
            this.fctb.WordWrap = true;
            this.fctb.KeyDown += new System.Windows.Forms.KeyEventHandler(this.fctb_KeyDown);
            // 
            // AutocompleteSample
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(354, 261);
            this.Controls.Add(this.fctb);
            this.Controls.Add(this.label1);
            this.Name = "AutocompleteSample";
            this.Text = "AutocompleteSample";
            ((System.ComponentModel.ISupportInitialize)(this.fctb)).EndInit();
            this.ResumeLayout(false);

        }
        /// <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(AddFontsForm));
            this.buttonOK = new System.Windows.Forms.Button();
            this.buttonCancel = new System.Windows.Forms.Button();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.listBoxFonts = new System.Windows.Forms.ListBox();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // buttonOK
            // 
            resources.ApplyResources(this.buttonOK, "buttonOK");
            this.buttonOK.Name = "buttonOK";
            this.toolTip1.SetToolTip(this.buttonOK, resources.GetString("buttonOK.ToolTip"));
            this.buttonOK.UseVisualStyleBackColor = true;
            this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
            // 
            // buttonCancel
            // 
            resources.ApplyResources(this.buttonCancel, "buttonCancel");
            this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.buttonCancel.Name = "buttonCancel";
            this.toolTip1.SetToolTip(this.buttonCancel, resources.GetString("buttonCancel.ToolTip"));
            this.buttonCancel.UseVisualStyleBackColor = true;
            this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
            // 
            // groupBox1
            // 
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.Controls.Add(this.listBoxFonts);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.TabStop = false;
            this.toolTip1.SetToolTip(this.groupBox1, resources.GetString("groupBox1.ToolTip"));
            // 
            // listBoxFonts
            // 
            resources.ApplyResources(this.listBoxFonts, "listBoxFonts");
            this.listBoxFonts.FormattingEnabled = true;
            this.listBoxFonts.Name = "listBoxFonts";
            this.toolTip1.SetToolTip(this.listBoxFonts, resources.GetString("listBoxFonts.ToolTip"));
            this.listBoxFonts.SelectedValueChanged += new System.EventHandler(this.listBoxFonts_SelectedValueChanged);
            // 
            // AddFontsForm
            // 
            this.AcceptButton = this.buttonOK;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.buttonCancel;
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.buttonCancel);
            this.Controls.Add(this.buttonOK);
            this.Name = "AddFontsForm";
            this.toolTip1.SetToolTip(this, resources.GetString("$this.ToolTip"));
            this.groupBox1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LanguageControl));
            this.metroComboBox1 = new MetroFramework.Controls.MetroComboBox();
            this.SuspendLayout();
            // 
            // metroComboBox1
            // 
            this.metroComboBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.metroComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.metroComboBox1.FontSize = MetroFramework.MetroLinkSize.Medium;
            this.metroComboBox1.FontWeight = MetroFramework.MetroLinkWeight.Regular;
            this.metroComboBox1.FormattingEnabled = true;
            resources.ApplyResources(this.metroComboBox1, "metroComboBox1");
            this.metroComboBox1.Items.AddRange(new object[] {
            resources.GetString("metroComboBox1.Items"),
            resources.GetString("metroComboBox1.Items1")});
            this.metroComboBox1.Name = "metroComboBox1";
            this.metroComboBox1.Style = MetroFramework.MetroColorStyle.Blue;
            this.metroComboBox1.StyleManager = null;
            this.metroComboBox1.Theme = MetroFramework.MetroThemeStyle.Light;
            this.metroComboBox1.SelectedIndexChanged += new System.EventHandler(this.metroComboBox1_SelectedIndexChanged);
            // 
            // LanguageControl
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.metroComboBox1);
            this.Name = "LanguageControl";
            this.ResumeLayout(false);

        }
        /// <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(ImportExportForm));
            this.buttonCancel = new System.Windows.Forms.Button();
            this.buttonLoad = new System.Windows.Forms.Button();
            this.buttonSave = new System.Windows.Forms.Button();
            this.buttonReset = new System.Windows.Forms.Button();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.SuspendLayout();
            // 
            // buttonCancel
            // 
            resources.ApplyResources(this.buttonCancel, "buttonCancel");
            this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.buttonCancel.Name = "buttonCancel";
            this.toolTip1.SetToolTip(this.buttonCancel, resources.GetString("buttonCancel.ToolTip"));
            this.buttonCancel.UseVisualStyleBackColor = true;
            // 
            // buttonLoad
            // 
            resources.ApplyResources(this.buttonLoad, "buttonLoad");
            this.buttonLoad.Name = "buttonLoad";
            this.toolTip1.SetToolTip(this.buttonLoad, resources.GetString("buttonLoad.ToolTip"));
            this.buttonLoad.UseVisualStyleBackColor = true;
            this.buttonLoad.Click += new System.EventHandler(this.buttonLoad_Click);
            // 
            // buttonSave
            // 
            resources.ApplyResources(this.buttonSave, "buttonSave");
            this.buttonSave.Name = "buttonSave";
            this.toolTip1.SetToolTip(this.buttonSave, resources.GetString("buttonSave.ToolTip"));
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.buttonSave_Click);
            // 
            // buttonReset
            // 
            resources.ApplyResources(this.buttonReset, "buttonReset");
            this.buttonReset.Name = "buttonReset";
            this.toolTip1.SetToolTip(this.buttonReset, resources.GetString("buttonReset.ToolTip"));
            this.buttonReset.UseVisualStyleBackColor = true;
            this.buttonReset.Click += new System.EventHandler(this.buttonReset_Click);
            // 
            // ImportExportForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.buttonReset);
            this.Controls.Add(this.buttonSave);
            this.Controls.Add(this.buttonLoad);
            this.Controls.Add(this.buttonCancel);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Name = "ImportExportForm";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.toolTip1.SetToolTip(this, resources.GetString("$this.ToolTip"));
            this.TopMost = true;
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmECUBDMTypeSelection));
            this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
            this.comboBox1 = new System.Windows.Forms.ComboBox();
            this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
            this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
            this.groupControl1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupControl1
            // 
            this.groupControl1.Controls.Add(this.comboBox1);
            resources.ApplyResources(this.groupControl1, "groupControl1");
            this.groupControl1.Name = "groupControl1";
            // 
            // comboBox1
            // 
            resources.ApplyResources(this.comboBox1, "comboBox1");
            this.comboBox1.FormattingEnabled = true;
            this.comboBox1.Items.AddRange(new object[] {
            resources.GetString("comboBox1.Items"),
            resources.GetString("comboBox1.Items1"),
            resources.GetString("comboBox1.Items2"),
            resources.GetString("comboBox1.Items3"),
            resources.GetString("comboBox1.Items4")});
            this.comboBox1.Name = "comboBox1";
            // 
            // simpleButton1
            // 
            resources.ApplyResources(this.simpleButton1, "simpleButton1");
            this.simpleButton1.Name = "simpleButton1";
            this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
            // 
            // simpleButton2
            // 
            resources.ApplyResources(this.simpleButton2, "simpleButton2");
            this.simpleButton2.Name = "simpleButton2";
            this.simpleButton2.Click += new System.EventHandler(this.simpleButton2_Click);
            // 
            // frmECUBDMTypeSelection
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.simpleButton2);
            this.Controls.Add(this.simpleButton1);
            this.Controls.Add(this.groupControl1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frmECUBDMTypeSelection";
            this.ShowIcon = false;
            this.Load += new System.EventHandler(this.frmECUTypeSelection_Load);
            ((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
            this.groupControl1.ResumeLayout(false);
            this.ResumeLayout(false);

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TagStatisticsChartControl));
            System.Windows.Forms.DataVisualization.Charting.ChartArea chartArea1 = new System.Windows.Forms.DataVisualization.Charting.ChartArea();
            System.Windows.Forms.DataVisualization.Charting.Legend legend1 = new System.Windows.Forms.DataVisualization.Charting.Legend();
            System.Windows.Forms.DataVisualization.Charting.Series series1 = new System.Windows.Forms.DataVisualization.Charting.Series();
            System.Windows.Forms.Label lblType;
            this.comboBoxTagStatisticsType = new System.Windows.Forms.ComboBox();
            this.chartTagDetails = new System.Windows.Forms.DataVisualization.Charting.Chart();
            lblType = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.chartTagDetails)).BeginInit();
            this.SuspendLayout();
            // 
            // comboBoxTagStatisticsType
            // 
            this.comboBoxTagStatisticsType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxTagStatisticsType.FormattingEnabled = true;
            this.comboBoxTagStatisticsType.Items.AddRange(new object[] {
            resources.GetString("comboBoxTagStatisticsType.Items"),
            resources.GetString("comboBoxTagStatisticsType.Items1")});
            resources.ApplyResources(this.comboBoxTagStatisticsType, "comboBoxTagStatisticsType");
            this.comboBoxTagStatisticsType.Name = "comboBoxTagStatisticsType";
            this.comboBoxTagStatisticsType.SelectedIndexChanged += new System.EventHandler(this.comboBoxTagStatisticsType_SelectedIndexChanged);
            // 
            // chartTagDetails
            // 
            resources.ApplyResources(this.chartTagDetails, "chartTagDetails");
            this.chartTagDetails.BorderlineDashStyle = System.Windows.Forms.DataVisualization.Charting.ChartDashStyle.Solid;
            chartArea1.Name = "ChartAreaTags";
            this.chartTagDetails.ChartAreas.Add(chartArea1);
            legend1.Name = "Legend1";
            this.chartTagDetails.Legends.Add(legend1);
            this.chartTagDetails.Name = "chartTagDetails";
            series1.ChartArea = "ChartAreaTags";
            series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Pie;
            series1.Legend = "Legend1";
            series1.Name = "Tags";
            series1.XValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.String;
            series1.YValueType = System.Windows.Forms.DataVisualization.Charting.ChartValueType.Double;
            this.chartTagDetails.Series.Add(series1);
            // 
            // lblType
            // 
            resources.ApplyResources(lblType, "lblType");
            lblType.Name = "lblType";
            // 
            // TagStatisticsChartControl
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(lblType);
            this.Controls.Add(this.chartTagDetails);
            this.Controls.Add(this.comboBoxTagStatisticsType);
            this.Name = "TagStatisticsChartControl";
            ((System.ComponentModel.ISupportInitialize)(this.chartTagDetails)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(dmEstoque));
            this.stiReportPRD = new Stimulsoft.Report.StiReport();
            this.stiReportPosicaoEstoque = new Stimulsoft.Report.StiReport();
            this.SuspendLayout();
            // 
            // stiReportPRD
            // 
            this.stiReportPRD.EngineVersion = Stimulsoft.Report.Engine.StiEngineVersion.EngineV2;
            this.stiReportPRD.ReferencedAssemblies = new string[] {
        "System.Dll",
        "System.Drawing.Dll",
        "System.Windows.Forms.Dll",
        "System.Data.Dll",
        "System.Xml.Dll",
        "Stimulsoft.Controls.Dll",
        "Stimulsoft.Base.Dll",
        "Stimulsoft.Report.Dll"};
            this.stiReportPRD.ReportAlias = "Report";
            this.stiReportPRD.ReportAuthor = "Build Sistemas";
            this.stiReportPRD.ReportDescription = "Relatório de produtos do sistema agrupado por Grupo";
            this.stiReportPRD.ReportGuid = "f9f001c1d18d4474be9a09361f3064ef";
            this.stiReportPRD.ReportName = "Report";
            this.stiReportPRD.ReportSource = resources.GetString("stiReportPRD.ReportSource");
            this.stiReportPRD.ReportUnit = Stimulsoft.Report.StiReportUnitType.Centimeters;
            this.stiReportPRD.ScriptLanguage = Stimulsoft.Report.StiReportLanguageType.CSharp;
            this.stiReportPRD.UseProgressInThread = false;
            // 
            // stiReportPosicaoEstoque
            // 
            this.stiReportPosicaoEstoque.EngineVersion = Stimulsoft.Report.Engine.StiEngineVersion.EngineV2;
            this.stiReportPosicaoEstoque.ReferencedAssemblies = new string[] {
        "System.Dll",
        "System.Drawing.Dll",
        "System.Windows.Forms.Dll",
        "System.Data.Dll",
        "System.Xml.Dll",
        "Stimulsoft.Controls.Dll",
        "Stimulsoft.Base.Dll",
        "Stimulsoft.Report.Dll"};
            this.stiReportPosicaoEstoque.ReportAlias = "Report";
            this.stiReportPosicaoEstoque.ReportAuthor = "Build Sistemas";
            this.stiReportPosicaoEstoque.ReportDescription = "Relatório de Base do sistema";
            this.stiReportPosicaoEstoque.ReportGuid = "288950bac86e4284ac1e97257a389446";
            this.stiReportPosicaoEstoque.ReportName = "Report";
            this.stiReportPosicaoEstoque.ReportSource = resources.GetString("stiReportPosicaoEstoque.ReportSource");
            this.stiReportPosicaoEstoque.ReportUnit = Stimulsoft.Report.StiReportUnitType.Centimeters;
            this.stiReportPosicaoEstoque.ScriptLanguage = Stimulsoft.Report.StiReportLanguageType.CSharp;
            this.stiReportPosicaoEstoque.UseProgressInThread = false;
            // 
            // dmEstoque
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.ClientSize = new System.Drawing.Size(165, 21);
            this.Name = "dmEstoque";
            this.ResumeLayout(false);

        }
        /// <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(ConfigAccelerometerCalibrationPlane));
            this.label28 = new System.Windows.Forms.Label();
            this.BUT_levelplane = new ArdupilotMega.Controls.MyButton();
            this.CHK_manuallevel = new System.Windows.Forms.CheckBox();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // label28
            // 
            resources.ApplyResources(this.label28, "label28");
            this.label28.Name = "label28";
            // 
            // BUT_levelplane
            // 
            resources.ApplyResources(this.BUT_levelplane, "BUT_levelplane");
            this.BUT_levelplane.Name = "BUT_levelplane";
            this.toolTip1.SetToolTip(this.BUT_levelplane, resources.GetString("BUT_levelplane.ToolTip"));
            this.BUT_levelplane.UseVisualStyleBackColor = true;
            this.BUT_levelplane.Click += new System.EventHandler(this.BUT_levelplane_Click);
            // 
            // CHK_manuallevel
            // 
            resources.ApplyResources(this.CHK_manuallevel, "CHK_manuallevel");
            this.CHK_manuallevel.Name = "CHK_manuallevel";
            this.toolTip1.SetToolTip(this.CHK_manuallevel, resources.GetString("CHK_manuallevel.ToolTip"));
            this.CHK_manuallevel.UseVisualStyleBackColor = true;
            this.CHK_manuallevel.CheckedChanged += new System.EventHandler(this.CHK_manuallevel_CheckedChanged);
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            // 
            // label2
            // 
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            // 
            // ConfigAccelerometerCalibrationPlane
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.CHK_manuallevel);
            this.Controls.Add(this.label28);
            this.Controls.Add(this.BUT_levelplane);
            this.Name = "ConfigAccelerometerCalibrationPlane";
            this.Load += new System.EventHandler(this.ConfigAccelerometerCalibration_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Ejemplo n.º 12
0
        /// <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(IMEsample));
            this.label1 = new System.Windows.Forms.Label();
            this.fctb = new FastColoredTextBoxNS.FastColoredTextBox();
            ((System.ComponentModel.ISupportInitialize)(this.fctb)).BeginInit();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Dock = System.Windows.Forms.DockStyle.Top;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label1.Location = new System.Drawing.Point(0, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(417, 85);
            this.label1.TabIndex = 3;
            this.label1.Text = resources.GetString("label1.Text");
            // 
            // fctb
            // 
            this.fctb.AutoIndent = false;
            this.fctb.AutoScrollMinSize = new System.Drawing.Size(0, 264);
            this.fctb.BackBrush = null;
            this.fctb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.fctb.CharHeight = 24;
            this.fctb.CharWidth = 12;
            this.fctb.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.fctb.DisabledColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
            this.fctb.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fctb.Font = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.fctb.ImeMode = System.Windows.Forms.ImeMode.On;
            this.fctb.IsReplaceMode = false;
            this.fctb.LeftBracket = '(';
            this.fctb.Location = new System.Drawing.Point(0, 85);
            this.fctb.Name = "fctb";
            this.fctb.Paddings = new System.Windows.Forms.Padding(0);
            this.fctb.RightBracket = ')';
            this.fctb.SelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(60)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
            this.fctb.ShowLineNumbers = false;
            this.fctb.Size = new System.Drawing.Size(417, 217);
            this.fctb.TabIndex = 2;
            this.fctb.Text = resources.GetString("fctb.Text");
            this.fctb.WordWrap = true;
            // 
            // IMEsample
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(417, 302);
            this.Controls.Add(this.fctb);
            this.Controls.Add(this.label1);
            this.Name = "IMEsample";
            this.Text = "IMEsample";
            ((System.ComponentModel.ISupportInitialize)(this.fctb)).EndInit();
            this.ResumeLayout(false);

        }
Ejemplo n.º 13
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SimpleGuide));
            this.doDragDropLabel = new System.Windows.Forms.Label();
            this.clickCheckBoxLabel = new System.Windows.Forms.Label();
            this.doPackLabel = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // doDragDropLabel
            // 
            this.doDragDropLabel.AutoSize = true;
            this.doDragDropLabel.ForeColor = System.Drawing.Color.Silver;
            this.doDragDropLabel.Location = new System.Drawing.Point(13, 13);
            this.doDragDropLabel.Name = "doDragDropLabel";
            this.doDragDropLabel.Size = new System.Drawing.Size(551, 136);
            this.doDragDropLabel.TabIndex = 0;
            this.doDragDropLabel.Text = resources.GetString("doDragDropLabel.Text");
            // 
            // clickCheckBoxLabel
            // 
            this.clickCheckBoxLabel.AutoSize = true;
            this.clickCheckBoxLabel.ForeColor = System.Drawing.Color.Silver;
            this.clickCheckBoxLabel.Location = new System.Drawing.Point(12, 165);
            this.clickCheckBoxLabel.Name = "clickCheckBoxLabel";
            this.clickCheckBoxLabel.Size = new System.Drawing.Size(560, 68);
            this.clickCheckBoxLabel.TabIndex = 1;
            this.clickCheckBoxLabel.Text = resources.GetString("clickCheckBoxLabel.Text");
            // 
            // doPackLabel
            // 
            this.doPackLabel.AutoSize = true;
            this.doPackLabel.ForeColor = System.Drawing.Color.Silver;
            this.doPackLabel.Location = new System.Drawing.Point(11, 247);
            this.doPackLabel.Name = "doPackLabel";
            this.doPackLabel.Size = new System.Drawing.Size(577, 153);
            this.doPackLabel.TabIndex = 2;
            this.doPackLabel.Text = resources.GetString("doPackLabel.Text");
            // 
            // SimpleGuide
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(32)))), ((int)(((byte)(32)))), ((int)(((byte)(32)))));
            this.ClientSize = new System.Drawing.Size(605, 411);
            this.Controls.Add(this.doPackLabel);
            this.Controls.Add(this.clickCheckBoxLabel);
            this.Controls.Add(this.doDragDropLabel);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "SimpleGuide";
            this.Text = "Simple (Temporary) Guide - Preparing a prettier one soon...";
            this.TopMost = true;
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <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.Windows.Forms.Label label2;
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ScriptSelectionControl));
            System.Windows.Forms.Label label1;
            this.comboBoxClassName = new System.Windows.Forms.ComboBox();
            this.comboBoxScript = new System.Windows.Forms.ComboBox();
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            label2 = new System.Windows.Forms.Label();
            label1 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // label2
            // 
            resources.ApplyResources(label2, "label2");
            label2.Name = "label2";
            this.toolTip.SetToolTip(label2, resources.GetString("label2.ToolTip"));
            // 
            // label1
            // 
            resources.ApplyResources(label1, "label1");
            label1.Name = "label1";
            this.toolTip.SetToolTip(label1, resources.GetString("label1.ToolTip"));
            // 
            // comboBoxClassName
            // 
            resources.ApplyResources(this.comboBoxClassName, "comboBoxClassName");
            this.comboBoxClassName.FormattingEnabled = true;
            this.comboBoxClassName.Name = "comboBoxClassName";
            this.toolTip.SetToolTip(this.comboBoxClassName, resources.GetString("comboBoxClassName.ToolTip"));
            this.comboBoxClassName.TextChanged += new System.EventHandler(this.comboBoxClassName_TextChanged);
            // 
            // comboBoxScript
            // 
            resources.ApplyResources(this.comboBoxScript, "comboBoxScript");
            this.comboBoxScript.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboBoxScript.FormattingEnabled = true;
            this.comboBoxScript.Name = "comboBoxScript";
            this.toolTip.SetToolTip(this.comboBoxScript, resources.GetString("comboBoxScript.ToolTip"));
            this.comboBoxScript.DropDown += new System.EventHandler(this.comboBoxScript_DropDown);
            this.comboBoxScript.SelectedIndexChanged += new System.EventHandler(this.comboBoxScript_SelectedIndexChanged);
            // 
            // ScriptSelectionControl
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(label2);
            this.Controls.Add(this.comboBoxClassName);
            this.Controls.Add(label1);
            this.Controls.Add(this.comboBoxScript);
            this.Name = "ScriptSelectionControl";
            this.toolTip.SetToolTip(this, resources.GetString("$this.ToolTip"));
            this.Load += new System.EventHandler(this.ScriptSelectionControl_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PanelPhonetic));
            this.m_pnSelf = new System.Windows.Forms.Panel();
            this.m_lbSelectionKeys = new System.Windows.Forms.Label();
            this.m_tbSelectionKeys = new System.Windows.Forms.TextBox();
            this.m_lbKeyboardLayout = new System.Windows.Forms.Label();
            this.m_cbKeyboardLayout = new System.Windows.Forms.ComboBox();
            this.m_pnSelf.SuspendLayout();
            this.SuspendLayout();
            // 
            // m_pnSelf
            // 
            this.m_pnSelf.Controls.Add(this.m_lbSelectionKeys);
            this.m_pnSelf.Controls.Add(this.m_tbSelectionKeys);
            this.m_pnSelf.Controls.Add(this.m_lbKeyboardLayout);
            this.m_pnSelf.Controls.Add(this.m_cbKeyboardLayout);
            resources.ApplyResources(this.m_pnSelf, "m_pnSelf");
            this.m_pnSelf.Name = "m_pnSelf";
            // 
            // m_lbSelectionKeys
            // 
            resources.ApplyResources(this.m_lbSelectionKeys, "m_lbSelectionKeys");
            this.m_lbSelectionKeys.Name = "m_lbSelectionKeys";
            // 
            // m_tbSelectionKeys
            // 
            resources.ApplyResources(this.m_tbSelectionKeys, "m_tbSelectionKeys");
            this.m_tbSelectionKeys.Name = "m_tbSelectionKeys";
            this.m_tbSelectionKeys.TextChanged += new System.EventHandler(this.m_tbSelectionKeys_TextChanged);
            // 
            // m_lbKeyboardLayout
            // 
            resources.ApplyResources(this.m_lbKeyboardLayout, "m_lbKeyboardLayout");
            this.m_lbKeyboardLayout.Name = "m_lbKeyboardLayout";
            // 
            // m_cbKeyboardLayout
            // 
            this.m_cbKeyboardLayout.FormattingEnabled = true;
            this.m_cbKeyboardLayout.Items.AddRange(new object[] {
            resources.GetString("m_cbKeyboardLayout.Items"),
            resources.GetString("m_cbKeyboardLayout.Items1")});
            resources.ApplyResources(this.m_cbKeyboardLayout, "m_cbKeyboardLayout");
            this.m_cbKeyboardLayout.Name = "m_cbKeyboardLayout";
            this.m_cbKeyboardLayout.SelectedIndexChanged += new System.EventHandler(this.m_cbKeyboardLayout_SelectedIndexChanged);
            // 
            // PanelPhonetic
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.m_pnSelf);
            this.Name = "PanelPhonetic";
            this.m_pnSelf.ResumeLayout(false);
            this.m_pnSelf.PerformLayout();
            this.ResumeLayout(false);

        }
Ejemplo n.º 16
0
        /// <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(MacrosSample));
            this.label2 = new System.Windows.Forms.Label();
            this.fctb = new BestCS.FastColoredTextBox();
            ((System.ComponentModel.ISupportInitialize)(this.fctb)).BeginInit();
            this.SuspendLayout();
            // 
            // label2
            // 
            this.label2.BackColor = System.Drawing.Color.WhiteSmoke;
            this.label2.Dock = System.Windows.Forms.DockStyle.Top;
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label2.Location = new System.Drawing.Point(0, 0);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(720, 256);
            this.label2.TabIndex = 5;
            this.label2.Text = resources.GetString("label2.Text");
            // 
            // fctb
            // 
            this.fctb.AutoScrollMinSize = new System.Drawing.Size(0, 170);
            this.fctb.BackBrush = null;
            this.fctb.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.fctb.DisabledColor = System.Drawing.Color.FromArgb(((int)(((byte)(100)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))), ((int)(((byte)(180)))));
            this.fctb.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fctb.Font = new System.Drawing.Font("Consolas", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.fctb.IsReplaceMode = false;
            this.fctb.Language = BestCS.Language.CSharp;
            this.fctb.LeftBracket = '(';
            this.fctb.Location = new System.Drawing.Point(0, 256);
            this.fctb.Name = "fctb";
            this.fctb.PaddingBackColor = System.Drawing.Color.WhiteSmoke;
            this.fctb.Paddings = new System.Windows.Forms.Padding(10);
            this.fctb.RightBracket = ')';
            this.fctb.SelectionColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(255)))));
            this.fctb.ServiceLinesColor = System.Drawing.Color.WhiteSmoke;
            this.fctb.Size = new System.Drawing.Size(720, 230);
            this.fctb.TabIndex = 0;
            this.fctb.Text = resources.GetString("fctb.Text");
            this.fctb.TextAreaBorderColor = System.Drawing.Color.Gray;
            this.fctb.WordWrap = true;
            // 
            // MacrosSample
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(720, 486);
            this.Controls.Add(this.fctb);
            this.Controls.Add(this.label2);
            this.Name = "MacrosSample";
            this.Text = "MacrosSample";
            ((System.ComponentModel.ISupportInitialize)(this.fctb)).EndInit();
            this.ResumeLayout(false);

        }
        /// <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(GotoLineForm));
            this.label1 = new System.Windows.Forms.Label();
            this.textBox1 = new System.Windows.Forms.TextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.BTNOkay = new System.Windows.Forms.Button();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.SuspendLayout();
            // 
            // label1
            // 
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            this.toolTip1.SetToolTip(this.label1, resources.GetString("label1.ToolTip"));
            // 
            // textBox1
            // 
            resources.ApplyResources(this.textBox1, "textBox1");
            this.textBox1.Name = "textBox1";
            this.toolTip1.SetToolTip(this.textBox1, resources.GetString("textBox1.ToolTip"));
            this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
            this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.textBox1_KeyDown);
            // 
            // button1
            // 
            resources.ApplyResources(this.button1, "button1");
            this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.button1.Name = "button1";
            this.toolTip1.SetToolTip(this.button1, resources.GetString("button1.ToolTip"));
            this.button1.UseVisualStyleBackColor = true;
            // 
            // BTNOkay
            // 
            resources.ApplyResources(this.BTNOkay, "BTNOkay");
            this.BTNOkay.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.BTNOkay.Name = "BTNOkay";
            this.toolTip1.SetToolTip(this.BTNOkay, resources.GetString("BTNOkay.ToolTip"));
            this.BTNOkay.UseVisualStyleBackColor = true;
            // 
            // GotoLineForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.BTNOkay);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.textBox1);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Name = "GotoLineForm";
            this.toolTip1.SetToolTip(this, resources.GetString("$this.ToolTip"));
            this.Load += new System.EventHandler(this.GotoLineForm_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LocalizationDialog));
			this.buttonCancel = new System.Windows.Forms.Button();
			this.buttonOK = new System.Windows.Forms.Button();
			this.labelLanguage = new System.Windows.Forms.Label();
			this.comboBoxLanguage = new System.Windows.Forms.ComboBox();
			this.SuspendLayout();
			// 
			// buttonCancel
			// 
			resources.ApplyResources(this.buttonCancel, "buttonCancel");
			this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			this.buttonCancel.Name = "buttonCancel";
			this.buttonCancel.UseVisualStyleBackColor = true;
			// 
			// buttonOK
			// 
			resources.ApplyResources(this.buttonOK, "buttonOK");
			this.buttonOK.Name = "buttonOK";
			this.buttonOK.UseVisualStyleBackColor = true;
			this.buttonOK.Click += new System.EventHandler(this.ButtonOkClick);
			// 
			// labelLanguage
			// 
			resources.ApplyResources(this.labelLanguage, "labelLanguage");
			this.labelLanguage.Name = "labelLanguage";
			// 
			// comboBoxLanguage
			// 
			resources.ApplyResources(this.comboBoxLanguage, "comboBoxLanguage");
			this.comboBoxLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.comboBoxLanguage.FormattingEnabled = true;
			this.comboBoxLanguage.Items.AddRange(new object[] {
            resources.GetString("comboBoxLanguage.Items"),
            resources.GetString("comboBoxLanguage.Items1"),
            resources.GetString("comboBoxLanguage.Items2"),
            resources.GetString("comboBoxLanguage.Items3")});
			this.comboBoxLanguage.Name = "comboBoxLanguage";
			// 
			// LocalizationDialog
			// 
			this.AcceptButton = this.buttonOK;
			resources.ApplyResources(this, "$this");
			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
			this.CancelButton = this.buttonCancel;
			this.Controls.Add(this.comboBoxLanguage);
			this.Controls.Add(this.labelLanguage);
			this.Controls.Add(this.buttonOK);
			this.Controls.Add(this.buttonCancel);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
			this.Name = "LocalizationDialog";
			this.ResumeLayout(false);
			this.PerformLayout();

		}
        /// <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(AutocompleteSample2));
            this.label1 = new System.Windows.Forms.Label();
            this.imageList1 = new System.Windows.Forms.ImageList(this.components);
            this.fctb = new FastColoredTextBoxNS.FastColoredTextBox();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Dock = System.Windows.Forms.DockStyle.Top;
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
            this.label1.Location = new System.Drawing.Point(0, 0);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(490, 85);
            this.label1.TabIndex = 2;
            this.label1.Text = resources.GetString("label1.Text");
            // 
            // imageList1
            // 
            this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
            this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
            this.imageList1.Images.SetKeyName(0, "script_16x16.png");
            this.imageList1.Images.SetKeyName(1, "app_16x16.png");
            this.imageList1.Images.SetKeyName(2, "1302166543_virtualbox.png");
            // 
            // fctb
            // 
            this.fctb.AutoScrollMinSize = new System.Drawing.Size(466, 330);
            this.fctb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.fctb.Cursor = System.Windows.Forms.Cursors.IBeam;
            this.fctb.DelayedEventsInterval = 500;
            this.fctb.DelayedTextChangedInterval = 500;
            this.fctb.Dock = System.Windows.Forms.DockStyle.Fill;
            this.fctb.Language = FastColoredTextBoxNS.Language.CSharp;
            this.fctb.LeftBracket = '(';
            this.fctb.Location = new System.Drawing.Point(0, 85);
            this.fctb.Name = "fctb";
            this.fctb.RightBracket = ')';
            this.fctb.Size = new System.Drawing.Size(490, 268);
            this.fctb.TabIndex = 3;
            this.fctb.Text = resources.GetString("fctb.Text");
            // 
            // AutocompleteSample2
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(490, 353);
            this.Controls.Add(this.fctb);
            this.Controls.Add(this.label1);
            this.Name = "AutocompleteSample2";
            this.Text = "AutocompleteSample2";
            this.ResumeLayout(false);

        }
Ejemplo n.º 20
0
        /// <summary> 
        /// デザイナー サポートに必要なメソッドです。このメソッドの内容を 
        /// コード エディターで変更しないでください。
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TweetThumbnail));
            this.scrollBar = new System.Windows.Forms.VScrollBar();
            this.toolTip = new System.Windows.Forms.ToolTip(this.components);
            this.panelPictureBox = new System.Windows.Forms.Panel();
            this.contextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.searchSimilarImageMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.contextMenuStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // scrollBar
            // 
            resources.ApplyResources(this.scrollBar, "scrollBar");
            this.scrollBar.LargeChange = 1;
            this.scrollBar.Maximum = 0;
            this.scrollBar.Name = "scrollBar";
            this.toolTip.SetToolTip(this.scrollBar, resources.GetString("scrollBar.ToolTip"));
            this.scrollBar.ValueChanged += new System.EventHandler(this.scrollBar_ValueChanged);
            // 
            // panelPictureBox
            // 
            resources.ApplyResources(this.panelPictureBox, "panelPictureBox");
            this.panelPictureBox.ContextMenuStrip = this.contextMenuStrip;
            this.panelPictureBox.Name = "panelPictureBox";
            this.toolTip.SetToolTip(this.panelPictureBox, resources.GetString("panelPictureBox.ToolTip"));
            // 
            // contextMenuStrip
            // 
            resources.ApplyResources(this.contextMenuStrip, "contextMenuStrip");
            this.contextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.searchSimilarImageMenuItem});
            this.contextMenuStrip.Name = "contextMenuStrip";
            this.toolTip.SetToolTip(this.contextMenuStrip, resources.GetString("contextMenuStrip.ToolTip"));
            this.contextMenuStrip.Opening += new System.ComponentModel.CancelEventHandler(this.contextMenuStrip_Opening);
            // 
            // searchSimilarImageMenuItem
            // 
            resources.ApplyResources(this.searchSimilarImageMenuItem, "searchSimilarImageMenuItem");
            this.searchSimilarImageMenuItem.Name = "searchSimilarImageMenuItem";
            this.searchSimilarImageMenuItem.Click += new System.EventHandler(this.searchSimilarImageMenuItem_Click);
            // 
            // TweetThumbnail
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
            this.Controls.Add(this.panelPictureBox);
            this.Controls.Add(this.scrollBar);
            this.Name = "TweetThumbnail";
            this.toolTip.SetToolTip(this, resources.GetString("$this.ToolTip"));
            this.contextMenuStrip.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Ejemplo n.º 21
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
            this.textBoxX1 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.textBoxX2 = new DevComponents.DotNetBar.Controls.TextBoxX();
            this.SuspendLayout();
            // 
            // textBoxX1
            // 
            // 
            // 
            // 
            this.textBoxX1.Border.Class = "TextBoxBorder";
            this.textBoxX1.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.textBoxX1.Location = new System.Drawing.Point(12, 12);
            this.textBoxX1.Multiline = true;
            this.textBoxX1.Name = "textBoxX1";
            this.textBoxX1.ReadOnly = true;
            this.textBoxX1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.textBoxX1.Size = new System.Drawing.Size(434, 152);
            this.textBoxX1.TabIndex = 0;
            this.textBoxX1.Text = resources.GetString("textBoxX1.Text");
            // 
            // textBoxX2
            // 
            // 
            // 
            // 
            this.textBoxX2.Border.Class = "TextBoxBorder";
            this.textBoxX2.Border.CornerType = DevComponents.DotNetBar.eCornerType.Square;
            this.textBoxX2.Location = new System.Drawing.Point(12, 170);
            this.textBoxX2.Multiline = true;
            this.textBoxX2.Name = "textBoxX2";
            this.textBoxX2.ReadOnly = true;
            this.textBoxX2.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.textBoxX2.Size = new System.Drawing.Size(434, 163);
            this.textBoxX2.TabIndex = 1;
            this.textBoxX2.Text = resources.GetString("textBoxX2.Text");
            // 
            // Form2
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(458, 344);
            this.Controls.Add(this.textBoxX2);
            this.Controls.Add(this.textBoxX1);
            this.DoubleBuffered = true;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "Form2";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "About and Help";
            this.ResumeLayout(false);

        }
Ejemplo n.º 22
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(TextElement));
            this.textBox = new System.Windows.Forms.TextBox();
            this.lblText = new System.Windows.Forms.Label();
            this.lblType = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.Error)).BeginInit();
            this.SuspendLayout();
            // 
            // Error
            // 
            resources.ApplyResources(this.Error, "Error");
            // 
            // textBox
            // 
            resources.ApplyResources(this.textBox, "textBox");
            this.Error.SetError(this.textBox, resources.GetString("textBox.Error"));
            this.Error.SetIconAlignment(this.textBox, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("textBox.IconAlignment"))));
            this.Error.SetIconPadding(this.textBox, ((int)(resources.GetObject("textBox.IconPadding"))));
            this.textBox.Name = "textBox";
            this.textBox.Validated += new System.EventHandler(this.textBox_Validated);
            // 
            // lblText
            // 
            resources.ApplyResources(this.lblText, "lblText");
            this.Error.SetError(this.lblText, resources.GetString("lblText.Error"));
            this.Error.SetIconAlignment(this.lblText, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("lblText.IconAlignment"))));
            this.Error.SetIconPadding(this.lblText, ((int)(resources.GetObject("lblText.IconPadding"))));
            this.lblText.Name = "lblText";
            // 
            // lblType
            // 
            resources.ApplyResources(this.lblType, "lblType");
            this.Error.SetError(this.lblType, resources.GetString("lblType.Error"));
            this.Error.SetIconAlignment(this.lblType, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("lblType.IconAlignment"))));
            this.Error.SetIconPadding(this.lblType, ((int)(resources.GetObject("lblType.IconPadding"))));
            this.lblType.Name = "lblType";
            // 
            // TextElement
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.lblType);
            this.Controls.Add(this.lblText);
            this.Controls.Add(this.textBox);
            this.Error.SetError(this, resources.GetString("$this.Error"));
            this.Error.SetIconAlignment(this, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("$this.IconAlignment"))));
            this.Error.SetIconPadding(this, ((int)(resources.GetObject("$this.IconPadding"))));
            this.Name = "TextElement";
            this.Load += new System.EventHandler(this.TextElement_Load);
            ((System.ComponentModel.ISupportInitialize)(this.Error)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Ejemplo n.º 23
0
        /// <summary> 
        /// Required method for Designer support - do not modify 
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormIDElement));
            this.cboFormID = new System.Windows.Forms.ComboBox();
            this.cboRecType = new System.Windows.Forms.ComboBox();
            ((System.ComponentModel.ISupportInitialize)(this.Error)).BeginInit();
            this.SuspendLayout();
            // 
            // Error
            // 
            resources.ApplyResources(this.Error, "Error");
            // 
            // cboFormID
            // 
            resources.ApplyResources(this.cboFormID, "cboFormID");
            this.cboFormID.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.Error.SetError(this.cboFormID, resources.GetString("cboFormID.Error"));
            this.Error.SetIconAlignment(this.cboFormID, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("cboFormID.IconAlignment"))));
            this.Error.SetIconPadding(this.cboFormID, ((int)(resources.GetObject("cboFormID.IconPadding"))));
            this.cboFormID.Name = "cboFormID";
            this.cboFormID.SelectedIndexChanged += new System.EventHandler(this.cboFormID_SelectedIndexChanged);
            // 
            // cboRecType
            // 
            resources.ApplyResources(this.cboRecType, "cboRecType");
            this.cboRecType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.Error.SetError(this.cboRecType, resources.GetString("cboRecType.Error"));
            this.cboRecType.FormattingEnabled = true;
            this.Error.SetIconAlignment(this.cboRecType, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("cboRecType.IconAlignment"))));
            this.Error.SetIconPadding(this.cboRecType, ((int)(resources.GetObject("cboRecType.IconPadding"))));
            this.cboRecType.Name = "cboRecType";
            this.cboRecType.SelectedIndexChanged += new System.EventHandler(this.cboRecType_SelectedIndexChanged);
            // 
            // FormIDElement
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.cboFormID);
            this.Controls.Add(this.cboRecType);
            this.Error.SetError(this, resources.GetString("$this.Error"));
            this.Error.SetIconAlignment(this, ((System.Windows.Forms.ErrorIconAlignment)(resources.GetObject("$this.IconAlignment"))));
            this.Error.SetIconPadding(this, ((int)(resources.GetObject("$this.IconPadding"))));
            this.MinimumSize = new System.Drawing.Size(200, 48);
            this.Name = "FormIDElement";
            this.SizeChanged += new System.EventHandler(this.FormIDElement_SizeChanged);
            this.Controls.SetChildIndex(this.cboRecType, 0);
            this.Controls.SetChildIndex(this.cboFormID, 0);
            ((System.ComponentModel.ISupportInitialize)(this.Error)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
Ejemplo n.º 24
0
 public UpdateForm(bool remindLater = false)
 {
     if (!remindLater)
     {
         InitializeComponent();
         var resources = new System.ComponentModel.ComponentResourceManager(typeof(UpdateForm));
         Text = AutoUpdater.DialogTitle;
         labelUpdate.Text = string.Format(resources.GetString("labelUpdate.Text", CultureInfo.CurrentCulture), AutoUpdater.AppTitle);
         labelDescription.Text =
             string.Format(resources.GetString("labelDescription.Text", CultureInfo.CurrentCulture),
                 AutoUpdater.AppTitle, AutoUpdater.CurrentVersion, AutoUpdater.InstalledVersion);
     }
 }
Ejemplo n.º 25
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmHelp));
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.btnClose = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // label1
            // 
            this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label1.Location = new System.Drawing.Point(12, 9);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(326, 172);
            this.label1.TabIndex = 0;
            this.label1.Text = resources.GetString("label1.Text");
            // 
            // label2
            // 
            this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.label2.Location = new System.Drawing.Point(12, 196);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(326, 95);
            this.label2.TabIndex = 1;
            this.label2.Text = resources.GetString("label2.Text");
            // 
            // btnClose
            // 
            this.btnClose.Location = new System.Drawing.Point(135, 294);
            this.btnClose.Name = "btnClose";
            this.btnClose.Size = new System.Drawing.Size(75, 23);
            this.btnClose.TabIndex = 2;
            this.btnClose.Text = "Close";
            this.btnClose.UseVisualStyleBackColor = true;
            this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
            // 
            // FrmHelp
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(350, 329);
            this.Controls.Add(this.btnClose);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Name = "FrmHelp";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "Help";
            this.ResumeLayout(false);

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmAbout));
            this.lblCopyright = new System.Windows.Forms.Label();
            this.lblIncluded = new System.Windows.Forms.Label();
            this.btnDonate = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // lblCopyright
            // 
            this.lblCopyright.AutoSize = true;
            this.lblCopyright.Location = new System.Drawing.Point(12, 25);
            this.lblCopyright.Name = "lblCopyright";
            this.lblCopyright.Size = new System.Drawing.Size(597, 65);
            this.lblCopyright.TabIndex = 0;
            this.lblCopyright.Text = resources.GetString("lblCopyright.Text");
            this.lblCopyright.Click += new System.EventHandler(this.lblCopyright_Click);
            // 
            // lblIncluded
            // 
            this.lblIncluded.AutoSize = true;
            this.lblIncluded.Location = new System.Drawing.Point(15, 118);
            this.lblIncluded.Name = "lblIncluded";
            this.lblIncluded.Size = new System.Drawing.Size(703, 91);
            this.lblIncluded.TabIndex = 1;
            this.lblIncluded.Text = resources.GetString("lblIncluded.Text");
            // 
            // btnDonate
            // 
            this.btnDonate.Location = new System.Drawing.Point(275, 259);
            this.btnDonate.Name = "btnDonate";
            this.btnDonate.Size = new System.Drawing.Size(170, 92);
            this.btnDonate.TabIndex = 2;
            this.btnDonate.Text = "&Donate";
            this.btnDonate.UseVisualStyleBackColor = true;
            this.btnDonate.Click += new System.EventHandler(this.btnDonate_Click);
            // 
            // frmAbout
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(739, 420);
            this.Controls.Add(this.btnDonate);
            this.Controls.Add(this.lblIncluded);
            this.Controls.Add(this.lblCopyright);
            this.Name = "frmAbout";
            this.Text = "About";
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmManufactureList));
            this.grpInfo = new System.Windows.Forms.GroupBox();
            this.gvCarCompany = new C1.Win.C1FlexGrid.C1FlexGrid();
            this.grpInfo.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.gvCarCompany)).BeginInit();
            this.SuspendLayout();
            // 
            // grpInfo
            // 
            this.grpInfo.Controls.Add(this.gvCarCompany);
            this.grpInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.grpInfo.Location = new System.Drawing.Point(0, 0);
            this.grpInfo.Name = "grpInfo";
            this.grpInfo.Size = new System.Drawing.Size(496, 357);
            this.grpInfo.TabIndex = 1;
            this.grpInfo.TabStop = false;
            this.grpInfo.Text = "Danh sách hãng xe";
            // 
            // gvCarCompany
            // 
            this.gvCarCompany.AllowEditing = false;
            this.gvCarCompany.AutoGenerateColumns = false;
            this.gvCarCompany.ColumnInfo = resources.GetString("gvCarCompany.ColumnInfo");
            this.gvCarCompany.Dock = System.Windows.Forms.DockStyle.Fill;
            this.gvCarCompany.ExtendLastCol = true;
            this.gvCarCompany.Location = new System.Drawing.Point(3, 16);
            this.gvCarCompany.Name = "gvCarCompany";
            this.gvCarCompany.Rows.Count = 1;
            this.gvCarCompany.Rows.DefaultSize = 20;
            this.gvCarCompany.SelectionMode = C1.Win.C1FlexGrid.SelectionModeEnum.ListBox;
            this.gvCarCompany.Size = new System.Drawing.Size(490, 338);
            this.gvCarCompany.StyleInfo = resources.GetString("gvCarCompany.StyleInfo");
            this.gvCarCompany.TabIndex = 1;
            this.gvCarCompany.VisualStyle = C1.Win.C1FlexGrid.VisualStyle.Office2007Blue;
            // 
            // FrmCarCompany
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(496, 357);
            this.Controls.Add(this.grpInfo);
            this.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.Name = "FrmCarCompany";
            this.Text = "Hãng xe";
            this.grpInfo.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.gvCarCompany)).EndInit();
            this.ResumeLayout(false);

        }
Ejemplo n.º 28
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(EditRateForm));
			this.cbRate = new System.Windows.Forms.ComboBox();
			this.button1 = new System.Windows.Forms.Button();
			this.button2 = new System.Windows.Forms.Button();
			this.SuspendLayout();
			// 
			// cbRate
			// 
			this.cbRate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(244)))));
			this.cbRate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			resources.ApplyResources(this.cbRate, "cbRate");
			this.cbRate.Items.AddRange(new object[] {
			resources.GetString("cbRate.Items"),
			resources.GetString("cbRate.Items1"),
			resources.GetString("cbRate.Items2"),
			resources.GetString("cbRate.Items3"),
			resources.GetString("cbRate.Items4")});
			this.cbRate.Name = "cbRate";
			// 
			// button1
			// 
			this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
			resources.ApplyResources(this.button1, "button1");
			this.button1.Name = "button1";
			// 
			// button2
			// 
			this.button2.DialogResult = System.Windows.Forms.DialogResult.Cancel;
			resources.ApplyResources(this.button2, "button2");
			this.button2.Name = "button2";
			// 
			// EditRateForm
			// 
			this.AcceptButton = this.button1;
			this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(244)))), ((int)(((byte)(255)))), ((int)(((byte)(244)))));
			this.CancelButton = this.button2;
			resources.ApplyResources(this, "$this");
			this.ControlBox = false;
			this.Controls.Add(this.button2);
			this.Controls.Add(this.button1);
			this.Controls.Add(this.cbRate);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
			this.MaximizeBox = false;
			this.MinimizeBox = false;
			this.Name = "EditRateForm";
			this.ShowInTaskbar = false;
			this.ResumeLayout(false);

		}
Ejemplo n.º 29
0
        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(about));
            this.button1 = new System.Windows.Forms.Button();
            this.richTextBox1 = new System.Windows.Forms.RichTextBox();
            this.richTextBox2 = new System.Windows.Forms.RichTextBox();
            this.SuspendLayout();
            // 
            // button1
            // 
            this.button1.Location = new System.Drawing.Point(492, 375);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(84, 37);
            this.button1.TabIndex = 1;
            this.button1.Text = "Return";
            this.button1.UseVisualStyleBackColor = true;
            this.button1.Click += new System.EventHandler(this.button1_Click);
            // 
            // richTextBox1
            // 
            this.richTextBox1.Location = new System.Drawing.Point(10, 274);
            this.richTextBox1.Name = "richTextBox1";
            this.richTextBox1.ReadOnly = true;
            this.richTextBox1.Size = new System.Drawing.Size(476, 138);
            this.richTextBox1.TabIndex = 3;
            this.richTextBox1.Text = resources.GetString("richTextBox1.Text");
            // 
            // richTextBox2
            // 
            this.richTextBox2.Location = new System.Drawing.Point(10, 12);
            this.richTextBox2.Name = "richTextBox2";
            this.richTextBox2.ReadOnly = true;
            this.richTextBox2.Size = new System.Drawing.Size(566, 256);
            this.richTextBox2.TabIndex = 4;
            this.richTextBox2.Text = resources.GetString("richTextBox2.Text");
            // 
            // about
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(588, 434);
            this.Controls.Add(this.richTextBox2);
            this.Controls.Add(this.richTextBox1);
            this.Controls.Add(this.button1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
            this.Name = "about";
            this.Text = "About";
            this.ResumeLayout(false);

        }
Ejemplo n.º 30
0
        /// <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(OptionsForm));
            this.chkZoomOutFartherThanMaxExtent = new System.Windows.Forms.CheckBox();
            this.btOk = new System.Windows.Forms.Button();
            this.btCancel = new System.Windows.Forms.Button();
            this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.SuspendLayout();
            // 
            // chkZoomOutFartherThanMaxExtent
            // 
            resources.ApplyResources(this.chkZoomOutFartherThanMaxExtent, "chkZoomOutFartherThanMaxExtent");
            this.chkZoomOutFartherThanMaxExtent.Name = "chkZoomOutFartherThanMaxExtent";
            this.toolTip1.SetToolTip(this.chkZoomOutFartherThanMaxExtent, resources.GetString("chkZoomOutFartherThanMaxExtent.ToolTip"));
            this.chkZoomOutFartherThanMaxExtent.UseVisualStyleBackColor = true;
            // 
            // btOk
            // 
            resources.ApplyResources(this.btOk, "btOk");
            this.btOk.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.btOk.Name = "btOk";
            this.toolTip1.SetToolTip(this.btOk, resources.GetString("btOk.ToolTip"));
            this.btOk.UseVisualStyleBackColor = true;
            this.btOk.Click += new System.EventHandler(this.btOk_Click);
            // 
            // btCancel
            // 
            resources.ApplyResources(this.btCancel, "btCancel");
            this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.btCancel.Name = "btCancel";
            this.toolTip1.SetToolTip(this.btCancel, resources.GetString("btCancel.ToolTip"));
            this.btCancel.UseVisualStyleBackColor = true;
            // 
            // OptionsForm
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.btCancel);
            this.Controls.Add(this.btOk);
            this.Controls.Add(this.chkZoomOutFartherThanMaxExtent);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "OptionsForm";
            this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            this.toolTip1.SetToolTip(this, resources.GetString("$this.ToolTip"));
            this.ResumeLayout(false);
            this.PerformLayout();

        }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(lockdown));
     this.label1   = new System.Windows.Forms.Label();
     this.label2   = new System.Windows.Forms.Label();
     this.button1  = new System.Windows.Forms.Button();
     this.button2  = new System.Windows.Forms.Button();
     this.button3  = new System.Windows.Forms.Button();
     this.button4  = new System.Windows.Forms.Button();
     this.button5  = new System.Windows.Forms.Button();
     this.button6  = new System.Windows.Forms.Button();
     this.button7  = new System.Windows.Forms.Button();
     this.button8  = new System.Windows.Forms.Button();
     this.button9  = new System.Windows.Forms.Button();
     this.exit     = new System.Windows.Forms.Panel();
     this.label3   = new System.Windows.Forms.Label();
     this.button10 = new System.Windows.Forms.Button();
     this.label4   = new System.Windows.Forms.Label();
     this.exit.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(13, 13);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(305, 26);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Remote support tool lockdown";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(18, 43);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(1148, 51);
     this.label2.TabIndex = 1;
     this.label2.Text     = resources.GetString("label2.Text");
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(21, 117);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(148, 70);
     this.button1.TabIndex = 2;
     this.button1.Text     = "LogMeIn Rescue\r\n(Disabled)";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Location = new System.Drawing.Point(191, 117);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(148, 70);
     this.button2.TabIndex = 3;
     this.button2.Text     = "TeamViewer\r\n(Disabled)";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Location = new System.Drawing.Point(358, 117);
     this.button3.Name     = "button3";
     this.button3.Size     = new System.Drawing.Size(148, 70);
     this.button3.TabIndex = 4;
     this.button3.Text     = "ScreenConnect\r\n(Disabled)";
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Location = new System.Drawing.Point(684, 117);
     this.button4.Name     = "button4";
     this.button4.Size     = new System.Drawing.Size(148, 70);
     this.button4.TabIndex = 5;
     this.button4.Text     = "Bomgar\r\n(Disabled)";
     this.button4.UseVisualStyleBackColor = true;
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(521, 117);
     this.button5.Name     = "button5";
     this.button5.Size     = new System.Drawing.Size(148, 70);
     this.button5.TabIndex = 6;
     this.button5.Text     = "Join.Me\r\n(Disabled)";
     this.button5.UseVisualStyleBackColor = true;
     this.button5.Click += new System.EventHandler(this.button5_Click);
     //
     // button6
     //
     this.button6.Location = new System.Drawing.Point(850, 117);
     this.button6.Name     = "button6";
     this.button6.Size     = new System.Drawing.Size(148, 70);
     this.button6.TabIndex = 7;
     this.button6.Text     = "Zoho Assist\r\n(Disabled)";
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click += new System.EventHandler(this.button6_Click);
     //
     // button7
     //
     this.button7.Location = new System.Drawing.Point(1015, 117);
     this.button7.Name     = "button7";
     this.button7.Size     = new System.Drawing.Size(148, 70);
     this.button7.TabIndex = 8;
     this.button7.Text     = "Splashtop\r\n(Disabled)";
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click += new System.EventHandler(this.button7_Click);
     //
     // button8
     //
     this.button8.BackColor = System.Drawing.Color.Red;
     this.button8.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button8.ForeColor = System.Drawing.Color.White;
     this.button8.Location  = new System.Drawing.Point(21, 206);
     this.button8.Name      = "button8";
     this.button8.Size      = new System.Drawing.Size(1142, 70);
     this.button8.TabIndex  = 9;
     this.button8.Text      = "Drastic - Disable Internet";
     this.button8.UseVisualStyleBackColor = false;
     this.button8.Click += new System.EventHandler(this.button8_Click);
     //
     // button9
     //
     this.button9.BackColor = System.Drawing.Color.Green;
     this.button9.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button9.ForeColor = System.Drawing.Color.White;
     this.button9.Location  = new System.Drawing.Point(21, 297);
     this.button9.Name      = "button9";
     this.button9.Size      = new System.Drawing.Size(1142, 70);
     this.button9.TabIndex  = 10;
     this.button9.Text      = "Exit Lockdown";
     this.button9.UseVisualStyleBackColor = false;
     this.button9.Click += new System.EventHandler(this.button9_Click);
     //
     // exit
     //
     this.exit.Controls.Add(this.label4);
     this.exit.Controls.Add(this.button10);
     this.exit.Controls.Add(this.label3);
     this.exit.Location = new System.Drawing.Point(2, 3);
     this.exit.Name     = "exit";
     this.exit.Size     = new System.Drawing.Size(1174, 375);
     this.exit.TabIndex = 11;
     this.exit.Visible  = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(69, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(988, 26);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Please wait 20 seconds to exit lockdown.  This ensures that the scammer isn\'t try" +
                            "ing to regain control.";
     //
     // button10
     //
     this.button10.BackColor = System.Drawing.Color.Green;
     this.button10.Font      = new System.Drawing.Font("Microsoft Sans Serif", 36F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button10.ForeColor = System.Drawing.Color.White;
     this.button10.Location  = new System.Drawing.Point(71, 40);
     this.button10.Name      = "button10";
     this.button10.Size      = new System.Drawing.Size(983, 124);
     this.button10.TabIndex  = 1;
     this.button10.Text      = "Cancel - go back to lockdown";
     this.button10.UseVisualStyleBackColor = false;
     this.button10.Click += new System.EventHandler(this.button10_Click);
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 16F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(3, 349);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(66, 26);
     this.label4.TabIndex = 3;
     this.label4.Text     = "00:20";
     //
     // lockdown
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(1175, 377);
     this.ControlBox          = false;
     this.Controls.Add(this.exit);
     this.Controls.Add(this.button9);
     this.Controls.Add(this.button8);
     this.Controls.Add(this.button7);
     this.Controls.Add(this.button6);
     this.Controls.Add(this.button5);
     this.Controls.Add(this.button4);
     this.Controls.Add(this.button3);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Name  = "lockdown";
     this.Text  = "Remote Support Lockdown";
     this.Load += new System.EventHandler(this.lockdown_Load);
     this.exit.ResumeLayout(false);
     this.exit.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 32
0
 /// <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(frm_baocao_xuatvacxin_tuyenhuyen));
     Janus.Windows.GridEX.GridEXLayout grdList_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
     this.panel1             = new System.Windows.Forms.Panel();
     this.baocaO_TIEUDE1     = new VNS.HIS.UI.FORMs.BAOCAO.BHYT.UserControls.BAOCAO_TIEUDE();
     this.uiGroupBox1        = new Janus.Windows.EditControls.UIGroupBox();
     this.chkKieungaytimkiem = new Janus.Windows.EditControls.UICheckBox();
     this.label4             = new System.Windows.Forms.Label();
     this.txtthuoc           = new VNS.HIS.UCs.AutoCompleteTextbox_Thuoc();
     this.label6             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.rdoChuaXacNhan     = new System.Windows.Forms.RadioButton();
     this.rdoDaXacNhan       = new System.Windows.Forms.RadioButton();
     this.rdoTatCa           = new System.Windows.Forms.RadioButton();
     this.grdList            = new Janus.Windows.GridEX.GridEX();
     this.label3             = new System.Windows.Forms.Label();
     this.cboKho             = new Janus.Windows.EditControls.UIComboBox();
     this.dtToDate           = new Janus.Windows.CalendarCombo.CalendarCombo();
     this.dtFromDate         = new Janus.Windows.CalendarCombo.CalendarCombo();
     this.chkByDate          = new Janus.Windows.EditControls.UICheckBox();
     this.cmdExit            = new Janus.Windows.EditControls.UIButton();
     this.cmdBaoCao          = new Janus.Windows.EditControls.UIButton();
     this.dtNgayIn           = new Janus.Windows.CalendarCombo.CalendarCombo();
     this.label1             = new System.Windows.Forms.Label();
     this.cmdExportToExcel   = new Janus.Windows.EditControls.UIButton();
     this.saveFileDialog1    = new System.Windows.Forms.SaveFileDialog();
     this.gridEXExporter1    = new Janus.Windows.GridEX.Export.GridEXExporter(this.components);
     this.printDialog1       = new System.Windows.Forms.PrintDialog();
     this.toolTip1           = new System.Windows.Forms.ToolTip(this.components);
     this.txtKho             = new VNS.HIS.UCs.AutoCompleteTextbox();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox1)).BeginInit();
     this.uiGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdList)).BeginInit();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.Control;
     this.panel1.Controls.Add(this.baocaO_TIEUDE1);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(788, 66);
     this.panel1.TabIndex = 0;
     //
     // baocaO_TIEUDE1
     //
     this.baocaO_TIEUDE1.Dock              = System.Windows.Forms.DockStyle.Top;
     this.baocaO_TIEUDE1.Location          = new System.Drawing.Point(0, 0);
     this.baocaO_TIEUDE1.MA_BAOCAO         = "THUOC_BC_NHAPKHOCHITIET";
     this.baocaO_TIEUDE1.Name              = "baocaO_TIEUDE1";
     this.baocaO_TIEUDE1.Phimtat           = "Bạn có thể sử dụng phím tắt: Ctrl+P=In, Ctrl+S(Hoặc F3)=Tìm kiếm, ESC=Thoát...";
     this.baocaO_TIEUDE1.PicImg            = ((System.Drawing.Image)(resources.GetObject("baocaO_TIEUDE1.PicImg")));
     this.baocaO_TIEUDE1.ShortcutAlignment = System.Drawing.ContentAlignment.MiddleCenter;
     this.baocaO_TIEUDE1.ShortcutFont      = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.baocaO_TIEUDE1.showHelp          = false;
     this.baocaO_TIEUDE1.Size              = new System.Drawing.Size(788, 54);
     this.baocaO_TIEUDE1.TabIndex          = 1;
     this.baocaO_TIEUDE1.TIEUDE            = "BÁO CÁO NHẬP KHO CHI TIẾT";
     this.baocaO_TIEUDE1.TitleFont         = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // uiGroupBox1
     //
     this.uiGroupBox1.Controls.Add(this.txtKho);
     this.uiGroupBox1.Controls.Add(this.chkKieungaytimkiem);
     this.uiGroupBox1.Controls.Add(this.label4);
     this.uiGroupBox1.Controls.Add(this.txtthuoc);
     this.uiGroupBox1.Controls.Add(this.label6);
     this.uiGroupBox1.Controls.Add(this.label2);
     this.uiGroupBox1.Controls.Add(this.rdoChuaXacNhan);
     this.uiGroupBox1.Controls.Add(this.rdoDaXacNhan);
     this.uiGroupBox1.Controls.Add(this.rdoTatCa);
     this.uiGroupBox1.Controls.Add(this.grdList);
     this.uiGroupBox1.Controls.Add(this.label3);
     this.uiGroupBox1.Controls.Add(this.cboKho);
     this.uiGroupBox1.Controls.Add(this.dtToDate);
     this.uiGroupBox1.Controls.Add(this.dtFromDate);
     this.uiGroupBox1.Controls.Add(this.chkByDate);
     this.uiGroupBox1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.uiGroupBox1.Font     = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.uiGroupBox1.Location = new System.Drawing.Point(0, 66);
     this.uiGroupBox1.Name     = "uiGroupBox1";
     this.uiGroupBox1.Size     = new System.Drawing.Size(788, 453);
     this.uiGroupBox1.TabIndex = 1;
     this.uiGroupBox1.Text     = "Thông tin báo cáo";
     //
     // chkKieungaytimkiem
     //
     this.chkKieungaytimkiem.Location = new System.Drawing.Point(531, 87);
     this.chkKieungaytimkiem.Name     = "chkKieungaytimkiem";
     this.chkKieungaytimkiem.Size     = new System.Drawing.Size(169, 23);
     this.chkKieungaytimkiem.TabIndex = 5;
     this.chkKieungaytimkiem.TabStop  = false;
     this.chkKieungaytimkiem.Text     = "Tìm theo ngày xác nhận?";
     this.toolTip1.SetToolTip(this.chkKieungaytimkiem, "Nếu bỏ chọn thì là tìm theo ngày lập");
     //
     // label4
     //
     this.label4.Font      = new System.Drawing.Font("Arial", 9F);
     this.label4.Location  = new System.Drawing.Point(39, 119);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(88, 15);
     this.label4.TabIndex  = 40;
     this.label4.Text      = "Trạng thái:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtthuoc
     //
     this.txtthuoc._backcolor           = System.Drawing.SystemColors.Control;
     this.txtthuoc._Font                = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtthuoc.AllowedSelectPrice   = false;
     this.txtthuoc.AutoCompleteList     = ((System.Collections.Generic.List <string>)(resources.GetObject("txtthuoc.AutoCompleteList")));
     this.txtthuoc.BorderStyle          = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtthuoc.CaseSensitive        = false;
     this.txtthuoc.CompareNoID          = true;
     this.txtthuoc.DefaultCode          = "-1";
     this.txtthuoc.DefaultID            = "-1";
     this.txtthuoc.Drug_ID              = null;
     this.txtthuoc.ExtraWidth           = 0;
     this.txtthuoc.ExtraWidth_Pre       = 0;
     this.txtthuoc.FillValueAfterSelect = true;
     this.txtthuoc.Font                     = new System.Drawing.Font("Arial", 9F);
     this.txtthuoc.GridView                 = false;
     this.txtthuoc.Location                 = new System.Drawing.Point(133, 55);
     this.txtthuoc.MaxHeight                = 300;
     this.txtthuoc.MinTypedCharacters       = 2;
     this.txtthuoc.MyCode                   = "-1";
     this.txtthuoc.MyID                     = "-1";
     this.txtthuoc.MyText                   = "";
     this.txtthuoc.Name                     = "txtthuoc";
     this.txtthuoc.RaiseEvent               = false;
     this.txtthuoc.RaiseEventEnter          = false;
     this.txtthuoc.RaiseEventEnterWhenEmpty = false;
     this.txtthuoc.SelectedIndex            = -1;
     this.txtthuoc.Size                     = new System.Drawing.Size(546, 21);
     this.txtthuoc.splitChar                = '@';
     this.txtthuoc.splitCharIDAndCode       = '#';
     this.txtthuoc.TabIndex                 = 1;
     this.txtthuoc.TakeCode                 = false;
     this.txtthuoc.txtMyCode                = null;
     this.txtthuoc.txtMyCode_Edit           = null;
     this.txtthuoc.txtMyID                  = null;
     this.txtthuoc.txtMyID_Edit             = null;
     this.txtthuoc.txtMyName                = null;
     this.txtthuoc.txtMyName_Edit           = null;
     this.txtthuoc.txtNext                  = null;
     //
     // label6
     //
     this.label6.Font      = new System.Drawing.Font("Arial", 9F);
     this.label6.Location  = new System.Drawing.Point(39, 58);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(88, 15);
     this.label6.TabIndex  = 39;
     this.label6.Text      = "Tên thuốc";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(279, 89);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(57, 15);
     this.label2.TabIndex = 13;
     this.label2.Text     = "đến ngày";
     //
     // rdoChuaXacNhan
     //
     this.rdoChuaXacNhan.AutoSize = true;
     this.rdoChuaXacNhan.Location = new System.Drawing.Point(417, 118);
     this.rdoChuaXacNhan.Name     = "rdoChuaXacNhan";
     this.rdoChuaXacNhan.Size     = new System.Drawing.Size(108, 19);
     this.rdoChuaXacNhan.TabIndex = 8;
     this.rdoChuaXacNhan.TabStop  = true;
     this.rdoChuaXacNhan.Text     = "Chưa xác nhận";
     this.rdoChuaXacNhan.UseVisualStyleBackColor = true;
     //
     // rdoDaXacNhan
     //
     this.rdoDaXacNhan.AutoSize = true;
     this.rdoDaXacNhan.Location = new System.Drawing.Point(225, 118);
     this.rdoDaXacNhan.Name     = "rdoDaXacNhan";
     this.rdoDaXacNhan.Size     = new System.Drawing.Size(147, 19);
     this.rdoDaXacNhan.TabIndex = 7;
     this.rdoDaXacNhan.TabStop  = true;
     this.rdoDaXacNhan.Text     = "Đã xác nhận nhập kho";
     this.rdoDaXacNhan.UseVisualStyleBackColor = true;
     //
     // rdoTatCa
     //
     this.rdoTatCa.AutoSize = true;
     this.rdoTatCa.Checked  = true;
     this.rdoTatCa.Location = new System.Drawing.Point(133, 117);
     this.rdoTatCa.Name     = "rdoTatCa";
     this.rdoTatCa.Size     = new System.Drawing.Size(58, 19);
     this.rdoTatCa.TabIndex = 6;
     this.rdoTatCa.TabStop  = true;
     this.rdoTatCa.Text     = "Tất cả";
     this.rdoTatCa.UseVisualStyleBackColor = true;
     //
     // grdList
     //
     this.grdList.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.grdList.ColumnAutoResize         = true;
     grdList_DesignTimeLayout.LayoutString = resources.GetString("grdList_DesignTimeLayout.LayoutString");
     this.grdList.DesignTimeLayout         = grdList_DesignTimeLayout;
     this.grdList.Font = new System.Drawing.Font("Arial", 9F);
     this.grdList.GroupByBoxVisible = false;
     this.grdList.HideSelection     = Janus.Windows.GridEX.HideSelection.Highlight;
     this.grdList.Location          = new System.Drawing.Point(8, 174);
     this.grdList.Name             = "grdList";
     this.grdList.RowHeaders       = Janus.Windows.GridEX.InheritableBoolean.True;
     this.grdList.Size             = new System.Drawing.Size(780, 273);
     this.grdList.TabIndex         = 12;
     this.grdList.TabStop          = false;
     this.grdList.TotalRow         = Janus.Windows.GridEX.InheritableBoolean.True;
     this.grdList.TotalRowPosition = Janus.Windows.GridEX.TotalRowPosition.BottomFixed;
     this.grdList.VisualStyle      = Janus.Windows.GridEX.VisualStyle.VS2005;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(39, 33);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(88, 15);
     this.label3.TabIndex  = 8;
     this.label3.Text      = "Chọn kho";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cboKho
     //
     this.cboKho.Location = new System.Drawing.Point(723, 33);
     this.cboKho.Name     = "cboKho";
     this.cboKho.Size     = new System.Drawing.Size(10, 21);
     this.cboKho.TabIndex = 0;
     this.cboKho.Text     = "Kho";
     this.cboKho.Visible  = false;
     //
     // dtToDate
     //
     this.dtToDate.CustomFormat = "dd/MM/yyyy";
     this.dtToDate.DateFormat   = Janus.Windows.CalendarCombo.DateFormat.Custom;
     //
     //
     //
     this.dtToDate.DropDownCalendar.Name = "";
     this.dtToDate.Location   = new System.Drawing.Point(345, 87);
     this.dtToDate.Name       = "dtToDate";
     this.dtToDate.ShowUpDown = true;
     this.dtToDate.Size       = new System.Drawing.Size(180, 21);
     this.dtToDate.TabIndex   = 4;
     this.dtToDate.Value      = new System.DateTime(2014, 9, 15, 0, 0, 0, 0);
     //
     // dtFromDate
     //
     this.dtFromDate.CustomFormat = "dd/MM/yyyy";
     this.dtFromDate.DateFormat   = Janus.Windows.CalendarCombo.DateFormat.Custom;
     //
     //
     //
     this.dtFromDate.DropDownCalendar.Name = "";
     this.dtFromDate.Location   = new System.Drawing.Point(133, 87);
     this.dtFromDate.Name       = "dtFromDate";
     this.dtFromDate.ShowUpDown = true;
     this.dtFromDate.Size       = new System.Drawing.Size(140, 21);
     this.dtFromDate.TabIndex   = 3;
     this.dtFromDate.Value      = new System.DateTime(2014, 9, 15, 0, 0, 0, 0);
     //
     // chkByDate
     //
     this.chkByDate.Checked         = true;
     this.chkByDate.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.chkByDate.Location        = new System.Drawing.Point(42, 87);
     this.chkByDate.Name            = "chkByDate";
     this.chkByDate.Size            = new System.Drawing.Size(92, 23);
     this.chkByDate.TabIndex        = 3;
     this.chkByDate.TabStop         = false;
     this.chkByDate.Text            = "Từ ngày:";
     this.chkByDate.CheckedChanged += new System.EventHandler(this.chkByDate_CheckedChanged);
     //
     // cmdExit
     //
     this.cmdExit.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cmdExit.Font      = new System.Drawing.Font("Arial", 9F);
     this.cmdExit.Image     = ((System.Drawing.Image)(resources.GetObject("cmdExit.Image")));
     this.cmdExit.ImageSize = new System.Drawing.Size(24, 24);
     this.cmdExit.Location  = new System.Drawing.Point(603, 525);
     this.cmdExit.Name      = "cmdExit";
     this.cmdExit.Size      = new System.Drawing.Size(130, 32);
     this.cmdExit.TabIndex  = 11;
     this.cmdExit.Text      = "Thoát chức năng";
     this.cmdExit.Click    += new System.EventHandler(this.cmdExit_Click);
     //
     // cmdBaoCao
     //
     this.cmdBaoCao.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cmdBaoCao.Font      = new System.Drawing.Font("Arial", 9F);
     this.cmdBaoCao.Image     = ((System.Drawing.Image)(resources.GetObject("cmdBaoCao.Image")));
     this.cmdBaoCao.ImageSize = new System.Drawing.Size(24, 24);
     this.cmdBaoCao.Location  = new System.Drawing.Point(467, 525);
     this.cmdBaoCao.Name      = "cmdBaoCao";
     this.cmdBaoCao.Size      = new System.Drawing.Size(130, 32);
     this.cmdBaoCao.TabIndex  = 9;
     this.cmdBaoCao.Text      = "In báo cáo";
     this.cmdBaoCao.Click    += new System.EventHandler(this.cmdBaoCao_Click);
     //
     // dtNgayIn
     //
     this.dtNgayIn.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.dtNgayIn.CustomFormat = "dd/MM/yyyy";
     this.dtNgayIn.DateFormat   = Janus.Windows.CalendarCombo.DateFormat.Custom;
     //
     //
     //
     this.dtNgayIn.DropDownCalendar.Name = "";
     this.dtNgayIn.Font       = new System.Drawing.Font("Arial", 9F);
     this.dtNgayIn.Location   = new System.Drawing.Point(59, 536);
     this.dtNgayIn.Name       = "dtNgayIn";
     this.dtNgayIn.ShowUpDown = true;
     this.dtNgayIn.Size       = new System.Drawing.Size(134, 21);
     this.dtNgayIn.TabIndex   = 13;
     this.dtNgayIn.Value      = new System.DateTime(2014, 9, 15, 0, 0, 0, 0);
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Arial", 9F);
     this.label1.Location = new System.Drawing.Point(5, 538);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(48, 15);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Ngày in";
     //
     // cmdExportToExcel
     //
     this.cmdExportToExcel.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.cmdExportToExcel.Font      = new System.Drawing.Font("Arial", 9F);
     this.cmdExportToExcel.Image     = ((System.Drawing.Image)(resources.GetObject("cmdExportToExcel.Image")));
     this.cmdExportToExcel.ImageSize = new System.Drawing.Size(24, 24);
     this.cmdExportToExcel.Location  = new System.Drawing.Point(331, 527);
     this.cmdExportToExcel.Name      = "cmdExportToExcel";
     this.cmdExportToExcel.Size      = new System.Drawing.Size(130, 30);
     this.cmdExportToExcel.TabIndex  = 10;
     this.cmdExportToExcel.Text      = "Xuất Excel";
     this.cmdExportToExcel.Click    += new System.EventHandler(this.cmdExportToExcel_Click);
     //
     // gridEXExporter1
     //
     this.gridEXExporter1.GridEX = this.grdList;
     //
     // printDialog1
     //
     this.printDialog1.UseEXDialog = true;
     //
     // toolTip1
     //
     this.toolTip1.IsBalloon    = true;
     this.toolTip1.ToolTipTitle = "Trợ giúp";
     //
     // txtKho
     //
     this.txtKho._backcolor           = System.Drawing.SystemColors.Control;
     this.txtKho._Font                = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtKho._TextAlign           = System.Windows.Forms.HorizontalAlignment.Left;
     this.txtKho.AutoCompleteList     = ((System.Collections.Generic.List <string>)(resources.GetObject("txtKho.AutoCompleteList")));
     this.txtKho.CaseSensitive        = false;
     this.txtKho.CompareNoID          = true;
     this.txtKho.DefaultCode          = "-1";
     this.txtKho.DefaultID            = "-1";
     this.txtKho.Drug_ID              = null;
     this.txtKho.ExtraWidth           = 0;
     this.txtKho.FillValueAfterSelect = false;
     this.txtKho.Location             = new System.Drawing.Point(133, 30);
     this.txtKho.MaxHeight            = 250;
     this.txtKho.MinTypedCharacters   = 2;
     this.txtKho.MyCode               = "-1";
     this.txtKho.MyID                     = "-1";
     this.txtKho.MyText                   = "";
     this.txtKho.Name                     = "txtKho";
     this.txtKho.RaiseEvent               = false;
     this.txtKho.RaiseEventEnter          = false;
     this.txtKho.RaiseEventEnterWhenEmpty = false;
     this.txtKho.SelectedIndex            = -1;
     this.txtKho.Size                     = new System.Drawing.Size(546, 21);
     this.txtKho.splitChar                = '@';
     this.txtKho.splitCharIDAndCode       = '#';
     this.txtKho.TabIndex                 = 124;
     this.txtKho.TakeCode                 = false;
     this.txtKho.txtMyCode                = null;
     this.txtKho.txtMyCode_Edit           = null;
     this.txtKho.txtMyID                  = null;
     this.txtKho.txtMyID_Edit             = null;
     this.txtKho.txtMyName                = null;
     this.txtKho.txtMyName_Edit           = null;
     this.txtKho.txtNext                  = null;
     //
     // frm_baocao_xuatvacxin_tuyenhuyen
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
     this.ClientSize    = new System.Drawing.Size(788, 569);
     this.Controls.Add(this.cmdExportToExcel);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.dtNgayIn);
     this.Controls.Add(this.cmdBaoCao);
     this.Controls.Add(this.cmdExit);
     this.Controls.Add(this.uiGroupBox1);
     this.Controls.Add(this.panel1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
     this.KeyPreview      = true;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frm_baocao_xuatvacxin_tuyenhuyen";
     this.ShowIcon        = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Báo cáo nhập kho chi tiết";
     this.Load           += new System.EventHandler(this.frm_baocao_xuatvacxin_tuyenhuyen_Load);
     this.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.frm_baocao_xuatvacxin_tuyenhuyen_KeyDown);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox1)).EndInit();
     this.uiGroupBox1.ResumeLayout(false);
     this.uiGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdList)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 33
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormEHR));
     this.butClose           = new System.Windows.Forms.Button();
     this.butMeasures        = new System.Windows.Forms.Button();
     this.butHash            = new System.Windows.Forms.Button();
     this.butEncryption      = new System.Windows.Forms.Button();
     this.groupBox4          = new System.Windows.Forms.GroupBox();
     this.but2014CQM         = new System.Windows.Forms.Button();
     this.butEhrNotPerformed = new System.Windows.Forms.Button();
     this.groupBox5          = new System.Windows.Forms.GroupBox();
     this.butVaccines        = new System.Windows.Forms.Button();
     this.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.labelProvPat       = new System.Windows.Forms.Label();
     this.labelProvUser      = new System.Windows.Forms.Label();
     this.label3             = new System.Windows.Forms.Label();
     this.butAmendments      = new System.Windows.Forms.Button();
     this.butEncounters      = new System.Windows.Forms.Button();
     this.butInterventions   = new System.Windows.Forms.Button();
     this.butCarePlans       = new System.Windows.Forms.Button();
     this.but2011Labs        = new System.Windows.Forms.Button();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.gridMu             = new OpenDental.UI.ODGrid();
     this.groupBox4.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // butClose
     //
     this.butClose.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.butClose.Location = new System.Drawing.Point(713, 638);
     this.butClose.Name     = "butClose";
     this.butClose.Size     = new System.Drawing.Size(86, 23);
     this.butClose.TabIndex = 9;
     this.butClose.Text     = "Close";
     this.butClose.UseVisualStyleBackColor = true;
     this.butClose.Click += new System.EventHandler(this.butClose_Click);
     //
     // butMeasures
     //
     this.butMeasures.Location = new System.Drawing.Point(10, 19);
     this.butMeasures.Name     = "butMeasures";
     this.butMeasures.Size     = new System.Drawing.Size(84, 23);
     this.butMeasures.TabIndex = 11;
     this.butMeasures.Text     = "Measure Calc";
     this.butMeasures.UseVisualStyleBackColor = true;
     this.butMeasures.Click += new System.EventHandler(this.butMeasures_Click);
     //
     // butHash
     //
     this.butHash.Location = new System.Drawing.Point(10, 19);
     this.butHash.Name     = "butHash";
     this.butHash.Size     = new System.Drawing.Size(84, 23);
     this.butHash.TabIndex = 13;
     this.butHash.Text     = "Hash";
     this.butHash.UseVisualStyleBackColor = true;
     this.butHash.Click += new System.EventHandler(this.butHash_Click);
     //
     // butEncryption
     //
     this.butEncryption.Location = new System.Drawing.Point(10, 48);
     this.butEncryption.Name     = "butEncryption";
     this.butEncryption.Size     = new System.Drawing.Size(84, 23);
     this.butEncryption.TabIndex = 17;
     this.butEncryption.Text     = "Encryption";
     this.butEncryption.UseVisualStyleBackColor = true;
     this.butEncryption.Click += new System.EventHandler(this.butEncryption_Click);
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.but2014CQM);
     this.groupBox4.Controls.Add(this.butMeasures);
     this.groupBox4.Location = new System.Drawing.Point(702, 81);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(104, 83);
     this.groupBox4.TabIndex = 25;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "For All Patients";
     //
     // but2014CQM
     //
     this.but2014CQM.Location = new System.Drawing.Point(10, 48);
     this.but2014CQM.Name     = "but2014CQM";
     this.but2014CQM.Size     = new System.Drawing.Size(84, 23);
     this.but2014CQM.TabIndex = 21;
     this.but2014CQM.Text     = "Quality Meas";
     this.but2014CQM.UseVisualStyleBackColor = true;
     this.but2014CQM.Click += new System.EventHandler(this.but2014CQM_Click);
     //
     // butEhrNotPerformed
     //
     this.butEhrNotPerformed.Location = new System.Drawing.Point(712, 317);
     this.butEhrNotPerformed.Name     = "butEhrNotPerformed";
     this.butEhrNotPerformed.Size     = new System.Drawing.Size(84, 23);
     this.butEhrNotPerformed.TabIndex = 38;
     this.butEhrNotPerformed.Text     = "Not Performed";
     this.butEhrNotPerformed.UseVisualStyleBackColor = true;
     this.butEhrNotPerformed.Click += new System.EventHandler(this.butEhrNotPerformed_Click);
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.butHash);
     this.groupBox5.Controls.Add(this.butEncryption);
     this.groupBox5.Location = new System.Drawing.Point(702, 170);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Size     = new System.Drawing.Size(104, 83);
     this.groupBox5.TabIndex = 26;
     this.groupBox5.TabStop  = false;
     this.groupBox5.Text     = "Tools";
     //
     // butVaccines
     //
     this.butVaccines.Location = new System.Drawing.Point(713, 259);
     this.butVaccines.Name     = "butVaccines";
     this.butVaccines.Size     = new System.Drawing.Size(84, 23);
     this.butVaccines.TabIndex = 27;
     this.butVaccines.Text     = "Vaccines";
     this.butVaccines.UseVisualStyleBackColor = true;
     this.butVaccines.Click += new System.EventHandler(this.butVaccines_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(12, 9);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(128, 18);
     this.label1.TabIndex  = 28;
     this.label1.Text      = "Provider for this patient:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(12, 30);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(128, 18);
     this.label2.TabIndex  = 29;
     this.label2.Text      = "Provider logged on:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelProvPat
     //
     this.labelProvPat.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelProvPat.ForeColor = System.Drawing.Color.DarkRed;
     this.labelProvPat.Location  = new System.Drawing.Point(135, 8);
     this.labelProvPat.Name      = "labelProvPat";
     this.labelProvPat.Size      = new System.Drawing.Size(426, 18);
     this.labelProvPat.TabIndex  = 30;
     this.labelProvPat.Text      = "Abbr - ProvLName, ProvFName";
     this.labelProvPat.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelProvUser
     //
     this.labelProvUser.Font      = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelProvUser.ForeColor = System.Drawing.Color.DarkRed;
     this.labelProvUser.Location  = new System.Drawing.Point(135, 29);
     this.labelProvUser.Name      = "labelProvUser";
     this.labelProvUser.Size      = new System.Drawing.Size(426, 18);
     this.labelProvUser.TabIndex  = 31;
     this.labelProvUser.Text      = "Abbr - ProvLName, ProvFName";
     this.labelProvUser.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(6, 53);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(688, 32);
     this.label3.TabIndex = 33;
     this.label3.Text     = resources.GetString("label3.Text");
     //
     // butAmendments
     //
     this.butAmendments.Location = new System.Drawing.Point(712, 288);
     this.butAmendments.Name     = "butAmendments";
     this.butAmendments.Size     = new System.Drawing.Size(84, 23);
     this.butAmendments.TabIndex = 36;
     this.butAmendments.Text     = "Amendments";
     this.butAmendments.UseVisualStyleBackColor = true;
     this.butAmendments.Click += new System.EventHandler(this.butAmendments_Click);
     //
     // butEncounters
     //
     this.butEncounters.Location = new System.Drawing.Point(712, 346);
     this.butEncounters.Name     = "butEncounters";
     this.butEncounters.Size     = new System.Drawing.Size(84, 23);
     this.butEncounters.TabIndex = 39;
     this.butEncounters.Text     = "Encounters";
     this.butEncounters.UseVisualStyleBackColor = true;
     this.butEncounters.Click += new System.EventHandler(this.butEncounters_Click);
     //
     // butInterventions
     //
     this.butInterventions.Location = new System.Drawing.Point(712, 375);
     this.butInterventions.Name     = "butInterventions";
     this.butInterventions.Size     = new System.Drawing.Size(84, 23);
     this.butInterventions.TabIndex = 40;
     this.butInterventions.Text     = "Interventions";
     this.butInterventions.UseVisualStyleBackColor = true;
     this.butInterventions.Click += new System.EventHandler(this.butInterventions_Click);
     //
     // butCarePlans
     //
     this.butCarePlans.Location = new System.Drawing.Point(712, 404);
     this.butCarePlans.Name     = "butCarePlans";
     this.butCarePlans.Size     = new System.Drawing.Size(84, 23);
     this.butCarePlans.TabIndex = 42;
     this.butCarePlans.Text     = "Care Plans";
     this.butCarePlans.UseVisualStyleBackColor = true;
     this.butCarePlans.Click += new System.EventHandler(this.butCarePlans_Click);
     //
     // but2011Labs
     //
     this.but2011Labs.Location = new System.Drawing.Point(10, 19);
     this.but2011Labs.Name     = "but2011Labs";
     this.but2011Labs.Size     = new System.Drawing.Size(84, 23);
     this.but2011Labs.TabIndex = 43;
     this.but2011Labs.Text     = "Labs/Rads";
     this.but2011Labs.UseVisualStyleBackColor = true;
     this.but2011Labs.Click += new System.EventHandler(this.but2011Labs_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.but2011Labs);
     this.groupBox1.Location = new System.Drawing.Point(702, 495);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(104, 53);
     this.groupBox1.TabIndex = 26;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "2011 Ed.";
     //
     // gridMu
     //
     this.gridMu.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.gridMu.HScrollVisible  = false;
     this.gridMu.Location        = new System.Drawing.Point(6, 88);
     this.gridMu.Name            = "gridMu";
     this.gridMu.ScrollValue     = 0;
     this.gridMu.SelectionMode   = OpenDental.UI.GridSelectionMode.None;
     this.gridMu.Size            = new System.Drawing.Size(688, 573);
     this.gridMu.TabIndex        = 24;
     this.gridMu.Title           = "Stage 1 Meaningful Use for this patient";
     this.gridMu.TranslationName = null;
     this.gridMu.CellClick      += new OpenDental.UI.ODGridClickEventHandler(this.gridMu_CellClick);
     //
     // FormEHR
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(817, 674);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.butCarePlans);
     this.Controls.Add(this.butInterventions);
     this.Controls.Add(this.butEncounters);
     this.Controls.Add(this.butEhrNotPerformed);
     this.Controls.Add(this.butAmendments);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.labelProvUser);
     this.Controls.Add(this.labelProvPat);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butVaccines);
     this.Controls.Add(this.groupBox5);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.gridMu);
     this.Controls.Add(this.butClose);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "FormEHR";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "EHR";
     this.Load         += new System.EventHandler(this.FormEHR_Load);
     this.Shown        += new System.EventHandler(this.FormEHR_Shown);
     this.groupBox4.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 34
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Start));
     this.lblTitle        = new System.Windows.Forms.Label();
     this.lblEnter1       = new System.Windows.Forms.Label();
     this.lblEnter2       = new System.Windows.Forms.Label();
     this.lblInstructions = new System.Windows.Forms.Label();
     this.txtEnterName    = new System.Windows.Forms.TextBox();
     this.txtEnterLives   = new System.Windows.Forms.TextBox();
     this.btnQuit         = new System.Windows.Forms.Button();
     this.btnStart        = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // lblTitle
     //
     this.lblTitle.AutoSize  = true;
     this.lblTitle.BackColor = System.Drawing.Color.Transparent;
     this.lblTitle.Font      = new System.Drawing.Font("Elephant", 71.99999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTitle.ForeColor = System.Drawing.Color.White;
     this.lblTitle.Location  = new System.Drawing.Point(23, -7);
     this.lblTitle.Name      = "lblTitle";
     this.lblTitle.Size      = new System.Drawing.Size(679, 123);
     this.lblTitle.TabIndex  = 0;
     this.lblTitle.Text      = "Dog VS Frog";
     //
     // lblEnter1
     //
     this.lblEnter1.AutoSize  = true;
     this.lblEnter1.BackColor = System.Drawing.Color.Transparent;
     this.lblEnter1.Font      = new System.Drawing.Font("Elephant", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEnter1.ForeColor = System.Drawing.Color.White;
     this.lblEnter1.Location  = new System.Drawing.Point(147, 221);
     this.lblEnter1.Name      = "lblEnter1";
     this.lblEnter1.Size      = new System.Drawing.Size(115, 45);
     this.lblEnter1.TabIndex  = 1;
     this.lblEnter1.Text      = "Lives";
     //
     // lblEnter2
     //
     this.lblEnter2.AutoSize  = true;
     this.lblEnter2.BackColor = System.Drawing.Color.Transparent;
     this.lblEnter2.Font      = new System.Drawing.Font("Elephant", 26.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblEnter2.ForeColor = System.Drawing.Color.White;
     this.lblEnter2.Location  = new System.Drawing.Point(477, 221);
     this.lblEnter2.Name      = "lblEnter2";
     this.lblEnter2.Size      = new System.Drawing.Size(124, 45);
     this.lblEnter2.TabIndex  = 2;
     this.lblEnter2.Text      = "Name";
     //
     // lblInstructions
     //
     this.lblInstructions.AutoSize  = true;
     this.lblInstructions.BackColor = System.Drawing.Color.Transparent;
     this.lblInstructions.Font      = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblInstructions.ForeColor = System.Drawing.Color.White;
     this.lblInstructions.Location  = new System.Drawing.Point(90, 128);
     this.lblInstructions.Name      = "lblInstructions";
     this.lblInstructions.Size      = new System.Drawing.Size(545, 100);
     this.lblInstructions.TabIndex  = 3;
     this.lblInstructions.Text      = resources.GetString("lblInstructions.Text");
     this.lblInstructions.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     //
     // txtEnterName
     //
     this.txtEnterName.Font         = new System.Drawing.Font("Elephant", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEnterName.Location     = new System.Drawing.Point(494, 269);
     this.txtEnterName.MaxLength    = 3;
     this.txtEnterName.Name         = "txtEnterName";
     this.txtEnterName.Size         = new System.Drawing.Size(91, 49);
     this.txtEnterName.TabIndex     = 1;
     this.txtEnterName.TextChanged += new System.EventHandler(this.txtEnterName_TextChanged);
     //
     // txtEnterLives
     //
     this.txtEnterLives.Font         = new System.Drawing.Font("Elephant", 24F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEnterLives.Location     = new System.Drawing.Point(184, 269);
     this.txtEnterLives.MaxLength    = 1;
     this.txtEnterLives.Name         = "txtEnterLives";
     this.txtEnterLives.Size         = new System.Drawing.Size(31, 49);
     this.txtEnterLives.TabIndex     = 0;
     this.txtEnterLives.TextChanged += new System.EventHandler(this.txtEnterLives_TextChanged);
     this.txtEnterLives.KeyPress    += new System.Windows.Forms.KeyPressEventHandler(this.txtEnterLives_KeyPress);
     //
     // btnQuit
     //
     this.btnQuit.BackgroundImage       = global::_2020_Assessment_Dog_VS_Frog.Properties.Resources.Quit;
     this.btnQuit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnQuit.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.btnQuit.Font     = new System.Drawing.Font("Elephant", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnQuit.Location = new System.Drawing.Point(395, 334);
     this.btnQuit.Name     = "btnQuit";
     this.btnQuit.Size     = new System.Drawing.Size(100, 50);
     this.btnQuit.TabIndex = 7;
     this.btnQuit.UseVisualStyleBackColor = true;
     this.btnQuit.Click += new System.EventHandler(this.btnQuit_Click);
     //
     // btnStart
     //
     this.btnStart.BackgroundImage       = global::_2020_Assessment_Dog_VS_Frog.Properties.Resources.Start;
     this.btnStart.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.btnStart.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.btnStart.Enabled  = false;
     this.btnStart.Font     = new System.Drawing.Font("Elephant", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnStart.Location = new System.Drawing.Point(221, 334);
     this.btnStart.Name     = "btnStart";
     this.btnStart.Size     = new System.Drawing.Size(120, 50);
     this.btnStart.TabIndex = 6;
     this.btnStart.UseVisualStyleBackColor = true;
     this.btnStart.Click += new System.EventHandler(this.btnStart_Click);
     //
     // Start
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(219)))), ((int)(((byte)(126)))));
     this.BackgroundImage       = global::_2020_Assessment_Dog_VS_Frog.Properties.Resources.background;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
     this.ClientSize            = new System.Drawing.Size(722, 387);
     this.Controls.Add(this.btnQuit);
     this.Controls.Add(this.btnStart);
     this.Controls.Add(this.txtEnterLives);
     this.Controls.Add(this.txtEnterName);
     this.Controls.Add(this.lblInstructions);
     this.Controls.Add(this.lblEnter2);
     this.Controls.Add(this.lblEnter1);
     this.Controls.Add(this.lblTitle);
     this.DoubleBuffered = true;
     this.Name           = "Start";
     this.Text           = "Start";
     this.Load          += new System.EventHandler(this.Start_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 35
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MasterFormsWizard));
     this._tbMain                  = new System.Windows.Forms.TabControl();
     this._tbAboutDemo             = new System.Windows.Forms.TabPage();
     this._lblLink                 = new System.Windows.Forms.LinkLabel();
     this._lblAboutDemo            = new System.Windows.Forms.Label();
     this._btnNextAbout            = new System.Windows.Forms.Button();
     this._tbOptions               = new System.Windows.Forms.TabPage();
     this.groupBox1                = new System.Windows.Forms.GroupBox();
     this._btnPrevOptions          = new System.Windows.Forms.Button();
     this._btnNext                 = new System.Windows.Forms.Button();
     this._rdLoad                  = new System.Windows.Forms.RadioButton();
     this._rdCreate                = new System.Windows.Forms.RadioButton();
     this._tbCreate                = new System.Windows.Forms.TabPage();
     this._txtMasterFormsName      = new System.Windows.Forms.TextBox();
     this.groupBox2                = new System.Windows.Forms.GroupBox();
     this._btnMasterDirectory      = new System.Windows.Forms.Button();
     this._btnPrevCreate           = new System.Windows.Forms.Button();
     this._txtMasterFormsDirectory = new System.Windows.Forms.TextBox();
     this.label1              = new System.Windows.Forms.Label();
     this.label2              = new System.Windows.Forms.Label();
     this._btnNextCreate      = new System.Windows.Forms.Button();
     this._tbAddPage          = new System.Windows.Forms.TabPage();
     this._btnAcquirePage     = new System.Windows.Forms.Button();
     this._txtPagePath        = new System.Windows.Forms.TextBox();
     this.groupBox3           = new System.Windows.Forms.GroupBox();
     this._lblImagePath       = new System.Windows.Forms.Label();
     this._btnPrevAddPage     = new System.Windows.Forms.Button();
     this._rdFromScanner      = new System.Windows.Forms.RadioButton();
     this._btnFinishCreate    = new System.Windows.Forms.Button();
     this._rdFromDisk         = new System.Windows.Forms.RadioButton();
     this._btnBrowsePage      = new System.Windows.Forms.Button();
     this._tbLoad             = new System.Windows.Forms.TabPage();
     this._btnBrowseMaster    = new System.Windows.Forms.Button();
     this._txtMasterFormsPath = new System.Windows.Forms.TextBox();
     this.groupBox4           = new System.Windows.Forms.GroupBox();
     this.label3              = new System.Windows.Forms.Label();
     this._btnPrevLoad        = new System.Windows.Forms.Button();
     this._btnFinishLoad      = new System.Windows.Forms.Button();
     this.groupBox5           = new System.Windows.Forms.GroupBox();
     this._rbOmr              = new System.Windows.Forms.RadioButton();
     this._rbIDCard           = new System.Windows.Forms.RadioButton();
     this._rbNormal           = new System.Windows.Forms.RadioButton();
     this._tbMain.SuspendLayout();
     this._tbAboutDemo.SuspendLayout();
     this._tbOptions.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this._tbCreate.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this._tbAddPage.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this._tbLoad.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.SuspendLayout();
     //
     // _tbMain
     //
     this._tbMain.Controls.Add(this._tbAboutDemo);
     this._tbMain.Controls.Add(this._tbOptions);
     this._tbMain.Controls.Add(this._tbCreate);
     this._tbMain.Controls.Add(this._tbAddPage);
     this._tbMain.Controls.Add(this._tbLoad);
     this._tbMain.Location      = new System.Drawing.Point(-4, -3);
     this._tbMain.Name          = "_tbMain";
     this._tbMain.SelectedIndex = 0;
     this._tbMain.Size          = new System.Drawing.Size(475, 215);
     this._tbMain.TabIndex      = 0;
     //
     // _tbAboutDemo
     //
     this._tbAboutDemo.Controls.Add(this._lblLink);
     this._tbAboutDemo.Controls.Add(this._lblAboutDemo);
     this._tbAboutDemo.Controls.Add(this._btnNextAbout);
     this._tbAboutDemo.Location = new System.Drawing.Point(4, 22);
     this._tbAboutDemo.Name     = "_tbAboutDemo";
     this._tbAboutDemo.Padding  = new System.Windows.Forms.Padding(3);
     this._tbAboutDemo.Size     = new System.Drawing.Size(467, 189);
     this._tbAboutDemo.TabIndex = 4;
     this._tbAboutDemo.Text     = "About Demo";
     this._tbAboutDemo.UseVisualStyleBackColor = true;
     //
     // _lblLink
     //
     this._lblLink.AutoSize     = true;
     this._lblLink.Location     = new System.Drawing.Point(93, 137);
     this._lblLink.Name         = "_lblLink";
     this._lblLink.Size         = new System.Drawing.Size(257, 13);
     this._lblLink.TabIndex     = 1;
     this._lblLink.TabStop      = true;
     this._lblLink.Text         = "How to Use LEADTOOLS Master Forms Editor Demo";
     this._lblLink.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this._lblLink_LinkClicked);
     //
     // _lblAboutDemo
     //
     this._lblAboutDemo.Location = new System.Drawing.Point(20, 31);
     this._lblAboutDemo.Name     = "_lblAboutDemo";
     this._lblAboutDemo.Size     = new System.Drawing.Size(427, 97);
     this._lblAboutDemo.TabIndex = 0;
     this._lblAboutDemo.Text     = resources.GetString("_lblAboutDemo.Text");
     //
     // _btnNextAbout
     //
     this._btnNextAbout.Location = new System.Drawing.Point(376, 160);
     this._btnNextAbout.Name     = "_btnNextAbout";
     this._btnNextAbout.Size     = new System.Drawing.Size(88, 23);
     this._btnNextAbout.TabIndex = 2;
     this._btnNextAbout.Text     = "&Next";
     this._btnNextAbout.UseVisualStyleBackColor = true;
     this._btnNextAbout.Click += new System.EventHandler(this._btnNextAbout_Click);
     //
     // _tbOptions
     //
     this._tbOptions.Controls.Add(this.groupBox1);
     this._tbOptions.Location = new System.Drawing.Point(4, 22);
     this._tbOptions.Name     = "_tbOptions";
     this._tbOptions.Padding  = new System.Windows.Forms.Padding(3);
     this._tbOptions.Size     = new System.Drawing.Size(467, 189);
     this._tbOptions.TabIndex = 0;
     this._tbOptions.Text     = "Master forms options";
     this._tbOptions.UseVisualStyleBackColor = true;
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this._btnPrevOptions);
     this.groupBox1.Controls.Add(this._btnNext);
     this.groupBox1.Controls.Add(this._rdLoad);
     this.groupBox1.Controls.Add(this._rdCreate);
     this.groupBox1.Location = new System.Drawing.Point(13, 27);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(454, 166);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Master Forms";
     //
     // _btnPrevOptions
     //
     this._btnPrevOptions.Location = new System.Drawing.Point(269, 133);
     this._btnPrevOptions.Name     = "_btnPrevOptions";
     this._btnPrevOptions.Size     = new System.Drawing.Size(88, 23);
     this._btnPrevOptions.TabIndex = 5;
     this._btnPrevOptions.Text     = "&Previous";
     this._btnPrevOptions.UseVisualStyleBackColor = true;
     this._btnPrevOptions.Click += new System.EventHandler(this._btnPrevOptions_Click);
     //
     // _btnNext
     //
     this._btnNext.Location = new System.Drawing.Point(363, 133);
     this._btnNext.Name     = "_btnNext";
     this._btnNext.Size     = new System.Drawing.Size(88, 23);
     this._btnNext.TabIndex = 0;
     this._btnNext.Text     = "&Next";
     this._btnNext.UseVisualStyleBackColor = true;
     this._btnNext.Click += new System.EventHandler(this._btnNext_Click);
     //
     // _rdLoad
     //
     this._rdLoad.AutoSize = true;
     this._rdLoad.Location = new System.Drawing.Point(15, 85);
     this._rdLoad.Name     = "_rdLoad";
     this._rdLoad.Size     = new System.Drawing.Size(184, 17);
     this._rdLoad.TabIndex = 4;
     this._rdLoad.Text     = "Load/Edit existing master form set";
     this._rdLoad.UseVisualStyleBackColor = true;
     //
     // _rdCreate
     //
     this._rdCreate.AutoSize = true;
     this._rdCreate.Checked  = true;
     this._rdCreate.Location = new System.Drawing.Point(15, 54);
     this._rdCreate.Name     = "_rdCreate";
     this._rdCreate.Size     = new System.Drawing.Size(162, 17);
     this._rdCreate.TabIndex = 3;
     this._rdCreate.TabStop  = true;
     this._rdCreate.Text     = "Create a new master form set";
     this._rdCreate.UseVisualStyleBackColor = true;
     //
     // _tbCreate
     //
     this._tbCreate.Controls.Add(this._txtMasterFormsName);
     this._tbCreate.Controls.Add(this.groupBox2);
     this._tbCreate.Location = new System.Drawing.Point(4, 22);
     this._tbCreate.Name     = "_tbCreate";
     this._tbCreate.Padding  = new System.Windows.Forms.Padding(3);
     this._tbCreate.Size     = new System.Drawing.Size(467, 189);
     this._tbCreate.TabIndex = 1;
     this._tbCreate.Text     = "Create Master Form";
     this._tbCreate.UseVisualStyleBackColor = true;
     //
     // _txtMasterFormsName
     //
     this._txtMasterFormsName.Location = new System.Drawing.Point(129, 75);
     this._txtMasterFormsName.Name     = "_txtMasterFormsName";
     this._txtMasterFormsName.Size     = new System.Drawing.Size(331, 20);
     this._txtMasterFormsName.TabIndex = 0;
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this._btnMasterDirectory);
     this.groupBox2.Controls.Add(this._btnPrevCreate);
     this.groupBox2.Controls.Add(this._txtMasterFormsDirectory);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this._btnNextCreate);
     this.groupBox2.Location = new System.Drawing.Point(13, 27);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(454, 166);
     this.groupBox2.TabIndex = 8;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Create Master Form";
     //
     // _btnMasterDirectory
     //
     this._btnMasterDirectory.Location = new System.Drawing.Point(421, 94);
     this._btnMasterDirectory.Name     = "_btnMasterDirectory";
     this._btnMasterDirectory.Size     = new System.Drawing.Size(27, 20);
     this._btnMasterDirectory.TabIndex = 5;
     this._btnMasterDirectory.Text     = "...";
     this._btnMasterDirectory.UseVisualStyleBackColor = true;
     this._btnMasterDirectory.Click += new System.EventHandler(this._btnMasterDirectory_Click);
     //
     // _btnPrevCreate
     //
     this._btnPrevCreate.Location = new System.Drawing.Point(269, 133);
     this._btnPrevCreate.Name     = "_btnPrevCreate";
     this._btnPrevCreate.Size     = new System.Drawing.Size(88, 23);
     this._btnPrevCreate.TabIndex = 6;
     this._btnPrevCreate.Text     = "&Previous";
     this._btnPrevCreate.UseVisualStyleBackColor = true;
     this._btnPrevCreate.Click += new System.EventHandler(this._btnPrevCreate_Click);
     //
     // _txtMasterFormsDirectory
     //
     this._txtMasterFormsDirectory.Location = new System.Drawing.Point(116, 94);
     this._txtMasterFormsDirectory.Name     = "_txtMasterFormsDirectory";
     this._txtMasterFormsDirectory.Size     = new System.Drawing.Size(298, 20);
     this._txtMasterFormsDirectory.TabIndex = 4;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(6, 51);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(101, 13);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Master Forms Name";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(62, 97);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(48, 13);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Save To";
     //
     // _btnNextCreate
     //
     this._btnNextCreate.Location = new System.Drawing.Point(363, 133);
     this._btnNextCreate.Name     = "_btnNextCreate";
     this._btnNextCreate.Size     = new System.Drawing.Size(88, 23);
     this._btnNextCreate.TabIndex = 2;
     this._btnNextCreate.Text     = "&Next";
     this._btnNextCreate.UseVisualStyleBackColor = true;
     this._btnNextCreate.Click += new System.EventHandler(this._btnNextCreate_Click);
     //
     // _tbAddPage
     //
     this._tbAddPage.Controls.Add(this._btnAcquirePage);
     this._tbAddPage.Controls.Add(this._txtPagePath);
     this._tbAddPage.Controls.Add(this.groupBox3);
     this._tbAddPage.Location = new System.Drawing.Point(4, 22);
     this._tbAddPage.Name     = "_tbAddPage";
     this._tbAddPage.Size     = new System.Drawing.Size(467, 189);
     this._tbAddPage.TabIndex = 3;
     this._tbAddPage.Text     = "Add Page";
     this._tbAddPage.UseVisualStyleBackColor = true;
     //
     // _btnAcquirePage
     //
     this._btnAcquirePage.Location = new System.Drawing.Point(150, 124);
     this._btnAcquirePage.Name     = "_btnAcquirePage";
     this._btnAcquirePage.Size     = new System.Drawing.Size(179, 21);
     this._btnAcquirePage.TabIndex = 12;
     this._btnAcquirePage.Text     = "Acquire Page";
     this._btnAcquirePage.UseVisualStyleBackColor = true;
     this._btnAcquirePage.Visible = false;
     this._btnAcquirePage.Click  += new System.EventHandler(this._btnAcquirePage_Click);
     //
     // _txtPagePath
     //
     this._txtPagePath.Location = new System.Drawing.Point(87, 125);
     this._txtPagePath.Name     = "_txtPagePath";
     this._txtPagePath.Size     = new System.Drawing.Size(340, 20);
     this._txtPagePath.TabIndex = 6;
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.groupBox5);
     this.groupBox3.Controls.Add(this._lblImagePath);
     this.groupBox3.Controls.Add(this._btnPrevAddPage);
     this.groupBox3.Controls.Add(this._rdFromScanner);
     this.groupBox3.Controls.Add(this._btnFinishCreate);
     this.groupBox3.Controls.Add(this._rdFromDisk);
     this.groupBox3.Controls.Add(this._btnBrowsePage);
     this.groupBox3.Location = new System.Drawing.Point(13, 27);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(454, 166);
     this.groupBox3.TabIndex = 15;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Add Page";
     //
     // _lblImagePath
     //
     this._lblImagePath.AutoSize = true;
     this._lblImagePath.Location = new System.Drawing.Point(6, 101);
     this._lblImagePath.Name     = "_lblImagePath";
     this._lblImagePath.Size     = new System.Drawing.Size(61, 13);
     this._lblImagePath.TabIndex = 13;
     this._lblImagePath.Text     = "Image Path";
     //
     // _btnPrevAddPage
     //
     this._btnPrevAddPage.Location = new System.Drawing.Point(269, 133);
     this._btnPrevAddPage.Name     = "_btnPrevAddPage";
     this._btnPrevAddPage.Size     = new System.Drawing.Size(88, 23);
     this._btnPrevAddPage.TabIndex = 14;
     this._btnPrevAddPage.Text     = "&Previous";
     this._btnPrevAddPage.UseVisualStyleBackColor = true;
     this._btnPrevAddPage.Click += new System.EventHandler(this._btnPrevAddPage_Click);
     //
     // _rdFromScanner
     //
     this._rdFromScanner.AutoSize = true;
     this._rdFromScanner.Location = new System.Drawing.Point(54, 58);
     this._rdFromScanner.Name     = "_rdFromScanner";
     this._rdFromScanner.Size     = new System.Drawing.Size(91, 17);
     this._rdFromScanner.TabIndex = 8;
     this._rdFromScanner.Text     = "From Scanner";
     this._rdFromScanner.UseVisualStyleBackColor = true;
     this._rdFromScanner.CheckedChanged         += new System.EventHandler(this._rdFromScanner_CheckedChanged);
     //
     // _btnFinishCreate
     //
     this._btnFinishCreate.Location = new System.Drawing.Point(363, 133);
     this._btnFinishCreate.Name     = "_btnFinishCreate";
     this._btnFinishCreate.Size     = new System.Drawing.Size(88, 23);
     this._btnFinishCreate.TabIndex = 11;
     this._btnFinishCreate.Text     = "&Finish";
     this._btnFinishCreate.UseVisualStyleBackColor = true;
     this._btnFinishCreate.Click += new System.EventHandler(this._btnFinishCreate_Click);
     //
     // _rdFromDisk
     //
     this._rdFromDisk.AutoSize = true;
     this._rdFromDisk.Checked  = true;
     this._rdFromDisk.Location = new System.Drawing.Point(54, 19);
     this._rdFromDisk.Name     = "_rdFromDisk";
     this._rdFromDisk.Size     = new System.Drawing.Size(72, 17);
     this._rdFromDisk.TabIndex = 7;
     this._rdFromDisk.TabStop  = true;
     this._rdFromDisk.Text     = "From Disk";
     this._rdFromDisk.UseVisualStyleBackColor = true;
     this._rdFromDisk.CheckedChanged         += new System.EventHandler(this._rdFromDisk_CheckedChanged);
     //
     // _btnBrowsePage
     //
     this._btnBrowsePage.Location = new System.Drawing.Point(421, 97);
     this._btnBrowsePage.Name     = "_btnBrowsePage";
     this._btnBrowsePage.Size     = new System.Drawing.Size(27, 20);
     this._btnBrowsePage.TabIndex = 10;
     this._btnBrowsePage.Text     = "...";
     this._btnBrowsePage.UseVisualStyleBackColor = true;
     this._btnBrowsePage.Click += new System.EventHandler(this._btnBrowsePage_Click);
     //
     // _tbLoad
     //
     this._tbLoad.Controls.Add(this._btnBrowseMaster);
     this._tbLoad.Controls.Add(this._txtMasterFormsPath);
     this._tbLoad.Controls.Add(this.groupBox4);
     this._tbLoad.Location = new System.Drawing.Point(4, 22);
     this._tbLoad.Name     = "_tbLoad";
     this._tbLoad.Size     = new System.Drawing.Size(467, 189);
     this._tbLoad.TabIndex = 2;
     this._tbLoad.Text     = "Load Master Form";
     this._tbLoad.UseVisualStyleBackColor = true;
     //
     // _btnBrowseMaster
     //
     this._btnBrowseMaster.Location = new System.Drawing.Point(434, 83);
     this._btnBrowseMaster.Name     = "_btnBrowseMaster";
     this._btnBrowseMaster.Size     = new System.Drawing.Size(27, 20);
     this._btnBrowseMaster.TabIndex = 1;
     this._btnBrowseMaster.Text     = "...";
     this._btnBrowseMaster.UseVisualStyleBackColor = true;
     this._btnBrowseMaster.Click += new System.EventHandler(this._btnBrowse_Click);
     //
     // _txtMasterFormsPath
     //
     this._txtMasterFormsPath.Location = new System.Drawing.Point(122, 83);
     this._txtMasterFormsPath.Name     = "_txtMasterFormsPath";
     this._txtMasterFormsPath.Size     = new System.Drawing.Size(306, 20);
     this._txtMasterFormsPath.TabIndex = 0;
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.label3);
     this.groupBox4.Controls.Add(this._btnPrevLoad);
     this.groupBox4.Controls.Add(this._btnFinishLoad);
     this.groupBox4.Location = new System.Drawing.Point(13, 27);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(454, 166);
     this.groupBox4.TabIndex = 5;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Load Master Form";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 59);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(95, 13);
     this.label3.TabIndex = 3;
     this.label3.Text     = "Master Forms Path";
     //
     // _btnPrevLoad
     //
     this._btnPrevLoad.Location = new System.Drawing.Point(269, 133);
     this._btnPrevLoad.Name     = "_btnPrevLoad";
     this._btnPrevLoad.Size     = new System.Drawing.Size(88, 23);
     this._btnPrevLoad.TabIndex = 4;
     this._btnPrevLoad.Text     = "&Previous";
     this._btnPrevLoad.UseVisualStyleBackColor = true;
     this._btnPrevLoad.Click += new System.EventHandler(this._btnPrevLoad_Click);
     //
     // _btnFinishLoad
     //
     this._btnFinishLoad.Location = new System.Drawing.Point(363, 133);
     this._btnFinishLoad.Name     = "_btnFinishLoad";
     this._btnFinishLoad.Size     = new System.Drawing.Size(88, 23);
     this._btnFinishLoad.TabIndex = 2;
     this._btnFinishLoad.Text     = "&Finish";
     this._btnFinishLoad.UseVisualStyleBackColor = true;
     this._btnFinishLoad.Click += new System.EventHandler(this._btnFinish_Click);
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this._rbOmr);
     this.groupBox5.Controls.Add(this._rbIDCard);
     this.groupBox5.Controls.Add(this._rbNormal);
     this.groupBox5.Location = new System.Drawing.Point(195, 19);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Size     = new System.Drawing.Size(253, 44);
     this.groupBox5.TabIndex = 15;
     this.groupBox5.TabStop  = false;
     this.groupBox5.Text     = "Page Type";
     //
     // _rbOmr
     //
     this._rbOmr.AutoSize = true;
     this._rbOmr.Location = new System.Drawing.Point(170, 19);
     this._rbOmr.Name     = "_rbOmr";
     this._rbOmr.Size     = new System.Drawing.Size(44, 17);
     this._rbOmr.TabIndex = 26;
     this._rbOmr.Text     = "Omr";
     this._rbOmr.UseVisualStyleBackColor = true;
     //
     // _rbIDCard
     //
     this._rbIDCard.AutoSize = true;
     this._rbIDCard.Location = new System.Drawing.Point(87, 19);
     this._rbIDCard.Name     = "_rbIDCard";
     this._rbIDCard.Size     = new System.Drawing.Size(61, 17);
     this._rbIDCard.TabIndex = 25;
     this._rbIDCard.Text     = "ID Card";
     this._rbIDCard.UseVisualStyleBackColor = true;
     //
     // _rbNormal
     //
     this._rbNormal.AutoSize = true;
     this._rbNormal.Checked  = true;
     this._rbNormal.Location = new System.Drawing.Point(7, 19);
     this._rbNormal.Name     = "_rbNormal";
     this._rbNormal.Size     = new System.Drawing.Size(58, 17);
     this._rbNormal.TabIndex = 24;
     this._rbNormal.TabStop  = true;
     this._rbNormal.Text     = "Normal";
     this._rbNormal.UseVisualStyleBackColor = true;
     //
     // MasterFormsWizard
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(498, 224);
     this.Controls.Add(this._tbMain);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "MasterFormsWizard";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "LEADTOOLS Master Form Editor";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.MasterFormsWizard_FormClosing);
     this.Load           += new System.EventHandler(this.MasterFormsWizard_Load);
     this._tbMain.ResumeLayout(false);
     this._tbAboutDemo.ResumeLayout(false);
     this._tbAboutDemo.PerformLayout();
     this._tbOptions.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this._tbCreate.ResumeLayout(false);
     this._tbCreate.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this._tbAddPage.ResumeLayout(false);
     this._tbAddPage.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this._tbLoad.ResumeLayout(false);
     this._tbLoad.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.ResumeLayout(false);
 }
Ejemplo n.º 36
0
 /// <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(Form1));
     this.LoadMazeButton             = new System.Windows.Forms.Button();
     this.NodeVisualsPanel           = new System.Windows.Forms.Panel();
     this.StartSearchButton          = new System.Windows.Forms.Button();
     this.CancelSearchButton         = new System.Windows.Forms.Button();
     this.SearchAlgorithmCombo       = new System.Windows.Forms.ComboBox();
     this.AllowDiagonalCheckbox      = new System.Windows.Forms.CheckBox();
     this.DontCrossCornersCheckbox   = new System.Windows.Forms.CheckBox();
     this.VisualizationSpeedTrackbar = new System.Windows.Forms.TrackBar();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.VisualizationSpeedUpdate = new System.Windows.Forms.Timer(this.components);
     ((System.ComponentModel.ISupportInitialize)(this.VisualizationSpeedTrackbar)).BeginInit();
     this.SuspendLayout();
     //
     // LoadMazeButton
     //
     this.LoadMazeButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.LoadMazeButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.LoadMazeButton.ForeColor = System.Drawing.Color.Black;
     this.LoadMazeButton.Location  = new System.Drawing.Point(668, 12);
     this.LoadMazeButton.Name      = "LoadMazeButton";
     this.LoadMazeButton.Size      = new System.Drawing.Size(263, 58);
     this.LoadMazeButton.TabIndex  = 4;
     this.LoadMazeButton.Text      = "Load Maze Text";
     this.LoadMazeButton.UseVisualStyleBackColor = false;
     this.LoadMazeButton.Click += new System.EventHandler(this.but_LoadMazeText_Click);
     //
     // NodeVisualsPanel
     //
     this.NodeVisualsPanel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.NodeVisualsPanel.Location  = new System.Drawing.Point(12, 10);
     this.NodeVisualsPanel.Name      = "NodeVisualsPanel";
     this.NodeVisualsPanel.Size      = new System.Drawing.Size(650, 650);
     this.NodeVisualsPanel.TabIndex  = 5;
     this.NodeVisualsPanel.MouseUp  += new System.Windows.Forms.MouseEventHandler(this.NodeVisualsPanel_MouseUp);
     //
     // StartSearchButton
     //
     this.StartSearchButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.StartSearchButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.StartSearchButton.ForeColor = System.Drawing.Color.Black;
     this.StartSearchButton.Location  = new System.Drawing.Point(668, 76);
     this.StartSearchButton.Name      = "StartSearchButton";
     this.StartSearchButton.Size      = new System.Drawing.Size(129, 58);
     this.StartSearchButton.TabIndex  = 6;
     this.StartSearchButton.Text      = "Start Search";
     this.StartSearchButton.UseVisualStyleBackColor = false;
     this.StartSearchButton.Click += new System.EventHandler(this.StartSearchButton_Click);
     //
     // CancelSearchButton
     //
     this.CancelSearchButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.CancelSearchButton.Enabled   = false;
     this.CancelSearchButton.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
     this.CancelSearchButton.ForeColor = System.Drawing.Color.Black;
     this.CancelSearchButton.Location  = new System.Drawing.Point(803, 76);
     this.CancelSearchButton.Name      = "CancelSearchButton";
     this.CancelSearchButton.Size      = new System.Drawing.Size(129, 58);
     this.CancelSearchButton.TabIndex  = 7;
     this.CancelSearchButton.Text      = "Cancel Search";
     this.CancelSearchButton.UseVisualStyleBackColor = false;
     this.CancelSearchButton.Click += new System.EventHandler(this.ResetSearchButton_Click);
     //
     // SearchAlgorithmCombo
     //
     this.SearchAlgorithmCombo.BackColor         = System.Drawing.Color.White;
     this.SearchAlgorithmCombo.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.SearchAlgorithmCombo.ForeColor         = System.Drawing.Color.Black;
     this.SearchAlgorithmCombo.FormattingEnabled = true;
     this.SearchAlgorithmCombo.Location          = new System.Drawing.Point(669, 141);
     this.SearchAlgorithmCombo.Name     = "SearchAlgorithmCombo";
     this.SearchAlgorithmCombo.Size     = new System.Drawing.Size(262, 21);
     this.SearchAlgorithmCombo.TabIndex = 8;
     //
     // AllowDiagonalCheckbox
     //
     this.AllowDiagonalCheckbox.AutoSize   = true;
     this.AllowDiagonalCheckbox.Checked    = true;
     this.AllowDiagonalCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.AllowDiagonalCheckbox.ForeColor  = System.Drawing.Color.Black;
     this.AllowDiagonalCheckbox.Location   = new System.Drawing.Point(671, 279);
     this.AllowDiagonalCheckbox.Name       = "AllowDiagonalCheckbox";
     this.AllowDiagonalCheckbox.Size       = new System.Drawing.Size(149, 17);
     this.AllowDiagonalCheckbox.TabIndex   = 9;
     this.AllowDiagonalCheckbox.Text       = "Allow Diagonal Movement";
     this.AllowDiagonalCheckbox.UseVisualStyleBackColor = true;
     //
     // DontCrossCornersCheckbox
     //
     this.DontCrossCornersCheckbox.AutoSize   = true;
     this.DontCrossCornersCheckbox.Checked    = true;
     this.DontCrossCornersCheckbox.CheckState = System.Windows.Forms.CheckState.Checked;
     this.DontCrossCornersCheckbox.ForeColor  = System.Drawing.Color.Black;
     this.DontCrossCornersCheckbox.Location   = new System.Drawing.Point(670, 304);
     this.DontCrossCornersCheckbox.Name       = "DontCrossCornersCheckbox";
     this.DontCrossCornersCheckbox.Size       = new System.Drawing.Size(128, 17);
     this.DontCrossCornersCheckbox.TabIndex   = 10;
     this.DontCrossCornersCheckbox.Text       = "Do Not Cross Corners";
     this.DontCrossCornersCheckbox.UseVisualStyleBackColor = true;
     //
     // VisualizationSpeedTrackbar
     //
     this.VisualizationSpeedTrackbar.Location = new System.Drawing.Point(668, 198);
     this.VisualizationSpeedTrackbar.Maximum  = 60;
     this.VisualizationSpeedTrackbar.Name     = "VisualizationSpeedTrackbar";
     this.VisualizationSpeedTrackbar.Size     = new System.Drawing.Size(262, 45);
     this.VisualizationSpeedTrackbar.TabIndex = 11;
     this.VisualizationSpeedTrackbar.Value    = 30;
     //
     // label1
     //
     this.label1.AutoSize  = true;
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location  = new System.Drawing.Point(668, 175);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(155, 13);
     this.label1.TabIndex  = 12;
     this.label1.Text      = "Visualization Speed (fast - slow)";
     //
     // label2
     //
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location  = new System.Drawing.Point(668, 237);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(262, 39);
     this.label2.TabIndex  = 13;
     this.label2.Text      = "Load Maze Text must be used for options below to take effect.";
     //
     // label3
     //
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location  = new System.Drawing.Point(667, 450);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(271, 44);
     this.label3.TabIndex  = 14;
     this.label3.Text      = "Left click in a loaded maze to change the Start position. Right click to change t" +
                             "he end position.";
     //
     // label4
     //
     this.label4.Font      = new System.Drawing.Font("Microsoft Sans Serif", 10.18868F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.Black;
     this.label4.Location  = new System.Drawing.Point(665, 529);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(271, 131);
     this.label4.TabIndex  = 15;
     this.label4.Text      = resources.GetString("label4.Text");
     this.label4.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
     //
     // VisualizationSpeedUpdate
     //
     this.VisualizationSpeedUpdate.Tick += new System.EventHandler(this.VisualizationSpeedUpdate_Tick);
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor           = System.Drawing.Color.White;
     this.ClientSize          = new System.Drawing.Size(942, 672);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.VisualizationSpeedTrackbar);
     this.Controls.Add(this.DontCrossCornersCheckbox);
     this.Controls.Add(this.AllowDiagonalCheckbox);
     this.Controls.Add(this.SearchAlgorithmCombo);
     this.Controls.Add(this.CancelSearchButton);
     this.Controls.Add(this.StartSearchButton);
     this.Controls.Add(this.NodeVisualsPanel);
     this.Controls.Add(this.LoadMazeButton);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MinimizeBox     = false;
     this.Name            = "Form1";
     this.Text            = "Various MazeRunner";
     this.Load           += new System.EventHandler(this.Form1_Load);
     ((System.ComponentModel.ISupportInitialize)(this.VisualizationSpeedTrackbar)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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(FormLgs));
     this.btnBasla          = new System.Windows.Forms.Button();
     this.btnGozat          = new System.Windows.Forms.Button();
     this.label2            = new System.Windows.Forms.Label();
     this.label3            = new System.Windows.Forms.Label();
     this.backgroundWorker1 = new System.ComponentModel.BackgroundWorker();
     this.progressBar1      = new System.Windows.Forms.ProgressBar();
     this.label4            = new System.Windows.Forms.Label();
     this.timer1            = new System.Windows.Forms.Timer(this.components);
     this.lblGecenSure      = new System.Windows.Forms.Label();
     this.linkLabel1        = new System.Windows.Forms.LinkLabel();
     this.SuspendLayout();
     //
     // btnBasla
     //
     this.btnBasla.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.btnBasla.Enabled  = false;
     this.btnBasla.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.btnBasla.Location = new System.Drawing.Point(561, 62);
     this.btnBasla.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.btnBasla.Name     = "btnBasla";
     this.btnBasla.Size     = new System.Drawing.Size(149, 37);
     this.btnBasla.TabIndex = 0;
     this.btnBasla.Text     = "Başla";
     this.btnBasla.UseVisualStyleBackColor = true;
     this.btnBasla.Click += new System.EventHandler(this.btnBasla_Click);
     //
     // btnGozat
     //
     this.btnGozat.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.btnGozat.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.btnGozat.Location = new System.Drawing.Point(17, 62);
     this.btnGozat.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.btnGozat.Name     = "btnGozat";
     this.btnGozat.Size     = new System.Drawing.Size(149, 37);
     this.btnGozat.TabIndex = 4;
     this.btnGozat.Text     = "Gözat";
     this.btnGozat.UseVisualStyleBackColor = true;
     this.btnGozat.Click += new System.EventHandler(this.btnGozat_Click);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.label2.Location = new System.Drawing.Point(16, 11);
     this.label2.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(151, 29);
     this.label2.TabIndex = 5;
     this.label2.Text     = "Hedef Dizin:";
     //
     // label3
     //
     this.label3.Font     = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.label3.Location = new System.Drawing.Point(12, 165);
     this.label3.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(699, 108);
     this.label3.TabIndex = 6;
     this.label3.Text     = resources.GetString("label3.Text");
     //
     // backgroundWorker1
     //
     this.backgroundWorker1.DoWork += new System.ComponentModel.DoWorkEventHandler(this.backgroundWorker1_DoWork);
     //
     // progressBar1
     //
     this.progressBar1.Location = new System.Drawing.Point(17, 106);
     this.progressBar1.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(693, 25);
     this.progressBar1.TabIndex = 7;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(17, 134);
     this.label4.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(88, 17);
     this.label4.TabIndex = 9;
     this.label4.Text     = "Okul sayısı : ";
     //
     // timer1
     //
     this.timer1.Interval = 1000;
     this.timer1.Tick    += new System.EventHandler(this.timer1_Tick);
     //
     // lblGecenSure
     //
     this.lblGecenSure.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblGecenSure.AutoEllipsis = true;
     this.lblGecenSure.AutoSize     = true;
     this.lblGecenSure.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.lblGecenSure.Location     = new System.Drawing.Point(12, 293);
     this.lblGecenSure.Name         = "lblGecenSure";
     this.lblGecenSure.RightToLeft  = System.Windows.Forms.RightToLeft.Yes;
     this.lblGecenSure.Size         = new System.Drawing.Size(20, 17);
     this.lblGecenSure.TabIndex     = 10;
     this.lblGecenSure.Text         = "...";
     this.lblGecenSure.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize     = true;
     this.linkLabel1.Font         = new System.Drawing.Font("Microsoft Sans Serif", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
     this.linkLabel1.Location     = new System.Drawing.Point(605, 293);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(107, 15);
     this.linkLabel1.TabIndex     = 11;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Tag          = "http://osmancelik.com.tr";
     this.linkLabel1.Text         = "osmancelik.com.tr";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // FormLgs
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(724, 319);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.lblGecenSure);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.progressBar1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.btnGozat);
     this.Controls.Add(this.btnBasla);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Margin          = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FormLgs";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "LGS Rapor";
     this.FormClosing    += new System.Windows.Forms.FormClosingEventHandler(this.FormLgs_FormClosing);
     this.Load           += new System.EventHandler(this.Form1_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 38
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmThongTinNhatKyThueBao));
     Janus.Windows.GridEX.GridEXLayout gridEXLayout1          = new Janus.Windows.GridEX.GridEXLayout();
     this.cmdAdd                 = new Janus.Windows.UI.CommandBars.UICommandBar();
     this.uiCommandManager1      = new Janus.Windows.UI.CommandBars.UICommandManager();
     this.BottomRebar1           = new Janus.Windows.UI.CommandBars.UIRebar();
     this.cmdThemMoi             = new Janus.Windows.UI.CommandBars.UICommand("cmdThemMoi");
     this.cmdXoa                 = new Janus.Windows.UI.CommandBars.UICommand("cmdXoa");
     this.cmdThoat               = new Janus.Windows.UI.CommandBars.UICommand("cmdThoat");
     this.cmdXeChuaNhapDuDuLieu  = new Janus.Windows.UI.CommandBars.UICommand("cmdXeChuaNhapDuDuLieu");
     this.cmdXeNhapDu            = new Janus.Windows.UI.CommandBars.UICommand("cmdXeNhapDu");
     this.cmdTimKiem             = new Janus.Windows.UI.CommandBars.UICommand("cmdTimKiem");
     this.LeftRebar1             = new Janus.Windows.UI.CommandBars.UIRebar();
     this.RightRebar1            = new Janus.Windows.UI.CommandBars.UIRebar();
     this.TopRebar1              = new Janus.Windows.UI.CommandBars.UIRebar();
     this.cmdThemMoi1            = new Janus.Windows.UI.CommandBars.UICommand("cmdThemMoi");
     this.cmdXoa1                = new Janus.Windows.UI.CommandBars.UICommand("cmdXoa");
     this.cmdThoat1              = new Janus.Windows.UI.CommandBars.UICommand("cmdThoat");
     this.Separator1             = new Janus.Windows.UI.CommandBars.UICommand("Separator");
     this.cmdXeChuaNhapDuDuLieu1 = new Janus.Windows.UI.CommandBars.UICommand("cmdXeChuaNhapDuDuLieu");
     this.cmdXeNhapDu1           = new Janus.Windows.UI.CommandBars.UICommand("cmdXeNhapDu");
     this.cmdTimKiem1            = new Janus.Windows.UI.CommandBars.UICommand("cmdTimKiem");
     this.grdNhanVien            = new Janus.Windows.GridEX.GridEX();
     ((System.ComponentModel.ISupportInitialize)(this.cmdAdd)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiCommandManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.BottomRebar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.LeftRebar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.RightRebar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.TopRebar1)).BeginInit();
     this.TopRebar1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdNhanVien)).BeginInit();
     this.SuspendLayout();
     //
     // cmdAdd
     //
     this.cmdAdd.CommandManager = this.uiCommandManager1;
     this.cmdAdd.Commands.AddRange(new Janus.Windows.UI.CommandBars.UICommand[] {
         this.cmdThemMoi1,
         this.cmdXoa1,
         this.cmdThoat1,
         this.Separator1,
         this.cmdXeChuaNhapDuDuLieu1,
         this.cmdXeNhapDu1,
         this.cmdTimKiem1
     });
     this.cmdAdd.Key           = "cmdToolBar";
     this.cmdAdd.Location      = new System.Drawing.Point(0, 0);
     this.cmdAdd.Margin        = new System.Windows.Forms.Padding(2);
     this.cmdAdd.Name          = "cmdAdd";
     this.cmdAdd.RowIndex      = 0;
     this.cmdAdd.Size          = new System.Drawing.Size(491, 28);
     this.cmdAdd.Text          = "cmdToolBar";
     this.cmdAdd.CommandClick += new Janus.Windows.UI.CommandBars.CommandEventHandler(this.cmdAdd_CommandClick);
     //
     // uiCommandManager1
     //
     this.uiCommandManager1.BottomRebar = this.BottomRebar1;
     this.uiCommandManager1.CommandBars.AddRange(new Janus.Windows.UI.CommandBars.UICommandBar[] {
         this.cmdAdd
     });
     this.uiCommandManager1.Commands.AddRange(new Janus.Windows.UI.CommandBars.UICommand[] {
         this.cmdThemMoi,
         this.cmdXoa,
         this.cmdThoat,
         this.cmdXeChuaNhapDuDuLieu,
         this.cmdXeNhapDu,
         this.cmdTimKiem
     });
     this.uiCommandManager1.ContainerControl = this;
     this.uiCommandManager1.Id         = new System.Guid("c150f580-389a-47ce-85a6-f5f387cdee9a");
     this.uiCommandManager1.LeftRebar  = this.LeftRebar1;
     this.uiCommandManager1.RightRebar = this.RightRebar1;
     this.uiCommandManager1.TopRebar   = this.TopRebar1;
     //
     // BottomRebar1
     //
     this.BottomRebar1.CommandManager = this.uiCommandManager1;
     this.BottomRebar1.Dock           = System.Windows.Forms.DockStyle.Bottom;
     this.BottomRebar1.Location       = new System.Drawing.Point(0, 0);
     this.BottomRebar1.Name           = "BottomRebar1";
     this.BottomRebar1.Size           = new System.Drawing.Size(0, 0);
     //
     // cmdThemMoi
     //
     this.cmdThemMoi.Image    = ((System.Drawing.Image)(resources.GetObject("cmdThemMoi.Image")));
     this.cmdThemMoi.Key      = "cmdThemMoi";
     this.cmdThemMoi.Name     = "cmdThemMoi";
     this.cmdThemMoi.Shortcut = System.Windows.Forms.Shortcut.F1;
     this.cmdThemMoi.Text     = "Nhập mới (F1)";
     //
     // cmdXoa
     //
     this.cmdXoa.Key  = "cmdXoa";
     this.cmdXoa.Name = "cmdXoa";
     this.cmdXoa.Text = "Xóa";
     //
     // cmdThoat
     //
     this.cmdThoat.Image = ((System.Drawing.Image)(resources.GetObject("cmdThoat.Image")));
     this.cmdThoat.Key   = "cmdThoat";
     this.cmdThoat.Name  = "cmdThoat";
     this.cmdThoat.Text  = "Thoát";
     //
     // cmdXeChuaNhapDuDuLieu
     //
     this.cmdXeChuaNhapDuDuLieu.Key  = "cmdXeChuaNhapDuDuLieu";
     this.cmdXeChuaNhapDuDuLieu.Name = "cmdXeChuaNhapDuDuLieu";
     this.cmdXeChuaNhapDuDuLieu.Text = "Xe chưa nhập đủ thông tin";
     //
     // cmdXeNhapDu
     //
     this.cmdXeNhapDu.Key  = "cmdXeNhapDu";
     this.cmdXeNhapDu.Name = "cmdXeNhapDu";
     this.cmdXeNhapDu.Text = "Tất cả xe";
     //
     // cmdTimKiem
     //
     this.cmdTimKiem.Key  = "cmdTimKiem";
     this.cmdTimKiem.Name = "cmdTimKiem";
     this.cmdTimKiem.Text = "Tìm kiếm";
     //
     // LeftRebar1
     //
     this.LeftRebar1.CommandManager = this.uiCommandManager1;
     this.LeftRebar1.Dock           = System.Windows.Forms.DockStyle.Left;
     this.LeftRebar1.Location       = new System.Drawing.Point(0, 0);
     this.LeftRebar1.Name           = "LeftRebar1";
     this.LeftRebar1.Size           = new System.Drawing.Size(0, 0);
     //
     // RightRebar1
     //
     this.RightRebar1.CommandManager = this.uiCommandManager1;
     this.RightRebar1.Dock           = System.Windows.Forms.DockStyle.Right;
     this.RightRebar1.Location       = new System.Drawing.Point(0, 0);
     this.RightRebar1.Name           = "RightRebar1";
     this.RightRebar1.Size           = new System.Drawing.Size(0, 0);
     //
     // TopRebar1
     //
     this.TopRebar1.CommandBars.AddRange(new Janus.Windows.UI.CommandBars.UICommandBar[] {
         this.cmdAdd
     });
     this.TopRebar1.CommandManager = this.uiCommandManager1;
     this.TopRebar1.Controls.Add(this.cmdAdd);
     this.TopRebar1.Dock     = System.Windows.Forms.DockStyle.Top;
     this.TopRebar1.Location = new System.Drawing.Point(0, 0);
     this.TopRebar1.Name     = "TopRebar1";
     this.TopRebar1.Size     = new System.Drawing.Size(919, 28);
     //
     // cmdThemMoi1
     //
     this.cmdThemMoi1.Key  = "cmdThemMoi";
     this.cmdThemMoi1.Name = "cmdThemMoi1";
     //
     // cmdXoa1
     //
     this.cmdXoa1.Image = ((System.Drawing.Image)(resources.GetObject("cmdXoa1.Image")));
     this.cmdXoa1.Key   = "cmdXoa";
     this.cmdXoa1.Name  = "cmdXoa1";
     //
     // cmdThoat1
     //
     this.cmdThoat1.Key  = "cmdThoat";
     this.cmdThoat1.Name = "cmdThoat1";
     //
     // Separator1
     //
     this.Separator1.CommandType = Janus.Windows.UI.CommandBars.CommandType.Separator;
     this.Separator1.Key         = "Separator";
     this.Separator1.Name        = "Separator1";
     //
     // cmdXeChuaNhapDuDuLieu1
     //
     this.cmdXeChuaNhapDuDuLieu1.Key  = "cmdXeChuaNhapDuDuLieu";
     this.cmdXeChuaNhapDuDuLieu1.Name = "cmdXeChuaNhapDuDuLieu1";
     //
     // cmdXeNhapDu1
     //
     this.cmdXeNhapDu1.Key  = "cmdXeNhapDu";
     this.cmdXeNhapDu1.Name = "cmdXeNhapDu1";
     //
     // cmdTimKiem1
     //
     this.cmdTimKiem1.Key  = "cmdTimKiem";
     this.cmdTimKiem1.Name = "cmdTimKiem1";
     //
     // grdNhanVien
     //
     this.grdNhanVien.AllowEdit         = Janus.Windows.GridEX.InheritableBoolean.False;
     this.grdNhanVien.DataMember        = "ThoiDiem";
     gridEXLayout1.LayoutString         = resources.GetString("gridEXLayout1.LayoutString");
     this.grdNhanVien.DesignTimeLayout  = gridEXLayout1;
     this.grdNhanVien.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.grdNhanVien.Font              = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grdNhanVien.GroupByBoxVisible = false;
     this.grdNhanVien.Location          = new System.Drawing.Point(0, 28);
     this.grdNhanVien.Margin            = new System.Windows.Forms.Padding(2);
     this.grdNhanVien.Name              = "grdNhanVien";
     this.grdNhanVien.RowHeaderContent  = Janus.Windows.GridEX.RowHeaderContent.RowIndex;
     this.grdNhanVien.RowHeaders        = Janus.Windows.GridEX.InheritableBoolean.True;
     this.grdNhanVien.SaveSettings      = false;
     this.grdNhanVien.Size              = new System.Drawing.Size(919, 480);
     this.grdNhanVien.TabIndex          = 1;
     this.grdNhanVien.FormattingRow    += new Janus.Windows.GridEX.RowLoadEventHandler(this.grdNhanVien_FormattingRow);
     this.grdNhanVien.DoubleClick      += new System.EventHandler(this.grdNhanVien_DoubleClick);
     this.grdNhanVien.KeyDown          += new System.Windows.Forms.KeyEventHandler(this.grdNhanVien_KeyDown);
     //
     // frmThongTinNhatKyThueBao
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(919, 508);
     this.Controls.Add(this.grdNhanVien);
     this.Controls.Add(this.TopRebar1);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "frmThongTinNhatKyThueBao";
     this.Text  = "Thông tin chi tiết nhật ký thuê bao";
     this.Load += new System.EventHandler(this.frmThongTinNhatKyThueBao_Load);
     ((System.ComponentModel.ISupportInitialize)(this.cmdAdd)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiCommandManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.BottomRebar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.LeftRebar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.RightRebar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.TopRebar1)).EndInit();
     this.TopRebar1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdNhanVien)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 39
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.DashboardCommon.Dimension            dimension1            = new DevExpress.DashboardCommon.Dimension();
     DevExpress.DashboardCommon.Dimension            dimension2            = new DevExpress.DashboardCommon.Dimension();
     DevExpress.DashboardCommon.Measure              measure1              = new DevExpress.DashboardCommon.Measure();
     DevExpress.DashboardCommon.Dimension            dimension3            = new DevExpress.DashboardCommon.Dimension();
     DevExpress.DataAccess.Sql.CustomSqlQuery        customSqlQuery1       = new DevExpress.DataAccess.Sql.CustomSqlQuery();
     System.ComponentModel.ComponentResourceManager  resources             = new System.ComponentModel.ComponentResourceManager(typeof(dash_ent_projectManagement));
     DevExpress.DashboardCommon.Dimension            dimension4            = new DevExpress.DashboardCommon.Dimension();
     DevExpress.DashboardCommon.Measure              measure2              = new DevExpress.DashboardCommon.Measure();
     DevExpress.DashboardCommon.Dimension            dimension5            = new DevExpress.DashboardCommon.Dimension();
     DevExpress.DashboardCommon.Dimension            dimension6            = new DevExpress.DashboardCommon.Dimension();
     DevExpress.DashboardCommon.Dimension            dimension7            = new DevExpress.DashboardCommon.Dimension();
     DevExpress.DashboardCommon.Dimension            dimension8            = new DevExpress.DashboardCommon.Dimension();
     DevExpress.DashboardCommon.DashboardLayoutGroup dashboardLayoutGroup1 = new DevExpress.DashboardCommon.DashboardLayoutGroup();
     DevExpress.DashboardCommon.DashboardLayoutGroup dashboardLayoutGroup2 = new DevExpress.DashboardCommon.DashboardLayoutGroup();
     DevExpress.DashboardCommon.DashboardLayoutItem  dashboardLayoutItem1  = new DevExpress.DashboardCommon.DashboardLayoutItem();
     DevExpress.DashboardCommon.DashboardLayoutItem  dashboardLayoutItem2  = new DevExpress.DashboardCommon.DashboardLayoutItem();
     DevExpress.DashboardCommon.DashboardLayoutItem  dashboardLayoutItem3  = new DevExpress.DashboardCommon.DashboardLayoutItem();
     this.pivotDashboardItem1     = new DevExpress.DashboardCommon.PivotDashboardItem();
     this.dashboardSqlDataSource1 = new DevExpress.DashboardCommon.DashboardSqlDataSource();
     this.pieDashboardItem1       = new DevExpress.DashboardCommon.PieDashboardItem();
     this.treeViewDashboardItem1  = new DevExpress.DashboardCommon.TreeViewDashboardItem();
     ((System.ComponentModel.ISupportInitialize)(this.pivotDashboardItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(dimension1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(dimension2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(measure1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(dimension3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dashboardSqlDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pieDashboardItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(dimension4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(measure2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(dimension5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeViewDashboardItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(dimension6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(dimension7)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(dimension8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // pivotDashboardItem1
     //
     dimension1.DataMember = "Home";
     dimension2.DataMember = "pm_title";
     this.pivotDashboardItem1.Columns.AddRange(new DevExpress.DashboardCommon.Dimension[] {
         dimension1,
         dimension2
     });
     this.pivotDashboardItem1.ComponentName = "pivotDashboardItem1";
     measure1.DataMember      = "pm_createddate";
     measure1.ShowGrandTotals = false;
     measure1.ShowTotals      = false;
     measure1.SummaryType     = DevExpress.DashboardCommon.SummaryType.Max;
     dimension3.DataMember    = "pm_type";
     dimension3.SortOrder     = DevExpress.DashboardCommon.DimensionSortOrder.Descending;
     this.pivotDashboardItem1.DataItemRepository.Clear();
     this.pivotDashboardItem1.DataItemRepository.Add(measure1, "DataItem1");
     this.pivotDashboardItem1.DataItemRepository.Add(dimension3, "DataItem3");
     this.pivotDashboardItem1.DataItemRepository.Add(dimension1, "DataItem0");
     this.pivotDashboardItem1.DataItemRepository.Add(dimension2, "DataItem2");
     this.pivotDashboardItem1.DataMember = "Query";
     this.pivotDashboardItem1.DataSource = this.dashboardSqlDataSource1;
     this.pivotDashboardItem1.InteractivityOptions.IgnoreMasterFilters = false;
     this.pivotDashboardItem1.LayoutType = DevExpress.DashboardCommon.PivotLayoutType.Compact;
     this.pivotDashboardItem1.Name       = "Pivot 1";
     this.pivotDashboardItem1.Rows.AddRange(new DevExpress.DashboardCommon.Dimension[] {
         dimension3
     });
     this.pivotDashboardItem1.ShowCaption = false;
     this.pivotDashboardItem1.Values.AddRange(new DevExpress.DashboardCommon.Measure[] {
         measure1
     });
     //
     // dashboardSqlDataSource1
     //
     this.dashboardSqlDataSource1.ComponentName  = "dashboardSqlDataSource1";
     this.dashboardSqlDataSource1.ConnectionName = "DevDB";
     this.dashboardSqlDataSource1.Name           = "SQL Data Source 1";
     customSqlQuery1.Name = "Query";
     customSqlQuery1.Sql  = resources.GetString("customSqlQuery1.Sql");
     this.dashboardSqlDataSource1.Queries.AddRange(new DevExpress.DataAccess.Sql.SqlQuery[] {
         customSqlQuery1
     });
     this.dashboardSqlDataSource1.ResultSchemaSerializable = resources.GetString("dashboardSqlDataSource1.ResultSchemaSerializable");
     //
     // pieDashboardItem1
     //
     dimension4.DataMember = "pm_type";
     this.pieDashboardItem1.Arguments.AddRange(new DevExpress.DashboardCommon.Dimension[] {
         dimension4
     });
     this.pieDashboardItem1.ComponentName = "pieDashboardItem1";
     measure2.DataMember   = "pm_createddate";
     measure2.SummaryType  = DevExpress.DashboardCommon.SummaryType.Count;
     dimension5.DataMember = "Home";
     this.pieDashboardItem1.DataItemRepository.Clear();
     this.pieDashboardItem1.DataItemRepository.Add(dimension4, "DataItem1");
     this.pieDashboardItem1.DataItemRepository.Add(measure2, "DataItem2");
     this.pieDashboardItem1.DataItemRepository.Add(dimension5, "DataItem0");
     this.pieDashboardItem1.DataMember = "Query";
     this.pieDashboardItem1.DataSource = this.dashboardSqlDataSource1;
     this.pieDashboardItem1.InteractivityOptions.IgnoreMasterFilters = false;
     this.pieDashboardItem1.Name = "Pies 1";
     this.pieDashboardItem1.SeriesDimensions.AddRange(new DevExpress.DashboardCommon.Dimension[] {
         dimension5
     });
     this.pieDashboardItem1.ShowCaption = false;
     this.pieDashboardItem1.Values.AddRange(new DevExpress.DashboardCommon.Measure[] {
         measure2
     });
     //
     // treeViewDashboardItem1
     //
     this.treeViewDashboardItem1.ComponentName = "treeViewDashboardItem1";
     dimension6.DataMember = "pm_type";
     dimension6.SortOrder  = DevExpress.DashboardCommon.DimensionSortOrder.Descending;
     dimension7.DataMember = "Home";
     dimension8.DataMember = "pm_status";
     this.treeViewDashboardItem1.DataItemRepository.Clear();
     this.treeViewDashboardItem1.DataItemRepository.Add(dimension6, "DataItem0");
     this.treeViewDashboardItem1.DataItemRepository.Add(dimension7, "DataItem1");
     this.treeViewDashboardItem1.DataItemRepository.Add(dimension8, "DataItem2");
     this.treeViewDashboardItem1.DataMember = "Query";
     this.treeViewDashboardItem1.DataSource = this.dashboardSqlDataSource1;
     this.treeViewDashboardItem1.FilterDimensions.AddRange(new DevExpress.DashboardCommon.Dimension[] {
         dimension7,
         dimension6,
         dimension8
     });
     this.treeViewDashboardItem1.InteractivityOptions.IgnoreMasterFilters = true;
     this.treeViewDashboardItem1.Name        = "Data selector";
     this.treeViewDashboardItem1.ShowCaption = true;
     //
     // dash_ent_projectManagement
     //
     this.DataSources.AddRange(new DevExpress.DashboardCommon.IDashboardDataSource[] {
         this.dashboardSqlDataSource1
     });
     this.Items.AddRange(new DevExpress.DashboardCommon.DashboardItem[] {
         this.treeViewDashboardItem1,
         this.pivotDashboardItem1,
         this.pieDashboardItem1
     });
     dashboardLayoutItem1.DashboardItem = this.pivotDashboardItem1;
     dashboardLayoutItem1.Weight        = 49.939098660170522D;
     dashboardLayoutItem2.DashboardItem = this.pieDashboardItem1;
     dashboardLayoutItem2.Weight        = 25.091352009744213D;
     dashboardLayoutGroup2.ChildNodes.AddRange(new DevExpress.DashboardCommon.DashboardLayoutNode[] {
         dashboardLayoutItem1,
         dashboardLayoutItem2
     });
     dashboardLayoutGroup2.DashboardItem = null;
     dashboardLayoutGroup2.Orientation   = DevExpress.DashboardCommon.DashboardLayoutGroupOrientation.Vertical;
     dashboardLayoutGroup2.Weight        = 86.927480916030532D;
     dashboardLayoutItem3.DashboardItem  = this.treeViewDashboardItem1;
     dashboardLayoutItem3.Weight         = 13.072519083969466D;
     dashboardLayoutGroup1.ChildNodes.AddRange(new DevExpress.DashboardCommon.DashboardLayoutNode[] {
         dashboardLayoutGroup2,
         dashboardLayoutItem3
     });
     dashboardLayoutGroup1.DashboardItem = null;
     this.LayoutRoot = dashboardLayoutGroup1;
     this.Title.ShowMasterFilterState = false;
     this.Title.Text = "Project Management";
     ((System.ComponentModel.ISupportInitialize)(dimension1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(dimension2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(measure1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(dimension3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pivotDashboardItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dashboardSqlDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(dimension4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(measure2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(dimension5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pieDashboardItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(dimension6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(dimension7)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(dimension8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.treeViewDashboardItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 40
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Info));
     this.tabControl1  = new System.Windows.Forms.TabControl();
     this.tabPage1     = new System.Windows.Forms.TabPage();
     this.tabPage2     = new System.Windows.Forms.TabPage();
     this.richTextBox1 = new System.Windows.Forms.RichTextBox();
     this.menuStrip1   = new System.Windows.Forms.MenuStrip();
     this.переключитьToolStripMenuItem   = new System.Windows.Forms.ToolStripMenuItem();
     this.закрытьТеориюToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     this.tabControl1.SuspendLayout();
     this.menuStrip1.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Enabled       = false;
     this.tabControl1.Location      = new System.Drawing.Point(572, 0);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(455, 467);
     this.tabControl1.TabIndex      = 1;
     //
     // tabPage1
     //
     this.tabPage1.BackgroundImage       = global::Interpreter.Properties.Resources.infoBG;
     this.tabPage1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.tabPage1.Location = new System.Drawing.Point(4, 25);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage1.Size     = new System.Drawing.Size(447, 438);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "Пример блок-схемы алгоритма.";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // tabPage2
     //
     this.tabPage2.BackgroundImage       = global::Interpreter.Properties.Resources.infoBG_code;
     this.tabPage2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
     this.tabPage2.Location = new System.Drawing.Point(4, 25);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size     = new System.Drawing.Size(447, 438);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "Разбор кода программы";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // richTextBox1
     //
     this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.richTextBox1.Font        = new System.Drawing.Font("Times New Roman", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.richTextBox1.Location    = new System.Drawing.Point(0, 25);
     this.richTextBox1.Name        = "richTextBox1";
     this.richTextBox1.Size        = new System.Drawing.Size(566, 437);
     this.richTextBox1.TabIndex    = 6;
     this.richTextBox1.Text        = resources.GetString("richTextBox1.Text");
     //
     // menuStrip1
     //
     this.menuStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Visible;
     this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
         this.переключитьToolStripMenuItem,
         this.закрытьТеориюToolStripMenuItem
     });
     this.menuStrip1.Location = new System.Drawing.Point(0, 0);
     this.menuStrip1.Name     = "menuStrip1";
     this.menuStrip1.Size     = new System.Drawing.Size(1030, 24);
     this.menuStrip1.TabIndex = 7;
     this.menuStrip1.Text     = "menuStrip1";
     //
     // переключитьToolStripMenuItem
     //
     this.переключитьToolStripMenuItem.Name   = "переключитьToolStripMenuItem";
     this.переключитьToolStripMenuItem.Size   = new System.Drawing.Size(140, 20);
     this.переключитьToolStripMenuItem.Text   = "Переключить теорию";
     this.переключитьToolStripMenuItem.Click += new System.EventHandler(this.переключитьToolStripMenuItem_Click);
     //
     // закрытьТеориюToolStripMenuItem
     //
     this.закрытьТеориюToolStripMenuItem.Name   = "закрытьТеориюToolStripMenuItem";
     this.закрытьТеориюToolStripMenuItem.Size   = new System.Drawing.Size(110, 20);
     this.закрытьТеориюToolStripMenuItem.Text   = "Закрыть теорию";
     this.закрытьТеориюToolStripMenuItem.Click += new System.EventHandler(this.закрытьТеориюToolStripMenuItem_Click);
     //
     // Info
     //
     this.AutoScaleDimensions   = new System.Drawing.SizeF(8F, 16F);
     this.AutoScaleMode         = System.Windows.Forms.AutoScaleMode.Font;
     this.BackColor             = System.Drawing.SystemColors.ControlLightLight;
     this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
     this.ClientSize            = new System.Drawing.Size(1030, 469);
     this.Controls.Add(this.richTextBox1);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.menuStrip1);
     this.Font          = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.MainMenuStrip = this.menuStrip1;
     this.Margin        = new System.Windows.Forms.Padding(4);
     this.Name          = "Info";
     this.Text          = "Краткие теоретические сведения";
     this.tabControl1.ResumeLayout(false);
     this.menuStrip1.ResumeLayout(false);
     this.menuStrip1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 41
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ListForm));
     DevExpress.XtraGrid.GridLevelNode gridLevelNode2         = new DevExpress.XtraGrid.GridLevelNode();
     this.colPayMethodName = new DevExpress.XtraGrid.Columns.GridColumn();
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit();
     this.layoutControl1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).BeginInit();
     this.SuspendLayout();
     //
     // bar1
     //
     this.bar1.OptionsBar.AllowQuickCustomization = false;
     this.bar1.OptionsBar.UseWholeRow             = true;
     resources.ApplyResources(this.bar1, "bar1");
     //
     // imageCollection1
     //
     resources.ApplyResources(this.imageCollection1, "imageCollection1");
     this.imageCollection1.ImageStream = ((DevExpress.Utils.ImageCollectionStreamer)(resources.GetObject("imageCollection1.ImageStream")));
     //
     // barStaticItem1
     //
     this.barStaticItem1.AccessibleDescription = null;
     this.barStaticItem1.AccessibleName        = null;
     resources.ApplyResources(this.barStaticItem1, "barStaticItem1");
     //
     // layoutControl1
     //
     this.layoutControl1.AccessibleDescription = null;
     this.layoutControl1.AccessibleName        = null;
     resources.ApplyResources(this.layoutControl1, "layoutControl1");
     this.layoutControl1.BackgroundImage = null;
     this.layoutControl1.Font            = null;
     this.layoutControl1.Controls.SetChildIndex(this.gridControl1, 0);
     //
     // gridControl1
     //
     this.gridControl1.AccessibleDescription = null;
     this.gridControl1.AccessibleName        = null;
     resources.ApplyResources(this.gridControl1, "gridControl1");
     this.gridControl1.BackgroundImage = null;
     this.gridControl1.EmbeddedNavigator.AccessibleDescription  = null;
     this.gridControl1.EmbeddedNavigator.AccessibleName         = null;
     this.gridControl1.EmbeddedNavigator.AllowHtmlTextInToolTip = ((DevExpress.Utils.DefaultBoolean)(resources.GetObject("gridControl1.EmbeddedNavigator.AllowHtmlTextInToolTip")));
     this.gridControl1.EmbeddedNavigator.Anchor                = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("gridControl1.EmbeddedNavigator.Anchor")));
     this.gridControl1.EmbeddedNavigator.BackgroundImage       = null;
     this.gridControl1.EmbeddedNavigator.BackgroundImageLayout = ((System.Windows.Forms.ImageLayout)(resources.GetObject("gridControl1.EmbeddedNavigator.BackgroundImageLayout")));
     this.gridControl1.EmbeddedNavigator.ImeMode               = ((System.Windows.Forms.ImeMode)(resources.GetObject("gridControl1.EmbeddedNavigator.ImeMode")));
     this.gridControl1.EmbeddedNavigator.TextLocation          = ((DevExpress.XtraEditors.NavigatorButtonsTextLocation)(resources.GetObject("gridControl1.EmbeddedNavigator.TextLocation")));
     this.gridControl1.EmbeddedNavigator.ToolTip               = resources.GetString("gridControl1.EmbeddedNavigator.ToolTip");
     this.gridControl1.EmbeddedNavigator.ToolTipIconType       = ((DevExpress.Utils.ToolTipIconType)(resources.GetObject("gridControl1.EmbeddedNavigator.ToolTipIconType")));
     this.gridControl1.EmbeddedNavigator.ToolTipTitle          = resources.GetString("gridControl1.EmbeddedNavigator.ToolTipTitle");
     this.gridControl1.Font      = null;
     gridLevelNode2.RelationName = "Level1";
     this.gridControl1.LevelTree.Nodes.AddRange(new DevExpress.XtraGrid.GridLevelNode[] {
         gridLevelNode2
     });
     //
     // gridView1
     //
     resources.ApplyResources(this.gridView1, "gridView1");
     this.gridView1.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.colPayMethodName
     });
     this.gridView1.OptionsBehavior.Editable      = false;
     this.gridView1.OptionsFind.AlwaysVisible     = true;
     this.gridView1.OptionsView.ColumnAutoWidth   = false;
     this.gridView1.OptionsView.ShowAutoFilterRow = true;
     //
     // colPayMethodName
     //
     this.colPayMethodName.AppearanceCell.GradientMode             = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("colPayMethodName.AppearanceCell.GradientMode")));
     this.colPayMethodName.AppearanceCell.Image                    = null;
     this.colPayMethodName.AppearanceCell.Options.UseTextOptions   = true;
     this.colPayMethodName.AppearanceCell.TextOptions.HAlignment   = DevExpress.Utils.HorzAlignment.Center;
     this.colPayMethodName.AppearanceHeader.GradientMode           = ((System.Drawing.Drawing2D.LinearGradientMode)(resources.GetObject("colPayMethodName.AppearanceHeader.GradientMode")));
     this.colPayMethodName.AppearanceHeader.Image                  = null;
     this.colPayMethodName.AppearanceHeader.Options.UseTextOptions = true;
     this.colPayMethodName.AppearanceHeader.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     resources.ApplyResources(this.colPayMethodName, "colPayMethodName");
     this.colPayMethodName.FieldName = "PayMethodName";
     this.colPayMethodName.Name      = "colPayMethodName";
     this.colPayMethodName.OptionsColumn.AllowEdit  = false;
     this.colPayMethodName.OptionsColumn.AllowGroup = DevExpress.Utils.DefaultBoolean.False;
     this.colPayMethodName.OptionsColumn.AllowSort  = DevExpress.Utils.DefaultBoolean.True;
     //
     // ListForm
     //
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Icon          = null;
     this.Name          = "ListForm";
     ((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.bindingSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.imageCollection1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).EndInit();
     this.layoutControl1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.gridControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridView1)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 42
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutBox));
     this.logoPictureBox   = new System.Windows.Forms.PictureBox();
     this.labelProductName = new System.Windows.Forms.Label();
     this.labelVersion     = new System.Windows.Forms.Label();
     this.labelCopyright   = new System.Windows.Forms.Label();
     this.labelCompanyName = new System.Windows.Forms.Label();
     this.okButton         = new System.Windows.Forms.Button();
     this.tabControl1      = new System.Windows.Forms.TabControl();
     this.tabPage1         = new System.Windows.Forms.TabPage();
     this.textBox1         = new System.Windows.Forms.TextBox();
     this.groupBox1        = new System.Windows.Forms.GroupBox();
     this.linkLabel2       = new System.Windows.Forms.LinkLabel();
     this.label2           = new System.Windows.Forms.Label();
     this.linkLabel1       = new System.Windows.Forms.LinkLabel();
     this.label1           = new System.Windows.Forms.Label();
     this.tabPage2         = new System.Windows.Forms.TabPage();
     this.txtLicense2      = new System.Windows.Forms.TextBox();
     this.groupBox2        = new System.Windows.Forms.GroupBox();
     this.lName2           = new System.Windows.Forms.Label();
     this.llLink2          = new System.Windows.Forms.LinkLabel();
     this.lLicense2        = new System.Windows.Forms.Label();
     this.tabPage3         = new System.Windows.Forms.TabPage();
     this.txtLicense3      = new System.Windows.Forms.TextBox();
     this.groupBox3        = new System.Windows.Forms.GroupBox();
     this.lName3           = new System.Windows.Forms.Label();
     this.llLink3          = new System.Windows.Forms.LinkLabel();
     this.tabPage4         = new System.Windows.Forms.TabPage();
     this.txtLicense4      = new System.Windows.Forms.TextBox();
     this.groupBox4        = new System.Windows.Forms.GroupBox();
     this.lName4           = new System.Windows.Forms.Label();
     this.llLink4          = new System.Windows.Forms.LinkLabel();
     this.lLicense4        = new System.Windows.Forms.Label();
     this.tabPage5         = new System.Windows.Forms.TabPage();
     this.txtLicense5      = new System.Windows.Forms.TextBox();
     this.groupBox5        = new System.Windows.Forms.GroupBox();
     this.lName5           = new System.Windows.Forms.Label();
     this.llLink5          = new System.Windows.Forms.LinkLabel();
     this.lLicense5        = new System.Windows.Forms.Label();
     this.tabPage6         = new System.Windows.Forms.TabPage();
     this.label4           = new System.Windows.Forms.Label();
     this.textBox2         = new System.Windows.Forms.TextBox();
     this.groupBox6        = new System.Windows.Forms.GroupBox();
     this.label3           = new System.Windows.Forms.Label();
     this.linkLabel3       = new System.Windows.Forms.LinkLabel();
     ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tabPage3.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.tabPage4.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.tabPage5.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.tabPage6.SuspendLayout();
     this.groupBox6.SuspendLayout();
     this.SuspendLayout();
     //
     // logoPictureBox
     //
     this.logoPictureBox.Image    = ((System.Drawing.Image)(resources.GetObject("logoPictureBox.Image")));
     this.logoPictureBox.Location = new System.Drawing.Point(12, 12);
     this.logoPictureBox.Name     = "logoPictureBox";
     this.logoPictureBox.Size     = new System.Drawing.Size(32, 32);
     this.logoPictureBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.logoPictureBox.TabIndex = 12;
     this.logoPictureBox.TabStop  = false;
     //
     // labelProductName
     //
     this.labelProductName.AutoSize    = true;
     this.labelProductName.Location    = new System.Drawing.Point(50, 12);
     this.labelProductName.Margin      = new System.Windows.Forms.Padding(3);
     this.labelProductName.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelProductName.Name        = "labelProductName";
     this.labelProductName.Size        = new System.Drawing.Size(75, 13);
     this.labelProductName.TabIndex    = 19;
     this.labelProductName.Text        = "Product Name";
     this.labelProductName.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelVersion
     //
     this.labelVersion.AutoSize    = true;
     this.labelVersion.Location    = new System.Drawing.Point(50, 31);
     this.labelVersion.Margin      = new System.Windows.Forms.Padding(3);
     this.labelVersion.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelVersion.Name        = "labelVersion";
     this.labelVersion.Size        = new System.Drawing.Size(42, 13);
     this.labelVersion.TabIndex    = 0;
     this.labelVersion.Text        = "Version";
     this.labelVersion.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelCopyright
     //
     this.labelCopyright.AutoSize    = true;
     this.labelCopyright.Location    = new System.Drawing.Point(50, 50);
     this.labelCopyright.Margin      = new System.Windows.Forms.Padding(3);
     this.labelCopyright.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelCopyright.Name        = "labelCopyright";
     this.labelCopyright.Size        = new System.Drawing.Size(51, 13);
     this.labelCopyright.TabIndex    = 21;
     this.labelCopyright.Text        = "Copyright";
     this.labelCopyright.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelCompanyName
     //
     this.labelCompanyName.AutoSize    = true;
     this.labelCompanyName.Location    = new System.Drawing.Point(50, 69);
     this.labelCompanyName.Margin      = new System.Windows.Forms.Padding(3);
     this.labelCompanyName.MaximumSize = new System.Drawing.Size(0, 17);
     this.labelCompanyName.Name        = "labelCompanyName";
     this.labelCompanyName.Size        = new System.Drawing.Size(82, 13);
     this.labelCompanyName.TabIndex    = 22;
     this.labelCompanyName.Text        = "Company Name";
     this.labelCompanyName.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // okButton
     //
     this.okButton.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.okButton.Location     = new System.Drawing.Point(576, 426);
     this.okButton.Name         = "okButton";
     this.okButton.Size         = new System.Drawing.Size(75, 23);
     this.okButton.TabIndex     = 24;
     this.okButton.Text         = "&OK";
     //
     // tabControl1
     //
     this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Controls.Add(this.tabPage3);
     this.tabControl1.Controls.Add(this.tabPage4);
     this.tabControl1.Controls.Add(this.tabPage5);
     this.tabControl1.Controls.Add(this.tabPage6);
     this.tabControl1.Location      = new System.Drawing.Point(12, 88);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(640, 332);
     this.tabControl1.TabIndex      = 28;
     //
     // tabPage1
     //
     this.tabPage1.Controls.Add(this.textBox1);
     this.tabPage1.Controls.Add(this.groupBox1);
     this.tabPage1.Controls.Add(this.label1);
     this.tabPage1.Location = new System.Drawing.Point(4, 22);
     this.tabPage1.Name     = "tabPage1";
     this.tabPage1.Padding  = new System.Windows.Forms.Padding(12, 6, 12, 6);
     this.tabPage1.Size     = new System.Drawing.Size(632, 306);
     this.tabPage1.TabIndex = 0;
     this.tabPage1.Text     = "BSA Browser";
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // textBox1
     //
     this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.BackColor  = System.Drawing.SystemColors.Window;
     this.textBox1.Font       = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox1.Location   = new System.Drawing.Point(15, 76);
     this.textBox1.Multiline  = true;
     this.textBox1.Name       = "textBox1";
     this.textBox1.ReadOnly   = true;
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox1.Size       = new System.Drawing.Size(602, 202);
     this.textBox1.TabIndex   = 39;
     this.textBox1.Text       = resources.GetString("textBox1.Text");
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.linkLabel2);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.linkLabel1);
     this.groupBox1.Location = new System.Drawing.Point(15, 9);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(602, 61);
     this.groupBox1.TabIndex = 38;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Information";
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize     = true;
     this.linkLabel2.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.linkLabel2.Location     = new System.Drawing.Point(61, 38);
     this.linkLabel2.Margin       = new System.Windows.Forms.Padding(12, 3, 3, 3);
     this.linkLabel2.Name         = "linkLabel2";
     this.linkLabel2.Size         = new System.Drawing.Size(66, 13);
     this.linkLabel2.TabIndex     = 35;
     this.linkLabel2.TabStop      = true;
     this.linkLabel2.Tag          = "http://www.nexusmods.com/fallout4/mods/17061/?";
     this.linkLabel2.Text         = "Nexus Mods";
     this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel_LinkClicked);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 19);
     this.label2.Margin   = new System.Windows.Forms.Padding(3);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(69, 13);
     this.label2.TabIndex = 34;
     this.label2.Text     = "BSA Browser";
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize     = true;
     this.linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.linkLabel1.Location     = new System.Drawing.Point(6, 38);
     this.linkLabel1.Margin       = new System.Windows.Forms.Padding(3);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(40, 13);
     this.linkLabel1.TabIndex     = 33;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Tag          = "https://github.com/AlexxEG/BSA_Browser";
     this.linkLabel1.Text         = "GitHub";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel_LinkClicked);
     //
     // label1
     //
     this.label1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 284);
     this.label1.Margin   = new System.Windows.Forms.Padding(3);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(187, 13);
     this.label1.TabIndex = 32;
     this.label1.Text     = "BSA Browser is licensed under GPLv3";
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.txtLicense2);
     this.tabPage2.Controls.Add(this.groupBox2);
     this.tabPage2.Controls.Add(this.lLicense2);
     this.tabPage2.Location = new System.Drawing.Point(4, 22);
     this.tabPage2.Name     = "tabPage2";
     this.tabPage2.Padding  = new System.Windows.Forms.Padding(12, 6, 12, 6);
     this.tabPage2.Size     = new System.Drawing.Size(632, 306);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text     = "SharpZipLib";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // txtLicense2
     //
     this.txtLicense2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtLicense2.BackColor  = System.Drawing.SystemColors.Window;
     this.txtLicense2.Font       = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtLicense2.Location   = new System.Drawing.Point(15, 76);
     this.txtLicense2.Multiline  = true;
     this.txtLicense2.Name       = "txtLicense2";
     this.txtLicense2.ReadOnly   = true;
     this.txtLicense2.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtLicense2.Size       = new System.Drawing.Size(602, 202);
     this.txtLicense2.TabIndex   = 38;
     this.txtLicense2.Text       = resources.GetString("txtLicense2.Text");
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.lName2);
     this.groupBox2.Controls.Add(this.llLink2);
     this.groupBox2.Location = new System.Drawing.Point(15, 9);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(602, 61);
     this.groupBox2.TabIndex = 37;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "Information";
     //
     // lName2
     //
     this.lName2.AutoSize = true;
     this.lName2.Location = new System.Drawing.Point(6, 19);
     this.lName2.Margin   = new System.Windows.Forms.Padding(3);
     this.lName2.Name     = "lName2";
     this.lName2.Size     = new System.Drawing.Size(64, 13);
     this.lName2.TabIndex = 34;
     this.lName2.Text     = "SharpZipLib";
     //
     // llLink2
     //
     this.llLink2.AutoSize     = true;
     this.llLink2.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.llLink2.Location     = new System.Drawing.Point(6, 38);
     this.llLink2.Margin       = new System.Windows.Forms.Padding(3);
     this.llLink2.Name         = "llLink2";
     this.llLink2.Size         = new System.Drawing.Size(40, 13);
     this.llLink2.TabIndex     = 33;
     this.llLink2.TabStop      = true;
     this.llLink2.Tag          = "https://github.com/icsharpcode/SharpZipLib";
     this.llLink2.Text         = "GitHub";
     this.llLink2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel_LinkClicked);
     //
     // lLicense2
     //
     this.lLicense2.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lLicense2.AutoSize = true;
     this.lLicense2.Location = new System.Drawing.Point(12, 284);
     this.lLicense2.Margin   = new System.Windows.Forms.Padding(3);
     this.lLicense2.Name     = "lLicense2";
     this.lLicense2.Size     = new System.Drawing.Size(226, 13);
     this.lLicense2.TabIndex = 32;
     this.lLicense2.Text     = "SharpZipLib is licensed under the MIT License";
     //
     // tabPage3
     //
     this.tabPage3.Controls.Add(this.txtLicense3);
     this.tabPage3.Controls.Add(this.groupBox3);
     this.tabPage3.Location = new System.Drawing.Point(4, 22);
     this.tabPage3.Name     = "tabPage3";
     this.tabPage3.Padding  = new System.Windows.Forms.Padding(12, 6, 12, 6);
     this.tabPage3.Size     = new System.Drawing.Size(632, 306);
     this.tabPage3.TabIndex = 2;
     this.tabPage3.Text     = "IonKiwi.lz4.net";
     this.tabPage3.UseVisualStyleBackColor = true;
     //
     // txtLicense3
     //
     this.txtLicense3.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtLicense3.BackColor  = System.Drawing.SystemColors.Window;
     this.txtLicense3.Font       = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtLicense3.Location   = new System.Drawing.Point(15, 76);
     this.txtLicense3.Multiline  = true;
     this.txtLicense3.Name       = "txtLicense3";
     this.txtLicense3.ReadOnly   = true;
     this.txtLicense3.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtLicense3.Size       = new System.Drawing.Size(602, 221);
     this.txtLicense3.TabIndex   = 37;
     this.txtLicense3.Text       = resources.GetString("txtLicense3.Text");
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.lName3);
     this.groupBox3.Controls.Add(this.llLink3);
     this.groupBox3.Location = new System.Drawing.Point(15, 9);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(602, 61);
     this.groupBox3.TabIndex = 36;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "Information";
     //
     // lName3
     //
     this.lName3.AutoSize = true;
     this.lName3.Location = new System.Drawing.Point(6, 19);
     this.lName3.Margin   = new System.Windows.Forms.Padding(3);
     this.lName3.Name     = "lName3";
     this.lName3.Size     = new System.Drawing.Size(75, 13);
     this.lName3.TabIndex = 34;
     this.lName3.Text     = "IonKiwi.lz4.net";
     //
     // llLink3
     //
     this.llLink3.AutoSize     = true;
     this.llLink3.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.llLink3.Location     = new System.Drawing.Point(6, 38);
     this.llLink3.Margin       = new System.Windows.Forms.Padding(3);
     this.llLink3.Name         = "llLink3";
     this.llLink3.Size         = new System.Drawing.Size(40, 13);
     this.llLink3.TabIndex     = 33;
     this.llLink3.TabStop      = true;
     this.llLink3.Tag          = "https://github.com/IonKiwi/lz4.net";
     this.llLink3.Text         = "GitHub";
     this.llLink3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel_LinkClicked);
     //
     // tabPage4
     //
     this.tabPage4.Controls.Add(this.txtLicense4);
     this.tabPage4.Controls.Add(this.groupBox4);
     this.tabPage4.Controls.Add(this.lLicense4);
     this.tabPage4.Location = new System.Drawing.Point(4, 22);
     this.tabPage4.Name     = "tabPage4";
     this.tabPage4.Padding  = new System.Windows.Forms.Padding(12, 6, 12, 6);
     this.tabPage4.Size     = new System.Drawing.Size(632, 306);
     this.tabPage4.TabIndex = 3;
     this.tabPage4.Text     = "CoreFx (System)";
     this.tabPage4.UseVisualStyleBackColor = true;
     //
     // txtLicense4
     //
     this.txtLicense4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtLicense4.BackColor  = System.Drawing.SystemColors.Window;
     this.txtLicense4.Font       = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtLicense4.Location   = new System.Drawing.Point(15, 76);
     this.txtLicense4.Multiline  = true;
     this.txtLicense4.Name       = "txtLicense4";
     this.txtLicense4.ReadOnly   = true;
     this.txtLicense4.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtLicense4.Size       = new System.Drawing.Size(602, 202);
     this.txtLicense4.TabIndex   = 36;
     this.txtLicense4.Text       = resources.GetString("txtLicense4.Text");
     //
     // groupBox4
     //
     this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox4.Controls.Add(this.lName4);
     this.groupBox4.Controls.Add(this.llLink4);
     this.groupBox4.Location = new System.Drawing.Point(15, 9);
     this.groupBox4.Name     = "groupBox4";
     this.groupBox4.Size     = new System.Drawing.Size(602, 61);
     this.groupBox4.TabIndex = 35;
     this.groupBox4.TabStop  = false;
     this.groupBox4.Text     = "Information";
     //
     // lName4
     //
     this.lName4.AutoSize = true;
     this.lName4.Location = new System.Drawing.Point(6, 19);
     this.lName4.Margin   = new System.Windows.Forms.Padding(3);
     this.lName4.Name     = "lName4";
     this.lName4.Size     = new System.Drawing.Size(40, 13);
     this.lName4.TabIndex = 34;
     this.lName4.Text     = "CoreFx";
     //
     // llLink4
     //
     this.llLink4.AutoSize     = true;
     this.llLink4.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.llLink4.Location     = new System.Drawing.Point(6, 38);
     this.llLink4.Margin       = new System.Windows.Forms.Padding(3);
     this.llLink4.Name         = "llLink4";
     this.llLink4.Size         = new System.Drawing.Size(40, 13);
     this.llLink4.TabIndex     = 33;
     this.llLink4.TabStop      = true;
     this.llLink4.Tag          = "https://github.com/dotnet/corefx";
     this.llLink4.Text         = "GitHub";
     this.llLink4.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel_LinkClicked);
     //
     // lLicense4
     //
     this.lLicense4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lLicense4.AutoSize = true;
     this.lLicense4.Location = new System.Drawing.Point(12, 284);
     this.lLicense4.Margin   = new System.Windows.Forms.Padding(3);
     this.lLicense4.Name     = "lLicense4";
     this.lLicense4.Size     = new System.Drawing.Size(204, 13);
     this.lLicense4.TabIndex = 31;
     this.lLicense4.Text     = "CoreFX is licensed under the MIT License";
     //
     // tabPage5
     //
     this.tabPage5.Controls.Add(this.txtLicense5);
     this.tabPage5.Controls.Add(this.groupBox5);
     this.tabPage5.Controls.Add(this.lLicense5);
     this.tabPage5.Location = new System.Drawing.Point(4, 22);
     this.tabPage5.Name     = "tabPage5";
     this.tabPage5.Padding  = new System.Windows.Forms.Padding(12, 6, 12, 6);
     this.tabPage5.Size     = new System.Drawing.Size(632, 306);
     this.tabPage5.TabIndex = 4;
     this.tabPage5.Text     = "TextEditor.Extended";
     this.tabPage5.UseVisualStyleBackColor = true;
     //
     // txtLicense5
     //
     this.txtLicense5.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtLicense5.BackColor  = System.Drawing.SystemColors.Window;
     this.txtLicense5.Font       = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtLicense5.Location   = new System.Drawing.Point(15, 76);
     this.txtLicense5.Multiline  = true;
     this.txtLicense5.Name       = "txtLicense5";
     this.txtLicense5.ReadOnly   = true;
     this.txtLicense5.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtLicense5.Size       = new System.Drawing.Size(602, 202);
     this.txtLicense5.TabIndex   = 35;
     this.txtLicense5.Text       = resources.GetString("txtLicense5.Text");
     //
     // groupBox5
     //
     this.groupBox5.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox5.Controls.Add(this.lName5);
     this.groupBox5.Controls.Add(this.llLink5);
     this.groupBox5.Location = new System.Drawing.Point(15, 9);
     this.groupBox5.Name     = "groupBox5";
     this.groupBox5.Size     = new System.Drawing.Size(602, 61);
     this.groupBox5.TabIndex = 34;
     this.groupBox5.TabStop  = false;
     this.groupBox5.Text     = "Information";
     //
     // lName5
     //
     this.lName5.AutoSize = true;
     this.lName5.Location = new System.Drawing.Point(6, 19);
     this.lName5.Margin   = new System.Windows.Forms.Padding(3);
     this.lName5.Name     = "lName5";
     this.lName5.Size     = new System.Drawing.Size(103, 13);
     this.lName5.TabIndex = 34;
     this.lName5.Text     = "TextEditor.Extended";
     //
     // llLink5
     //
     this.llLink5.AutoSize     = true;
     this.llLink5.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.llLink5.Location     = new System.Drawing.Point(6, 38);
     this.llLink5.Margin       = new System.Windows.Forms.Padding(3);
     this.llLink5.Name         = "llLink5";
     this.llLink5.Size         = new System.Drawing.Size(40, 13);
     this.llLink5.TabIndex     = 33;
     this.llLink5.TabStop      = true;
     this.llLink5.Tag          = "https://github.com/megakraken/ICSharpCode.TextEditor";
     this.llLink5.Text         = "GitHub";
     this.llLink5.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel_LinkClicked);
     //
     // lLicense5
     //
     this.lLicense5.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lLicense5.AutoSize = true;
     this.lLicense5.Location = new System.Drawing.Point(12, 284);
     this.lLicense5.Margin   = new System.Windows.Forms.Padding(3);
     this.lLicense5.Name     = "lLicense5";
     this.lLicense5.Size     = new System.Drawing.Size(357, 13);
     this.lLicense5.TabIndex = 32;
     this.lLicense5.Text     = "ICSharpCode.TextEditor.Extended is licensed under the LGPL 2.1 License";
     //
     // tabPage6
     //
     this.tabPage6.Controls.Add(this.label4);
     this.tabPage6.Controls.Add(this.textBox2);
     this.tabPage6.Controls.Add(this.groupBox6);
     this.tabPage6.Location = new System.Drawing.Point(4, 22);
     this.tabPage6.Name     = "tabPage6";
     this.tabPage6.Padding  = new System.Windows.Forms.Padding(12, 6, 12, 6);
     this.tabPage6.Size     = new System.Drawing.Size(632, 306);
     this.tabPage6.TabIndex = 5;
     this.tabPage6.Text     = "Pfim";
     this.tabPage6.UseVisualStyleBackColor = true;
     //
     // label4
     //
     this.label4.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(12, 284);
     this.label4.Margin   = new System.Windows.Forms.Padding(3);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(189, 13);
     this.label4.TabIndex = 37;
     this.label4.Text     = "Pfim is licensed under the MIT License";
     //
     // textBox2
     //
     this.textBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox2.BackColor  = System.Drawing.SystemColors.Window;
     this.textBox2.Font       = new System.Drawing.Font("Consolas", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.textBox2.Location   = new System.Drawing.Point(15, 76);
     this.textBox2.Multiline  = true;
     this.textBox2.Name       = "textBox2";
     this.textBox2.ReadOnly   = true;
     this.textBox2.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox2.Size       = new System.Drawing.Size(602, 202);
     this.textBox2.TabIndex   = 36;
     this.textBox2.Text       = resources.GetString("textBox2.Text");
     //
     // groupBox6
     //
     this.groupBox6.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox6.Controls.Add(this.label3);
     this.groupBox6.Controls.Add(this.linkLabel3);
     this.groupBox6.Location = new System.Drawing.Point(15, 9);
     this.groupBox6.Name     = "groupBox6";
     this.groupBox6.Size     = new System.Drawing.Size(602, 61);
     this.groupBox6.TabIndex = 35;
     this.groupBox6.TabStop  = false;
     this.groupBox6.Text     = "Information";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(6, 19);
     this.label3.Margin   = new System.Windows.Forms.Padding(3);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(27, 13);
     this.label3.TabIndex = 34;
     this.label3.Text     = "Pfim";
     //
     // linkLabel3
     //
     this.linkLabel3.AutoSize     = true;
     this.linkLabel3.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.linkLabel3.Location     = new System.Drawing.Point(6, 38);
     this.linkLabel3.Margin       = new System.Windows.Forms.Padding(3);
     this.linkLabel3.Name         = "linkLabel3";
     this.linkLabel3.Size         = new System.Drawing.Size(40, 13);
     this.linkLabel3.TabIndex     = 33;
     this.linkLabel3.TabStop      = true;
     this.linkLabel3.Tag          = "https://github.com/nickbabcock/Pfim";
     this.linkLabel3.Text         = "GitHub";
     this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.LinkLabel_LinkClicked);
     //
     // AboutBox
     //
     this.AcceptButton        = this.okButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(664, 461);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.labelProductName);
     this.Controls.Add(this.labelVersion);
     this.Controls.Add(this.labelCopyright);
     this.Controls.Add(this.okButton);
     this.Controls.Add(this.labelCompanyName);
     this.Controls.Add(this.logoPictureBox);
     this.MaximizeBox   = false;
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(680, 500);
     this.Name          = "AboutBox";
     this.Padding       = new System.Windows.Forms.Padding(9);
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "AboutBox";
     ((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.tabPage2.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.tabPage3.ResumeLayout(false);
     this.tabPage3.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox3.PerformLayout();
     this.tabPage4.ResumeLayout(false);
     this.tabPage4.PerformLayout();
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.tabPage5.ResumeLayout(false);
     this.tabPage5.PerformLayout();
     this.groupBox5.ResumeLayout(false);
     this.groupBox5.PerformLayout();
     this.tabPage6.ResumeLayout(false);
     this.tabPage6.PerformLayout();
     this.groupBox6.ResumeLayout(false);
     this.groupBox6.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 43
0
 /// <summary>
 /// Metoda wymagana do obsługi projektanta — nie należy modyfikować
 /// jej zawartości w edytorze kodu.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.ObrebSelectCombo        = new System.Windows.Forms.ComboBox();
     this.ObrebSelectLabel        = new System.Windows.Forms.Label();
     this.panelRoboczy            = new System.Windows.Forms.Panel();
     this.ReverseOrderChkBox      = new System.Windows.Forms.CheckBox();
     this.OrderLabel              = new System.Windows.Forms.Label();
     this.label1                  = new System.Windows.Forms.Label();
     this.aliasLabel              = new System.Windows.Forms.Label();
     this.aliasTextBox            = new System.Windows.Forms.TextBox();
     this.ObjectsGroupBox         = new System.Windows.Forms.GroupBox();
     this.progressBar1            = new System.Windows.Forms.ProgressBar();
     this.GoButton                = new System.Windows.Forms.Button();
     this.ObjectCountTBox         = new System.Windows.Forms.TextBox();
     this.ObjectCountLabel        = new System.Windows.Forms.Label();
     this.SystematykaGroup        = new System.Windows.Forms.GroupBox();
     this.SystematicsSelectButton = new System.Windows.Forms.Button();
     this.JEwidencyjnaSelectCombo = new System.Windows.Forms.ComboBox();
     this.JEwidencyjnaLabel       = new System.Windows.Forms.Label();
     this.PowiatSelectCombo       = new System.Windows.Forms.ComboBox();
     this.PowiatLabel             = new System.Windows.Forms.Label();
     this.SQLSrvNameTBox          = new System.Windows.Forms.TextBox();
     this.SQLSrvNameLabel         = new System.Windows.Forms.Label();
     this.ConnectButton           = new System.Windows.Forms.Button();
     this.DBSelectLabel           = new System.Windows.Forms.Label();
     this.CloseButton             = new System.Windows.Forms.Button();
     this.DBSelectCombo           = new System.Windows.Forms.ComboBox();
     this.SQLPasswdTBox           = new System.Windows.Forms.TextBox();
     this.SQLPasswdLabel          = new System.Windows.Forms.Label();
     this.StateLabel              = new System.Windows.Forms.Label();
     this.button1                 = new System.Windows.Forms.Button();
     this.panelRoboczy.SuspendLayout();
     this.ObjectsGroupBox.SuspendLayout();
     this.SystematykaGroup.SuspendLayout();
     this.SuspendLayout();
     //
     // ObrebSelectCombo
     //
     this.ObrebSelectCombo.FormattingEnabled = true;
     resources.ApplyResources(this.ObrebSelectCombo, "ObrebSelectCombo");
     this.ObrebSelectCombo.Name = "ObrebSelectCombo";
     this.ObrebSelectCombo.SelectedIndexChanged += new System.EventHandler(this.ObrebSelectCombo_SelectedIndexChanged);
     //
     // ObrebSelectLabel
     //
     resources.ApplyResources(this.ObrebSelectLabel, "ObrebSelectLabel");
     this.ObrebSelectLabel.Name = "ObrebSelectLabel";
     //
     // panelRoboczy
     //
     this.panelRoboczy.Controls.Add(this.ReverseOrderChkBox);
     this.panelRoboczy.Controls.Add(this.OrderLabel);
     this.panelRoboczy.Controls.Add(this.label1);
     this.panelRoboczy.Controls.Add(this.aliasLabel);
     this.panelRoboczy.Controls.Add(this.aliasTextBox);
     this.panelRoboczy.Controls.Add(this.ObjectsGroupBox);
     this.panelRoboczy.Controls.Add(this.SystematykaGroup);
     resources.ApplyResources(this.panelRoboczy, "panelRoboczy");
     this.panelRoboczy.Name = "panelRoboczy";
     //
     // ReverseOrderChkBox
     //
     resources.ApplyResources(this.ReverseOrderChkBox, "ReverseOrderChkBox");
     this.ReverseOrderChkBox.Name = "ReverseOrderChkBox";
     this.ReverseOrderChkBox.UseVisualStyleBackColor = true;
     this.ReverseOrderChkBox.CheckedChanged         += new System.EventHandler(this.ReverseOrderChkBox_CheckedChanged);
     //
     // OrderLabel
     //
     resources.ApplyResources(this.OrderLabel, "OrderLabel");
     this.OrderLabel.Name = "OrderLabel";
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     //
     // aliasLabel
     //
     resources.ApplyResources(this.aliasLabel, "aliasLabel");
     this.aliasLabel.Name = "aliasLabel";
     //
     // aliasTextBox
     //
     resources.ApplyResources(this.aliasTextBox, "aliasTextBox");
     this.aliasTextBox.Name     = "aliasTextBox";
     this.aliasTextBox.ReadOnly = true;
     //
     // ObjectsGroupBox
     //
     this.ObjectsGroupBox.Controls.Add(this.progressBar1);
     this.ObjectsGroupBox.Controls.Add(this.GoButton);
     this.ObjectsGroupBox.Controls.Add(this.ObjectCountTBox);
     this.ObjectsGroupBox.Controls.Add(this.ObjectCountLabel);
     resources.ApplyResources(this.ObjectsGroupBox, "ObjectsGroupBox");
     this.ObjectsGroupBox.Name    = "ObjectsGroupBox";
     this.ObjectsGroupBox.TabStop = false;
     //
     // progressBar1
     //
     resources.ApplyResources(this.progressBar1, "progressBar1");
     this.progressBar1.Name = "progressBar1";
     //
     // GoButton
     //
     resources.ApplyResources(this.GoButton, "GoButton");
     this.GoButton.Name = "GoButton";
     this.GoButton.UseVisualStyleBackColor = true;
     this.GoButton.Click += new System.EventHandler(this.GoButton_Click);
     //
     // ObjectCountTBox
     //
     resources.ApplyResources(this.ObjectCountTBox, "ObjectCountTBox");
     this.ObjectCountTBox.Name     = "ObjectCountTBox";
     this.ObjectCountTBox.ReadOnly = true;
     //
     // ObjectCountLabel
     //
     resources.ApplyResources(this.ObjectCountLabel, "ObjectCountLabel");
     this.ObjectCountLabel.Name = "ObjectCountLabel";
     //
     // SystematykaGroup
     //
     this.SystematykaGroup.Controls.Add(this.SystematicsSelectButton);
     this.SystematykaGroup.Controls.Add(this.JEwidencyjnaSelectCombo);
     this.SystematykaGroup.Controls.Add(this.JEwidencyjnaLabel);
     this.SystematykaGroup.Controls.Add(this.ObrebSelectCombo);
     this.SystematykaGroup.Controls.Add(this.PowiatSelectCombo);
     this.SystematykaGroup.Controls.Add(this.PowiatLabel);
     this.SystematykaGroup.Controls.Add(this.ObrebSelectLabel);
     resources.ApplyResources(this.SystematykaGroup, "SystematykaGroup");
     this.SystematykaGroup.Name    = "SystematykaGroup";
     this.SystematykaGroup.TabStop = false;
     //
     // SystematicsSelectButton
     //
     resources.ApplyResources(this.SystematicsSelectButton, "SystematicsSelectButton");
     this.SystematicsSelectButton.Name = "SystematicsSelectButton";
     this.SystematicsSelectButton.UseVisualStyleBackColor = true;
     this.SystematicsSelectButton.Click += new System.EventHandler(this.SystematicsSelectButton_Click);
     //
     // JEwidencyjnaSelectCombo
     //
     this.JEwidencyjnaSelectCombo.FormattingEnabled = true;
     resources.ApplyResources(this.JEwidencyjnaSelectCombo, "JEwidencyjnaSelectCombo");
     this.JEwidencyjnaSelectCombo.Name = "JEwidencyjnaSelectCombo";
     this.JEwidencyjnaSelectCombo.SelectedIndexChanged += new System.EventHandler(this.JEwidencyjnaSelectCombo_SelectedIndexChanged);
     //
     // JEwidencyjnaLabel
     //
     resources.ApplyResources(this.JEwidencyjnaLabel, "JEwidencyjnaLabel");
     this.JEwidencyjnaLabel.Name = "JEwidencyjnaLabel";
     //
     // PowiatSelectCombo
     //
     this.PowiatSelectCombo.FormattingEnabled = true;
     resources.ApplyResources(this.PowiatSelectCombo, "PowiatSelectCombo");
     this.PowiatSelectCombo.Name = "PowiatSelectCombo";
     this.PowiatSelectCombo.SelectedIndexChanged += new System.EventHandler(this.PowiatSelectCombo_SelectedIndexChanged);
     //
     // PowiatLabel
     //
     resources.ApplyResources(this.PowiatLabel, "PowiatLabel");
     this.PowiatLabel.Name = "PowiatLabel";
     //
     // SQLSrvNameTBox
     //
     resources.ApplyResources(this.SQLSrvNameTBox, "SQLSrvNameTBox");
     this.SQLSrvNameTBox.Name = "SQLSrvNameTBox";
     //
     // SQLSrvNameLabel
     //
     resources.ApplyResources(this.SQLSrvNameLabel, "SQLSrvNameLabel");
     this.SQLSrvNameLabel.Name = "SQLSrvNameLabel";
     //
     // ConnectButton
     //
     resources.ApplyResources(this.ConnectButton, "ConnectButton");
     this.ConnectButton.Name = "ConnectButton";
     this.ConnectButton.UseVisualStyleBackColor = true;
     this.ConnectButton.Click += new System.EventHandler(this.button1_Click);
     //
     // DBSelectLabel
     //
     resources.ApplyResources(this.DBSelectLabel, "DBSelectLabel");
     this.DBSelectLabel.Name = "DBSelectLabel";
     //
     // CloseButton
     //
     resources.ApplyResources(this.CloseButton, "CloseButton");
     this.CloseButton.Name = "CloseButton";
     this.CloseButton.UseVisualStyleBackColor = true;
     this.CloseButton.Click += new System.EventHandler(this.button1_Click_1);
     //
     // DBSelectCombo
     //
     this.DBSelectCombo.FormattingEnabled = true;
     this.DBSelectCombo.Items.AddRange(new object[] {
         resources.GetString("DBSelectCombo.Items")
     });
     resources.ApplyResources(this.DBSelectCombo, "DBSelectCombo");
     this.DBSelectCombo.Name = "DBSelectCombo";
     //
     // SQLPasswdTBox
     //
     resources.ApplyResources(this.SQLPasswdTBox, "SQLPasswdTBox");
     this.SQLPasswdTBox.Name = "SQLPasswdTBox";
     this.SQLPasswdTBox.UseSystemPasswordChar = true;
     //
     // SQLPasswdLabel
     //
     resources.ApplyResources(this.SQLPasswdLabel, "SQLPasswdLabel");
     this.SQLPasswdLabel.Name = "SQLPasswdLabel";
     //
     // StateLabel
     //
     resources.ApplyResources(this.StateLabel, "StateLabel");
     this.StateLabel.Name = "StateLabel";
     //
     // button1
     //
     resources.ApplyResources(this.button1, "button1");
     this.button1.Name = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click_2);
     //
     // Form1
     //
     this.AcceptButton = this.ConnectButton;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ControlBox    = false;
     this.Controls.Add(this.button1);
     this.Controls.Add(this.StateLabel);
     this.Controls.Add(this.SQLPasswdLabel);
     this.Controls.Add(this.SQLPasswdTBox);
     this.Controls.Add(this.DBSelectCombo);
     this.Controls.Add(this.CloseButton);
     this.Controls.Add(this.DBSelectLabel);
     this.Controls.Add(this.ConnectButton);
     this.Controls.Add(this.SQLSrvNameLabel);
     this.Controls.Add(this.SQLSrvNameTBox);
     this.Controls.Add(this.panelRoboczy);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "Form1";
     this.Load           += new System.EventHandler(this.Form1_Load);
     this.panelRoboczy.ResumeLayout(false);
     this.panelRoboczy.PerformLayout();
     this.ObjectsGroupBox.ResumeLayout(false);
     this.ObjectsGroupBox.PerformLayout();
     this.SystematykaGroup.ResumeLayout(false);
     this.SystematykaGroup.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 44
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ImportCertForm));
     this.label1      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.label4      = new System.Windows.Forms.Label();
     this.label5      = new System.Windows.Forms.Label();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(7, 13);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(763, 39);
     this.label1.TabIndex = 2;
     this.label1.Text     = resources.GetString("label1.Text");
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.Location = new System.Drawing.Point(7, 71);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(187, 13);
     this.label2.TabIndex = 3;
     this.label2.Text     = "Step 1: Get the Root Certificate";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(10, 94);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(359, 130);
     this.label3.TabIndex = 4;
     this.label3.Text     = resources.GetString("label3.Text");
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(7, 460);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(201, 13);
     this.label4.TabIndex = 5;
     this.label4.Text     = "Step 2: Install the Root Certificate";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(10, 479);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(359, 78);
     this.label5.TabIndex = 6;
     this.label5.Text     = resources.GetString("label5.Text");
     //
     // pictureBox2
     //
     this.pictureBox2.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(375, 75);
     this.pictureBox2.Name     = "pictureBox2";
     this.pictureBox2.Size     = new System.Drawing.Size(402, 472);
     this.pictureBox2.TabIndex = 1;
     this.pictureBox2.TabStop  = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(11, 227);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(349, 222);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // ImportCertForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(784, 561);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.pictureBox1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximumSize   = new System.Drawing.Size(800, 600);
     this.Name          = "ImportCertForm";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Steps to Import IronWASP as Trusted CA for better HTTPS Interception";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 45
0
 /// <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(OutlookAppointmentForm));
     this.ribbonControl1        = new DevExpress.XtraBars.Ribbon.RibbonControl();
     this.backstageViewControl1 = new DevExpress.XtraBars.Ribbon.BackstageViewControl();
     this.bvPrint                        = new DevExpress.XtraBars.Ribbon.BackstageViewClientControl();
     this.btnPrint                       = new DevExpress.XtraEditors.SimpleButton();
     this.dvInfo                         = new DevExpress.XtraPrinting.Preview.DocumentViewer();
     this.bvtPrint                       = new DevExpress.XtraBars.Ribbon.BackstageViewTabItem();
     this.bvbSave                        = new DevExpress.XtraBars.Ribbon.BackstageViewButtonItem();
     this.bvbSaveAs                      = new DevExpress.XtraBars.Ribbon.BackstageViewButtonItem();
     this.bvbClose                       = new DevExpress.XtraBars.Ribbon.BackstageViewButtonItem();
     this.btnSaveAndClose                = new DevExpress.XtraBars.BarButtonItem();
     this.btnDelete                      = new DevExpress.XtraBars.BarButtonItem();
     this.barLabel                       = new DevExpress.XtraBars.BarEditItem();
     this.riAppointmentLabel             = new DevExpress.XtraScheduler.UI.RepositoryItemAppointmentLabel();
     this.barStatus                      = new DevExpress.XtraBars.BarEditItem();
     this.riAppointmentStatus            = new DevExpress.XtraScheduler.UI.RepositoryItemAppointmentStatus();
     this.barReminder                    = new DevExpress.XtraBars.BarEditItem();
     this.riDuration                     = new DevExpress.XtraScheduler.UI.RepositoryItemDuration();
     this.btnRecurrence                  = new DevExpress.XtraBars.BarButtonItem();
     this.btnSave                        = new DevExpress.XtraBars.BarButtonItem();
     this.btnNext                        = new DevExpress.XtraBars.BarButtonItem();
     this.btnPrevious                    = new DevExpress.XtraBars.BarButtonItem();
     this.btnTimeZones                   = new DevExpress.XtraBars.BarButtonItem();
     this.rpAppointment                  = new DevExpress.XtraBars.Ribbon.RibbonPage();
     this.rpgActions                     = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.rpgOptions                     = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
     this.riAppointmentResource          = new DevExpress.XtraScheduler.UI.RepositoryItemAppointmentResource();
     this.lblStartTime                   = new DevExpress.XtraEditors.LabelControl();
     this.edtStartDate                   = new DevExpress.XtraEditors.DateEdit();
     this.tbName                         = new DevExpress.XtraEditors.TextEdit();
     this.edtStartTime                   = new DevExpress.XtraScheduler.UI.SchedulerTimeEdit();
     this.lblEndTime                     = new DevExpress.XtraEditors.LabelControl();
     this.edtEndDate                     = new DevExpress.XtraEditors.DateEdit();
     this.edtEndTime                     = new DevExpress.XtraScheduler.UI.SchedulerTimeEdit();
     this.lbName                         = new DevExpress.XtraEditors.LabelControl();
     this.tbSubject                      = new DevExpress.XtraEditors.TextEdit();
     this.lblSubject                     = new DevExpress.XtraEditors.LabelControl();
     this.panelMain                      = new System.Windows.Forms.Panel();
     this.tbDescription                  = new DevExpress.XtraEditors.MemoEdit();
     this.panelDescription               = new System.Windows.Forms.Panel();
     this.panel2                         = new System.Windows.Forms.Panel();
     this.bookTypeComboBox               = new DevExpress.XtraEditors.ComboBoxEdit();
     this.roomTypeComboBox               = new DevExpress.XtraEditors.ComboBoxEdit();
     this.roomIDComboBox                 = new DevExpress.XtraEditors.ComboBoxEdit();
     this.sttComboBox                    = new DevExpress.XtraEditors.ComboBoxEdit();
     this.labelControl4                  = new DevExpress.XtraEditors.LabelControl();
     this.labelControl3                  = new DevExpress.XtraEditors.LabelControl();
     this.labelControl1                  = new DevExpress.XtraEditors.LabelControl();
     this.labelControl2                  = new DevExpress.XtraEditors.LabelControl();
     this.panel3                         = new System.Windows.Forms.Panel();
     this.defaultBarAndDockingController = new DevExpress.XtraBars.DefaultBarAndDockingController(this.components);
     this.labelControl5                  = new DevExpress.XtraEditors.LabelControl();
     this.tbNation                       = new DevExpress.XtraEditors.TextEdit();
     this.labelControl6                  = new DevExpress.XtraEditors.LabelControl();
     this.tbPrice                        = new DevExpress.XtraEditors.TextEdit();
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.backstageViewControl1)).BeginInit();
     this.backstageViewControl1.SuspendLayout();
     this.bvPrint.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.riAppointmentLabel)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riAppointmentStatus)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riDuration)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.riAppointmentResource)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtStartDate.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtStartDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbName.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtStartTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtEndDate.Properties.CalendarTimeProperties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtEndDate.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtEndTime.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbSubject.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbDescription.Properties)).BeginInit();
     this.panel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bookTypeComboBox.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.roomTypeComboBox.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.roomIDComboBox.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.sttComboBox.Properties)).BeginInit();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.defaultBarAndDockingController.Controller)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbNation.Properties)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbPrice.Properties)).BeginInit();
     this.SuspendLayout();
     //
     // ribbonControl1
     //
     this.ribbonControl1.ApplicationButtonDropDownControl = this.backstageViewControl1;
     this.ribbonControl1.AutoSizeItems         = true;
     this.ribbonControl1.ExpandCollapseItem.Id = 0;
     this.ribbonControl1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
         this.ribbonControl1.ExpandCollapseItem,
         this.btnSaveAndClose,
         this.btnDelete,
         this.barLabel,
         this.barStatus,
         this.barReminder,
         this.btnRecurrence,
         this.btnSave,
         this.btnNext,
         this.btnPrevious,
         this.btnTimeZones
     });
     resources.ApplyResources(this.ribbonControl1, "ribbonControl1");
     this.ribbonControl1.MaxItemId = 2;
     this.ribbonControl1.Name      = "ribbonControl1";
     this.ribbonControl1.Pages.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPage[] {
         this.rpAppointment
     });
     this.ribbonControl1.QuickToolbarItemLinks.Add(this.btnSave);
     this.ribbonControl1.QuickToolbarItemLinks.Add(this.btnPrevious);
     this.ribbonControl1.QuickToolbarItemLinks.Add(this.btnNext);
     this.ribbonControl1.QuickToolbarItemLinks.Add(this.btnDelete);
     this.ribbonControl1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.riAppointmentLabel,
         this.riAppointmentResource,
         this.riAppointmentStatus,
         this.riDuration
     });
     this.ribbonControl1.RibbonStyle             = DevExpress.XtraBars.Ribbon.RibbonControlStyle.Office2013;
     this.ribbonControl1.ApplicationButtonClick += new System.EventHandler(this.ribbonControl1_ApplicationButtonClick);
     //
     // backstageViewControl1
     //
     resources.ApplyResources(this.backstageViewControl1, "backstageViewControl1");
     this.backstageViewControl1.Controls.Add(this.bvPrint);
     this.backstageViewControl1.Items.Add(this.bvtPrint);
     this.backstageViewControl1.Items.Add(this.bvbSave);
     this.backstageViewControl1.Items.Add(this.bvbSaveAs);
     this.backstageViewControl1.Items.Add(this.bvbClose);
     this.backstageViewControl1.Name             = "backstageViewControl1";
     this.backstageViewControl1.OwnerControl     = this.ribbonControl1;
     this.backstageViewControl1.SelectedTab      = this.bvtPrint;
     this.backstageViewControl1.SelectedTabIndex = 0;
     this.backstageViewControl1.Style            = DevExpress.XtraBars.Ribbon.BackstageViewStyle.Office2013;
     //
     // bvPrint
     //
     resources.ApplyResources(this.bvPrint, "bvPrint");
     this.bvPrint.Controls.Add(this.btnPrint);
     this.bvPrint.Controls.Add(this.dvInfo);
     this.bvPrint.Name = "bvPrint";
     //
     // btnPrint
     //
     resources.ApplyResources(this.btnPrint, "btnPrint");
     this.btnPrint.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnPrint.ImageOptions.Image")));
     this.btnPrint.Name   = "btnPrint";
     this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
     //
     // dvInfo
     //
     resources.ApplyResources(this.dvInfo, "dvInfo");
     this.dvInfo.AutoZoom = true;
     this.dvInfo.Name     = "dvInfo";
     //
     // bvtPrint
     //
     resources.ApplyResources(this.bvtPrint, "bvtPrint");
     this.bvtPrint.ContentControl = this.bvPrint;
     this.bvtPrint.Name           = "bvtPrint";
     this.bvtPrint.Selected       = true;
     //
     // bvbSave
     //
     resources.ApplyResources(this.bvbSave, "bvbSave");
     this.bvbSave.Name       = "bvbSave";
     this.bvbSave.ItemClick += new DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler(this.bvbSave_ItemClick);
     //
     // bvbSaveAs
     //
     resources.ApplyResources(this.bvbSaveAs, "bvbSaveAs");
     this.bvbSaveAs.Name       = "bvbSaveAs";
     this.bvbSaveAs.ItemClick += new DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler(this.bvbSaveAs_ItemClick);
     //
     // bvbClose
     //
     resources.ApplyResources(this.bvbClose, "bvbClose");
     this.bvbClose.Name       = "bvbClose";
     this.bvbClose.ItemClick += new DevExpress.XtraBars.Ribbon.BackstageViewItemEventHandler(this.bvbClose_ItemClick);
     //
     // btnSaveAndClose
     //
     resources.ApplyResources(this.btnSaveAndClose, "btnSaveAndClose");
     this.btnSaveAndClose.CategoryGuid            = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.btnSaveAndClose.Id                      = 3;
     this.btnSaveAndClose.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("btnSaveAndClose.ImageOptions.Image")));
     this.btnSaveAndClose.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnSaveAndClose.ImageOptions.LargeImage")));
     this.btnSaveAndClose.Name                    = "btnSaveAndClose";
     this.btnSaveAndClose.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSaveAndClose_ItemClick);
     //
     // btnDelete
     //
     resources.ApplyResources(this.btnDelete, "btnDelete");
     this.btnDelete.CategoryGuid            = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.btnDelete.Id                      = 4;
     this.btnDelete.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("btnDelete.ImageOptions.Image")));
     this.btnDelete.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnDelete.ImageOptions.LargeImage")));
     this.btnDelete.Name                    = "btnDelete";
     this.btnDelete.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.barButtonDelete_ItemClick);
     //
     // barLabel
     //
     resources.ApplyResources(this.barLabel, "barLabel");
     this.barLabel.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.barLabel.Edit         = this.riAppointmentLabel;
     this.barLabel.Id           = 8;
     this.barLabel.Name         = "barLabel";
     //
     // riAppointmentLabel
     //
     resources.ApplyResources(this.riAppointmentLabel, "riAppointmentLabel");
     this.riAppointmentLabel.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("riAppointmentLabel.Buttons"))))
     });
     this.riAppointmentLabel.Name = "riAppointmentLabel";
     //
     // barStatus
     //
     resources.ApplyResources(this.barStatus, "barStatus");
     this.barStatus.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.barStatus.Edit         = this.riAppointmentStatus;
     this.barStatus.Id           = 11;
     this.barStatus.Name         = "barStatus";
     //
     // riAppointmentStatus
     //
     resources.ApplyResources(this.riAppointmentStatus, "riAppointmentStatus");
     this.riAppointmentStatus.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("riAppointmentStatus.Buttons"))))
     });
     this.riAppointmentStatus.Name = "riAppointmentStatus";
     //
     // barReminder
     //
     resources.ApplyResources(this.barReminder, "barReminder");
     this.barReminder.CategoryGuid = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.barReminder.Edit         = this.riDuration;
     this.barReminder.Id           = 12;
     this.barReminder.Name         = "barReminder";
     //
     // riDuration
     //
     resources.ApplyResources(this.riDuration, "riDuration");
     this.riDuration.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("riDuration.Buttons"))))
     });
     this.riDuration.DisabledStateText = null;
     this.riDuration.Name          = "riDuration";
     this.riDuration.ShowEmptyItem = true;
     //
     // btnRecurrence
     //
     this.btnRecurrence.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     resources.ApplyResources(this.btnRecurrence, "btnRecurrence");
     this.btnRecurrence.CategoryGuid            = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.btnRecurrence.Id                      = 17;
     this.btnRecurrence.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("btnRecurrence.ImageOptions.Image")));
     this.btnRecurrence.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnRecurrence.ImageOptions.LargeImage")));
     this.btnRecurrence.Name                    = "btnRecurrence";
     this.btnRecurrence.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.barRecurrence_ItemClick);
     //
     // btnSave
     //
     resources.ApplyResources(this.btnSave, "btnSave");
     this.btnSave.CategoryGuid       = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.btnSave.Id                 = 1;
     this.btnSave.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btnSave.ImageOptions.Image")));
     this.btnSave.Name               = "btnSave";
     this.btnSave.ItemClick         += new DevExpress.XtraBars.ItemClickEventHandler(this.btnSave_ItemClick);
     //
     // btnNext
     //
     resources.ApplyResources(this.btnNext, "btnNext");
     this.btnNext.CategoryGuid            = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.btnNext.Id                      = 3;
     this.btnNext.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("btnNext.ImageOptions.Image")));
     this.btnNext.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnNext.ImageOptions.LargeImage")));
     this.btnNext.Name                    = "btnNext";
     this.btnNext.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.btnNext_ItemClick);
     //
     // btnPrevious
     //
     resources.ApplyResources(this.btnPrevious, "btnPrevious");
     this.btnPrevious.CategoryGuid            = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.btnPrevious.Id                      = 4;
     this.btnPrevious.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("btnPrevious.ImageOptions.Image")));
     this.btnPrevious.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnPrevious.ImageOptions.LargeImage")));
     this.btnPrevious.Name                    = "btnPrevious";
     this.btnPrevious.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.btnPrevious_ItemClick);
     //
     // btnTimeZones
     //
     this.btnTimeZones.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
     resources.ApplyResources(this.btnTimeZones, "btnTimeZones");
     this.btnTimeZones.CategoryGuid            = new System.Guid("6ffddb2b-9015-4d97-a4c1-91613e0ef537");
     this.btnTimeZones.Id                      = 1;
     this.btnTimeZones.ImageOptions.Image      = ((System.Drawing.Image)(resources.GetObject("btnTimeZones.ImageOptions.Image")));
     this.btnTimeZones.ImageOptions.LargeImage = ((System.Drawing.Image)(resources.GetObject("btnTimeZones.ImageOptions.LargeImage")));
     this.btnTimeZones.Name                    = "btnTimeZones";
     this.btnTimeZones.ItemClick              += new DevExpress.XtraBars.ItemClickEventHandler(this.btnTimeZones_ItemClick);
     //
     // rpAppointment
     //
     this.rpAppointment.Groups.AddRange(new DevExpress.XtraBars.Ribbon.RibbonPageGroup[] {
         this.rpgActions,
         this.rpgOptions
     });
     this.rpAppointment.Name = "rpAppointment";
     resources.ApplyResources(this.rpAppointment, "rpAppointment");
     //
     // rpgActions
     //
     this.rpgActions.ItemLinks.Add(this.btnSaveAndClose);
     this.rpgActions.ItemLinks.Add(this.btnDelete);
     this.rpgActions.Name = "rpgActions";
     this.rpgActions.ShowCaptionButton = false;
     resources.ApplyResources(this.rpgActions, "rpgActions");
     //
     // rpgOptions
     //
     this.rpgOptions.AllowTextClipping = false;
     this.rpgOptions.ItemLinks.Add(this.barLabel);
     this.rpgOptions.ItemLinks.Add(this.barStatus);
     this.rpgOptions.ItemLinks.Add(this.barReminder);
     this.rpgOptions.ItemLinks.Add(this.btnRecurrence, "C");
     this.rpgOptions.ItemLinks.Add(this.btnTimeZones);
     this.rpgOptions.Name = "rpgOptions";
     this.rpgOptions.ShowCaptionButton = false;
     resources.ApplyResources(this.rpgOptions, "rpgOptions");
     //
     // riAppointmentResource
     //
     resources.ApplyResources(this.riAppointmentResource, "riAppointmentResource");
     this.riAppointmentResource.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("riAppointmentResource.Buttons"))))
     });
     this.riAppointmentResource.Name = "riAppointmentResource";
     //
     // lblStartTime
     //
     resources.ApplyResources(this.lblStartTime, "lblStartTime");
     this.lblStartTime.Name = "lblStartTime";
     //
     // edtStartDate
     //
     resources.ApplyResources(this.edtStartDate, "edtStartDate");
     this.edtStartDate.Name = "edtStartDate";
     this.edtStartDate.Properties.AccessibleName = resources.GetString("edtStartDate.Properties.AccessibleName");
     this.edtStartDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("edtStartDate.Properties.Buttons"))))
     });
     this.edtStartDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.edtStartDate.Properties.MaxValue = new System.DateTime(4000, 1, 1, 0, 0, 0, 0);
     //
     // tbName
     //
     resources.ApplyResources(this.tbName, "tbName");
     this.tbName.Name = "tbName";
     this.tbName.Properties.AccessibleName = resources.GetString("tbName.Properties.AccessibleName");
     //
     // edtStartTime
     //
     resources.ApplyResources(this.edtStartTime, "edtStartTime");
     this.edtStartTime.Name = "edtStartTime";
     this.edtStartTime.Properties.AccessibleName = resources.GetString("edtStartTime.Properties.AccessibleName");
     this.edtStartTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.edtStartTime.Properties.Mask.EditMask = resources.GetString("edtStartTime.Properties.Mask.EditMask");
     //
     // lblEndTime
     //
     resources.ApplyResources(this.lblEndTime, "lblEndTime");
     this.lblEndTime.Name = "lblEndTime";
     //
     // edtEndDate
     //
     resources.ApplyResources(this.edtEndDate, "edtEndDate");
     this.edtEndDate.Name = "edtEndDate";
     this.edtEndDate.Properties.AccessibleName = resources.GetString("edtEndDate.Properties.AccessibleName");
     this.edtEndDate.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("edtEndDate.Properties.Buttons"))))
     });
     this.edtEndDate.Properties.CalendarTimeProperties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.edtEndDate.Properties.MaxValue = new System.DateTime(4000, 1, 1, 0, 0, 0, 0);
     //
     // edtEndTime
     //
     resources.ApplyResources(this.edtEndTime, "edtEndTime");
     this.edtEndTime.Name = "edtEndTime";
     this.edtEndTime.Properties.AccessibleName = resources.GetString("edtEndTime.Properties.AccessibleName");
     this.edtEndTime.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton()
     });
     this.edtEndTime.Properties.Mask.EditMask = resources.GetString("edtEndTime.Properties.Mask.EditMask");
     //
     // lbName
     //
     resources.ApplyResources(this.lbName, "lbName");
     this.lbName.Name = "lbName";
     //
     // tbSubject
     //
     resources.ApplyResources(this.tbSubject, "tbSubject");
     this.tbSubject.Name = "tbSubject";
     this.tbSubject.Properties.AccessibleName = resources.GetString("tbSubject.Properties.AccessibleName");
     //
     // lblSubject
     //
     resources.ApplyResources(this.lblSubject, "lblSubject");
     this.lblSubject.Name = "lblSubject";
     //
     // panelMain
     //
     resources.ApplyResources(this.panelMain, "panelMain");
     this.panelMain.Name = "panelMain";
     //
     // tbDescription
     //
     resources.ApplyResources(this.tbDescription, "tbDescription");
     this.tbDescription.Name = "tbDescription";
     this.tbDescription.Properties.AccessibleName = resources.GetString("tbDescription.Properties.AccessibleName");
     this.tbDescription.Properties.AccessibleRole = System.Windows.Forms.AccessibleRole.Client;
     //
     // panelDescription
     //
     resources.ApplyResources(this.panelDescription, "panelDescription");
     this.panelDescription.Name = "panelDescription";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.bookTypeComboBox);
     this.panel2.Controls.Add(this.roomTypeComboBox);
     this.panel2.Controls.Add(this.roomIDComboBox);
     this.panel2.Controls.Add(this.sttComboBox);
     this.panel2.Controls.Add(this.labelControl4);
     this.panel2.Controls.Add(this.labelControl3);
     this.panel2.Controls.Add(this.labelControl1);
     this.panel2.Controls.Add(this.lblSubject);
     this.panel2.Controls.Add(this.tbSubject);
     this.panel2.Controls.Add(this.edtEndTime);
     this.panel2.Controls.Add(this.labelControl2);
     this.panel2.Controls.Add(this.labelControl6);
     this.panel2.Controls.Add(this.labelControl5);
     this.panel2.Controls.Add(this.lbName);
     this.panel2.Controls.Add(this.edtEndDate);
     this.panel2.Controls.Add(this.tbPrice);
     this.panel2.Controls.Add(this.tbNation);
     this.panel2.Controls.Add(this.tbName);
     this.panel2.Controls.Add(this.lblEndTime);
     this.panel2.Controls.Add(this.lblStartTime);
     this.panel2.Controls.Add(this.edtStartTime);
     this.panel2.Controls.Add(this.edtStartDate);
     resources.ApplyResources(this.panel2, "panel2");
     this.panel2.Name = "panel2";
     //
     // bookTypeComboBox
     //
     resources.ApplyResources(this.bookTypeComboBox, "bookTypeComboBox");
     this.bookTypeComboBox.Name = "bookTypeComboBox";
     this.bookTypeComboBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("bookTypeComboBox.Properties.Buttons"))))
     });
     //
     // roomTypeComboBox
     //
     resources.ApplyResources(this.roomTypeComboBox, "roomTypeComboBox");
     this.roomTypeComboBox.Name = "roomTypeComboBox";
     this.roomTypeComboBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("roomTypeComboBox.Properties.Buttons"))))
     });
     //
     // roomIDComboBox
     //
     resources.ApplyResources(this.roomIDComboBox, "roomIDComboBox");
     this.roomIDComboBox.Name = "roomIDComboBox";
     this.roomIDComboBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("roomIDComboBox.Properties.Buttons"))))
     });
     //
     // sttComboBox
     //
     resources.ApplyResources(this.sttComboBox, "sttComboBox");
     this.sttComboBox.MenuManager = this.ribbonControl1;
     this.sttComboBox.Name        = "sttComboBox";
     this.sttComboBox.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("sttComboBox.Properties.Buttons"))))
     });
     //
     // labelControl4
     //
     resources.ApplyResources(this.labelControl4, "labelControl4");
     this.labelControl4.Name = "labelControl4";
     //
     // labelControl3
     //
     resources.ApplyResources(this.labelControl3, "labelControl3");
     this.labelControl3.Name = "labelControl3";
     //
     // labelControl1
     //
     resources.ApplyResources(this.labelControl1, "labelControl1");
     this.labelControl1.Name = "labelControl1";
     //
     // labelControl2
     //
     resources.ApplyResources(this.labelControl2, "labelControl2");
     this.labelControl2.Name = "labelControl2";
     //
     // panel3
     //
     this.panel3.Controls.Add(this.backstageViewControl1);
     this.panel3.Controls.Add(this.tbDescription);
     resources.ApplyResources(this.panel3, "panel3");
     this.panel3.Name = "panel3";
     //
     // defaultBarAndDockingController
     //
     this.defaultBarAndDockingController.Controller.PropertiesBar.DefaultGlyphSize      = new System.Drawing.Size(16, 16);
     this.defaultBarAndDockingController.Controller.PropertiesBar.DefaultLargeGlyphSize = new System.Drawing.Size(32, 32);
     //
     // labelControl5
     //
     resources.ApplyResources(this.labelControl5, "labelControl5");
     this.labelControl5.Name = "labelControl5";
     //
     // tbNation
     //
     resources.ApplyResources(this.tbNation, "tbNation");
     this.tbNation.Name = "tbNation";
     this.tbNation.Properties.AccessibleName = resources.GetString("textEdit1.Properties.AccessibleName");
     //
     // labelControl6
     //
     resources.ApplyResources(this.labelControl6, "labelControl6");
     this.labelControl6.Name = "labelControl6";
     //
     // tbPrice
     //
     resources.ApplyResources(this.tbPrice, "tbPrice");
     this.tbPrice.Name = "tbPrice";
     this.tbPrice.Properties.AccessibleName = resources.GetString("textEdit2.Properties.AccessibleName");
     //
     // OutlookAppointmentForm
     //
     this.AccessibleRole = System.Windows.Forms.AccessibleRole.Window;
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.ribbonControl1);
     this.Name          = "OutlookAppointmentForm";
     this.Ribbon        = this.ribbonControl1;
     this.ShowInTaskbar = false;
     this.Activated    += new System.EventHandler(this.OnAppointmentFormActivated);
     ((System.ComponentModel.ISupportInitialize)(this.ribbonControl1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.backstageViewControl1)).EndInit();
     this.backstageViewControl1.ResumeLayout(false);
     this.bvPrint.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.riAppointmentLabel)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riAppointmentStatus)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riDuration)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.riAppointmentResource)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtStartDate.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtStartDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbName.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtStartTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtEndDate.Properties.CalendarTimeProperties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtEndDate.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.edtEndTime.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbSubject.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbDescription.Properties)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.bookTypeComboBox.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.roomTypeComboBox.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.roomIDComboBox.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.sttComboBox.Properties)).EndInit();
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.defaultBarAndDockingController.Controller)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbNation.Properties)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.tbPrice.Properties)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 46
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ReferenceSystem));
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     this.gunaPanel7       = new Guna.UI.WinForms.GunaPanel();
     this.label4           = new System.Windows.Forms.Label();
     this.gunaPanel8       = new Guna.UI.WinForms.GunaPanel();
     this.gunaPictureBox4  = new Guna.UI.WinForms.GunaPictureBox();
     this.gunaLabel5       = new Guna.UI.WinForms.GunaLabel();
     this.gunaPanel1       = new Guna.UI.WinForms.GunaPanel();
     this.label18          = new System.Windows.Forms.Label();
     this.label19          = new System.Windows.Forms.Label();
     this.label20          = new System.Windows.Forms.Label();
     this.label21          = new System.Windows.Forms.Label();
     this.label14          = new System.Windows.Forms.Label();
     this.label15          = new System.Windows.Forms.Label();
     this.label16          = new System.Windows.Forms.Label();
     this.label17          = new System.Windows.Forms.Label();
     this.label10          = new System.Windows.Forms.Label();
     this.label11          = new System.Windows.Forms.Label();
     this.label12          = new System.Windows.Forms.Label();
     this.label13          = new System.Windows.Forms.Label();
     this.label9           = new System.Windows.Forms.Label();
     this.label8           = new System.Windows.Forms.Label();
     this.label7           = new System.Windows.Forms.Label();
     this.label1           = new System.Windows.Forms.Label();
     this.gunaPanel2       = new Guna.UI.WinForms.GunaPanel();
     this.gunaPictureBox1  = new Guna.UI.WinForms.GunaPictureBox();
     this.gunaLabel2       = new Guna.UI.WinForms.GunaLabel();
     this.gunaPanel3       = new Guna.UI.WinForms.GunaPanel();
     this.label2           = new System.Windows.Forms.Label();
     this.gunaPanel4       = new Guna.UI.WinForms.GunaPanel();
     this.gunaPictureBox2  = new Guna.UI.WinForms.GunaPictureBox();
     this.gunaLabel3       = new Guna.UI.WinForms.GunaLabel();
     this.gunaPanel5       = new Guna.UI.WinForms.GunaPanel();
     this.gunaPictureBox8  = new Guna.UI.WinForms.GunaPictureBox();
     this.gunaPictureBox7  = new Guna.UI.WinForms.GunaPictureBox();
     this.gunaPanel6       = new Guna.UI.WinForms.GunaPanel();
     this.gunaPictureBox3  = new Guna.UI.WinForms.GunaPictureBox();
     this.gunaLabel4       = new Guna.UI.WinForms.GunaLabel();
     this.gunaPanel9       = new Guna.UI.WinForms.GunaPanel();
     this.gunaPictureBox9  = new Guna.UI.WinForms.GunaPictureBox();
     this.gunaPanel10      = new Guna.UI.WinForms.GunaPanel();
     this.gunaPictureBox5  = new Guna.UI.WinForms.GunaPictureBox();
     this.gunaLabel6       = new Guna.UI.WinForms.GunaLabel();
     this.gunaPanel13      = new Guna.UI.WinForms.GunaPanel();
     this.label3           = new System.Windows.Forms.Label();
     this.gunaPanel14      = new Guna.UI.WinForms.GunaPanel();
     this.gunaPictureBox10 = new Guna.UI.WinForms.GunaPictureBox();
     this.gunaLabel8       = new Guna.UI.WinForms.GunaLabel();
     this.gunaPanel11      = new Guna.UI.WinForms.GunaPanel();
     this.label6           = new System.Windows.Forms.Label();
     this.gunaPanel12      = new Guna.UI.WinForms.GunaPanel();
     this.gunaPictureBox6  = new Guna.UI.WinForms.GunaPictureBox();
     this.gunaLabel7       = new Guna.UI.WinForms.GunaLabel();
     this.gunaLabel1       = new Guna.UI.WinForms.GunaLabel();
     this.gunaPictureBox11 = new Guna.UI.WinForms.GunaPictureBox();
     this.gunaPictureBox12 = new Guna.UI.WinForms.GunaPictureBox();
     this.flowLayoutPanel1.SuspendLayout();
     this.gunaPanel7.SuspendLayout();
     this.gunaPanel8.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox4)).BeginInit();
     this.gunaPanel1.SuspendLayout();
     this.gunaPanel2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox1)).BeginInit();
     this.gunaPanel3.SuspendLayout();
     this.gunaPanel4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox2)).BeginInit();
     this.gunaPanel5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox8)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox7)).BeginInit();
     this.gunaPanel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox3)).BeginInit();
     this.gunaPanel9.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox9)).BeginInit();
     this.gunaPanel10.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox5)).BeginInit();
     this.gunaPanel13.SuspendLayout();
     this.gunaPanel14.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox10)).BeginInit();
     this.gunaPanel11.SuspendLayout();
     this.gunaPanel12.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox11)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox12)).BeginInit();
     this.SuspendLayout();
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.AutoScroll = true;
     this.flowLayoutPanel1.Controls.Add(this.gunaPanel7);
     this.flowLayoutPanel1.Controls.Add(this.gunaPanel1);
     this.flowLayoutPanel1.Controls.Add(this.gunaPanel3);
     this.flowLayoutPanel1.Controls.Add(this.gunaPanel5);
     this.flowLayoutPanel1.Controls.Add(this.gunaPanel9);
     this.flowLayoutPanel1.Controls.Add(this.gunaPanel13);
     this.flowLayoutPanel1.Controls.Add(this.gunaPanel11);
     this.flowLayoutPanel1.Location = new System.Drawing.Point(6, 44);
     this.flowLayoutPanel1.Name     = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size     = new System.Drawing.Size(595, 344);
     this.flowLayoutPanel1.TabIndex = 7;
     //
     // gunaPanel7
     //
     this.gunaPanel7.Controls.Add(this.label4);
     this.gunaPanel7.Controls.Add(this.gunaPanel8);
     this.gunaPanel7.Location = new System.Drawing.Point(3, 3);
     this.gunaPanel7.Name     = "gunaPanel7";
     this.gunaPanel7.Size     = new System.Drawing.Size(575, 131);
     this.gunaPanel7.TabIndex = 3;
     //
     // label4
     //
     this.label4.Location = new System.Drawing.Point(12, 46);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(551, 78);
     this.label4.TabIndex = 1;
     this.label4.Text     = resources.GetString("label4.Text");
     //
     // gunaPanel8
     //
     this.gunaPanel8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(201)))), ((int)(((byte)(34)))));
     this.gunaPanel8.Controls.Add(this.gunaPictureBox4);
     this.gunaPanel8.Controls.Add(this.gunaLabel5);
     this.gunaPanel8.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gunaPanel8.Location = new System.Drawing.Point(0, 0);
     this.gunaPanel8.Name     = "gunaPanel8";
     this.gunaPanel8.Size     = new System.Drawing.Size(575, 34);
     this.gunaPanel8.TabIndex = 0;
     //
     // gunaPictureBox4
     //
     this.gunaPictureBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(201)))), ((int)(((byte)(34)))));
     this.gunaPictureBox4.BaseColor = System.Drawing.Color.White;
     this.gunaPictureBox4.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.gunaPictureBox4.Image     = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox4.Image")));
     this.gunaPictureBox4.Location  = new System.Drawing.Point(545, 9);
     this.gunaPictureBox4.Name      = "gunaPictureBox4";
     this.gunaPictureBox4.Size      = new System.Drawing.Size(20, 17);
     this.gunaPictureBox4.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.gunaPictureBox4.TabIndex  = 2;
     this.gunaPictureBox4.TabStop   = false;
     this.gunaPictureBox4.Click    += new System.EventHandler(this.gunaPictureBox4_Click);
     //
     // gunaLabel5
     //
     this.gunaLabel5.AutoSize  = true;
     this.gunaLabel5.Font      = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Bold);
     this.gunaLabel5.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel5.Location  = new System.Drawing.Point(19, 9);
     this.gunaLabel5.Name      = "gunaLabel5";
     this.gunaLabel5.Size      = new System.Drawing.Size(54, 16);
     this.gunaLabel5.TabIndex  = 0;
     this.gunaLabel5.Text      = "Введение";
     //
     // gunaPanel1
     //
     this.gunaPanel1.Controls.Add(this.label18);
     this.gunaPanel1.Controls.Add(this.label19);
     this.gunaPanel1.Controls.Add(this.label20);
     this.gunaPanel1.Controls.Add(this.label21);
     this.gunaPanel1.Controls.Add(this.label14);
     this.gunaPanel1.Controls.Add(this.label15);
     this.gunaPanel1.Controls.Add(this.label16);
     this.gunaPanel1.Controls.Add(this.label17);
     this.gunaPanel1.Controls.Add(this.label10);
     this.gunaPanel1.Controls.Add(this.label11);
     this.gunaPanel1.Controls.Add(this.label12);
     this.gunaPanel1.Controls.Add(this.label13);
     this.gunaPanel1.Controls.Add(this.label9);
     this.gunaPanel1.Controls.Add(this.label8);
     this.gunaPanel1.Controls.Add(this.label7);
     this.gunaPanel1.Controls.Add(this.label1);
     this.gunaPanel1.Controls.Add(this.gunaPanel2);
     this.gunaPanel1.Location = new System.Drawing.Point(3, 140);
     this.gunaPanel1.Name     = "gunaPanel1";
     this.gunaPanel1.Size     = new System.Drawing.Size(575, 227);
     this.gunaPanel1.TabIndex = 4;
     //
     // label18
     //
     this.label18.Location = new System.Drawing.Point(448, 157);
     this.label18.Name     = "label18";
     this.label18.Size     = new System.Drawing.Size(92, 59);
     this.label18.TabIndex = 16;
     this.label18.Text     = "• Коляски\r\n• Автокресла\r\n• Велокресла";
     //
     // label19
     //
     this.label19.Location = new System.Drawing.Point(436, 138);
     this.label19.Name     = "label19";
     this.label19.Size     = new System.Drawing.Size(111, 19);
     this.label19.TabIndex = 15;
     this.label19.Text     = "Детям и мамам";
     //
     // label20
     //
     this.label20.Location = new System.Drawing.Point(448, 69);
     this.label20.Name     = "label20";
     this.label20.Size     = new System.Drawing.Size(92, 59);
     this.label20.TabIndex = 14;
     this.label20.Text     = "• Велосипеды\r\n• Скейтборды";
     //
     // label21
     //
     this.label21.Location = new System.Drawing.Point(436, 50);
     this.label21.Name     = "label21";
     this.label21.Size     = new System.Drawing.Size(92, 19);
     this.label21.TabIndex = 13;
     this.label21.Text     = "Красота и спорт";
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(312, 157);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(92, 59);
     this.label14.TabIndex = 12;
     this.label14.Text     = "• Шины\r\n• Диски\r\n• Аккумуляторы";
     //
     // label15
     //
     this.label15.Location = new System.Drawing.Point(300, 138);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(111, 19);
     this.label15.TabIndex = 11;
     this.label15.Text     = "Авто и мото";
     //
     // label16
     //
     this.label16.Location = new System.Drawing.Point(312, 69);
     this.label16.Name     = "label16";
     this.label16.Size     = new System.Drawing.Size(92, 59);
     this.label16.TabIndex = 10;
     this.label16.Text     = "• Смесители\r\n• Умывальники\r\n• Унитазы";
     //
     // label17
     //
     this.label17.Location = new System.Drawing.Point(300, 50);
     this.label17.Name     = "label17";
     this.label17.Size     = new System.Drawing.Size(92, 19);
     this.label17.TabIndex = 9;
     this.label17.Text     = "Дом и сад";
     //
     // label10
     //
     this.label10.Location = new System.Drawing.Point(172, 157);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(109, 59);
     this.label10.TabIndex = 8;
     this.label10.Text     = "• Электроотвертки\r\n• Генераторы\r\n";
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(160, 138);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(111, 19);
     this.label11.TabIndex = 7;
     this.label11.Text     = "Стройка и ремонт";
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(172, 69);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(92, 59);
     this.label12.TabIndex = 6;
     this.label12.Text     = "• Холодильники\r\n• Вытяжки\r\n• Пылесосы\r\n";
     //
     // label13
     //
     this.label13.Location = new System.Drawing.Point(160, 50);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(104, 19);
     this.label13.TabIndex = 5;
     this.label13.Text     = "Бытовая техника";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(39, 157);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(92, 59);
     this.label9.TabIndex = 4;
     this.label9.Text     = "• Ноутбуки\r\n• Планшеты\r\n• Моноблоки\r\n• Мониторы";
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(27, 138);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(111, 19);
     this.label8.TabIndex = 3;
     this.label8.Text     = "Компьютеры и сети";
     //
     // label7
     //
     this.label7.Location = new System.Drawing.Point(39, 69);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(92, 59);
     this.label7.TabIndex = 2;
     this.label7.Text     = "• Телефоны\r\n• Наушники\r\n• Умные часы\r\n• Карты памяти";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(27, 50);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(92, 19);
     this.label1.TabIndex = 1;
     this.label1.Text     = "Электроника";
     //
     // gunaPanel2
     //
     this.gunaPanel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(201)))), ((int)(((byte)(34)))));
     this.gunaPanel2.Controls.Add(this.gunaPictureBox1);
     this.gunaPanel2.Controls.Add(this.gunaLabel2);
     this.gunaPanel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gunaPanel2.Location = new System.Drawing.Point(0, 0);
     this.gunaPanel2.Name     = "gunaPanel2";
     this.gunaPanel2.Size     = new System.Drawing.Size(575, 34);
     this.gunaPanel2.TabIndex = 0;
     //
     // gunaPictureBox1
     //
     this.gunaPictureBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(201)))), ((int)(((byte)(34)))));
     this.gunaPictureBox1.BaseColor = System.Drawing.Color.White;
     this.gunaPictureBox1.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.gunaPictureBox1.Image     = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox1.Image")));
     this.gunaPictureBox1.Location  = new System.Drawing.Point(545, 9);
     this.gunaPictureBox1.Name      = "gunaPictureBox1";
     this.gunaPictureBox1.Size      = new System.Drawing.Size(20, 17);
     this.gunaPictureBox1.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.gunaPictureBox1.TabIndex  = 2;
     this.gunaPictureBox1.TabStop   = false;
     this.gunaPictureBox1.Click    += new System.EventHandler(this.gunaPictureBox1_Click);
     //
     // gunaLabel2
     //
     this.gunaLabel2.AutoSize  = true;
     this.gunaLabel2.Font      = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Bold);
     this.gunaLabel2.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel2.Location  = new System.Drawing.Point(19, 9);
     this.gunaLabel2.Name      = "gunaLabel2";
     this.gunaLabel2.Size      = new System.Drawing.Size(97, 16);
     this.gunaLabel2.TabIndex  = 0;
     this.gunaLabel2.Text      = "Разделы каталога";
     //
     // gunaPanel3
     //
     this.gunaPanel3.Controls.Add(this.gunaPictureBox11);
     this.gunaPanel3.Controls.Add(this.label2);
     this.gunaPanel3.Controls.Add(this.gunaPanel4);
     this.gunaPanel3.Location = new System.Drawing.Point(3, 373);
     this.gunaPanel3.Name     = "gunaPanel3";
     this.gunaPanel3.Size     = new System.Drawing.Size(575, 404);
     this.gunaPanel3.TabIndex = 5;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(19, 315);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(176, 89);
     this.label2.TabIndex = 1;
     this.label2.Text     = "1. Каталог\r\n2. Разделы каталога\r\n3. Панель сортировки\r\n4. Информационная панель\r\n" +
                            "5. Кнопка добавления товара\r\n6. Справочная система";
     //
     // gunaPanel4
     //
     this.gunaPanel4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(201)))), ((int)(((byte)(34)))));
     this.gunaPanel4.Controls.Add(this.gunaPictureBox2);
     this.gunaPanel4.Controls.Add(this.gunaLabel3);
     this.gunaPanel4.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gunaPanel4.Location = new System.Drawing.Point(0, 0);
     this.gunaPanel4.Name     = "gunaPanel4";
     this.gunaPanel4.Size     = new System.Drawing.Size(575, 34);
     this.gunaPanel4.TabIndex = 0;
     //
     // gunaPictureBox2
     //
     this.gunaPictureBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(201)))), ((int)(((byte)(34)))));
     this.gunaPictureBox2.BaseColor = System.Drawing.Color.White;
     this.gunaPictureBox2.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.gunaPictureBox2.Image     = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox2.Image")));
     this.gunaPictureBox2.Location  = new System.Drawing.Point(545, 9);
     this.gunaPictureBox2.Name      = "gunaPictureBox2";
     this.gunaPictureBox2.Size      = new System.Drawing.Size(20, 17);
     this.gunaPictureBox2.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.gunaPictureBox2.TabIndex  = 2;
     this.gunaPictureBox2.TabStop   = false;
     this.gunaPictureBox2.Click    += new System.EventHandler(this.gunaPictureBox2_Click);
     //
     // gunaLabel3
     //
     this.gunaLabel3.AutoSize  = true;
     this.gunaLabel3.Font      = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Bold);
     this.gunaLabel3.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel3.Location  = new System.Drawing.Point(19, 9);
     this.gunaLabel3.Name      = "gunaLabel3";
     this.gunaLabel3.Size      = new System.Drawing.Size(172, 16);
     this.gunaLabel3.TabIndex  = 0;
     this.gunaLabel3.Text      = "Основной интерфейс программы";
     //
     // gunaPanel5
     //
     this.gunaPanel5.Controls.Add(this.gunaPictureBox8);
     this.gunaPanel5.Controls.Add(this.gunaPictureBox7);
     this.gunaPanel5.Controls.Add(this.gunaPanel6);
     this.gunaPanel5.Location = new System.Drawing.Point(3, 783);
     this.gunaPanel5.Name     = "gunaPanel5";
     this.gunaPanel5.Size     = new System.Drawing.Size(575, 336);
     this.gunaPanel5.TabIndex = 6;
     //
     // gunaPictureBox8
     //
     this.gunaPictureBox8.BaseColor = System.Drawing.Color.White;
     this.gunaPictureBox8.Image     = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox8.Image")));
     this.gunaPictureBox8.Location  = new System.Drawing.Point(195, 49);
     this.gunaPictureBox8.Name      = "gunaPictureBox8";
     this.gunaPictureBox8.Size      = new System.Drawing.Size(166, 243);
     this.gunaPictureBox8.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.gunaPictureBox8.TabIndex  = 2;
     this.gunaPictureBox8.TabStop   = false;
     //
     // gunaPictureBox7
     //
     this.gunaPictureBox7.BaseColor = System.Drawing.Color.White;
     this.gunaPictureBox7.Image     = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox7.Image")));
     this.gunaPictureBox7.Location  = new System.Drawing.Point(15, 49);
     this.gunaPictureBox7.Name      = "gunaPictureBox7";
     this.gunaPictureBox7.Size      = new System.Drawing.Size(170, 271);
     this.gunaPictureBox7.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.gunaPictureBox7.TabIndex  = 1;
     this.gunaPictureBox7.TabStop   = false;
     //
     // gunaPanel6
     //
     this.gunaPanel6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(201)))), ((int)(((byte)(34)))));
     this.gunaPanel6.Controls.Add(this.gunaPictureBox3);
     this.gunaPanel6.Controls.Add(this.gunaLabel4);
     this.gunaPanel6.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gunaPanel6.Location = new System.Drawing.Point(0, 0);
     this.gunaPanel6.Name     = "gunaPanel6";
     this.gunaPanel6.Size     = new System.Drawing.Size(575, 34);
     this.gunaPanel6.TabIndex = 0;
     //
     // gunaPictureBox3
     //
     this.gunaPictureBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(201)))), ((int)(((byte)(34)))));
     this.gunaPictureBox3.BaseColor = System.Drawing.Color.White;
     this.gunaPictureBox3.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.gunaPictureBox3.Image     = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox3.Image")));
     this.gunaPictureBox3.Location  = new System.Drawing.Point(545, 9);
     this.gunaPictureBox3.Name      = "gunaPictureBox3";
     this.gunaPictureBox3.Size      = new System.Drawing.Size(20, 17);
     this.gunaPictureBox3.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.gunaPictureBox3.TabIndex  = 2;
     this.gunaPictureBox3.TabStop   = false;
     this.gunaPictureBox3.Click    += new System.EventHandler(this.gunaPictureBox3_Click);
     //
     // gunaLabel4
     //
     this.gunaLabel4.AutoSize  = true;
     this.gunaLabel4.Font      = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Bold);
     this.gunaLabel4.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel4.Location  = new System.Drawing.Point(19, 9);
     this.gunaLabel4.Name      = "gunaLabel4";
     this.gunaLabel4.Size      = new System.Drawing.Size(97, 16);
     this.gunaLabel4.TabIndex  = 0;
     this.gunaLabel4.Text      = "Контекстное меню";
     //
     // gunaPanel9
     //
     this.gunaPanel9.Controls.Add(this.gunaPictureBox9);
     this.gunaPanel9.Controls.Add(this.gunaPanel10);
     this.gunaPanel9.Location = new System.Drawing.Point(3, 1125);
     this.gunaPanel9.Name     = "gunaPanel9";
     this.gunaPanel9.Size     = new System.Drawing.Size(575, 357);
     this.gunaPanel9.TabIndex = 7;
     //
     // gunaPictureBox9
     //
     this.gunaPictureBox9.BaseColor = System.Drawing.Color.White;
     this.gunaPictureBox9.Image     = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox9.Image")));
     this.gunaPictureBox9.Location  = new System.Drawing.Point(21, 42);
     this.gunaPictureBox9.Name      = "gunaPictureBox9";
     this.gunaPictureBox9.Size      = new System.Drawing.Size(194, 304);
     this.gunaPictureBox9.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.gunaPictureBox9.TabIndex  = 2;
     this.gunaPictureBox9.TabStop   = false;
     //
     // gunaPanel10
     //
     this.gunaPanel10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(201)))), ((int)(((byte)(34)))));
     this.gunaPanel10.Controls.Add(this.gunaPictureBox5);
     this.gunaPanel10.Controls.Add(this.gunaLabel6);
     this.gunaPanel10.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gunaPanel10.Location = new System.Drawing.Point(0, 0);
     this.gunaPanel10.Name     = "gunaPanel10";
     this.gunaPanel10.Size     = new System.Drawing.Size(575, 34);
     this.gunaPanel10.TabIndex = 0;
     //
     // gunaPictureBox5
     //
     this.gunaPictureBox5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(201)))), ((int)(((byte)(34)))));
     this.gunaPictureBox5.BaseColor = System.Drawing.Color.White;
     this.gunaPictureBox5.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.gunaPictureBox5.Image     = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox5.Image")));
     this.gunaPictureBox5.Location  = new System.Drawing.Point(545, 9);
     this.gunaPictureBox5.Name      = "gunaPictureBox5";
     this.gunaPictureBox5.Size      = new System.Drawing.Size(20, 17);
     this.gunaPictureBox5.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.gunaPictureBox5.TabIndex  = 2;
     this.gunaPictureBox5.TabStop   = false;
     this.gunaPictureBox5.Click    += new System.EventHandler(this.gunaPictureBox5_Click);
     //
     // gunaLabel6
     //
     this.gunaLabel6.AutoSize  = true;
     this.gunaLabel6.Font      = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Bold);
     this.gunaLabel6.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel6.Location  = new System.Drawing.Point(19, 9);
     this.gunaLabel6.Name      = "gunaLabel6";
     this.gunaLabel6.Size      = new System.Drawing.Size(121, 16);
     this.gunaLabel6.TabIndex  = 0;
     this.gunaLabel6.Text      = "Характеристики товара";
     //
     // gunaPanel13
     //
     this.gunaPanel13.Controls.Add(this.gunaPictureBox12);
     this.gunaPanel13.Controls.Add(this.label3);
     this.gunaPanel13.Controls.Add(this.gunaPanel14);
     this.gunaPanel13.Location = new System.Drawing.Point(3, 1488);
     this.gunaPanel13.Name     = "gunaPanel13";
     this.gunaPanel13.Size     = new System.Drawing.Size(575, 186);
     this.gunaPanel13.TabIndex = 6;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(12, 113);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(551, 58);
     this.label3.TabIndex = 1;
     this.label3.Text     = "Для сортировки необходимо заполнить одно или несколько полей сортировки:\r\n- Назва" +
                            "ние\r\n- Цена\r\n- Количество товара";
     //
     // gunaPanel14
     //
     this.gunaPanel14.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(201)))), ((int)(((byte)(34)))));
     this.gunaPanel14.Controls.Add(this.gunaPictureBox10);
     this.gunaPanel14.Controls.Add(this.gunaLabel8);
     this.gunaPanel14.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gunaPanel14.Location = new System.Drawing.Point(0, 0);
     this.gunaPanel14.Name     = "gunaPanel14";
     this.gunaPanel14.Size     = new System.Drawing.Size(575, 34);
     this.gunaPanel14.TabIndex = 0;
     //
     // gunaPictureBox10
     //
     this.gunaPictureBox10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(201)))), ((int)(((byte)(34)))));
     this.gunaPictureBox10.BaseColor = System.Drawing.Color.White;
     this.gunaPictureBox10.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.gunaPictureBox10.Image     = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox10.Image")));
     this.gunaPictureBox10.Location  = new System.Drawing.Point(545, 9);
     this.gunaPictureBox10.Name      = "gunaPictureBox10";
     this.gunaPictureBox10.Size      = new System.Drawing.Size(20, 17);
     this.gunaPictureBox10.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.gunaPictureBox10.TabIndex  = 2;
     this.gunaPictureBox10.TabStop   = false;
     this.gunaPictureBox10.Click    += new System.EventHandler(this.gunaPictureBox10_Click);
     //
     // gunaLabel8
     //
     this.gunaLabel8.AutoSize  = true;
     this.gunaLabel8.Font      = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Bold);
     this.gunaLabel8.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel8.Location  = new System.Drawing.Point(19, 9);
     this.gunaLabel8.Name      = "gunaLabel8";
     this.gunaLabel8.Size      = new System.Drawing.Size(66, 16);
     this.gunaLabel8.TabIndex  = 0;
     this.gunaLabel8.Text      = "Сортировка";
     //
     // gunaPanel11
     //
     this.gunaPanel11.Controls.Add(this.label6);
     this.gunaPanel11.Controls.Add(this.gunaPanel12);
     this.gunaPanel11.Location = new System.Drawing.Point(3, 1680);
     this.gunaPanel11.Name     = "gunaPanel11";
     this.gunaPanel11.Size     = new System.Drawing.Size(575, 85);
     this.gunaPanel11.TabIndex = 8;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(12, 46);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(551, 34);
     this.label6.TabIndex = 1;
     this.label6.Text     = "Курсовая работа по КПиЯП 2020\r\nЕвсеев Владимир\r\n";
     //
     // gunaPanel12
     //
     this.gunaPanel12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(201)))), ((int)(((byte)(34)))));
     this.gunaPanel12.Controls.Add(this.gunaPictureBox6);
     this.gunaPanel12.Controls.Add(this.gunaLabel7);
     this.gunaPanel12.Dock     = System.Windows.Forms.DockStyle.Top;
     this.gunaPanel12.Location = new System.Drawing.Point(0, 0);
     this.gunaPanel12.Name     = "gunaPanel12";
     this.gunaPanel12.Size     = new System.Drawing.Size(575, 34);
     this.gunaPanel12.TabIndex = 0;
     //
     // gunaPictureBox6
     //
     this.gunaPictureBox6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(201)))), ((int)(((byte)(34)))));
     this.gunaPictureBox6.BaseColor = System.Drawing.Color.White;
     this.gunaPictureBox6.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.gunaPictureBox6.Image     = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox6.Image")));
     this.gunaPictureBox6.Location  = new System.Drawing.Point(545, 9);
     this.gunaPictureBox6.Name      = "gunaPictureBox6";
     this.gunaPictureBox6.Size      = new System.Drawing.Size(20, 17);
     this.gunaPictureBox6.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.gunaPictureBox6.TabIndex  = 2;
     this.gunaPictureBox6.TabStop   = false;
     this.gunaPictureBox6.Click    += new System.EventHandler(this.gunaPictureBox6_Click);
     //
     // gunaLabel7
     //
     this.gunaLabel7.AutoSize  = true;
     this.gunaLabel7.Font      = new System.Drawing.Font("Arial Narrow", 9F, System.Drawing.FontStyle.Bold);
     this.gunaLabel7.ForeColor = System.Drawing.Color.Black;
     this.gunaLabel7.Location  = new System.Drawing.Point(19, 9);
     this.gunaLabel7.Name      = "gunaLabel7";
     this.gunaLabel7.Size      = new System.Drawing.Size(71, 16);
     this.gunaLabel7.TabIndex  = 0;
     this.gunaLabel7.Text      = "О программе";
     //
     // gunaLabel1
     //
     this.gunaLabel1.AutoSize = true;
     this.gunaLabel1.Font     = new System.Drawing.Font("Segoe UI Semibold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.gunaLabel1.Location = new System.Drawing.Point(199, 9);
     this.gunaLabel1.Name     = "gunaLabel1";
     this.gunaLabel1.Size     = new System.Drawing.Size(196, 25);
     this.gunaLabel1.TabIndex = 6;
     this.gunaLabel1.Text     = "Справочная система";
     //
     // gunaPictureBox11
     //
     this.gunaPictureBox11.BaseColor = System.Drawing.Color.White;
     this.gunaPictureBox11.Image     = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox11.Image")));
     this.gunaPictureBox11.Location  = new System.Drawing.Point(13, 42);
     this.gunaPictureBox11.Name      = "gunaPictureBox11";
     this.gunaPictureBox11.Size      = new System.Drawing.Size(548, 258);
     this.gunaPictureBox11.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.gunaPictureBox11.TabIndex  = 2;
     this.gunaPictureBox11.TabStop   = false;
     //
     // gunaPictureBox12
     //
     this.gunaPictureBox12.BaseColor = System.Drawing.Color.White;
     this.gunaPictureBox12.Image     = ((System.Drawing.Image)(resources.GetObject("gunaPictureBox12.Image")));
     this.gunaPictureBox12.Location  = new System.Drawing.Point(15, 40);
     this.gunaPictureBox12.Name      = "gunaPictureBox12";
     this.gunaPictureBox12.Size      = new System.Drawing.Size(532, 55);
     this.gunaPictureBox12.SizeMode  = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.gunaPictureBox12.TabIndex  = 3;
     this.gunaPictureBox12.TabStop   = false;
     //
     // ReferenceSystem
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(607, 392);
     this.Controls.Add(this.flowLayoutPanel1);
     this.Controls.Add(this.gunaLabel1);
     this.Name = "ReferenceSystem";
     this.Text = "Справочная система";
     this.flowLayoutPanel1.ResumeLayout(false);
     this.gunaPanel7.ResumeLayout(false);
     this.gunaPanel8.ResumeLayout(false);
     this.gunaPanel8.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox4)).EndInit();
     this.gunaPanel1.ResumeLayout(false);
     this.gunaPanel2.ResumeLayout(false);
     this.gunaPanel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox1)).EndInit();
     this.gunaPanel3.ResumeLayout(false);
     this.gunaPanel4.ResumeLayout(false);
     this.gunaPanel4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox2)).EndInit();
     this.gunaPanel5.ResumeLayout(false);
     this.gunaPanel5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox8)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox7)).EndInit();
     this.gunaPanel6.ResumeLayout(false);
     this.gunaPanel6.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox3)).EndInit();
     this.gunaPanel9.ResumeLayout(false);
     this.gunaPanel9.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox9)).EndInit();
     this.gunaPanel10.ResumeLayout(false);
     this.gunaPanel10.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox5)).EndInit();
     this.gunaPanel13.ResumeLayout(false);
     this.gunaPanel14.ResumeLayout(false);
     this.gunaPanel14.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox10)).EndInit();
     this.gunaPanel11.ResumeLayout(false);
     this.gunaPanel12.ResumeLayout(false);
     this.gunaPanel12.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox11)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gunaPictureBox12)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。

        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CreateSchedule));
            this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
            this.panel3            = new System.Windows.Forms.Panel();
            this.r_last            = new System.Windows.Forms.RadioButton();
            this.r_before          = new System.Windows.Forms.RadioButton();
            this.btn_clear         = new System.Windows.Forms.Button();
            this.btn_open          = new System.Windows.Forms.Button();
            this.t_cmd             = new System.Windows.Forms.TextBox();
            this.label16           = new System.Windows.Forms.Label();
            this.panel4            = new System.Windows.Forms.Panel();
            this.b_cancel          = new System.Windows.Forms.Button();
            this.b_ok               = new System.Windows.Forms.Button();
            this.panel2             = new System.Windows.Forms.Panel();
            this.groupBox1          = new System.Windows.Forms.GroupBox();
            this.p_one              = new System.Windows.Forms.Panel();
            this.dt_one             = new System.Windows.Forms.DateTimePicker();
            this.label3             = new System.Windows.Forms.Label();
            this.time_one           = new System.Windows.Forms.DateTimePicker();
            this.label4             = new System.Windows.Forms.Label();
            this.p_more             = new System.Windows.Forms.Panel();
            this.groupBox2          = new System.Windows.Forms.GroupBox();
            this.rdbfreq_month      = new System.Windows.Forms.RadioButton();
            this.rdbfreq_week       = new System.Windows.Forms.RadioButton();
            this.rdbfreq_day        = new System.Windows.Forms.RadioButton();
            this.groupBox5          = new System.Windows.Forms.GroupBox();
            this.rd_nothing         = new System.Windows.Forms.RadioButton();
            this.rd_end             = new System.Windows.Forms.RadioButton();
            this.label18            = new System.Windows.Forms.Label();
            this.dt_end             = new System.Windows.Forms.DateTimePicker();
            this.dt_start           = new System.Windows.Forms.DateTimePicker();
            this.gp_freq            = new System.Windows.Forms.GroupBox();
            this.p1                 = new System.Windows.Forms.Panel();
            this.nm_dayinterval     = new System.Windows.Forms.NumericUpDown();
            this.label6             = new System.Windows.Forms.Label();
            this.label5             = new System.Windows.Forms.Label();
            this.groupBox4          = new System.Windows.Forms.GroupBox();
            this.pweek              = new System.Windows.Forms.Panel();
            this.cb_subday_type     = new System.Windows.Forms.ComboBox();
            this.time_end           = new System.Windows.Forms.DateTimePicker();
            this.nm_day_interval    = new System.Windows.Forms.NumericUpDown();
            this.label15            = new System.Windows.Forms.Label();
            this.label14            = new System.Windows.Forms.Label();
            this.time_day_cycle     = new System.Windows.Forms.DateTimePicker();
            this.time_day_one       = new System.Windows.Forms.DateTimePicker();
            this.rb_day_cycle       = new System.Windows.Forms.RadioButton();
            this.rb_day_one         = new System.Windows.Forms.RadioButton();
            this.rbsdu_More         = new System.Windows.Forms.RadioButton();
            this.rbsdu_One          = new System.Windows.Forms.RadioButton();
            this.rbsdu_idle         = new System.Windows.Forms.RadioButton();
            this.rbsdu_autoexec     = new System.Windows.Forms.RadioButton();
            this.panel1             = new System.Windows.Forms.Panel();
            this.t_description      = new System.Windows.Forms.TextBox();
            this.label2             = new System.Windows.Forms.Label();
            this.t_name             = new System.Windows.Forms.TextBox();
            this.label1             = new System.Windows.Forms.Label();
            this.p2                 = new System.Windows.Forms.Panel();
            this.w7                 = new System.Windows.Forms.CheckBox();
            this.w6                 = new System.Windows.Forms.CheckBox();
            this.w5                 = new System.Windows.Forms.CheckBox();
            this.w4                 = new System.Windows.Forms.CheckBox();
            this.w3                 = new System.Windows.Forms.CheckBox();
            this.w2                 = new System.Windows.Forms.CheckBox();
            this.w1                 = new System.Windows.Forms.CheckBox();
            this.nm_week_interval   = new System.Windows.Forms.NumericUpDown();
            this.label7             = new System.Windows.Forms.Label();
            this.label8             = new System.Windows.Forms.Label();
            this.p3                 = new System.Windows.Forms.Panel();
            this.pm2                = new System.Windows.Forms.Panel();
            this.nm_wmonth_interval = new System.Windows.Forms.NumericUpDown();
            this.label12            = new System.Windows.Forms.Label();
            this.cb_week            = new System.Windows.Forms.ComboBox();
            this.label13            = new System.Windows.Forms.Label();
            this.cb_weeknum         = new System.Windows.Forms.ComboBox();
            this.pm1                = new System.Windows.Forms.Panel();
            this.nm_dmonth_interval = new System.Windows.Forms.NumericUpDown();
            this.label10            = new System.Windows.Forms.Label();
            this.label11            = new System.Windows.Forms.Label();
            this.nm_date            = new System.Windows.Forms.NumericUpDown();
            this.rb_interval        = new System.Windows.Forms.RadioButton();
            this.rb_monthday        = new System.Windows.Forms.RadioButton();
            this.tableLayoutPanel1.SuspendLayout();
            this.panel3.SuspendLayout();
            this.panel4.SuspendLayout();
            this.panel2.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.p_one.SuspendLayout();
            this.p_more.SuspendLayout();
            this.groupBox2.SuspendLayout();
            this.groupBox5.SuspendLayout();
            this.gp_freq.SuspendLayout();
            this.p1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nm_dayinterval)).BeginInit();
            this.groupBox4.SuspendLayout();
            this.pweek.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nm_day_interval)).BeginInit();
            this.panel1.SuspendLayout();
            this.p2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nm_week_interval)).BeginInit();
            this.p3.SuspendLayout();
            this.pm2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nm_wmonth_interval)).BeginInit();
            this.pm1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nm_dmonth_interval)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.nm_date)).BeginInit();
            this.SuspendLayout();
            //
            // tableLayoutPanel1
            //
            resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
            this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 2);
            this.tableLayoutPanel1.Controls.Add(this.panel4, 0, 3);
            this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
            this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 0);
            this.tableLayoutPanel1.Name = "tableLayoutPanel1";
            //
            // panel3
            //
            resources.ApplyResources(this.panel3, "panel3");
            this.panel3.Controls.Add(this.r_last);
            this.panel3.Controls.Add(this.r_before);
            this.panel3.Controls.Add(this.btn_clear);
            this.panel3.Controls.Add(this.btn_open);
            this.panel3.Controls.Add(this.t_cmd);
            this.panel3.Controls.Add(this.label16);
            this.panel3.Name = "panel3";
            //
            // r_last
            //
            resources.ApplyResources(this.r_last, "r_last");
            this.r_last.Name    = "r_last";
            this.r_last.TabStop = true;
            this.r_last.UseVisualStyleBackColor = true;
            //
            // r_before
            //
            resources.ApplyResources(this.r_before, "r_before");
            this.r_before.Checked = true;
            this.r_before.Name    = "r_before";
            this.r_before.TabStop = true;
            this.r_before.UseVisualStyleBackColor = true;
            //
            // btn_clear
            //
            resources.ApplyResources(this.btn_clear, "btn_clear");
            this.btn_clear.Name = "btn_clear";
            this.btn_clear.UseVisualStyleBackColor = true;
            this.btn_clear.Click += new System.EventHandler(this.btn_clear_Click);
            //
            // btn_open
            //
            resources.ApplyResources(this.btn_open, "btn_open");
            this.btn_open.Name = "btn_open";
            this.btn_open.UseVisualStyleBackColor = true;
            this.btn_open.Click += new System.EventHandler(this.btn_open_Click);
            //
            // t_cmd
            //
            resources.ApplyResources(this.t_cmd, "t_cmd");
            this.t_cmd.Name = "t_cmd";
            //
            // label16
            //
            resources.ApplyResources(this.label16, "label16");
            this.label16.Name = "label16";
            //
            // panel4
            //
            resources.ApplyResources(this.panel4, "panel4");
            this.panel4.Controls.Add(this.b_cancel);
            this.panel4.Controls.Add(this.b_ok);
            this.panel4.Name = "panel4";
            //
            // b_cancel
            //
            resources.ApplyResources(this.b_cancel, "b_cancel");
            this.b_cancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
            this.b_cancel.Name                    = "b_cancel";
            this.b_cancel.UseVisualStyleBackColor = true;
            this.b_cancel.Click                  += new System.EventHandler(this.b_cancel_Click);
            //
            // b_ok
            //
            resources.ApplyResources(this.b_ok, "b_ok");
            this.b_ok.Name = "b_ok";
            this.b_ok.UseVisualStyleBackColor = true;
            this.b_ok.Click += new System.EventHandler(this.b_ok_Click);
            //
            // panel2
            //
            resources.ApplyResources(this.panel2, "panel2");
            this.panel2.Controls.Add(this.groupBox1);
            this.panel2.Name = "panel2";
            //
            // groupBox1
            //
            resources.ApplyResources(this.groupBox1, "groupBox1");
            this.groupBox1.Controls.Add(this.p_one);
            this.groupBox1.Controls.Add(this.p_more);
            this.groupBox1.Controls.Add(this.rbsdu_More);
            this.groupBox1.Controls.Add(this.rbsdu_One);
            this.groupBox1.Controls.Add(this.rbsdu_idle);
            this.groupBox1.Controls.Add(this.rbsdu_autoexec);
            this.groupBox1.Name    = "groupBox1";
            this.groupBox1.TabStop = false;
            //
            // p_one
            //
            resources.ApplyResources(this.p_one, "p_one");
            this.p_one.Controls.Add(this.dt_one);
            this.p_one.Controls.Add(this.label3);
            this.p_one.Controls.Add(this.time_one);
            this.p_one.Controls.Add(this.label4);
            this.p_one.Name = "p_one";
            //
            // dt_one
            //
            resources.ApplyResources(this.dt_one, "dt_one");
            this.dt_one.Format = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dt_one.Name   = "dt_one";
            //
            // label3
            //
            resources.ApplyResources(this.label3, "label3");
            this.label3.Name = "label3";
            //
            // time_one
            //
            resources.ApplyResources(this.time_one, "time_one");
            this.time_one.Format     = System.Windows.Forms.DateTimePickerFormat.Time;
            this.time_one.Name       = "time_one";
            this.time_one.ShowUpDown = true;
            this.time_one.Value      = new System.DateTime(2010, 12, 22, 0, 0, 0, 0);
            //
            // label4
            //
            resources.ApplyResources(this.label4, "label4");
            this.label4.Name = "label4";
            //
            // p_more
            //
            resources.ApplyResources(this.p_more, "p_more");
            this.p_more.Controls.Add(this.groupBox2);
            this.p_more.Controls.Add(this.groupBox5);
            this.p_more.Controls.Add(this.gp_freq);
            this.p_more.Controls.Add(this.groupBox4);
            this.p_more.Name = "p_more";
            //
            // groupBox2
            //
            resources.ApplyResources(this.groupBox2, "groupBox2");
            this.groupBox2.Controls.Add(this.rdbfreq_month);
            this.groupBox2.Controls.Add(this.rdbfreq_week);
            this.groupBox2.Controls.Add(this.rdbfreq_day);
            this.groupBox2.Name    = "groupBox2";
            this.groupBox2.TabStop = false;
            //
            // rdbfreq_month
            //
            resources.ApplyResources(this.rdbfreq_month, "rdbfreq_month");
            this.rdbfreq_month.Name    = "rdbfreq_month";
            this.rdbfreq_month.TabStop = true;
            this.rdbfreq_month.UseVisualStyleBackColor = true;
            this.rdbfreq_month.CheckedChanged         += new System.EventHandler(this.rdbfreq_Changed);
            //
            // rdbfreq_week
            //
            resources.ApplyResources(this.rdbfreq_week, "rdbfreq_week");
            this.rdbfreq_week.Name    = "rdbfreq_week";
            this.rdbfreq_week.TabStop = true;
            this.rdbfreq_week.UseVisualStyleBackColor = true;
            this.rdbfreq_week.CheckedChanged         += new System.EventHandler(this.rdbfreq_Changed);
            //
            // rdbfreq_day
            //
            resources.ApplyResources(this.rdbfreq_day, "rdbfreq_day");
            this.rdbfreq_day.Checked = true;
            this.rdbfreq_day.Name    = "rdbfreq_day";
            this.rdbfreq_day.TabStop = true;
            this.rdbfreq_day.UseVisualStyleBackColor = true;
            this.rdbfreq_day.CheckedChanged         += new System.EventHandler(this.rdbfreq_Changed);
            //
            // groupBox5
            //
            resources.ApplyResources(this.groupBox5, "groupBox5");
            this.groupBox5.Controls.Add(this.rd_nothing);
            this.groupBox5.Controls.Add(this.rd_end);
            this.groupBox5.Controls.Add(this.label18);
            this.groupBox5.Controls.Add(this.dt_end);
            this.groupBox5.Controls.Add(this.dt_start);
            this.groupBox5.Name    = "groupBox5";
            this.groupBox5.TabStop = false;
            //
            // rd_nothing
            //
            resources.ApplyResources(this.rd_nothing, "rd_nothing");
            this.rd_nothing.Checked = true;
            this.rd_nothing.Name    = "rd_nothing";
            this.rd_nothing.TabStop = true;
            this.rd_nothing.UseVisualStyleBackColor = true;
            //
            // rd_end
            //
            resources.ApplyResources(this.rd_end, "rd_end");
            this.rd_end.Name = "rd_end";
            this.rd_end.UseVisualStyleBackColor = true;
            this.rd_end.CheckedChanged         += new System.EventHandler(this.rd_end_CheckedChanged);
            //
            // label18
            //
            resources.ApplyResources(this.label18, "label18");
            this.label18.Name = "label18";
            //
            // dt_end
            //
            resources.ApplyResources(this.dt_end, "dt_end");
            this.dt_end.Format     = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dt_end.Name       = "dt_end";
            this.dt_end.ShowUpDown = true;
            this.dt_end.Value      = new System.DateTime(2010, 12, 24, 0, 0, 0, 0);
            //
            // dt_start
            //
            resources.ApplyResources(this.dt_start, "dt_start");
            this.dt_start.Format     = System.Windows.Forms.DateTimePickerFormat.Short;
            this.dt_start.Name       = "dt_start";
            this.dt_start.ShowUpDown = true;
            this.dt_start.Value      = new System.DateTime(2010, 12, 23, 0, 0, 0, 0);
            //
            // gp_freq
            //
            resources.ApplyResources(this.gp_freq, "gp_freq");
            this.gp_freq.Controls.Add(this.p1);
            this.gp_freq.Name    = "gp_freq";
            this.gp_freq.TabStop = false;
            //
            // p1
            //
            resources.ApplyResources(this.p1, "p1");
            this.p1.Controls.Add(this.nm_dayinterval);
            this.p1.Controls.Add(this.label6);
            this.p1.Controls.Add(this.label5);
            this.p1.Name = "p1";
            //
            // nm_dayinterval
            //
            resources.ApplyResources(this.nm_dayinterval, "nm_dayinterval");
            this.nm_dayinterval.Maximum = new decimal(new int[] {
                31,
                0,
                0,
                0
            });
            this.nm_dayinterval.Minimum = new decimal(new int[] {
                1,
                0,
                0,
                0
            });
            this.nm_dayinterval.Name  = "nm_dayinterval";
            this.nm_dayinterval.Value = new decimal(new int[] {
                1,
                0,
                0,
                0
            });
            this.nm_dayinterval.Leave += new System.EventHandler(this.nm_dayinterval_Leave);
            //
            // label6
            //
            resources.ApplyResources(this.label6, "label6");
            this.label6.Name = "label6";
            //
            // label5
            //
            resources.ApplyResources(this.label5, "label5");
            this.label5.Name = "label5";
            //
            // groupBox4
            //
            resources.ApplyResources(this.groupBox4, "groupBox4");
            this.groupBox4.Controls.Add(this.pweek);
            this.groupBox4.Controls.Add(this.time_day_one);
            this.groupBox4.Controls.Add(this.rb_day_cycle);
            this.groupBox4.Controls.Add(this.rb_day_one);
            this.groupBox4.Name    = "groupBox4";
            this.groupBox4.TabStop = false;
            //
            // pweek
            //
            resources.ApplyResources(this.pweek, "pweek");
            this.pweek.Controls.Add(this.cb_subday_type);
            this.pweek.Controls.Add(this.time_end);
            this.pweek.Controls.Add(this.nm_day_interval);
            this.pweek.Controls.Add(this.label15);
            this.pweek.Controls.Add(this.label14);
            this.pweek.Controls.Add(this.time_day_cycle);
            this.pweek.Name = "pweek";
            //
            // cb_subday_type
            //
            resources.ApplyResources(this.cb_subday_type, "cb_subday_type");
            this.cb_subday_type.FormattingEnabled = true;
            this.cb_subday_type.Items.AddRange(new object[] {
                resources.GetString("cb_subday_type.Items"),
                resources.GetString("cb_subday_type.Items1"),
                resources.GetString("cb_subday_type.Items2")
            });
            this.cb_subday_type.Name = "cb_subday_type";
            //
            // time_end
            //
            resources.ApplyResources(this.time_end, "time_end");
            this.time_end.Format     = System.Windows.Forms.DateTimePickerFormat.Time;
            this.time_end.Name       = "time_end";
            this.time_end.ShowUpDown = true;
            this.time_end.Value      = new System.DateTime(2010, 12, 22, 23, 59, 59, 0);
            //
            // nm_day_interval
            //
            resources.ApplyResources(this.nm_day_interval, "nm_day_interval");
            this.nm_day_interval.Maximum = new decimal(new int[] {
                1440,
                0,
                0,
                0
            });
            this.nm_day_interval.Minimum = new decimal(new int[] {
                1,
                0,
                0,
                0
            });
            this.nm_day_interval.Name  = "nm_day_interval";
            this.nm_day_interval.Value = new decimal(new int[] {
                1,
                0,
                0,
                0
            });
            this.nm_day_interval.Leave += new System.EventHandler(this.nm_dayinterval_Leave);
            //
            // label15
            //
            resources.ApplyResources(this.label15, "label15");
            this.label15.Name = "label15";
            //
            // label14
            //
            resources.ApplyResources(this.label14, "label14");
            this.label14.Name = "label14";
            //
            // time_day_cycle
            //
            resources.ApplyResources(this.time_day_cycle, "time_day_cycle");
            this.time_day_cycle.Format     = System.Windows.Forms.DateTimePickerFormat.Time;
            this.time_day_cycle.Name       = "time_day_cycle";
            this.time_day_cycle.ShowUpDown = true;
            this.time_day_cycle.Value      = new System.DateTime(2010, 12, 22, 0, 0, 0, 0);
            //
            // time_day_one
            //
            resources.ApplyResources(this.time_day_one, "time_day_one");
            this.time_day_one.Format     = System.Windows.Forms.DateTimePickerFormat.Time;
            this.time_day_one.Name       = "time_day_one";
            this.time_day_one.ShowUpDown = true;
            this.time_day_one.Value      = new System.DateTime(2010, 12, 22, 0, 0, 0, 0);
            //
            // rb_day_cycle
            //
            resources.ApplyResources(this.rb_day_cycle, "rb_day_cycle");
            this.rb_day_cycle.Name    = "rb_day_cycle";
            this.rb_day_cycle.TabStop = true;
            this.rb_day_cycle.UseVisualStyleBackColor = true;
            //
            // rb_day_one
            //
            resources.ApplyResources(this.rb_day_one, "rb_day_one");
            this.rb_day_one.Checked = true;
            this.rb_day_one.Name    = "rb_day_one";
            this.rb_day_one.TabStop = true;
            this.rb_day_one.UseVisualStyleBackColor = true;
            this.rb_day_one.CheckedChanged         += new System.EventHandler(this.dayChange);
            //
            // rbsdu_More
            //
            resources.ApplyResources(this.rbsdu_More, "rbsdu_More");
            this.rbsdu_More.Name = "rbsdu_More";
            this.rbsdu_More.UseVisualStyleBackColor = true;
            this.rbsdu_More.CheckedChanged         += new System.EventHandler(this.sduType_Changed);
            //
            // rbsdu_One
            //
            resources.ApplyResources(this.rbsdu_One, "rbsdu_One");
            this.rbsdu_One.Checked = true;
            this.rbsdu_One.Name    = "rbsdu_One";
            this.rbsdu_One.TabStop = true;
            this.rbsdu_One.UseVisualStyleBackColor = true;
            this.rbsdu_One.CheckedChanged         += new System.EventHandler(this.sduType_Changed);
            //
            // rbsdu_idle
            //
            resources.ApplyResources(this.rbsdu_idle, "rbsdu_idle");
            this.rbsdu_idle.Name    = "rbsdu_idle";
            this.rbsdu_idle.TabStop = true;
            this.rbsdu_idle.UseVisualStyleBackColor = true;
            this.rbsdu_idle.CheckedChanged         += new System.EventHandler(this.sduType_Changed);
            //
            // rbsdu_autoexec
            //
            resources.ApplyResources(this.rbsdu_autoexec, "rbsdu_autoexec");
            this.rbsdu_autoexec.Name    = "rbsdu_autoexec";
            this.rbsdu_autoexec.TabStop = true;
            this.rbsdu_autoexec.UseVisualStyleBackColor = true;
            this.rbsdu_autoexec.CheckedChanged         += new System.EventHandler(this.sduType_Changed);
            //
            // panel1
            //
            resources.ApplyResources(this.panel1, "panel1");
            this.panel1.Controls.Add(this.t_description);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.t_name);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Name = "panel1";
            //
            // t_description
            //
            resources.ApplyResources(this.t_description, "t_description");
            this.t_description.Name = "t_description";
            //
            // label2
            //
            resources.ApplyResources(this.label2, "label2");
            this.label2.Name = "label2";
            //
            // t_name
            //
            resources.ApplyResources(this.t_name, "t_name");
            this.t_name.Name = "t_name";
            //
            // label1
            //
            resources.ApplyResources(this.label1, "label1");
            this.label1.Name = "label1";
            //
            // p2
            //
            resources.ApplyResources(this.p2, "p2");
            this.p2.Controls.Add(this.w7);
            this.p2.Controls.Add(this.w6);
            this.p2.Controls.Add(this.w5);
            this.p2.Controls.Add(this.w4);
            this.p2.Controls.Add(this.w3);
            this.p2.Controls.Add(this.w2);
            this.p2.Controls.Add(this.w1);
            this.p2.Controls.Add(this.nm_week_interval);
            this.p2.Controls.Add(this.label7);
            this.p2.Controls.Add(this.label8);
            this.p2.Name = "p2";
            //
            // w7
            //
            resources.ApplyResources(this.w7, "w7");
            this.w7.Checked    = true;
            this.w7.CheckState = System.Windows.Forms.CheckState.Checked;
            this.w7.Name       = "w7";
            this.w7.UseVisualStyleBackColor = true;
            //
            // w6
            //
            resources.ApplyResources(this.w6, "w6");
            this.w6.Name = "w6";
            this.w6.UseVisualStyleBackColor = true;
            //
            // w5
            //
            resources.ApplyResources(this.w5, "w5");
            this.w5.Name = "w5";
            this.w5.UseVisualStyleBackColor = true;
            //
            // w4
            //
            resources.ApplyResources(this.w4, "w4");
            this.w4.Name = "w4";
            this.w4.UseVisualStyleBackColor = true;
            //
            // w3
            //
            resources.ApplyResources(this.w3, "w3");
            this.w3.Name = "w3";
            this.w3.UseVisualStyleBackColor = true;
            //
            // w2
            //
            resources.ApplyResources(this.w2, "w2");
            this.w2.Name = "w2";
            this.w2.UseVisualStyleBackColor = true;
            //
            // w1
            //
            resources.ApplyResources(this.w1, "w1");
            this.w1.Name = "w1";
            this.w1.UseVisualStyleBackColor = true;
            //
            // nm_week_interval
            //
            resources.ApplyResources(this.nm_week_interval, "nm_week_interval");
            this.nm_week_interval.Name  = "nm_week_interval";
            this.nm_week_interval.Value = new decimal(new int[] {
                1,
                0,
                0,
                0
            });
            this.nm_week_interval.Leave += new System.EventHandler(this.nm_dayinterval_Leave);
            //
            // label7
            //
            resources.ApplyResources(this.label7, "label7");
            this.label7.Name = "label7";
            //
            // label8
            //
            resources.ApplyResources(this.label8, "label8");
            this.label8.Name = "label8";
            //
            // p3
            //
            resources.ApplyResources(this.p3, "p3");
            this.p3.Controls.Add(this.pm2);
            this.p3.Controls.Add(this.pm1);
            this.p3.Controls.Add(this.rb_interval);
            this.p3.Controls.Add(this.rb_monthday);
            this.p3.Name = "p3";
            //
            // pm2
            //
            resources.ApplyResources(this.pm2, "pm2");
            this.pm2.Controls.Add(this.nm_wmonth_interval);
            this.pm2.Controls.Add(this.label12);
            this.pm2.Controls.Add(this.cb_week);
            this.pm2.Controls.Add(this.label13);
            this.pm2.Controls.Add(this.cb_weeknum);
            this.pm2.Name = "pm2";
            //
            // nm_wmonth_interval
            //
            resources.ApplyResources(this.nm_wmonth_interval, "nm_wmonth_interval");
            this.nm_wmonth_interval.Name  = "nm_wmonth_interval";
            this.nm_wmonth_interval.Value = new decimal(new int[] {
                1,
                0,
                0,
                0
            });
            this.nm_wmonth_interval.Leave += new System.EventHandler(this.nm_dayinterval_Leave);
            //
            // label12
            //
            resources.ApplyResources(this.label12, "label12");
            this.label12.Name = "label12";
            //
            // cb_week
            //
            resources.ApplyResources(this.cb_week, "cb_week");
            this.cb_week.FormattingEnabled = true;
            this.cb_week.Items.AddRange(new object[] {
                resources.GetString("cb_week.Items"),
                resources.GetString("cb_week.Items1"),
                resources.GetString("cb_week.Items2"),
                resources.GetString("cb_week.Items3"),
                resources.GetString("cb_week.Items4"),
                resources.GetString("cb_week.Items5"),
                resources.GetString("cb_week.Items6"),
                resources.GetString("cb_week.Items7"),
                resources.GetString("cb_week.Items8"),
                resources.GetString("cb_week.Items9")
            });
            this.cb_week.Name = "cb_week";
            //
            // label13
            //
            resources.ApplyResources(this.label13, "label13");
            this.label13.Name = "label13";
            //
            // cb_weeknum
            //
            resources.ApplyResources(this.cb_weeknum, "cb_weeknum");
            this.cb_weeknum.FormattingEnabled = true;
            this.cb_weeknum.Items.AddRange(new object[] {
                resources.GetString("cb_weeknum.Items"),
                resources.GetString("cb_weeknum.Items1"),
                resources.GetString("cb_weeknum.Items2"),
                resources.GetString("cb_weeknum.Items3"),
                resources.GetString("cb_weeknum.Items4")
            });
            this.cb_weeknum.Name = "cb_weeknum";
            //
            // pm1
            //
            resources.ApplyResources(this.pm1, "pm1");
            this.pm1.Controls.Add(this.nm_dmonth_interval);
            this.pm1.Controls.Add(this.label10);
            this.pm1.Controls.Add(this.label11);
            this.pm1.Controls.Add(this.nm_date);
            this.pm1.Name = "pm1";
            //
            // nm_dmonth_interval
            //
            resources.ApplyResources(this.nm_dmonth_interval, "nm_dmonth_interval");
            this.nm_dmonth_interval.Maximum = new decimal(new int[] {
                12,
                0,
                0,
                0
            });
            this.nm_dmonth_interval.Minimum = new decimal(new int[] {
                1,
                0,
                0,
                0
            });
            this.nm_dmonth_interval.Name  = "nm_dmonth_interval";
            this.nm_dmonth_interval.Value = new decimal(new int[] {
                1,
                0,
                0,
                0
            });
            this.nm_dmonth_interval.Leave += new System.EventHandler(this.nm_dayinterval_Leave);
            //
            // label10
            //
            resources.ApplyResources(this.label10, "label10");
            this.label10.Name = "label10";
            //
            // label11
            //
            resources.ApplyResources(this.label11, "label11");
            this.label11.Name = "label11";
            //
            // nm_date
            //
            resources.ApplyResources(this.nm_date, "nm_date");
            this.nm_date.Maximum = new decimal(new int[] {
                31,
                0,
                0,
                0
            });
            this.nm_date.Minimum = new decimal(new int[] {
                1,
                0,
                0,
                0
            });
            this.nm_date.Name  = "nm_date";
            this.nm_date.Value = new decimal(new int[] {
                1,
                0,
                0,
                0
            });
            this.nm_date.Leave += new System.EventHandler(this.nm_dayinterval_Leave);
            //
            // rb_interval
            //
            resources.ApplyResources(this.rb_interval, "rb_interval");
            this.rb_interval.Name = "rb_interval";
            this.rb_interval.UseVisualStyleBackColor = true;
            //
            // rb_monthday
            //
            resources.ApplyResources(this.rb_monthday, "rb_monthday");
            this.rb_monthday.Checked = true;
            this.rb_monthday.Name    = "rb_monthday";
            this.rb_monthday.TabStop = true;
            this.rb_monthday.UseVisualStyleBackColor = true;
            this.rb_monthday.CheckedChanged         += new System.EventHandler(this.rb_monthday_CheckedChanged);
            //
            // CreateSchedule
            //
            this.AcceptButton = this.b_ok;
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor     = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(237)))), ((int)(((byte)(237)))));
            this.CancelButton  = this.b_cancel;
            this.Controls.Add(this.p3);
            this.Controls.Add(this.p2);
            this.Controls.Add(this.tableLayoutPanel1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.MaximizeBox     = false;
            this.MinimizeBox     = false;
            this.Name            = "CreateSchedule";
            this.ShowInTaskbar   = false;
            this.Load           += new System.EventHandler(this.CreateSchedule_Load);
            this.tableLayoutPanel1.ResumeLayout(false);
            this.panel3.ResumeLayout(false);
            this.panel3.PerformLayout();
            this.panel4.ResumeLayout(false);
            this.panel2.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.p_one.ResumeLayout(false);
            this.p_one.PerformLayout();
            this.p_more.ResumeLayout(false);
            this.groupBox2.ResumeLayout(false);
            this.groupBox2.PerformLayout();
            this.groupBox5.ResumeLayout(false);
            this.groupBox5.PerformLayout();
            this.gp_freq.ResumeLayout(false);
            this.p1.ResumeLayout(false);
            this.p1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nm_dayinterval)).EndInit();
            this.groupBox4.ResumeLayout(false);
            this.groupBox4.PerformLayout();
            this.pweek.ResumeLayout(false);
            this.pweek.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nm_day_interval)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            this.p2.ResumeLayout(false);
            this.p2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nm_week_interval)).EndInit();
            this.p3.ResumeLayout(false);
            this.p3.PerformLayout();
            this.pm2.ResumeLayout(false);
            this.pm2.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nm_wmonth_interval)).EndInit();
            this.pm1.ResumeLayout(false);
            this.pm1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.nm_dmonth_interval)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.nm_date)).EndInit();
            this.ResumeLayout(false);
        }
Ejemplo n.º 48
0
 /// <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(FormPaletteSettings));
     this.button9               = new System.Windows.Forms.Button();
     this.button7               = new System.Windows.Forms.Button();
     this.button8               = new System.Windows.Forms.Button();
     this.button6               = new System.Windows.Forms.Button();
     this.groupBox4             = new System.Windows.Forms.GroupBox();
     this.hScrollBar_saturation = new System.Windows.Forms.HScrollBar();
     this.label1 = new System.Windows.Forms.Label();
     this.hScrollBar_hue_tweak = new System.Windows.Forms.HScrollBar();
     this.label2                     = new System.Windows.Forms.Label();
     this.label_gamma                = new System.Windows.Forms.Label();
     this.label_bright               = new System.Windows.Forms.Label();
     this.hScrollBar_contrast        = new System.Windows.Forms.HScrollBar();
     this.label_const                = new System.Windows.Forms.Label();
     this.label_hue                  = new System.Windows.Forms.Label();
     this.label3                     = new System.Windows.Forms.Label();
     this.hScrollBar_brightness      = new System.Windows.Forms.HScrollBar();
     this.label5                     = new System.Windows.Forms.Label();
     this.label_satur                = new System.Windows.Forms.Label();
     this.label6                     = new System.Windows.Forms.Label();
     this.hScrollBar_gamma           = new System.Windows.Forms.HScrollBar();
     this.groupBox3                  = new System.Windows.Forms.GroupBox();
     this.panel1                     = new System.Windows.Forms.Panel();
     this.button1                    = new System.Windows.Forms.Button();
     this.button2                    = new System.Windows.Forms.Button();
     this.groupBox1                  = new System.Windows.Forms.GroupBox();
     this.radioButton_palb           = new System.Windows.Forms.RadioButton();
     this.radioButton_ntsc           = new System.Windows.Forms.RadioButton();
     this.toolTip1                   = new System.Windows.Forms.ToolTip(this.components);
     this.button3                    = new System.Windows.Forms.Button();
     this.radioButton_gen_pal        = new System.Windows.Forms.RadioButton();
     this.radioButton_gen_ntsc       = new System.Windows.Forms.RadioButton();
     this.radioButton_gen_auto       = new System.Windows.Forms.RadioButton();
     this.comboBox1                  = new System.Windows.Forms.ComboBox();
     this.radioButton_usaPaletteFile = new System.Windows.Forms.RadioButton();
     this.radioButton_useGenerators  = new System.Windows.Forms.RadioButton();
     this.tabControl1                = new System.Windows.Forms.TabControl();
     this.tabPage1                   = new System.Windows.Forms.TabPage();
     this.linkLabel1                 = new System.Windows.Forms.LinkLabel();
     this.groupBox2                  = new System.Windows.Forms.GroupBox();
     this.tabPage2                   = new System.Windows.Forms.TabPage();
     this.groupBox4.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.SuspendLayout();
     //
     // button9
     //
     resources.ApplyResources(this.button9, "button9");
     this.button9.Name = "button9";
     this.toolTip1.SetToolTip(this.button9, resources.GetString("button9.ToolTip"));
     this.button9.UseVisualStyleBackColor = true;
     this.button9.Click += new System.EventHandler(this.button9_Click);
     //
     // button7
     //
     resources.ApplyResources(this.button7, "button7");
     this.button7.Name = "button7";
     this.toolTip1.SetToolTip(this.button7, resources.GetString("button7.ToolTip"));
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click += new System.EventHandler(this.button7_Click);
     //
     // button8
     //
     resources.ApplyResources(this.button8, "button8");
     this.button8.Name = "button8";
     this.toolTip1.SetToolTip(this.button8, resources.GetString("button8.ToolTip"));
     this.button8.UseVisualStyleBackColor = true;
     this.button8.Click += new System.EventHandler(this.button8_Click);
     //
     // button6
     //
     resources.ApplyResources(this.button6, "button6");
     this.button6.Name = "button6";
     this.toolTip1.SetToolTip(this.button6, resources.GetString("button6.ToolTip"));
     this.button6.UseVisualStyleBackColor = true;
     this.button6.Click += new System.EventHandler(this.button6_Click);
     //
     // groupBox4
     //
     resources.ApplyResources(this.groupBox4, "groupBox4");
     this.groupBox4.Controls.Add(this.hScrollBar_saturation);
     this.groupBox4.Controls.Add(this.label1);
     this.groupBox4.Controls.Add(this.hScrollBar_hue_tweak);
     this.groupBox4.Controls.Add(this.label2);
     this.groupBox4.Controls.Add(this.label_gamma);
     this.groupBox4.Controls.Add(this.label_bright);
     this.groupBox4.Controls.Add(this.hScrollBar_contrast);
     this.groupBox4.Controls.Add(this.label_const);
     this.groupBox4.Controls.Add(this.label_hue);
     this.groupBox4.Controls.Add(this.label3);
     this.groupBox4.Controls.Add(this.hScrollBar_brightness);
     this.groupBox4.Controls.Add(this.label5);
     this.groupBox4.Controls.Add(this.label_satur);
     this.groupBox4.Controls.Add(this.label6);
     this.groupBox4.Controls.Add(this.hScrollBar_gamma);
     this.groupBox4.Name    = "groupBox4";
     this.groupBox4.TabStop = false;
     this.toolTip1.SetToolTip(this.groupBox4, resources.GetString("groupBox4.ToolTip"));
     //
     // hScrollBar_saturation
     //
     resources.ApplyResources(this.hScrollBar_saturation, "hScrollBar_saturation");
     this.hScrollBar_saturation.Maximum = 5000;
     this.hScrollBar_saturation.Name    = "hScrollBar_saturation";
     this.toolTip1.SetToolTip(this.hScrollBar_saturation, resources.GetString("hScrollBar_saturation.ToolTip"));
     this.hScrollBar_saturation.Value   = 1000;
     this.hScrollBar_saturation.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar_saturation_Scroll);
     //
     // label1
     //
     resources.ApplyResources(this.label1, "label1");
     this.label1.Name = "label1";
     this.toolTip1.SetToolTip(this.label1, resources.GetString("label1.ToolTip"));
     //
     // hScrollBar_hue_tweak
     //
     resources.ApplyResources(this.hScrollBar_hue_tweak, "hScrollBar_hue_tweak");
     this.hScrollBar_hue_tweak.Maximum = 1000;
     this.hScrollBar_hue_tweak.Minimum = -1000;
     this.hScrollBar_hue_tweak.Name    = "hScrollBar_hue_tweak";
     this.toolTip1.SetToolTip(this.hScrollBar_hue_tweak, resources.GetString("hScrollBar_hue_tweak.ToolTip"));
     this.hScrollBar_hue_tweak.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar_hue_tweak_Scroll);
     //
     // label2
     //
     resources.ApplyResources(this.label2, "label2");
     this.label2.Name = "label2";
     this.toolTip1.SetToolTip(this.label2, resources.GetString("label2.ToolTip"));
     //
     // label_gamma
     //
     resources.ApplyResources(this.label_gamma, "label_gamma");
     this.label_gamma.Name = "label_gamma";
     this.toolTip1.SetToolTip(this.label_gamma, resources.GetString("label_gamma.ToolTip"));
     //
     // label_bright
     //
     resources.ApplyResources(this.label_bright, "label_bright");
     this.label_bright.Name = "label_bright";
     this.toolTip1.SetToolTip(this.label_bright, resources.GetString("label_bright.ToolTip"));
     //
     // hScrollBar_contrast
     //
     resources.ApplyResources(this.hScrollBar_contrast, "hScrollBar_contrast");
     this.hScrollBar_contrast.Maximum = 2000;
     this.hScrollBar_contrast.Minimum = 500;
     this.hScrollBar_contrast.Name    = "hScrollBar_contrast";
     this.toolTip1.SetToolTip(this.hScrollBar_contrast, resources.GetString("hScrollBar_contrast.ToolTip"));
     this.hScrollBar_contrast.Value   = 1000;
     this.hScrollBar_contrast.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar_contrast_Scroll);
     //
     // label_const
     //
     resources.ApplyResources(this.label_const, "label_const");
     this.label_const.Name = "label_const";
     this.toolTip1.SetToolTip(this.label_const, resources.GetString("label_const.ToolTip"));
     //
     // label_hue
     //
     resources.ApplyResources(this.label_hue, "label_hue");
     this.label_hue.Name = "label_hue";
     this.toolTip1.SetToolTip(this.label_hue, resources.GetString("label_hue.ToolTip"));
     //
     // label3
     //
     resources.ApplyResources(this.label3, "label3");
     this.label3.Name = "label3";
     this.toolTip1.SetToolTip(this.label3, resources.GetString("label3.ToolTip"));
     //
     // hScrollBar_brightness
     //
     resources.ApplyResources(this.hScrollBar_brightness, "hScrollBar_brightness");
     this.hScrollBar_brightness.Maximum = 2000;
     this.hScrollBar_brightness.Minimum = 500;
     this.hScrollBar_brightness.Name    = "hScrollBar_brightness";
     this.toolTip1.SetToolTip(this.hScrollBar_brightness, resources.GetString("hScrollBar_brightness.ToolTip"));
     this.hScrollBar_brightness.Value   = 1000;
     this.hScrollBar_brightness.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar_brightness_Scroll);
     //
     // label5
     //
     resources.ApplyResources(this.label5, "label5");
     this.label5.Name = "label5";
     this.toolTip1.SetToolTip(this.label5, resources.GetString("label5.ToolTip"));
     //
     // label_satur
     //
     resources.ApplyResources(this.label_satur, "label_satur");
     this.label_satur.Name = "label_satur";
     this.toolTip1.SetToolTip(this.label_satur, resources.GetString("label_satur.ToolTip"));
     //
     // label6
     //
     resources.ApplyResources(this.label6, "label6");
     this.label6.Name = "label6";
     this.toolTip1.SetToolTip(this.label6, resources.GetString("label6.ToolTip"));
     //
     // hScrollBar_gamma
     //
     resources.ApplyResources(this.hScrollBar_gamma, "hScrollBar_gamma");
     this.hScrollBar_gamma.Maximum = 2500;
     this.hScrollBar_gamma.Minimum = 1000;
     this.hScrollBar_gamma.Name    = "hScrollBar_gamma";
     this.toolTip1.SetToolTip(this.hScrollBar_gamma, resources.GetString("hScrollBar_gamma.ToolTip"));
     this.hScrollBar_gamma.Value   = 1800;
     this.hScrollBar_gamma.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar_gamma_Scroll);
     //
     // groupBox3
     //
     resources.ApplyResources(this.groupBox3, "groupBox3");
     this.groupBox3.Controls.Add(this.panel1);
     this.groupBox3.Name    = "groupBox3";
     this.groupBox3.TabStop = false;
     this.toolTip1.SetToolTip(this.groupBox3, resources.GetString("groupBox3.ToolTip"));
     //
     // panel1
     //
     resources.ApplyResources(this.panel1, "panel1");
     this.panel1.BackColor = System.Drawing.Color.Black;
     this.panel1.Name      = "panel1";
     this.toolTip1.SetToolTip(this.panel1, resources.GetString("panel1.ToolTip"));
     this.panel1.Paint += new System.Windows.Forms.PaintEventHandler(this.panel1_Paint);
     //
     // button1
     //
     resources.ApplyResources(this.button1, "button1");
     this.button1.Name = "button1";
     this.toolTip1.SetToolTip(this.button1, resources.GetString("button1.ToolTip"));
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     resources.ApplyResources(this.button2, "button2");
     this.button2.Name = "button2";
     this.toolTip1.SetToolTip(this.button2, resources.GetString("button2.ToolTip"));
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // groupBox1
     //
     resources.ApplyResources(this.groupBox1, "groupBox1");
     this.groupBox1.Controls.Add(this.radioButton_palb);
     this.groupBox1.Controls.Add(this.radioButton_ntsc);
     this.groupBox1.Name    = "groupBox1";
     this.groupBox1.TabStop = false;
     this.toolTip1.SetToolTip(this.groupBox1, resources.GetString("groupBox1.ToolTip"));
     //
     // radioButton_palb
     //
     resources.ApplyResources(this.radioButton_palb, "radioButton_palb");
     this.radioButton_palb.Name = "radioButton_palb";
     this.toolTip1.SetToolTip(this.radioButton_palb, resources.GetString("radioButton_palb.ToolTip"));
     this.radioButton_palb.UseVisualStyleBackColor = true;
     //
     // radioButton_ntsc
     //
     resources.ApplyResources(this.radioButton_ntsc, "radioButton_ntsc");
     this.radioButton_ntsc.Checked = true;
     this.radioButton_ntsc.Name    = "radioButton_ntsc";
     this.radioButton_ntsc.TabStop = true;
     this.toolTip1.SetToolTip(this.radioButton_ntsc, resources.GetString("radioButton_ntsc.ToolTip"));
     this.radioButton_ntsc.UseVisualStyleBackColor = true;
     this.radioButton_ntsc.CheckedChanged         += new System.EventHandler(this.radioButton_ntsc_CheckedChanged);
     //
     // button3
     //
     resources.ApplyResources(this.button3, "button3");
     this.button3.Name = "button3";
     this.toolTip1.SetToolTip(this.button3, resources.GetString("button3.ToolTip"));
     this.button3.UseVisualStyleBackColor = true;
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // radioButton_gen_pal
     //
     resources.ApplyResources(this.radioButton_gen_pal, "radioButton_gen_pal");
     this.radioButton_gen_pal.Name = "radioButton_gen_pal";
     this.toolTip1.SetToolTip(this.radioButton_gen_pal, resources.GetString("radioButton_gen_pal.ToolTip"));
     this.radioButton_gen_pal.UseVisualStyleBackColor = true;
     this.radioButton_gen_pal.CheckedChanged         += new System.EventHandler(this.radioButton_gen_pal_CheckedChanged);
     //
     // radioButton_gen_ntsc
     //
     resources.ApplyResources(this.radioButton_gen_ntsc, "radioButton_gen_ntsc");
     this.radioButton_gen_ntsc.Name = "radioButton_gen_ntsc";
     this.toolTip1.SetToolTip(this.radioButton_gen_ntsc, resources.GetString("radioButton_gen_ntsc.ToolTip"));
     this.radioButton_gen_ntsc.UseVisualStyleBackColor = true;
     this.radioButton_gen_ntsc.CheckedChanged         += new System.EventHandler(this.radioButton_gen_ntsc_CheckedChanged);
     //
     // radioButton_gen_auto
     //
     resources.ApplyResources(this.radioButton_gen_auto, "radioButton_gen_auto");
     this.radioButton_gen_auto.Checked = true;
     this.radioButton_gen_auto.Name    = "radioButton_gen_auto";
     this.radioButton_gen_auto.TabStop = true;
     this.toolTip1.SetToolTip(this.radioButton_gen_auto, resources.GetString("radioButton_gen_auto.ToolTip"));
     this.radioButton_gen_auto.UseVisualStyleBackColor = true;
     this.radioButton_gen_auto.CheckedChanged         += new System.EventHandler(this.radioButton_gen_auto_CheckedChanged);
     //
     // comboBox1
     //
     resources.ApplyResources(this.comboBox1, "comboBox1");
     this.comboBox1.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Name = "comboBox1";
     this.toolTip1.SetToolTip(this.comboBox1, resources.GetString("comboBox1.ToolTip"));
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // radioButton_usaPaletteFile
     //
     resources.ApplyResources(this.radioButton_usaPaletteFile, "radioButton_usaPaletteFile");
     this.radioButton_usaPaletteFile.Name = "radioButton_usaPaletteFile";
     this.toolTip1.SetToolTip(this.radioButton_usaPaletteFile, resources.GetString("radioButton_usaPaletteFile.ToolTip"));
     this.radioButton_usaPaletteFile.UseVisualStyleBackColor = true;
     //
     // radioButton_useGenerators
     //
     resources.ApplyResources(this.radioButton_useGenerators, "radioButton_useGenerators");
     this.radioButton_useGenerators.Checked = true;
     this.radioButton_useGenerators.Name    = "radioButton_useGenerators";
     this.radioButton_useGenerators.TabStop = true;
     this.toolTip1.SetToolTip(this.radioButton_useGenerators, resources.GetString("radioButton_useGenerators.ToolTip"));
     this.radioButton_useGenerators.UseVisualStyleBackColor = true;
     this.radioButton_useGenerators.CheckedChanged         += new System.EventHandler(this.radioButton_useGenerators_CheckedChanged);
     //
     // tabControl1
     //
     resources.ApplyResources(this.tabControl1, "tabControl1");
     this.tabControl1.Controls.Add(this.tabPage1);
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.toolTip1.SetToolTip(this.tabControl1, resources.GetString("tabControl1.ToolTip"));
     this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
     //
     // tabPage1
     //
     resources.ApplyResources(this.tabPage1, "tabPage1");
     this.tabPage1.Controls.Add(this.linkLabel1);
     this.tabPage1.Controls.Add(this.comboBox1);
     this.tabPage1.Controls.Add(this.radioButton_usaPaletteFile);
     this.tabPage1.Controls.Add(this.groupBox2);
     this.tabPage1.Controls.Add(this.radioButton_useGenerators);
     this.tabPage1.Name = "tabPage1";
     this.toolTip1.SetToolTip(this.tabPage1, resources.GetString("tabPage1.ToolTip"));
     this.tabPage1.UseVisualStyleBackColor = true;
     //
     // linkLabel1
     //
     resources.ApplyResources(this.linkLabel1, "linkLabel1");
     this.linkLabel1.Name    = "linkLabel1";
     this.linkLabel1.TabStop = true;
     this.toolTip1.SetToolTip(this.linkLabel1, resources.GetString("linkLabel1.ToolTip"));
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // groupBox2
     //
     resources.ApplyResources(this.groupBox2, "groupBox2");
     this.groupBox2.Controls.Add(this.radioButton_gen_pal);
     this.groupBox2.Controls.Add(this.radioButton_gen_ntsc);
     this.groupBox2.Controls.Add(this.radioButton_gen_auto);
     this.groupBox2.Name    = "groupBox2";
     this.groupBox2.TabStop = false;
     this.toolTip1.SetToolTip(this.groupBox2, resources.GetString("groupBox2.ToolTip"));
     //
     // tabPage2
     //
     resources.ApplyResources(this.tabPage2, "tabPage2");
     this.tabPage2.Controls.Add(this.groupBox1);
     this.tabPage2.Controls.Add(this.button3);
     this.tabPage2.Controls.Add(this.button6);
     this.tabPage2.Controls.Add(this.groupBox4);
     this.tabPage2.Controls.Add(this.button8);
     this.tabPage2.Controls.Add(this.button9);
     this.tabPage2.Name = "tabPage2";
     this.toolTip1.SetToolTip(this.tabPage2, resources.GetString("tabPage2.ToolTip"));
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // FormPaletteSettings
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ControlBox    = false;
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.button7);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "FormPaletteSettings";
     this.toolTip1.SetToolTip(this, resources.GetString("$this.ToolTip"));
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     this.groupBox3.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.tabPage1.PerformLayout();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     this.tabPage2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 49
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SaveOutputError));
     this.panel1           = new System.Windows.Forms.Panel();
     this.message          = new System.Windows.Forms.RichTextBox();
     this.SaveOutputButton = new System.Windows.Forms.Button();
     this.ReturnButton     = new System.Windows.Forms.Button();
     this.folderBrowser    = new System.Windows.Forms.FolderBrowserDialog();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.NavajoWhite;
     this.panel1.Controls.Add(this.message);
     this.panel1.Location = new System.Drawing.Point(-1, 0);
     this.panel1.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(471, 214);
     this.panel1.TabIndex = 5;
     //
     // message
     //
     this.message.Location = new System.Drawing.Point(16, 14);
     this.message.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.message.Name     = "message";
     this.message.Size     = new System.Drawing.Size(432, 180);
     this.message.TabIndex = 1;
     this.message.Text     = resources.GetString("message.Text");
     //
     // SaveOutputButton
     //
     this.SaveOutputButton.Location = new System.Drawing.Point(15, 222);
     this.SaveOutputButton.Margin   = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.SaveOutputButton.Name     = "SaveOutputButton";
     this.SaveOutputButton.Size     = new System.Drawing.Size(177, 28);
     this.SaveOutputButton.TabIndex = 4;
     this.SaveOutputButton.Text     = "Save Output Sheets";
     this.SaveOutputButton.UseVisualStyleBackColor = true;
     this.SaveOutputButton.Click += new System.EventHandler(this.SaveOutputButton_Click);
     //
     // ReturnButton
     //
     this.ReturnButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.ReturnButton.Location                = new System.Drawing.Point(271, 222);
     this.ReturnButton.Margin                  = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.ReturnButton.Name                    = "ReturnButton";
     this.ReturnButton.Size                    = new System.Drawing.Size(177, 28);
     this.ReturnButton.TabIndex                = 3;
     this.ReturnButton.Text                    = "Return to Menu";
     this.ReturnButton.UseVisualStyleBackColor = true;
     this.ReturnButton.Click                  += new System.EventHandler(this.ReturnButton_Click);
     //
     // SaveOutputError
     //
     this.AcceptButton        = this.SaveOutputButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(120F, 120F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Dpi;
     this.BackColor           = System.Drawing.Color.BurlyWood;
     this.CancelButton        = this.ReturnButton;
     this.ClientSize          = new System.Drawing.Size(464, 258);
     this.ControlBox          = false;
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.SaveOutputButton);
     this.Controls.Add(this.ReturnButton);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.SizableToolWindow;
     this.Margin          = new System.Windows.Forms.Padding(4, 4, 4, 4);
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "SaveOutputError";
     this.ShowIcon        = false;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "Message";
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 50
0
 /// <summary>
 /// Required method for telerik Reporting designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     Telerik.Reporting.Barcodes.Code128Encoder      code128Encoder1 = new Telerik.Reporting.Barcodes.Code128Encoder();
     System.ComponentModel.ComponentResourceManager resources       = new System.ComponentModel.ComponentResourceManager(typeof(ItemBarcode));
     Telerik.Reporting.Drawing.StyleRule            styleRule1      = new Telerik.Reporting.Drawing.StyleRule();
     this.detail = new Telerik.Reporting.DetailSection();
     this.descriptionDataTextBox       = new Telerik.Reporting.TextBox();
     this.mANUFACTURER_NAMEDataTextBox = new Telerik.Reporting.TextBox();
     this.mODEL_NAMEDataTextBox        = new Telerik.Reporting.TextBox();
     this.barcode1       = new Telerik.Reporting.Barcode();
     this.textBox1       = new Telerik.Reporting.TextBox();
     this.textBox2       = new Telerik.Reporting.TextBox();
     this.textBox3       = new Telerik.Reporting.TextBox();
     this.sqlDataSource1 = new Telerik.Reporting.SqlDataSource();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Inch(2D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.descriptionDataTextBox,
         this.mANUFACTURER_NAMEDataTextBox,
         this.mODEL_NAMEDataTextBox,
         this.barcode1,
         this.textBox1,
         this.textBox2,
         this.textBox3
     });
     this.detail.Name = "detail";
     this.detail.Style.BorderStyle.Default = Telerik.Reporting.Drawing.BorderType.Dashed;
     //
     // descriptionDataTextBox
     //
     this.descriptionDataTextBox.CanGrow         = false;
     this.descriptionDataTextBox.CanShrink       = false;
     this.descriptionDataTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.90000009536743164D), Telerik.Reporting.Drawing.Unit.Inch(0.79791665077209473D));
     this.descriptionDataTextBox.Name            = "descriptionDataTextBox";
     this.descriptionDataTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.6979167461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.20000004768371582D));
     this.descriptionDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.descriptionDataTextBox.Value           = "= Fields.Description";
     //
     // mANUFACTURER_NAMEDataTextBox
     //
     this.mANUFACTURER_NAMEDataTextBox.CanGrow         = false;
     this.mANUFACTURER_NAMEDataTextBox.CanShrink       = false;
     this.mANUFACTURER_NAMEDataTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.90000009536743164D), Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D));
     this.mANUFACTURER_NAMEDataTextBox.Name            = "mANUFACTURER_NAMEDataTextBox";
     this.mANUFACTURER_NAMEDataTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.6979166269302368D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.mANUFACTURER_NAMEDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.mANUFACTURER_NAMEDataTextBox.Value           = "=Fields.MANUFACTURER_NAME";
     //
     // mODEL_NAMEDataTextBox
     //
     this.mODEL_NAMEDataTextBox.CanGrow         = false;
     this.mODEL_NAMEDataTextBox.CanShrink       = false;
     this.mODEL_NAMEDataTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.90000009536743164D), Telerik.Reporting.Drawing.Unit.Inch(0.40208330750465393D));
     this.mODEL_NAMEDataTextBox.Name            = "mODEL_NAMEDataTextBox";
     this.mODEL_NAMEDataTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(1.6979167461395264D), Telerik.Reporting.Drawing.Unit.Inch(0.19999964535236359D));
     this.mODEL_NAMEDataTextBox.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.mODEL_NAMEDataTextBox.Value           = "=Fields.MODEL_NAME";
     //
     // barcode1
     //
     this.barcode1.Encoder  = code128Encoder1;
     this.barcode1.Location = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.097916759550571442D), Telerik.Reporting.Drawing.Unit.Inch(1.1000000238418579D));
     this.barcode1.Name     = "barcode1";
     this.barcode1.Size     = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(2.5D), Telerik.Reporting.Drawing.Unit.Inch(0.80000007152557373D));
     this.barcode1.Value    = "= Fields.Barcode";
     //
     // textBox1
     //
     this.textBox1.CanGrow         = false;
     this.textBox1.CanShrink       = false;
     this.textBox1.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.097916759550571442D), Telerik.Reporting.Drawing.Unit.Inch(0.099999986588954926D));
     this.textBox1.Name            = "textBox1";
     this.textBox1.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.7000001072883606D), Telerik.Reporting.Drawing.Unit.Inch(0.19999995827674866D));
     this.textBox1.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox1.Value           = "Модел";
     //
     // textBox2
     //
     this.textBox2.CanGrow         = false;
     this.textBox2.CanShrink       = false;
     this.textBox2.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.097916759550571442D), Telerik.Reporting.Drawing.Unit.Inch(0.40208330750465393D));
     this.textBox2.Name            = "textBox2";
     this.textBox2.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.69996064901351929D), Telerik.Reporting.Drawing.Unit.Inch(0.19999997317790985D));
     this.textBox2.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox2.Value           = "Марка";
     //
     // textBox3
     //
     this.textBox3.CanGrow         = false;
     this.textBox3.CanShrink       = false;
     this.textBox3.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Inch(0.097916759550571442D), Telerik.Reporting.Drawing.Unit.Inch(0.79791665077209473D));
     this.textBox3.Name            = "textBox3";
     this.textBox3.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Inch(0.69996064901351929D), Telerik.Reporting.Drawing.Unit.Inch(0.19999988377094269D));
     this.textBox3.Style.Font.Size = Telerik.Reporting.Drawing.Unit.Point(8D);
     this.textBox3.Value           = "Описание";
     //
     // sqlDataSource1
     //
     this.sqlDataSource1.ConnectionString = "WMS.Properties.Settings.SmartBistro";
     this.sqlDataSource1.Name             = "sqlDataSource1";
     this.sqlDataSource1.SelectCommand    = resources.GetString("sqlDataSource1.SelectCommand");
     //
     // ItemBarcode
     //
     this.DataSource = this.sqlDataSource1;
     this.Filters.Add(new Telerik.Reporting.Filter("= Fields.Item_ID", Telerik.Reporting.FilterOperator.GreaterThan, "0"));
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.detail
     });
     this.Name = "ItemBarcode";
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D), Telerik.Reporting.Drawing.Unit.Inch(1D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.Letter;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.TextItemBase)),
         new Telerik.Reporting.Drawing.TypeSelector(typeof(Telerik.Reporting.HtmlTextBox))
     });
     styleRule1.Style.Padding.Left  = Telerik.Reporting.Drawing.Unit.Point(2D);
     styleRule1.Style.Padding.Right = Telerik.Reporting.Drawing.Unit.Point(2D);
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Inch(2.9000000953674316D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 51
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(XRYF1));
     this.Detail                 = new DevExpress.XtraReports.UI.DetailBand();
     this.xrTable2               = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow2            = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCellTheOpenDate = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCellBillsId     = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCellTheJpy      = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell12          = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell13          = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell14          = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell15          = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell16          = new DevExpress.XtraReports.UI.XRTableCell();
     this.PageHeader             = new DevExpress.XtraReports.UI.PageHeaderBand();
     this.xrTable1               = new DevExpress.XtraReports.UI.XRTable();
     this.xrTableRow1            = new DevExpress.XtraReports.UI.XRTableRow();
     this.xrTableCell1           = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell4           = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell7           = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell2           = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell5           = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell6           = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell8           = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrTableCell3           = new DevExpress.XtraReports.UI.XRTableCell();
     this.xrLabel2               = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabel1               = new DevExpress.XtraReports.UI.XRLabel();
     this.PageFooter             = new DevExpress.XtraReports.UI.PageFooterBand();
     this.ReportHeader           = new DevExpress.XtraReports.UI.ReportHeaderBand();
     this.xrLabelDataName        = new DevExpress.XtraReports.UI.XRLabel();
     this.xrLabelCompanyInfoName = new DevExpress.XtraReports.UI.XRLabel();
     this.ReportFooter           = new DevExpress.XtraReports.UI.ReportFooterBand();
     this.xrLabel3               = new DevExpress.XtraReports.UI.XRLabel();
     this.topMarginBand1         = new DevExpress.XtraReports.UI.TopMarginBand();
     this.bottomMarginBand1      = new DevExpress.XtraReports.UI.BottomMarginBand();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // Detail
     //
     this.Detail.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable2
     });
     resources.ApplyResources(this.Detail, "Detail");
     this.Detail.Name    = "Detail";
     this.Detail.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     //
     // xrTable2
     //
     this.xrTable2.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     resources.ApplyResources(this.xrTable2, "xrTable2");
     this.xrTable2.Name = "xrTable2";
     this.xrTable2.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow2
     });
     this.xrTable2.StylePriority.UseBorders       = false;
     this.xrTable2.StylePriority.UseTextAlignment = false;
     //
     // xrTableRow2
     //
     this.xrTableRow2.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCellTheOpenDate,
         this.xrTableCellBillsId,
         this.xrTableCellTheJpy,
         this.xrTableCell12,
         this.xrTableCell13,
         this.xrTableCell14,
         this.xrTableCell15,
         this.xrTableCell16
     });
     resources.ApplyResources(this.xrTableRow2, "xrTableRow2");
     this.xrTableRow2.Name   = "xrTableRow2";
     this.xrTableRow2.Weight = 1D;
     //
     // xrTableCellTheOpenDate
     //
     resources.ApplyResources(this.xrTableCellTheOpenDate, "xrTableCellTheOpenDate");
     this.xrTableCellTheOpenDate.Name    = "xrTableCellTheOpenDate";
     this.xrTableCellTheOpenDate.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCellTheOpenDate.Weight  = 0.11708542713567839D;
     //
     // xrTableCellBillsId
     //
     resources.ApplyResources(this.xrTableCellBillsId, "xrTableCellBillsId");
     this.xrTableCellBillsId.Name    = "xrTableCellBillsId";
     this.xrTableCellBillsId.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCellBillsId.Weight  = 0.10603015075376884D;
     //
     // xrTableCellTheJpy
     //
     resources.ApplyResources(this.xrTableCellTheJpy, "xrTableCellTheJpy");
     this.xrTableCellTheJpy.Name    = "xrTableCellTheJpy";
     this.xrTableCellTheJpy.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCellTheJpy.Weight  = 0.10653266331658291D;
     //
     // xrTableCell12
     //
     resources.ApplyResources(this.xrTableCell12, "xrTableCell12");
     this.xrTableCell12.Name    = "xrTableCell12";
     this.xrTableCell12.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell12.Weight  = 0.10653266331658291D;
     //
     // xrTableCell13
     //
     resources.ApplyResources(this.xrTableCell13, "xrTableCell13");
     this.xrTableCell13.Name    = "xrTableCell13";
     this.xrTableCell13.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell13.Weight  = 0.1492462311557789D;
     //
     // xrTableCell14
     //
     resources.ApplyResources(this.xrTableCell14, "xrTableCell14");
     this.xrTableCell14.Name    = "xrTableCell14";
     this.xrTableCell14.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell14.StylePriority.UseTextAlignment = false;
     this.xrTableCell14.Weight = 0.16733668341708544D;
     //
     // xrTableCell15
     //
     resources.ApplyResources(this.xrTableCell15, "xrTableCell15");
     this.xrTableCell15.Name    = "xrTableCell15";
     this.xrTableCell15.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell15.Weight  = 0.12914572864321608D;
     //
     // xrTableCell16
     //
     resources.ApplyResources(this.xrTableCell16, "xrTableCell16");
     this.xrTableCell16.Name    = "xrTableCell16";
     this.xrTableCell16.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell16.Weight  = 0.1130207437695448D;
     //
     // PageHeader
     //
     this.PageHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrTable1,
         this.xrLabel2,
         this.xrLabel1
     });
     resources.ApplyResources(this.PageHeader, "PageHeader");
     this.PageHeader.Name    = "PageHeader";
     this.PageHeader.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     //
     // xrTable1
     //
     this.xrTable1.Borders = DevExpress.XtraPrinting.BorderSide.Bottom;
     resources.ApplyResources(this.xrTable1, "xrTable1");
     this.xrTable1.Name = "xrTable1";
     this.xrTable1.Rows.AddRange(new DevExpress.XtraReports.UI.XRTableRow[] {
         this.xrTableRow1
     });
     this.xrTable1.StylePriority.UseBorders       = false;
     this.xrTable1.StylePriority.UseFont          = false;
     this.xrTable1.StylePriority.UseTextAlignment = false;
     //
     // xrTableRow1
     //
     this.xrTableRow1.Cells.AddRange(new DevExpress.XtraReports.UI.XRTableCell[] {
         this.xrTableCell1,
         this.xrTableCell4,
         this.xrTableCell7,
         this.xrTableCell2,
         this.xrTableCell5,
         this.xrTableCell6,
         this.xrTableCell8,
         this.xrTableCell3
     });
     resources.ApplyResources(this.xrTableRow1, "xrTableRow1");
     this.xrTableRow1.Name   = "xrTableRow1";
     this.xrTableRow1.Weight = 1D;
     //
     // xrTableCell1
     //
     resources.ApplyResources(this.xrTableCell1, "xrTableCell1");
     this.xrTableCell1.Name    = "xrTableCell1";
     this.xrTableCell1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell1.Weight  = 0.11708542713567839D;
     //
     // xrTableCell4
     //
     resources.ApplyResources(this.xrTableCell4, "xrTableCell4");
     this.xrTableCell4.Name    = "xrTableCell4";
     this.xrTableCell4.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell4.Weight  = 0.10603015075376884D;
     //
     // xrTableCell7
     //
     resources.ApplyResources(this.xrTableCell7, "xrTableCell7");
     this.xrTableCell7.Name    = "xrTableCell7";
     this.xrTableCell7.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell7.Weight  = 0.10653266331658291D;
     //
     // xrTableCell2
     //
     resources.ApplyResources(this.xrTableCell2, "xrTableCell2");
     this.xrTableCell2.Name    = "xrTableCell2";
     this.xrTableCell2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell2.Weight  = 0.10653266331658291D;
     //
     // xrTableCell5
     //
     resources.ApplyResources(this.xrTableCell5, "xrTableCell5");
     this.xrTableCell5.Name    = "xrTableCell5";
     this.xrTableCell5.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell5.Weight  = 0.1492462311557789D;
     //
     // xrTableCell6
     //
     resources.ApplyResources(this.xrTableCell6, "xrTableCell6");
     this.xrTableCell6.Name    = "xrTableCell6";
     this.xrTableCell6.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell6.Weight  = 0.16984924623115577D;
     //
     // xrTableCell8
     //
     resources.ApplyResources(this.xrTableCell8, "xrTableCell8");
     this.xrTableCell8.Name    = "xrTableCell8";
     this.xrTableCell8.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell8.Weight  = 0.12763819095477386D;
     //
     // xrTableCell3
     //
     resources.ApplyResources(this.xrTableCell3, "xrTableCell3");
     this.xrTableCell3.Name    = "xrTableCell3";
     this.xrTableCell3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrTableCell3.Weight  = 0.11201571864391667D;
     //
     // xrLabel2
     //
     resources.ApplyResources(this.xrLabel2, "xrLabel2");
     this.xrLabel2.Name    = "xrLabel2";
     this.xrLabel2.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel2.StylePriority.UseTextAlignment = false;
     //
     // xrLabel1
     //
     resources.ApplyResources(this.xrLabel1, "xrLabel1");
     this.xrLabel1.Name    = "xrLabel1";
     this.xrLabel1.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel1.StylePriority.UseTextAlignment = false;
     //
     // PageFooter
     //
     resources.ApplyResources(this.PageFooter, "PageFooter");
     this.PageFooter.Name    = "PageFooter";
     this.PageFooter.Padding = new DevExpress.XtraPrinting.PaddingInfo(0, 0, 0, 0, 100F);
     //
     // ReportHeader
     //
     this.ReportHeader.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabelDataName,
         this.xrLabelCompanyInfoName
     });
     resources.ApplyResources(this.ReportHeader, "ReportHeader");
     this.ReportHeader.Name = "ReportHeader";
     //
     // xrLabelDataName
     //
     resources.ApplyResources(this.xrLabelDataName, "xrLabelDataName");
     this.xrLabelDataName.Name    = "xrLabelDataName";
     this.xrLabelDataName.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabelDataName.StylePriority.UseFont          = false;
     this.xrLabelDataName.StylePriority.UseTextAlignment = false;
     //
     // xrLabelCompanyInfoName
     //
     resources.ApplyResources(this.xrLabelCompanyInfoName, "xrLabelCompanyInfoName");
     this.xrLabelCompanyInfoName.Name    = "xrLabelCompanyInfoName";
     this.xrLabelCompanyInfoName.Padding = new DevExpress.XtraPrinting.PaddingInfo(5, 5, 0, 0, 100F);
     this.xrLabelCompanyInfoName.StylePriority.UseFont          = false;
     this.xrLabelCompanyInfoName.StylePriority.UsePadding       = false;
     this.xrLabelCompanyInfoName.StylePriority.UseTextAlignment = false;
     //
     // ReportFooter
     //
     this.ReportFooter.Controls.AddRange(new DevExpress.XtraReports.UI.XRControl[] {
         this.xrLabel3
     });
     resources.ApplyResources(this.ReportFooter, "ReportFooter");
     this.ReportFooter.Name = "ReportFooter";
     //
     // xrLabel3
     //
     resources.ApplyResources(this.xrLabel3, "xrLabel3");
     this.xrLabel3.Name    = "xrLabel3";
     this.xrLabel3.Padding = new DevExpress.XtraPrinting.PaddingInfo(2, 2, 0, 0, 100F);
     this.xrLabel3.StylePriority.UseTextAlignment = false;
     //
     // topMarginBand1
     //
     resources.ApplyResources(this.topMarginBand1, "topMarginBand1");
     this.topMarginBand1.Name = "topMarginBand1";
     //
     // bottomMarginBand1
     //
     resources.ApplyResources(this.bottomMarginBand1, "bottomMarginBand1");
     this.bottomMarginBand1.Name = "bottomMarginBand1";
     //
     // XRYF1
     //
     this.Bands.AddRange(new DevExpress.XtraReports.UI.Band[] {
         this.Detail,
         this.PageHeader,
         this.PageFooter,
         this.ReportHeader,
         this.ReportFooter,
         this.topMarginBand1,
         this.bottomMarginBand1
     });
     resources.ApplyResources(this, "$this");
     this.ExportOptions.Xls.SheetName = resources.GetString("XRYF1.ExportOptions.Xls.SheetName");
     this.Margins    = new System.Drawing.Printing.Margins(20, 15, 25, 100);
     this.PageHeight = 1169;
     this.PageWidth  = 827;
     this.PaperKind  = System.Drawing.Printing.PaperKind.A4;
     this.Version    = "10.2";
     ((System.ComponentModel.ISupportInitialize)(this.xrTable2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.xrTable1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ColourMap));
     this.btSave          = new System.Windows.Forms.Button();
     this.btCancel        = new System.Windows.Forms.Button();
     this.txtInfo         = new System.Windows.Forms.TextBox();
     this.label1          = new System.Windows.Forms.Label();
     this.ddOutlookColour = new OutlookGoogleCalendarSync.Extensions.OutlookColourPicker();
     this.ddGoogleColour  = new OutlookGoogleCalendarSync.Extensions.GoogleColourPicker();
     this.colourGridView  = new System.Windows.Forms.DataGridView();
     this.OutlookColour   = new OutlookGoogleCalendarSync.Extensions.DataGridViewOutlookColourComboBoxColumn();
     this.GoogleColour    = new OutlookGoogleCalendarSync.Extensions.DataGridViewGoogleColourComboBoxColumn();
     ((System.ComponentModel.ISupportInitialize)(this.colourGridView)).BeginInit();
     this.SuspendLayout();
     //
     // btSave
     //
     this.btSave.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btSave.Font     = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btSave.Location = new System.Drawing.Point(405, 293);
     this.btSave.Name     = "btSave";
     this.btSave.Size     = new System.Drawing.Size(75, 23);
     this.btSave.TabIndex = 1;
     this.btSave.Text     = "OK";
     this.btSave.UseVisualStyleBackColor = false;
     this.btSave.Click += new System.EventHandler(this.btOK_Click);
     //
     // btCancel
     //
     this.btCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btCancel.Location                = new System.Drawing.Point(324, 293);
     this.btCancel.Name                    = "btCancel";
     this.btCancel.Size                    = new System.Drawing.Size(75, 23);
     this.btCancel.TabIndex                = 2;
     this.btCancel.Text                    = "Cancel";
     this.btCancel.UseVisualStyleBackColor = false;
     //
     // txtInfo
     //
     this.txtInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtInfo.BackColor   = System.Drawing.SystemColors.Control;
     this.txtInfo.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.txtInfo.Location    = new System.Drawing.Point(12, 12);
     this.txtInfo.Multiline   = true;
     this.txtInfo.Name        = "txtInfo";
     this.txtInfo.Size        = new System.Drawing.Size(468, 110);
     this.txtInfo.TabIndex    = 9;
     this.txtInfo.TabStop     = false;
     this.txtInfo.Text        = resources.GetString("txtInfo.Text");
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(12, 127);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(51, 13);
     this.label1.TabIndex = 48;
     this.label1.Text     = "Test map";
     //
     // ddOutlookColour
     //
     this.ddOutlookColour.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.ddOutlookColour.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ddOutlookColour.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddOutlookColour.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ddOutlookColour.FormattingEnabled     = true;
     this.ddOutlookColour.Location              = new System.Drawing.Point(61, 124);
     this.ddOutlookColour.MinimumSize           = new System.Drawing.Size(158, 0);
     this.ddOutlookColour.Name                  = "ddOutlookColour";
     this.ddOutlookColour.SelectedItem          = null;
     this.ddOutlookColour.Size                  = new System.Drawing.Size(202, 21);
     this.ddOutlookColour.TabIndex              = 46;
     this.ddOutlookColour.SelectedIndexChanged += new System.EventHandler(this.ddOutlookColour_SelectedIndexChanged);
     //
     // ddGoogleColour
     //
     this.ddGoogleColour.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.ddGoogleColour.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.ddGoogleColour.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ddGoogleColour.Font                  = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ddGoogleColour.FormattingEnabled     = true;
     this.ddGoogleColour.Location              = new System.Drawing.Point(269, 124);
     this.ddGoogleColour.MinimumSize           = new System.Drawing.Size(158, 0);
     this.ddGoogleColour.Name                  = "ddGoogleColour";
     this.ddGoogleColour.SelectedItem          = null;
     this.ddGoogleColour.Size                  = new System.Drawing.Size(211, 21);
     this.ddGoogleColour.TabIndex              = 47;
     this.ddGoogleColour.SelectedIndexChanged += new System.EventHandler(this.ddGoogleColour_SelectedIndexChanged);
     //
     // colourGridView
     //
     this.colourGridView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                         | System.Windows.Forms.AnchorStyles.Left)
                                                                        | System.Windows.Forms.AnchorStyles.Right)));
     this.colourGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
     this.colourGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
         this.OutlookColour,
         this.GoogleColour
     });
     this.colourGridView.EditMode                      = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
     this.colourGridView.Location                      = new System.Drawing.Point(12, 151);
     this.colourGridView.Name                          = "colourGridView";
     this.colourGridView.RowHeadersWidth               = 47;
     this.colourGridView.Size                          = new System.Drawing.Size(468, 136);
     this.colourGridView.TabIndex                      = 0;
     this.colourGridView.CellClick                    += new System.Windows.Forms.DataGridViewCellEventHandler(this.colourGridView_CellClick);
     this.colourGridView.CellEndEdit                  += new System.Windows.Forms.DataGridViewCellEventHandler(this.colourGridView_CellEndEdit);
     this.colourGridView.CellEnter                    += new System.Windows.Forms.DataGridViewCellEventHandler(this.colourGridView_CellEnter);
     this.colourGridView.CellFormatting               += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.colourGridView_CellFormatting);
     this.colourGridView.CellPainting                 += new System.Windows.Forms.DataGridViewCellPaintingEventHandler(this.colourGridView_CellPainting);
     this.colourGridView.CellValueChanged             += new System.Windows.Forms.DataGridViewCellEventHandler(this.colourGridView_CellValueChanged);
     this.colourGridView.CurrentCellDirtyStateChanged += new System.EventHandler(this.colourGridView_CurrentCellDirtyStateChanged);
     this.colourGridView.DataError                    += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.colourGridView_DataError);
     this.colourGridView.EditingControlShowing        += new System.Windows.Forms.DataGridViewEditingControlShowingEventHandler(this.colourGridView_EditingControlShowing);
     //
     // OutlookColour
     //
     this.OutlookColour.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.OutlookColour.DividerWidth = 2;
     this.OutlookColour.FillWeight   = 50F;
     this.OutlookColour.HeaderText   = "Outlook Category";
     this.OutlookColour.Name         = "OutlookColour";
     this.OutlookColour.Resizable    = System.Windows.Forms.DataGridViewTriState.True;
     this.OutlookColour.SortMode     = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     //
     // GoogleColour
     //
     this.GoogleColour.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
     this.GoogleColour.FillWeight   = 50F;
     this.GoogleColour.HeaderText   = "Google Colour";
     this.GoogleColour.Name         = "GoogleColour";
     this.GoogleColour.Resizable    = System.Windows.Forms.DataGridViewTriState.True;
     this.GoogleColour.SortMode     = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
     //
     // ColourMap
     //
     this.AcceptButton        = this.btSave;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.btCancel;
     this.ClientSize          = new System.Drawing.Size(492, 324);
     this.Controls.Add(this.ddOutlookColour);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ddGoogleColour);
     this.Controls.Add(this.txtInfo);
     this.Controls.Add(this.btCancel);
     this.Controls.Add(this.btSave);
     this.Controls.Add(this.colourGridView);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MinimumSize   = new System.Drawing.Size(508, 362);
     this.Name          = "ColourMap";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "Custom Colour Mapping";
     ((System.ComponentModel.ISupportInitialize)(this.colourGridView)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 53
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
     this.uri                 = new System.Windows.Forms.TextBox();
     this.label4              = new System.Windows.Forms.Label();
     this.textBox1            = new System.Windows.Forms.TextBox();
     this.label2              = new System.Windows.Forms.Label();
     this.stop                = new System.Windows.Forms.Button();
     this.start               = new System.Windows.Forms.Button();
     this.certificateAuth     = new System.Windows.Forms.CheckBox();
     this.log                 = new System.Windows.Forms.TextBox();
     this.label5              = new System.Windows.Forms.Label();
     this.splitContainer1     = new System.Windows.Forms.SplitContainer();
     this.chunked             = new System.Windows.Forms.CheckBox();
     this.responseContent     = new Common.InputTextBox();
     this.responseContentType = new NetTools.Common.ContentTypeSelector();
     this.responseStatusCode  = new System.Windows.Forms.ComboBox();
     this.label3              = new System.Windows.Forms.Label();
     this.label7              = new System.Windows.Forms.Label();
     this.responseHeaders     = new NetTools.Common.NameValueGrid();
     this.label1              = new System.Windows.Forms.Label();
     this.clear               = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
     this.splitContainer1.Panel1.SuspendLayout();
     this.splitContainer1.Panel2.SuspendLayout();
     this.splitContainer1.SuspendLayout();
     this.SuspendLayout();
     //
     // uri
     //
     this.uri.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.uri.Location = new System.Drawing.Point(13, 93);
     this.uri.Name     = "uri";
     this.uri.Size     = new System.Drawing.Size(490, 20);
     this.uri.TabIndex = 5;
     this.uri.Text     = "https://localhost:8443/";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(13, 76);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(55, 13);
     this.label4.TabIndex = 18;
     this.label4.Text     = "Prefix URI";
     //
     // textBox1
     //
     this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.textBox1.Location   = new System.Drawing.Point(14, 25);
     this.textBox1.Multiline  = true;
     this.textBox1.Name       = "textBox1";
     this.textBox1.ReadOnly   = true;
     this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.textBox1.Size       = new System.Drawing.Size(489, 49);
     this.textBox1.TabIndex   = 1;
     this.textBox1.Text       = resources.GetString("textBox1.Text");
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(10, 9);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(292, 13);
     this.label2.TabIndex = 14;
     this.label2.Text     = "For HTTPS, create and initialize X509 certificate as follows...";
     //
     // stop
     //
     this.stop.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.stop.Enabled  = false;
     this.stop.Location = new System.Drawing.Point(428, 320);
     this.stop.Name     = "stop";
     this.stop.Size     = new System.Drawing.Size(75, 23);
     this.stop.TabIndex = 24;
     this.stop.Text     = "Stop";
     this.stop.UseVisualStyleBackColor = true;
     this.stop.Click += new System.EventHandler(this.stop_Click);
     //
     // start
     //
     this.start.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.start.Location = new System.Drawing.Point(347, 320);
     this.start.Name     = "start";
     this.start.Size     = new System.Drawing.Size(75, 23);
     this.start.TabIndex = 23;
     this.start.Text     = "Start";
     this.start.UseVisualStyleBackColor = true;
     this.start.Click += new System.EventHandler(this.start_Click);
     //
     // certificateAuth
     //
     this.certificateAuth.AutoSize = true;
     this.certificateAuth.Location = new System.Drawing.Point(16, 119);
     this.certificateAuth.Name     = "certificateAuth";
     this.certificateAuth.Size     = new System.Drawing.Size(145, 17);
     this.certificateAuth.TabIndex = 10;
     this.certificateAuth.Text     = "Request Client Certificate";
     this.certificateAuth.UseVisualStyleBackColor = true;
     //
     // log
     //
     this.log.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                             | System.Windows.Forms.AnchorStyles.Right)));
     this.log.Location   = new System.Drawing.Point(13, 359);
     this.log.Multiline  = true;
     this.log.Name       = "log";
     this.log.ReadOnly   = true;
     this.log.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.log.Size       = new System.Drawing.Size(490, 104);
     this.log.TabIndex   = 26;
     this.log.WordWrap   = false;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(10, 343);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(68, 13);
     this.label5.TabIndex = 27;
     this.label5.Text     = "Request Log";
     //
     // splitContainer1
     //
     this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.splitContainer1.Location = new System.Drawing.Point(14, 142);
     this.splitContainer1.Name     = "splitContainer1";
     //
     // splitContainer1.Panel1
     //
     this.splitContainer1.Panel1.Controls.Add(this.chunked);
     this.splitContainer1.Panel1.Controls.Add(this.responseContent);
     this.splitContainer1.Panel1.Controls.Add(this.responseContentType);
     this.splitContainer1.Panel1.Controls.Add(this.responseStatusCode);
     this.splitContainer1.Panel1.Controls.Add(this.label3);
     this.splitContainer1.Panel1.Controls.Add(this.label7);
     //
     // splitContainer1.Panel2
     //
     this.splitContainer1.Panel2.Controls.Add(this.responseHeaders);
     this.splitContainer1.Panel2.Controls.Add(this.label1);
     this.splitContainer1.Size             = new System.Drawing.Size(491, 172);
     this.splitContainer1.SplitterDistance = 305;
     this.splitContainer1.TabIndex         = 11;
     //
     // chunked
     //
     this.chunked.AutoSize = true;
     this.chunked.Location = new System.Drawing.Point(2, 44);
     this.chunked.Name     = "chunked";
     this.chunked.Size     = new System.Drawing.Size(175, 17);
     this.chunked.TabIndex = 36;
     this.chunked.Text     = "Use chunked transfer encoding";
     this.chunked.UseVisualStyleBackColor = true;
     //
     // responseContent
     //
     this.responseContent.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.responseContent.BinaryChecked     = false;
     this.responseContent.ChangeEndOfLine   = true;
     this.responseContent.EndOfLine         = Common.EndOfLine.Dos;
     this.responseContent.Location          = new System.Drawing.Point(2, 63);
     this.responseContent.MinimumSize       = new System.Drawing.Size(210, 106);
     this.responseContent.Name              = "responseContent";
     this.responseContent.SelectedTextValue = "";
     this.responseContent.Size              = new System.Drawing.Size(300, 106);
     this.responseContent.TabIndex          = 37;
     this.responseContent.TextValue         = "";
     //
     // responseContentType
     //
     this.responseContentType.AutoSize = true;
     this.responseContentType.Location = new System.Drawing.Point(139, 17);
     this.responseContentType.Name     = "responseContentType";
     this.responseContentType.Size     = new System.Drawing.Size(130, 21);
     this.responseContentType.TabIndex = 35;
     //
     // responseStatusCode
     //
     this.responseStatusCode.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.responseStatusCode.FormattingEnabled = true;
     this.responseStatusCode.Location          = new System.Drawing.Point(1, 17);
     this.responseStatusCode.Margin            = new System.Windows.Forms.Padding(2);
     this.responseStatusCode.Name     = "responseStatusCode";
     this.responseStatusCode.Size     = new System.Drawing.Size(133, 21);
     this.responseStatusCode.TabIndex = 34;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(-2, 2);
     this.label3.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(116, 13);
     this.label3.TabIndex = 38;
     this.label3.Text     = "Response Status Code";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(136, 2);
     this.label7.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(122, 13);
     this.label7.TabIndex = 37;
     this.label7.Text     = "Response Content Type";
     //
     // responseHeaders
     //
     this.responseHeaders.AllowUserToAddRows    = true;
     this.responseHeaders.AllowUserToDeleteRows = true;
     this.responseHeaders.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                          | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.responseHeaders.Location = new System.Drawing.Point(3, 18);
     this.responseHeaders.Margin   = new System.Windows.Forms.Padding(2);
     this.responseHeaders.Name     = "responseHeaders";
     this.responseHeaders.ReadOnly = false;
     this.responseHeaders.Size     = new System.Drawing.Size(177, 152);
     this.responseHeaders.TabIndex = 29;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(0, 3);
     this.label1.Margin   = new System.Windows.Forms.Padding(2, 0, 2, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(98, 13);
     this.label1.TabIndex = 30;
     this.label1.Text     = "Response Headers";
     //
     // clear
     //
     this.clear.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.clear.Location = new System.Drawing.Point(430, 469);
     this.clear.Name     = "clear";
     this.clear.Size     = new System.Drawing.Size(75, 23);
     this.clear.TabIndex = 35;
     this.clear.Text     = "Clear";
     this.clear.UseVisualStyleBackColor = true;
     this.clear.Click += new System.EventHandler(this.Clear_Click);
     //
     // MainForm
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize          = new System.Drawing.Size(512, 498);
     this.Controls.Add(this.clear);
     this.Controls.Add(this.splitContainer1);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.log);
     this.Controls.Add(this.certificateAuth);
     this.Controls.Add(this.stop);
     this.Controls.Add(this.start);
     this.Controls.Add(this.uri);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textBox1);
     this.Controls.Add(this.label2);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "MainForm";
     this.Text = "HTTP Listener Tool";
     this.splitContainer1.Panel1.ResumeLayout(false);
     this.splitContainer1.Panel1.PerformLayout();
     this.splitContainer1.Panel2.ResumeLayout(false);
     this.splitContainer1.Panel2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
     this.splitContainer1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     DevExpress.DashboardCommon.Dimension               dimension1              = new DevExpress.DashboardCommon.Dimension();
     DevExpress.DashboardCommon.Measure                 measure1                = new DevExpress.DashboardCommon.Measure();
     DevExpress.DashboardCommon.Measure                 measure2                = new DevExpress.DashboardCommon.Measure();
     DevExpress.DashboardCommon.Measure                 measure3                = new DevExpress.DashboardCommon.Measure();
     DevExpress.DashboardCommon.ValueMap                valueMap1               = new DevExpress.DashboardCommon.ValueMap();
     DevExpress.DashboardCommon.UniformScale            uniformScale1           = new DevExpress.DashboardCommon.UniformScale();
     DevExpress.DashboardCommon.DeltaMap                deltaMap1               = new DevExpress.DashboardCommon.DeltaMap();
     DevExpress.DashboardCommon.Dimension               dimension2              = new DevExpress.DashboardCommon.Dimension();
     DevExpress.DashboardCommon.GridDimensionColumn     gridDimensionColumn1    = new DevExpress.DashboardCommon.GridDimensionColumn();
     DevExpress.DashboardCommon.Measure                 measure4                = new DevExpress.DashboardCommon.Measure();
     DevExpress.DashboardCommon.Measure                 measure5                = new DevExpress.DashboardCommon.Measure();
     DevExpress.DashboardCommon.GridDeltaColumn         gridDeltaColumn1        = new DevExpress.DashboardCommon.GridDeltaColumn();
     System.ComponentModel.ComponentResourceManager     resources               = new System.ComponentModel.ComponentResourceManager(typeof(SampleDashboard));
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo1              = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo2              = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo3              = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo4              = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo5              = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo6              = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo7              = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo8              = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.FieldInfo              fieldInfo9              = new DevExpress.DataAccess.Excel.FieldInfo();
     DevExpress.DataAccess.Excel.ExcelWorksheetSettings excelWorksheetSettings1 = new DevExpress.DataAccess.Excel.ExcelWorksheetSettings();
     DevExpress.DataAccess.Excel.ExcelSourceOptions     excelSourceOptions1     = new DevExpress.DataAccess.Excel.ExcelSourceOptions(excelWorksheetSettings1);
     DevExpress.DashboardCommon.DashboardLayoutGroup    dashboardLayoutGroup1   = new DevExpress.DashboardCommon.DashboardLayoutGroup();
     DevExpress.DashboardCommon.DashboardLayoutItem     dashboardLayoutItem1    = new DevExpress.DashboardCommon.DashboardLayoutItem();
     DevExpress.DashboardCommon.DashboardLayoutItem     dashboardLayoutItem2    = new DevExpress.DashboardCommon.DashboardLayoutItem();
     this.choroplethMapDashboardItem1 = new DevExpress.DashboardCommon.ChoroplethMapDashboardItem();
     this.gridDashboardItem1          = new DevExpress.DashboardCommon.GridDashboardItem();
     this.dashboardExcelDataSource1   = new DevExpress.DashboardCommon.DashboardExcelDataSource();
     ((System.ComponentModel.ISupportInitialize)(this.choroplethMapDashboardItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(dimension1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(measure1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(measure2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(measure3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridDashboardItem1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(dimension2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(measure4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(measure5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dashboardExcelDataSource1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // choroplethMapDashboardItem1
     //
     this.choroplethMapDashboardItem1.Area = DevExpress.DashboardCommon.ShapefileArea.USA;
     dimension1.DataMember = "State";
     this.choroplethMapDashboardItem1.AttributeDimension = dimension1;
     this.choroplethMapDashboardItem1.AttributeName      = "NAME";
     this.choroplethMapDashboardItem1.ComponentName      = "choroplethMapDashboardItem1";
     measure1.DataMember = "RevenueYTD (Sum)";
     measure2.DataMember = "RevenueYTD (Sum)";
     measure3.DataMember = "RevenueYTDTarget (Sum)";
     this.choroplethMapDashboardItem1.DataItemRepository.Clear();
     this.choroplethMapDashboardItem1.DataItemRepository.Add(dimension1, "DataItem0");
     this.choroplethMapDashboardItem1.DataItemRepository.Add(measure1, "DataItem1");
     this.choroplethMapDashboardItem1.DataItemRepository.Add(measure2, "DataItem2");
     this.choroplethMapDashboardItem1.DataItemRepository.Add(measure3, "DataItem3");
     this.choroplethMapDashboardItem1.DataSource = this.dashboardExcelDataSource1;
     this.choroplethMapDashboardItem1.InteractivityOptions.IgnoreMasterFilters = false;
     this.choroplethMapDashboardItem1.InteractivityOptions.MasterFilterMode    = DevExpress.DashboardCommon.DashboardItemMasterFilterMode.Multiple;
     valueMap1.Name      = "Revenue YTD";
     valueMap1.Scale     = uniformScale1;
     valueMap1.ValueName = "Revenue";
     valueMap1.AddDataItem("Value", measure1);
     deltaMap1.AbsoluteVariationNumericFormat.FormatType = DevExpress.DashboardCommon.DataItemNumericFormatType.Number;
     deltaMap1.AbsoluteVariationNumericFormat.Precision  = 0;
     deltaMap1.ActualValueName = "Revenue";
     deltaMap1.DeltaName       = "vs Target";
     deltaMap1.Name            = "Revenue YTD vs Target";
     deltaMap1.PercentOfTargetNumericFormat.FormatType  = DevExpress.DashboardCommon.DataItemNumericFormatType.Percent;
     deltaMap1.PercentVariationNumericFormat.FormatType = DevExpress.DashboardCommon.DataItemNumericFormatType.Percent;
     deltaMap1.AddDataItem("ActualValue", measure2);
     deltaMap1.AddDataItem("TargetValue", measure3);
     this.choroplethMapDashboardItem1.Maps.AddRange(new DevExpress.DashboardCommon.ChoroplethMap[] {
         valueMap1,
         deltaMap1
     });
     this.choroplethMapDashboardItem1.Name = "Sales by State";
     this.choroplethMapDashboardItem1.ShapeTitleAttributeName       = "ABBREV";
     this.choroplethMapDashboardItem1.ShowCaption                   = true;
     this.choroplethMapDashboardItem1.Viewport.BottomLatitude       = 22.722765208057595D;
     this.choroplethMapDashboardItem1.Viewport.CenterPointLatitude  = 37.208247632673633D;
     this.choroplethMapDashboardItem1.Viewport.CenterPointLongitude = -95.848499902568008D;
     this.choroplethMapDashboardItem1.Viewport.LeftLongitude        = -124.70997774915153D;
     this.choroplethMapDashboardItem1.Viewport.RightLongitude       = -66.987022055984482D;
     this.choroplethMapDashboardItem1.Viewport.TopLatitude          = 49.369672064487254D;
     //
     // gridDashboardItem1
     //
     dimension2.DataMember          = "Product";
     gridDimensionColumn1.WidthType = DevExpress.DashboardCommon.GridColumnFixedWidthType.Weight;
     gridDimensionColumn1.AddDataItem("Dimension", dimension2);
     measure4.DataMember = "UnitsSoldYTD (Sum)";
     measure5.DataMember = "UnitsSoldYTDTarget (Sum)";
     gridDeltaColumn1.AbsoluteVariationNumericFormat.FormatType = DevExpress.DashboardCommon.DataItemNumericFormatType.Number;
     gridDeltaColumn1.AbsoluteVariationNumericFormat.Precision  = 0;
     gridDeltaColumn1.Name = "UnitsSold YTD vs Target";
     gridDeltaColumn1.PercentOfTargetNumericFormat.FormatType  = DevExpress.DashboardCommon.DataItemNumericFormatType.Percent;
     gridDeltaColumn1.PercentVariationNumericFormat.FormatType = DevExpress.DashboardCommon.DataItemNumericFormatType.Percent;
     gridDeltaColumn1.WidthType = DevExpress.DashboardCommon.GridColumnFixedWidthType.Weight;
     gridDeltaColumn1.AddDataItem("ActualValue", measure4);
     gridDeltaColumn1.AddDataItem("TargetValue", measure5);
     this.gridDashboardItem1.Columns.AddRange(new DevExpress.DashboardCommon.GridColumnBase[] {
         gridDimensionColumn1,
         gridDeltaColumn1
     });
     this.gridDashboardItem1.ComponentName = "gridDashboardItem1";
     this.gridDashboardItem1.DataItemRepository.Clear();
     this.gridDashboardItem1.DataItemRepository.Add(dimension2, "DataItem0");
     this.gridDashboardItem1.DataItemRepository.Add(measure4, "DataItem1");
     this.gridDashboardItem1.DataItemRepository.Add(measure5, "DataItem2");
     this.gridDashboardItem1.DataSource = this.dashboardExcelDataSource1;
     this.gridDashboardItem1.InteractivityOptions.IgnoreMasterFilters = false;
     this.gridDashboardItem1.Name        = "Product Units Sold";
     this.gridDashboardItem1.ShowCaption = true;
     //
     // dashboardExcelDataSource1
     //
     this.dashboardExcelDataSource1.ComponentName            = "dashboardExcelDataSource1";
     this.dashboardExcelDataSource1.FileName                 = "|DataDirectory|\\Data\\Sales.xlsx";
     this.dashboardExcelDataSource1.Name                     = "Excel Data Source 1";
     this.dashboardExcelDataSource1.ResultSchemaSerializable = resources.GetString("dashboardExcelDataSource1.ResultSchemaSerializable");
     fieldInfo1.Name = "Category";
     fieldInfo1.Type = typeof(string);
     fieldInfo2.Name = "Product";
     fieldInfo2.Type = typeof(string);
     fieldInfo3.Name = "State";
     fieldInfo3.Type = typeof(string);
     fieldInfo4.Name = "UnitsSoldYTD (Sum)";
     fieldInfo4.Type = typeof(double);
     fieldInfo5.Name = "UnitsSoldYTDTarget (Sum)";
     fieldInfo5.Type = typeof(double);
     fieldInfo6.Name = "RevenueQTD (Sum)";
     fieldInfo6.Type = typeof(double);
     fieldInfo7.Name = "RevenueQTDTarget (Sum)";
     fieldInfo7.Type = typeof(double);
     fieldInfo8.Name = "RevenueYTD (Sum)";
     fieldInfo8.Type = typeof(double);
     fieldInfo9.Name = "RevenueYTDTarget (Sum)";
     fieldInfo9.Type = typeof(double);
     this.dashboardExcelDataSource1.Schema.AddRange(new DevExpress.DataAccess.Excel.FieldInfo[] {
         fieldInfo1,
         fieldInfo2,
         fieldInfo3,
         fieldInfo4,
         fieldInfo5,
         fieldInfo6,
         fieldInfo7,
         fieldInfo8,
         fieldInfo9
     });
     excelWorksheetSettings1.CellRange            = null;
     excelWorksheetSettings1.WorksheetName        = "Sheet1";
     excelSourceOptions1.ImportSettings           = excelWorksheetSettings1;
     this.dashboardExcelDataSource1.SourceOptions = excelSourceOptions1;
     //
     // SampleDashboard
     //
     this.CurrencyCultureName = null;
     this.DataSources.AddRange(new DevExpress.DashboardCommon.IDashboardDataSource[] {
         this.dashboardExcelDataSource1
     });
     this.Items.AddRange(new DevExpress.DashboardCommon.DashboardItem[] {
         this.choroplethMapDashboardItem1,
         this.gridDashboardItem1
     });
     dashboardLayoutItem1.DashboardItem = this.choroplethMapDashboardItem1;
     dashboardLayoutItem1.Weight        = 62.659846547314579D;
     dashboardLayoutItem2.DashboardItem = this.gridDashboardItem1;
     dashboardLayoutItem2.Weight        = 37.340153452685421D;
     dashboardLayoutGroup1.ChildNodes.AddRange(new DevExpress.DashboardCommon.DashboardLayoutNode[] {
         dashboardLayoutItem1,
         dashboardLayoutItem2
     });
     dashboardLayoutGroup1.DashboardItem = null;
     this.LayoutRoot = dashboardLayoutGroup1;
     this.Title.Text = "Sample Dashboard";
     ((System.ComponentModel.ISupportInitialize)(dimension1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(measure1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(measure2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(measure3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.choroplethMapDashboardItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(dimension2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(measure4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(measure5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.gridDashboardItem1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dashboardExcelDataSource1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
Ejemplo n.º 55
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(IDD_OPTION_ANALYSE_CONDITION));
     this.repositoryItemCheckEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckEdit();
     this.GC_PageAnalysis          = new DevExpress.XtraGrid.GridControl();
     this.GV_PageAnalysis          = new DevExpress.XtraGrid.Views.Grid.GridView();
     this.gridColumn1                        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn2                        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemComboBox1            = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
     this.gridColumn3                        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn4                        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn5                        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn6                        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn7                        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.gridColumn8                        = new DevExpress.XtraGrid.Columns.GridColumn();
     this.repositoryItemCheckedComboBoxEdit1 = new DevExpress.XtraEditors.Repository.RepositoryItemCheckedComboBoxEdit();
     this.groupControl2                      = new DevExpress.XtraEditors.GroupControl();
     this.panel2        = new System.Windows.Forms.Panel();
     this.panel6        = new System.Windows.Forms.Panel();
     this.m_nTempUnit   = new DevExpress.XtraEditors.ComboBoxEdit();
     this.panel5        = new System.Windows.Forms.Panel();
     this.labelControl3 = new DevExpress.XtraEditors.LabelControl();
     this.panel3        = new System.Windows.Forms.Panel();
     this.m_nTimeUnit   = new DevExpress.XtraEditors.ComboBoxEdit();
     this.panel4        = new System.Windows.Forms.Panel();
     this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
     this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton2 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton3 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton4 = new DevExpress.XtraEditors.SimpleButton();
     this.simpleButton5 = new DevExpress.XtraEditors.SimpleButton();
     this.btnDefault    = new DevExpress.XtraEditors.SimpleButton();
     this.panelBtn.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GC_PageAnalysis)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.GV_PageAnalysis)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEdit1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).BeginInit();
     this.groupControl2.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel6.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_nTempUnit.Properties)).BeginInit();
     this.panel5.SuspendLayout();
     this.panel3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.m_nTimeUnit.Properties)).BeginInit();
     this.panel4.SuspendLayout();
     this.SuspendLayout();
     //
     // panelBtn
     //
     resources.ApplyResources(this.panelBtn, "panelBtn");
     //
     // panelLast
     //
     resources.ApplyResources(this.panelLast, "panelLast");
     //
     // btnOK
     //
     resources.ApplyResources(this.btnOK, "btnOK");
     this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
     //
     // btnCancel
     //
     resources.ApplyResources(this.btnCancel, "btnCancel");
     //
     // panelBetween
     //
     resources.ApplyResources(this.panelBetween, "panelBetween");
     //
     // repositoryItemCheckEdit1
     //
     resources.ApplyResources(this.repositoryItemCheckEdit1, "repositoryItemCheckEdit1");
     this.repositoryItemCheckEdit1.Name      = "repositoryItemCheckEdit1";
     this.repositoryItemCheckEdit1.NullStyle = DevExpress.XtraEditors.Controls.StyleIndeterminate.Unchecked;
     //
     // GC_PageAnalysis
     //
     this.GC_PageAnalysis.EmbeddedNavigator.Margin = ((System.Windows.Forms.Padding)(resources.GetObject("GC_PageAnalysis.EmbeddedNavigator.Margin")));
     resources.ApplyResources(this.GC_PageAnalysis, "GC_PageAnalysis");
     this.GC_PageAnalysis.MainView = this.GV_PageAnalysis;
     this.GC_PageAnalysis.Name     = "GC_PageAnalysis";
     this.GC_PageAnalysis.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
         this.repositoryItemCheckedComboBoxEdit1,
         this.repositoryItemComboBox1
     });
     this.GC_PageAnalysis.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
         this.GV_PageAnalysis
     });
     //
     // GV_PageAnalysis
     //
     this.GV_PageAnalysis.Appearance.HeaderPanel.Options.UseTextOptions = true;
     this.GV_PageAnalysis.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
     this.GV_PageAnalysis.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
         this.gridColumn1,
         this.gridColumn2,
         this.gridColumn3,
         this.gridColumn4,
         this.gridColumn5,
         this.gridColumn6,
         this.gridColumn7,
         this.gridColumn8
     });
     this.GV_PageAnalysis.DetailHeight   = 602;
     this.GV_PageAnalysis.FixedLineWidth = 4;
     this.GV_PageAnalysis.FocusRectStyle = DevExpress.XtraGrid.Views.Grid.DrawFocusRectStyle.RowFocus;
     this.GV_PageAnalysis.GridControl    = this.GC_PageAnalysis;
     this.GV_PageAnalysis.Name           = "GV_PageAnalysis";
     this.GV_PageAnalysis.OptionsBehavior.AlignGroupSummaryInGroupRow = DevExpress.Utils.DefaultBoolean.False;
     this.GV_PageAnalysis.OptionsBehavior.AllowAddRows               = DevExpress.Utils.DefaultBoolean.False;
     this.GV_PageAnalysis.OptionsBehavior.AllowDeleteRows            = DevExpress.Utils.DefaultBoolean.False;
     this.GV_PageAnalysis.OptionsBehavior.AllowFixedGroups           = DevExpress.Utils.DefaultBoolean.False;
     this.GV_PageAnalysis.OptionsBehavior.AllowGroupExpandAnimation  = DevExpress.Utils.DefaultBoolean.False;
     this.GV_PageAnalysis.OptionsBehavior.AllowPartialGroups         = DevExpress.Utils.DefaultBoolean.False;
     this.GV_PageAnalysis.OptionsBehavior.AllowSortAnimation         = DevExpress.Utils.DefaultBoolean.False;
     this.GV_PageAnalysis.OptionsCustomization.AllowColumnMoving     = false;
     this.GV_PageAnalysis.OptionsCustomization.AllowFilter           = false;
     this.GV_PageAnalysis.OptionsCustomization.AllowGroup            = false;
     this.GV_PageAnalysis.OptionsCustomization.AllowMergedGrouping   = DevExpress.Utils.DefaultBoolean.False;
     this.GV_PageAnalysis.OptionsCustomization.AllowQuickHideColumns = false;
     this.GV_PageAnalysis.OptionsCustomization.AllowSort             = false;
     this.GV_PageAnalysis.OptionsMenu.EnableColumnMenu               = false;
     this.GV_PageAnalysis.OptionsMenu.EnableFooterMenu               = false;
     this.GV_PageAnalysis.OptionsMenu.EnableGroupPanelMenu           = false;
     this.GV_PageAnalysis.OptionsMenu.ShowAddNewSummaryItem          = DevExpress.Utils.DefaultBoolean.False;
     this.GV_PageAnalysis.OptionsMenu.ShowAutoFilterRowItem          = false;
     this.GV_PageAnalysis.OptionsMenu.ShowGroupSortSummaryItems      = false;
     this.GV_PageAnalysis.OptionsMenu.ShowSplitItem = false;
     this.GV_PageAnalysis.OptionsSelection.EnableAppearanceFocusedCell = false;
     this.GV_PageAnalysis.OptionsView.ColumnAutoWidth                = false;
     this.GV_PageAnalysis.OptionsView.GroupFooterShowMode            = DevExpress.XtraGrid.Views.Grid.GroupFooterShowMode.Hidden;
     this.GV_PageAnalysis.OptionsView.ShowDetailButtons              = false;
     this.GV_PageAnalysis.OptionsView.ShowErrorPanel                 = DevExpress.Utils.DefaultBoolean.False;
     this.GV_PageAnalysis.OptionsView.ShowFilterPanelMode            = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.Never;
     this.GV_PageAnalysis.OptionsView.ShowGroupExpandCollapseButtons = false;
     this.GV_PageAnalysis.OptionsView.ShowGroupPanel                 = false;
     this.GV_PageAnalysis.CustomRowCellEdit += new DevExpress.XtraGrid.Views.Grid.CustomRowCellEditEventHandler(this.GV_PageAnalysis_CustomRowCellEdit);
     //
     // gridColumn1
     //
     resources.ApplyResources(this.gridColumn1, "gridColumn1");
     this.gridColumn1.ColumnEdit = this.repositoryItemCheckEdit1;
     this.gridColumn1.FieldName  = "m_nShowStatus";
     this.gridColumn1.Name       = "gridColumn1";
     //
     // gridColumn2
     //
     resources.ApplyResources(this.gridColumn2, "gridColumn2");
     this.gridColumn2.ColumnEdit  = this.repositoryItemComboBox1;
     this.gridColumn2.FieldName   = "m_nConditionType";
     this.gridColumn2.Name        = "gridColumn2";
     this.gridColumn2.UnboundType = DevExpress.Data.UnboundColumnType.String;
     //
     // repositoryItemComboBox1
     //
     resources.ApplyResources(this.repositoryItemComboBox1, "repositoryItemComboBox1");
     this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("repositoryItemComboBox1.Buttons"))))
     });
     this.repositoryItemComboBox1.Items.AddRange(new object[] {
         resources.GetString("repositoryItemComboBox1.Items"),
         resources.GetString("repositoryItemComboBox1.Items1"),
         resources.GetString("repositoryItemComboBox1.Items2"),
         resources.GetString("repositoryItemComboBox1.Items3"),
         resources.GetString("repositoryItemComboBox1.Items4"),
         resources.GetString("repositoryItemComboBox1.Items5"),
         resources.GetString("repositoryItemComboBox1.Items6"),
         resources.GetString("repositoryItemComboBox1.Items7")
     });
     this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
     //
     // gridColumn3
     //
     resources.ApplyResources(this.gridColumn3, "gridColumn3");
     this.gridColumn3.FieldName   = "m_strCaption";
     this.gridColumn3.Name        = "gridColumn3";
     this.gridColumn3.UnboundType = DevExpress.Data.UnboundColumnType.String;
     //
     // gridColumn4
     //
     resources.ApplyResources(this.gridColumn4, "gridColumn4");
     this.gridColumn4.DisplayFormat.FormatString = "n1";
     this.gridColumn4.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn4.FieldName   = "m_fBeginRangle";
     this.gridColumn4.Name        = "gridColumn4";
     this.gridColumn4.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     //
     // gridColumn5
     //
     resources.ApplyResources(this.gridColumn5, "gridColumn5");
     this.gridColumn5.DisplayFormat.FormatString = "n1";
     this.gridColumn5.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn5.FieldName   = "m_fEndRangle";
     this.gridColumn5.Name        = "gridColumn5";
     this.gridColumn5.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     //
     // gridColumn6
     //
     resources.ApplyResources(this.gridColumn6, "gridColumn6");
     this.gridColumn6.DisplayFormat.FormatString = "n1";
     this.gridColumn6.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn6.FieldName   = "m_fBeginCondition";
     this.gridColumn6.Name        = "gridColumn6";
     this.gridColumn6.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     //
     // gridColumn7
     //
     resources.ApplyResources(this.gridColumn7, "gridColumn7");
     this.gridColumn7.DisplayFormat.FormatString = "n1";
     this.gridColumn7.DisplayFormat.FormatType   = DevExpress.Utils.FormatType.Numeric;
     this.gridColumn7.FieldName   = "m_fEndCondition";
     this.gridColumn7.Name        = "gridColumn7";
     this.gridColumn7.UnboundType = DevExpress.Data.UnboundColumnType.Decimal;
     //
     // gridColumn8
     //
     resources.ApplyResources(this.gridColumn8, "gridColumn8");
     this.gridColumn8.FieldName   = "m_bReadonly";
     this.gridColumn8.Name        = "gridColumn8";
     this.gridColumn8.UnboundType = DevExpress.Data.UnboundColumnType.Boolean;
     //
     // repositoryItemCheckedComboBoxEdit1
     //
     resources.ApplyResources(this.repositoryItemCheckedComboBoxEdit1, "repositoryItemCheckedComboBoxEdit1");
     this.repositoryItemCheckedComboBoxEdit1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("repositoryItemCheckedComboBoxEdit1.Buttons"))))
     });
     this.repositoryItemCheckedComboBoxEdit1.Name = "repositoryItemCheckedComboBoxEdit1";
     //
     // groupControl2
     //
     this.groupControl2.Controls.Add(this.panel2);
     resources.ApplyResources(this.groupControl2, "groupControl2");
     this.groupControl2.Name = "groupControl2";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.panel6);
     this.panel2.Controls.Add(this.panel5);
     this.panel2.Controls.Add(this.panel3);
     this.panel2.Controls.Add(this.panel4);
     resources.ApplyResources(this.panel2, "panel2");
     this.panel2.Name = "panel2";
     //
     // panel6
     //
     this.panel6.Controls.Add(this.m_nTempUnit);
     resources.ApplyResources(this.panel6, "panel6");
     this.panel6.Name = "panel6";
     //
     // m_nTempUnit
     //
     resources.ApplyResources(this.m_nTempUnit, "m_nTempUnit");
     this.m_nTempUnit.Name = "m_nTempUnit";
     this.m_nTempUnit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("m_nTempUnit.Properties.Buttons"))))
     });
     this.m_nTempUnit.Properties.Items.AddRange(new object[] {
         resources.GetString("m_nTempUnit.Properties.Items")
     });
     this.m_nTempUnit.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     //
     // panel5
     //
     this.panel5.Controls.Add(this.labelControl3);
     resources.ApplyResources(this.panel5, "panel5");
     this.panel5.Name = "panel5";
     //
     // labelControl3
     //
     this.labelControl3.Appearance.Options.UseTextOptions = true;
     this.labelControl3.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     resources.ApplyResources(this.labelControl3, "labelControl3");
     this.labelControl3.Name = "labelControl3";
     //
     // panel3
     //
     this.panel3.Controls.Add(this.m_nTimeUnit);
     resources.ApplyResources(this.panel3, "panel3");
     this.panel3.Name = "panel3";
     //
     // m_nTimeUnit
     //
     resources.ApplyResources(this.m_nTimeUnit, "m_nTimeUnit");
     this.m_nTimeUnit.Name = "m_nTimeUnit";
     this.m_nTimeUnit.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
         new DevExpress.XtraEditors.Controls.EditorButton(((DevExpress.XtraEditors.Controls.ButtonPredefines)(resources.GetObject("m_nTimeUnit.Properties.Buttons"))))
     });
     this.m_nTimeUnit.Properties.Items.AddRange(new object[] {
         resources.GetString("m_nTimeUnit.Properties.Items"),
         resources.GetString("m_nTimeUnit.Properties.Items1")
     });
     this.m_nTimeUnit.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor;
     //
     // panel4
     //
     this.panel4.Controls.Add(this.labelControl2);
     resources.ApplyResources(this.panel4, "panel4");
     this.panel4.Name = "panel4";
     //
     // labelControl2
     //
     this.labelControl2.Appearance.Options.UseTextOptions = true;
     this.labelControl2.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far;
     resources.ApplyResources(this.labelControl2, "labelControl2");
     this.labelControl2.Name = "labelControl2";
     //
     // simpleButton1
     //
     resources.ApplyResources(this.simpleButton1, "simpleButton1");
     this.simpleButton1.Name = "simpleButton1";
     //
     // simpleButton2
     //
     resources.ApplyResources(this.simpleButton2, "simpleButton2");
     this.simpleButton2.Name = "simpleButton2";
     //
     // simpleButton3
     //
     resources.ApplyResources(this.simpleButton3, "simpleButton3");
     this.simpleButton3.Name = "simpleButton3";
     //
     // simpleButton4
     //
     resources.ApplyResources(this.simpleButton4, "simpleButton4");
     this.simpleButton4.Name = "simpleButton4";
     //
     // simpleButton5
     //
     resources.ApplyResources(this.simpleButton5, "simpleButton5");
     this.simpleButton5.Name   = "simpleButton5";
     this.simpleButton5.Click += new System.EventHandler(this.simpleButton5_Click);
     //
     // btnDefault
     //
     resources.ApplyResources(this.btnDefault, "btnDefault");
     this.btnDefault.Name   = "btnDefault";
     this.btnDefault.Click += new System.EventHandler(this.btnDefault_Click);
     //
     // IDD_OPTION_ANALYSE_CONDITION
     //
     resources.ApplyResources(this, "$this");
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ControlBox    = false;
     this.Controls.Add(this.btnDefault);
     this.Controls.Add(this.simpleButton5);
     this.Controls.Add(this.simpleButton4);
     this.Controls.Add(this.simpleButton3);
     this.Controls.Add(this.simpleButton2);
     this.Controls.Add(this.simpleButton1);
     this.Controls.Add(this.groupControl2);
     this.Controls.Add(this.GC_PageAnalysis);
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name        = "IDD_OPTION_ANALYSE_CONDITION";
     this.Controls.SetChildIndex(this.GC_PageAnalysis, 0);
     this.Controls.SetChildIndex(this.panelBtn, 0);
     this.Controls.SetChildIndex(this.panelLast, 0);
     this.Controls.SetChildIndex(this.groupControl2, 0);
     this.Controls.SetChildIndex(this.simpleButton1, 0);
     this.Controls.SetChildIndex(this.simpleButton2, 0);
     this.Controls.SetChildIndex(this.simpleButton3, 0);
     this.Controls.SetChildIndex(this.simpleButton4, 0);
     this.Controls.SetChildIndex(this.simpleButton5, 0);
     this.Controls.SetChildIndex(this.btnDefault, 0);
     this.panelBtn.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GC_PageAnalysis)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.GV_PageAnalysis)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.repositoryItemCheckedComboBoxEdit1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.groupControl2)).EndInit();
     this.groupControl2.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.panel6.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_nTempUnit.Properties)).EndInit();
     this.panel5.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.m_nTimeUnit.Properties)).EndInit();
     this.panel4.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Ejemplo n.º 56
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Chernika));
     this.button7     = new System.Windows.Forms.Button();
     this.button2     = new System.Windows.Forms.Button();
     this.button1     = new System.Windows.Forms.Button();
     this.label2      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.label4      = new System.Windows.Forms.Label();
     this.comboBox1   = new System.Windows.Forms.ComboBox();
     this.label5      = new System.Windows.Forms.Label();
     this.label1      = new System.Windows.Forms.Label();
     this.есторан     = new System.Windows.Forms.Label();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // button7
     //
     this.button7.Font     = new System.Drawing.Font("Franklin Gothic Medium", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button7.Location = new System.Drawing.Point(494, 518);
     this.button7.Name     = "button7";
     this.button7.Size     = new System.Drawing.Size(340, 78);
     this.button7.TabIndex = 139;
     this.button7.Text     = "Вернуться к разделам меню";
     this.button7.UseVisualStyleBackColor = true;
     this.button7.Click += new System.EventHandler(this.button7_Click);
     //
     // button2
     //
     this.button2.Font     = new System.Drawing.Font("Franklin Gothic Medium", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button2.Location = new System.Drawing.Point(924, 518);
     this.button2.Name     = "button2";
     this.button2.Size     = new System.Drawing.Size(210, 78);
     this.button2.TabIndex = 138;
     this.button2.Text     = "Вернуться к десертам";
     this.button2.UseVisualStyleBackColor = true;
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button1
     //
     this.button1.Font     = new System.Drawing.Font("Franklin Gothic Medium", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.button1.Location = new System.Drawing.Point(201, 518);
     this.button1.Name     = "button1";
     this.button1.Size     = new System.Drawing.Size(210, 78);
     this.button1.TabIndex = 137;
     this.button1.Text     = "Заказать";
     this.button1.UseVisualStyleBackColor = true;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Franklin Gothic Medium", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label2.Location = new System.Drawing.Point(63, 383);
     this.label2.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(1134, 130);
     this.label2.TabIndex = 136;
     this.label2.Text     = resources.GetString("label2.Text");
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Franklin Gothic Medium", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label3.Location = new System.Drawing.Point(502, 221);
     this.label3.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(535, 26);
     this.label3.TabIndex = 135;
     this.label3.Text     = "Молоко, черника, сливки жирные, сахар, яйцо, крахмал.";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Franklin Gothic Medium", 20.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label4.Location = new System.Drawing.Point(501, 166);
     this.label4.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(104, 34);
     this.label4.TabIndex = 134;
     this.label4.Text     = "Состав:";
     //
     // comboBox1
     //
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Items.AddRange(new object[] {
         "1",
         "2",
         "3",
         "4",
         "5",
         "6",
         "7",
         "8",
         "9",
         "10"
     });
     this.comboBox1.Location = new System.Drawing.Point(1152, 110);
     this.comboBox1.Name     = "comboBox1";
     this.comboBox1.Size     = new System.Drawing.Size(121, 21);
     this.comboBox1.TabIndex = 133;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Franklin Gothic Medium", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label5.Location = new System.Drawing.Point(920, 106);
     this.label5.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(176, 24);
     this.label5.TabIndex = 132;
     this.label5.Text     = "Количество порций:";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Franklin Gothic Medium", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.label1.Location = new System.Drawing.Point(541, 93);
     this.label1.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(229, 37);
     this.label1.TabIndex = 131;
     this.label1.Text     = "Цена: 1.05 руб.";
     //
     // Ресторан
     //
     this.есторан.AutoSize = true;
     this.есторан.Font     = new System.Drawing.Font("Franklin Gothic Medium", 24F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
     this.есторан.Location = new System.Drawing.Point(442, 30);
     this.есторан.Margin   = new System.Windows.Forms.Padding(4, 0, 4, 0);
     this.есторан.Name     = "Ресторан";
     this.есторан.Size     = new System.Drawing.Size(372, 37);
     this.есторан.TabIndex = 130;
     this.есторан.Text     = "Мороженое с черникой";
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::Kursovaya.Properties.Resources.tort_s_yagodami_i_jogurtom;
     this.pictureBox1.Location = new System.Drawing.Point(52, 107);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(402, 257);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 129;
     this.pictureBox1.TabStop  = false;
     //
     // Chernika
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoScroll          = true;
     this.ClientSize          = new System.Drawing.Size(1325, 608);
     this.Controls.Add(this.button7);
     this.Controls.Add(this.button2);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.comboBox1);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.есторан);
     this.Controls.Add(this.pictureBox1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "Chernika";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Ресторан: Десерты: Мороженое с черникой";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <summary>
 /// Método necessário para suporte ao Designer - não modifique
 /// o conteúdo deste método com o editor de código.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FisrtCustomControl));
     this.label1      = new System.Windows.Forms.Label();
     this.label2      = new System.Windows.Forms.Label();
     this.label4      = new System.Windows.Forms.Label();
     this.label3      = new System.Windows.Forms.Label();
     this.label5      = new System.Windows.Forms.Label();
     this.button1     = new System.Windows.Forms.Button();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Century Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.Location = new System.Drawing.Point(47, 225);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(323, 153);
     this.label1.TabIndex = 0;
     this.label1.Text     = resources.GetString("label1.Text");
     //
     // label2
     //
     this.label2.AutoSize  = true;
     this.label2.Font      = new System.Drawing.Font("Elephant", 71.99999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(174)))), ((int)(((byte)(0)))));
     this.label2.Location  = new System.Drawing.Point(29, 34);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(239, 123);
     this.label2.TabIndex  = 0;
     this.label2.Text      = "$19";
     //
     // label4
     //
     this.label4.AutoSize  = true;
     this.label4.Font      = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(174)))), ((int)(((byte)(0)))));
     this.label4.Location  = new System.Drawing.Point(31, 34);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(45, 19);
     this.label4.TabIndex  = 0;
     this.label4.Text      = "Only";
     this.label4.Click    += new System.EventHandler(this.label4_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Century Gothic", 26.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(44, 154);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(258, 41);
     this.label3.TabIndex = 0;
     this.label3.Text     = "Cheeseburger";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.Location = new System.Drawing.Point(59, 195);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(287, 20);
     this.label5.TabIndex = 0;
     this.label5.Text     = "With Onions and tomato and ketchup ";
     this.label5.Click   += new System.EventHandler(this.label5_Click);
     //
     // button1
     //
     this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(192)))), ((int)(((byte)(0)))));
     this.button1.FlatAppearance.BorderSize = 0;
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.button1.Font      = new System.Drawing.Font("Century Gothic", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.button1.ForeColor = System.Drawing.Color.White;
     this.button1.Location  = new System.Drawing.Point(50, 335);
     this.button1.Name      = "button1";
     this.button1.Size      = new System.Drawing.Size(296, 32);
     this.button1.TabIndex  = 1;
     this.button1.Text      = "Order Now";
     this.button1.UseVisualStyleBackColor = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(376, 72);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(423, 306);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 2;
     this.pictureBox1.TabStop  = false;
     //
     // FisrtCustomControl
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.pictureBox1);
     this.Name = "FisrtCustomControl";
     this.Size = new System.Drawing.Size(817, 423);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 58
0
 /// <summary>
 /// Required method for telerik Reporting designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CampaignOverview));
     Telerik.Reporting.Group             group1           = new Telerik.Reporting.Group();
     Telerik.Reporting.ReportParameter   reportParameter1 = new Telerik.Reporting.ReportParameter();
     Telerik.Reporting.Drawing.StyleRule styleRule1       = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule2       = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule3       = new Telerik.Reporting.Drawing.StyleRule();
     Telerik.Reporting.Drawing.StyleRule styleRule4       = new Telerik.Reporting.Drawing.StyleRule();
     this.segmentDataSource               = new Telerik.Reporting.SqlDataSource();
     this.campaignDataSource              = new Telerik.Reporting.SqlDataSource();
     this.labelsGroupHeaderSection        = new Telerik.Reporting.GroupHeaderSection();
     this.labelsGroupFooterSection        = new Telerik.Reporting.GroupFooterSection();
     this.channel_codeCaptionTextBox      = new Telerik.Reporting.TextBox();
     this.channel_nameCaptionTextBox      = new Telerik.Reporting.TextBox();
     this.channel_type_nameCaptionTextBox = new Telerik.Reporting.TextBox();
     this.created_byCaptionTextBox        = new Telerik.Reporting.TextBox();
     this.descriptionCaptionTextBox       = new Telerik.Reporting.TextBox();
     this.end_dateCaptionTextBox          = new Telerik.Reporting.TextBox();
     this.is_lockedCaptionTextBox         = new Telerik.Reporting.TextBox();
     this.offer_codeCaptionTextBox        = new Telerik.Reporting.TextBox();
     this.start_dateCaptionTextBox        = new Telerik.Reporting.TextBox();
     this.pageHeader                   = new Telerik.Reporting.PageHeaderSection();
     this.reportNameTextBox            = new Telerik.Reporting.TextBox();
     this.pageFooter                   = new Telerik.Reporting.PageFooterSection();
     this.currentTimeTextBox           = new Telerik.Reporting.TextBox();
     this.pageInfoTextBox              = new Telerik.Reporting.TextBox();
     this.reportHeader                 = new Telerik.Reporting.ReportHeaderSection();
     this.titleTextBox                 = new Telerik.Reporting.TextBox();
     this.reportFooter                 = new Telerik.Reporting.ReportFooterSection();
     this.detail                       = new Telerik.Reporting.DetailSection();
     this.channel_codeDataTextBox      = new Telerik.Reporting.TextBox();
     this.channel_nameDataTextBox      = new Telerik.Reporting.TextBox();
     this.channel_type_nameDataTextBox = new Telerik.Reporting.TextBox();
     this.created_byDataTextBox        = new Telerik.Reporting.TextBox();
     this.descriptionDataTextBox       = new Telerik.Reporting.TextBox();
     this.end_dateDataTextBox          = new Telerik.Reporting.TextBox();
     this.is_lockedDataTextBox         = new Telerik.Reporting.TextBox();
     this.offer_codeDataTextBox        = new Telerik.Reporting.TextBox();
     this.start_dateDataTextBox        = new Telerik.Reporting.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this)).BeginInit();
     //
     // segmentDataSource
     //
     this.segmentDataSource.ConnectionString = "C3.Reporting.CMT.Report.Properties.Settings.c3cmtReportConnectionString";
     this.segmentDataSource.Name             = "segmentDataSource";
     this.segmentDataSource.Parameters.AddRange(new Telerik.Reporting.SqlDataSourceParameter[] {
         new Telerik.Reporting.SqlDataSourceParameter("@campaignId", System.Data.DbType.String, "=Parameters.campaignId.Value")
     });
     this.segmentDataSource.SelectCommand = resources.GetString("segmentDataSource.SelectCommand");
     //
     // campaignDataSource
     //
     this.campaignDataSource.ConnectionString = "C3.Reporting.CMT.Report.Properties.Settings.c3cmtReportConnectionString";
     this.campaignDataSource.Name             = "campaignDataSource";
     this.campaignDataSource.SelectCommand    = "SELECT        campaigns.*\r\nFROM            campaigns";
     //
     // labelsGroupHeaderSection
     //
     this.labelsGroupHeaderSection.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
     this.labelsGroupHeaderSection.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.channel_codeCaptionTextBox,
         this.channel_nameCaptionTextBox,
         this.channel_type_nameCaptionTextBox,
         this.created_byCaptionTextBox,
         this.descriptionCaptionTextBox,
         this.end_dateCaptionTextBox,
         this.is_lockedCaptionTextBox,
         this.offer_codeCaptionTextBox,
         this.start_dateCaptionTextBox
     });
     this.labelsGroupHeaderSection.Name             = "labelsGroupHeaderSection";
     this.labelsGroupHeaderSection.PrintOnEveryPage = true;
     //
     // labelsGroupFooterSection
     //
     this.labelsGroupFooterSection.Height        = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.labelsGroupFooterSection.Name          = "labelsGroupFooterSection";
     this.labelsGroupFooterSection.Style.Visible = false;
     //
     // channel_codeCaptionTextBox
     //
     this.channel_codeCaptionTextBox.CanGrow   = true;
     this.channel_codeCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.channel_codeCaptionTextBox.Name      = "channel_codeCaptionTextBox";
     this.channel_codeCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6983333826065064D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
     this.channel_codeCaptionTextBox.StyleName = "Caption";
     this.channel_codeCaptionTextBox.Value     = "channel_code";
     //
     // channel_nameCaptionTextBox
     //
     this.channel_nameCaptionTextBox.CanGrow   = true;
     this.channel_nameCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.8041666746139526D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.channel_nameCaptionTextBox.Name      = "channel_nameCaptionTextBox";
     this.channel_nameCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6983333826065064D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
     this.channel_nameCaptionTextBox.StyleName = "Caption";
     this.channel_nameCaptionTextBox.Value     = "channel_name";
     //
     // channel_type_nameCaptionTextBox
     //
     this.channel_type_nameCaptionTextBox.CanGrow   = true;
     this.channel_type_nameCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.5554165840148926D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.channel_type_nameCaptionTextBox.Name      = "channel_type_nameCaptionTextBox";
     this.channel_type_nameCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6983333826065064D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
     this.channel_type_nameCaptionTextBox.StyleName = "Caption";
     this.channel_type_nameCaptionTextBox.Value     = "channel_type_name";
     //
     // created_byCaptionTextBox
     //
     this.created_byCaptionTextBox.CanGrow   = true;
     this.created_byCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.3066668510437012D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.created_byCaptionTextBox.Name      = "created_byCaptionTextBox";
     this.created_byCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6983333826065064D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
     this.created_byCaptionTextBox.StyleName = "Caption";
     this.created_byCaptionTextBox.Value     = "created_by";
     //
     // descriptionCaptionTextBox
     //
     this.descriptionCaptionTextBox.CanGrow   = true;
     this.descriptionCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.0579166412353516D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.descriptionCaptionTextBox.Name      = "descriptionCaptionTextBox";
     this.descriptionCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6983333826065064D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
     this.descriptionCaptionTextBox.StyleName = "Caption";
     this.descriptionCaptionTextBox.Value     = "description";
     //
     // end_dateCaptionTextBox
     //
     this.end_dateCaptionTextBox.CanGrow   = true;
     this.end_dateCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(8.80916690826416D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.end_dateCaptionTextBox.Name      = "end_dateCaptionTextBox";
     this.end_dateCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6983333826065064D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
     this.end_dateCaptionTextBox.StyleName = "Caption";
     this.end_dateCaptionTextBox.Value     = "end_date";
     //
     // is_lockedCaptionTextBox
     //
     this.is_lockedCaptionTextBox.CanGrow   = true;
     this.is_lockedCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(10.560416221618652D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.is_lockedCaptionTextBox.Name      = "is_lockedCaptionTextBox";
     this.is_lockedCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6983333826065064D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
     this.is_lockedCaptionTextBox.StyleName = "Caption";
     this.is_lockedCaptionTextBox.Value     = "is_locked";
     //
     // offer_codeCaptionTextBox
     //
     this.offer_codeCaptionTextBox.CanGrow   = true;
     this.offer_codeCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.311666488647461D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.offer_codeCaptionTextBox.Name      = "offer_codeCaptionTextBox";
     this.offer_codeCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6983333826065064D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
     this.offer_codeCaptionTextBox.StyleName = "Caption";
     this.offer_codeCaptionTextBox.Value     = "offer_code";
     //
     // start_dateCaptionTextBox
     //
     this.start_dateCaptionTextBox.CanGrow   = true;
     this.start_dateCaptionTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(14.06291675567627D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.start_dateCaptionTextBox.Name      = "start_dateCaptionTextBox";
     this.start_dateCaptionTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6983333826065064D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
     this.start_dateCaptionTextBox.StyleName = "Caption";
     this.start_dateCaptionTextBox.Value     = "start_date";
     //
     // pageHeader
     //
     this.pageHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
     this.pageHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.reportNameTextBox
     });
     this.pageHeader.Name = "pageHeader";
     //
     // reportNameTextBox
     //
     this.reportNameTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.reportNameTextBox.Name      = "reportNameTextBox";
     this.reportNameTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.708333015441895D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
     this.reportNameTextBox.StyleName = "PageInfo";
     this.reportNameTextBox.Value     = "CampaignOverview";
     //
     // pageFooter
     //
     this.pageFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
     this.pageFooter.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.currentTimeTextBox,
         this.pageInfoTextBox
     });
     this.pageFooter.Name = "pageFooter";
     //
     // currentTimeTextBox
     //
     this.currentTimeTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.currentTimeTextBox.Name      = "currentTimeTextBox";
     this.currentTimeTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
     this.currentTimeTextBox.StyleName = "PageInfo";
     this.currentTimeTextBox.Value     = "=NOW()";
     //
     // pageInfoTextBox
     //
     this.pageInfoTextBox.Location        = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.9335417747497559D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.pageInfoTextBox.Name            = "pageInfoTextBox";
     this.pageInfoTextBox.Size            = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(7.8277082443237305D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
     this.pageInfoTextBox.Style.TextAlign = Telerik.Reporting.Drawing.HorizontalAlign.Right;
     this.pageInfoTextBox.StyleName       = "PageInfo";
     this.pageInfoTextBox.Value           = "=PageNumber";
     //
     // reportHeader
     //
     this.reportHeader.Height = Telerik.Reporting.Drawing.Unit.Cm(2.0529167652130127D);
     this.reportHeader.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.titleTextBox
     });
     this.reportHeader.Name = "reportHeader";
     //
     // titleTextBox
     //
     this.titleTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0D), Telerik.Reporting.Drawing.Unit.Cm(0D));
     this.titleTextBox.Name      = "titleTextBox";
     this.titleTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D), Telerik.Reporting.Drawing.Unit.Cm(2D));
     this.titleTextBox.StyleName = "Title";
     this.titleTextBox.Value     = "Campaign Overview";
     //
     // reportFooter
     //
     this.reportFooter.Height = Telerik.Reporting.Drawing.Unit.Cm(0.71437495946884155D);
     this.reportFooter.Name   = "reportFooter";
     //
     // detail
     //
     this.detail.Height = Telerik.Reporting.Drawing.Unit.Cm(1.1058331727981567D);
     this.detail.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.channel_codeDataTextBox,
         this.channel_nameDataTextBox,
         this.channel_type_nameDataTextBox,
         this.created_byDataTextBox,
         this.descriptionDataTextBox,
         this.end_dateDataTextBox,
         this.is_lockedDataTextBox,
         this.offer_codeDataTextBox,
         this.start_dateDataTextBox
     });
     this.detail.Name = "detail";
     //
     // channel_codeDataTextBox
     //
     this.channel_codeDataTextBox.CanGrow   = true;
     this.channel_codeDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.channel_codeDataTextBox.Name      = "channel_codeDataTextBox";
     this.channel_codeDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6983333826065064D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
     this.channel_codeDataTextBox.StyleName = "Data";
     this.channel_codeDataTextBox.Value     = "=Fields.channel_code";
     //
     // channel_nameDataTextBox
     //
     this.channel_nameDataTextBox.CanGrow   = true;
     this.channel_nameDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(1.8041666746139526D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.channel_nameDataTextBox.Name      = "channel_nameDataTextBox";
     this.channel_nameDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6983333826065064D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
     this.channel_nameDataTextBox.StyleName = "Data";
     this.channel_nameDataTextBox.Value     = "=Fields.channel_name";
     //
     // channel_type_nameDataTextBox
     //
     this.channel_type_nameDataTextBox.CanGrow   = true;
     this.channel_type_nameDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(3.5554165840148926D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.channel_type_nameDataTextBox.Name      = "channel_type_nameDataTextBox";
     this.channel_type_nameDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6983333826065064D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
     this.channel_type_nameDataTextBox.StyleName = "Data";
     this.channel_type_nameDataTextBox.Value     = "=Fields.channel_type_name";
     //
     // created_byDataTextBox
     //
     this.created_byDataTextBox.CanGrow   = true;
     this.created_byDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(5.3066668510437012D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.created_byDataTextBox.Name      = "created_byDataTextBox";
     this.created_byDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6983333826065064D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
     this.created_byDataTextBox.StyleName = "Data";
     this.created_byDataTextBox.Value     = "=Fields.created_by";
     //
     // descriptionDataTextBox
     //
     this.descriptionDataTextBox.CanGrow   = true;
     this.descriptionDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(7.0579166412353516D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.descriptionDataTextBox.Name      = "descriptionDataTextBox";
     this.descriptionDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6983333826065064D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
     this.descriptionDataTextBox.StyleName = "Data";
     this.descriptionDataTextBox.Value     = "=Fields.description";
     //
     // end_dateDataTextBox
     //
     this.end_dateDataTextBox.CanGrow   = true;
     this.end_dateDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(8.80916690826416D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.end_dateDataTextBox.Name      = "end_dateDataTextBox";
     this.end_dateDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6983333826065064D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
     this.end_dateDataTextBox.StyleName = "Data";
     this.end_dateDataTextBox.Value     = "=Fields.end_date";
     //
     // is_lockedDataTextBox
     //
     this.is_lockedDataTextBox.CanGrow   = true;
     this.is_lockedDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(10.560416221618652D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.is_lockedDataTextBox.Name      = "is_lockedDataTextBox";
     this.is_lockedDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6983333826065064D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
     this.is_lockedDataTextBox.StyleName = "Data";
     this.is_lockedDataTextBox.Value     = "=Fields.is_locked";
     //
     // offer_codeDataTextBox
     //
     this.offer_codeDataTextBox.CanGrow   = true;
     this.offer_codeDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(12.311666488647461D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.offer_codeDataTextBox.Name      = "offer_codeDataTextBox";
     this.offer_codeDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6983333826065064D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
     this.offer_codeDataTextBox.StyleName = "Data";
     this.offer_codeDataTextBox.Value     = "=Fields.offer_code";
     //
     // start_dateDataTextBox
     //
     this.start_dateDataTextBox.CanGrow   = true;
     this.start_dateDataTextBox.Location  = new Telerik.Reporting.Drawing.PointU(Telerik.Reporting.Drawing.Unit.Cm(14.06291675567627D), Telerik.Reporting.Drawing.Unit.Cm(0.052916664630174637D));
     this.start_dateDataTextBox.Name      = "start_dateDataTextBox";
     this.start_dateDataTextBox.Size      = new Telerik.Reporting.Drawing.SizeU(Telerik.Reporting.Drawing.Unit.Cm(1.6983333826065064D), Telerik.Reporting.Drawing.Unit.Cm(0.99999988079071045D));
     this.start_dateDataTextBox.StyleName = "Data";
     this.start_dateDataTextBox.Value     = "=Fields.start_date";
     //
     // CampaignOverview
     //
     this.DataSource    = this.segmentDataSource;
     group1.GroupFooter = this.labelsGroupFooterSection;
     group1.GroupHeader = this.labelsGroupHeaderSection;
     group1.Name        = "labelsGroup";
     this.Groups.AddRange(new Telerik.Reporting.Group[] {
         group1
     });
     this.Items.AddRange(new Telerik.Reporting.ReportItemBase[] {
         this.labelsGroupHeaderSection,
         this.labelsGroupFooterSection,
         this.pageHeader,
         this.pageFooter,
         this.reportHeader,
         this.reportFooter,
         this.detail
     });
     this.Name = "CampaignOverview";
     this.PageSettings.Landscape = true;
     this.PageSettings.Margins   = new Telerik.Reporting.Drawing.MarginsU(Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D), Telerik.Reporting.Drawing.Unit.Mm(25.399999618530273D));
     this.PageSettings.PaperKind = System.Drawing.Printing.PaperKind.A4;
     reportParameter1.AvailableValues.DataSource    = this.campaignDataSource;
     reportParameter1.AvailableValues.DisplayMember = "= Fields.campaign_name";
     reportParameter1.AvailableValues.ValueMember   = "= Fields.campaign_id";
     reportParameter1.Name    = "campaignId";
     reportParameter1.Text    = "Campaign";
     reportParameter1.Type    = Telerik.Reporting.ReportParameterType.Integer;
     reportParameter1.Value   = "61";
     reportParameter1.Visible = true;
     this.ReportParameters.Add(reportParameter1);
     this.Style.BackgroundColor = System.Drawing.Color.White;
     styleRule1.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Title")
     });
     styleRule1.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(222)))), ((int)(((byte)(201)))));
     styleRule1.Style.Color           = System.Drawing.Color.FromArgb(((int)(((byte)(79)))), ((int)(((byte)(39)))), ((int)(((byte)(28)))));
     styleRule1.Style.Font.Name       = "Gill Sans MT";
     styleRule1.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(18D);
     styleRule2.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Caption")
     });
     styleRule2.Style.BackgroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(231)))), ((int)(((byte)(222)))), ((int)(((byte)(201)))));
     styleRule2.Style.Color           = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(29)))), ((int)(((byte)(20)))));
     styleRule2.Style.Font.Name       = "Gill Sans MT";
     styleRule2.Style.Font.Size       = Telerik.Reporting.Drawing.Unit.Point(10D);
     styleRule2.Style.VerticalAlign   = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule3.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("Data")
     });
     styleRule3.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(58)))), ((int)(((byte)(29)))), ((int)(((byte)(20)))));
     styleRule3.Style.Font.Name     = "Gill Sans MT";
     styleRule3.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(9D);
     styleRule3.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     styleRule4.Selectors.AddRange(new Telerik.Reporting.Drawing.ISelector[] {
         new Telerik.Reporting.Drawing.StyleSelector("PageInfo")
     });
     styleRule4.Style.Color         = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(202)))), ((int)(((byte)(189)))));
     styleRule4.Style.Font.Name     = "Gill Sans MT";
     styleRule4.Style.Font.Size     = Telerik.Reporting.Drawing.Unit.Point(8D);
     styleRule4.Style.VerticalAlign = Telerik.Reporting.Drawing.VerticalAlign.Middle;
     this.StyleSheet.AddRange(new Telerik.Reporting.Drawing.StyleRule[] {
         styleRule1,
         styleRule2,
         styleRule3,
         styleRule4
     });
     this.Width = Telerik.Reporting.Drawing.Unit.Cm(15.814167022705078D);
     ((System.ComponentModel.ISupportInitialize)(this)).EndInit();
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.button1     = new System.Windows.Forms.Button();
     this.label1      = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Image    = global::Grid.Properties.Resources.Icon;
     this.pictureBox1.Location = new System.Drawing.Point(12, 12);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(56, 56);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // button1
     //
     this.button1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.BackColor = System.Drawing.Color.Transparent;
     this.button1.FlatAppearance.BorderColor        = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
     this.button1.FlatAppearance.MouseDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(224)))), ((int)(((byte)(192)))));
     this.button1.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
     this.button1.Image      = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
     this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.button1.Location   = new System.Drawing.Point(349, 95);
     this.button1.Name       = "button1";
     this.button1.Size       = new System.Drawing.Size(96, 27);
     this.button1.TabIndex   = 63;
     this.button1.Text       = "Run";
     this.button1.UseVisualStyleBackColor = false;
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Verdana", 8.25F);
     this.label1.Location = new System.Drawing.Point(85, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(360, 63);
     this.label1.TabIndex = 64;
     this.label1.Text     = resources.GetString("label1.Text");
     //
     // Form1
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.AutoSize            = true;
     this.ClientSize          = new System.Drawing.Size(457, 134);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.pictureBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Name            = "Form1";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Grid";
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.ResumeLayout(false);
 }
Ejemplo n.º 60
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OptionUrlEntry));
     this.cancelButton = new System.Windows.Forms.Button();
     this.okButton     = new System.Windows.Forms.Button();
     this.label        = new System.Windows.Forms.Label();
     this.ServiceUri   = new System.Windows.Forms.MaskedTextBox();
     this._message     = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // cancelButton
     //
     this.cancelButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cancelButton.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.cancelButton.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.cancelButton.Location                = new System.Drawing.Point(263, 145);
     this.cancelButton.Name                    = "cancelButton";
     this.cancelButton.Size                    = new System.Drawing.Size(75, 23);
     this.cancelButton.TabIndex                = 5;
     this.cancelButton.Text                    = "Cancel";
     this.cancelButton.UseVisualStyleBackColor = true;
     //
     // okButton
     //
     this.okButton.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.okButton.DialogResult            = System.Windows.Forms.DialogResult.OK;
     this.okButton.FlatStyle               = System.Windows.Forms.FlatStyle.System;
     this.okButton.Location                = new System.Drawing.Point(182, 145);
     this.okButton.Name                    = "okButton";
     this.okButton.Size                    = new System.Drawing.Size(75, 23);
     this.okButton.TabIndex                = 4;
     this.okButton.Text                    = "OK";
     this.okButton.UseVisualStyleBackColor = true;
     //
     // label
     //
     this.label.AutoSize = true;
     this.label.Location = new System.Drawing.Point(19, 15);
     this.label.Name     = "label";
     this.label.Size     = new System.Drawing.Size(57, 13);
     this.label.TabIndex = 2;
     this.label.Text     = "Server Uri:";
     //
     // ServiceUri
     //
     this.ServiceUri.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                    | System.Windows.Forms.AnchorStyles.Right)));
     this.ServiceUri.Location = new System.Drawing.Point(81, 12);
     this.ServiceUri.Name     = "ServiceUri";
     this.ServiceUri.Size     = new System.Drawing.Size(257, 20);
     this.ServiceUri.TabIndex = 3;
     //
     // _message
     //
     this._message.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                   | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this._message.Location = new System.Drawing.Point(12, 44);
     this._message.Name     = "_message";
     this._message.Size     = new System.Drawing.Size(326, 89);
     this._message.TabIndex = 6;
     this._message.Text     = resources.GetString("_message.Text");
     //
     // OptionUrlEntry
     //
     this.AcceptButton        = this.okButton;
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
     this.CancelButton        = this.cancelButton;
     this.ClientSize          = new System.Drawing.Size(350, 180);
     this.Controls.Add(this._message);
     this.Controls.Add(this.ServiceUri);
     this.Controls.Add(this.label);
     this.Controls.Add(this.cancelButton);
     this.Controls.Add(this.okButton);
     this.MaximizeBox   = false;
     this.MaximumSize   = new System.Drawing.Size(800, 210);
     this.MinimizeBox   = false;
     this.MinimumSize   = new System.Drawing.Size(360, 210);
     this.Name          = "OptionUrlEntry";
     this.ShowIcon      = false;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Service Location Uri";
     this.ResumeLayout(false);
     this.PerformLayout();
 }