Exemple #1
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(Locality));
     this.labelDeg1         = new ChronosXP.XPLabel();
     this.groupBoxCity      = new ChronosXP.XPGroupBox();
     this.comboBoxCity      = new System.Windows.Forms.ComboBox();
     this.radioButtonNorth  = new System.Windows.Forms.RadioButton();
     this.numericLongDeg    = new ChronosXP.XPNumericUpDown();
     this.radioButtonSouth  = new System.Windows.Forms.RadioButton();
     this.buttonCancel      = new System.Windows.Forms.Button();
     this.groupBoxTZ        = new ChronosXP.XPGroupBox();
     this.comboBoxZones     = new System.Windows.Forms.ComboBox();
     this.buttonOK          = new System.Windows.Forms.Button();
     this.numericLongMin    = new ChronosXP.XPNumericUpDown();
     this.radioButtonEast   = new System.Windows.Forms.RadioButton();
     this.numericLatMin     = new ChronosXP.XPNumericUpDown();
     this.labelInfo         = new ChronosXP.XPLabel();
     this.numericLatDeg     = new ChronosXP.XPNumericUpDown();
     this.groupBoxLatitude  = new ChronosXP.XPGroupBox();
     this.labelMin1         = new ChronosXP.XPLabel();
     this.radioButtonWest   = new System.Windows.Forms.RadioButton();
     this.groupBoxLongitude = new ChronosXP.XPGroupBox();
     this.labelMin2         = new ChronosXP.XPLabel();
     this.labelDeg2         = new ChronosXP.XPLabel();
     this.linkLabelAtlas    = new ChronosXP.XPLinkLabel();
     this.groupBoxCity.SuspendLayout();
     this.groupBoxTZ.SuspendLayout();
     this.groupBoxLatitude.SuspendLayout();
     this.groupBoxLongitude.SuspendLayout();
     this.SuspendLayout();
     //
     // labelDeg1
     //
     this.labelDeg1.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.labelDeg1, "labelDeg1");
     this.labelDeg1.Name = "labelDeg1";
     //
     // groupBoxCity
     //
     this.groupBoxCity.BackColor = System.Drawing.Color.Transparent;
     this.groupBoxCity.Controls.Add(this.comboBoxCity);
     resources.ApplyResources(this.groupBoxCity, "groupBoxCity");
     this.groupBoxCity.Name    = "groupBoxCity";
     this.groupBoxCity.TabStop = false;
     //
     // comboBoxCity
     //
     resources.ApplyResources(this.comboBoxCity, "comboBoxCity");
     this.comboBoxCity.Name   = "comboBoxCity";
     this.comboBoxCity.Sorted = true;
     this.comboBoxCity.SelectedIndexChanged += new System.EventHandler(this.comboBoxCity_SelectedIndexChanged);
     //
     // radioButtonNorth
     //
     resources.ApplyResources(this.radioButtonNorth, "radioButtonNorth");
     this.radioButtonNorth.Name    = "radioButtonNorth";
     this.radioButtonNorth.TabStop = true;
     //
     // numericLongDeg
     //
     resources.ApplyResources(this.numericLongDeg, "numericLongDeg");
     this.numericLongDeg.Maximum = 179;
     this.numericLongDeg.Minimum = 0;
     this.numericLongDeg.Name    = "numericLongDeg";
     this.numericLongDeg.Value   = 0;
     //
     // radioButtonSouth
     //
     resources.ApplyResources(this.radioButtonSouth, "radioButtonSouth");
     this.radioButtonSouth.Name    = "radioButtonSouth";
     this.radioButtonSouth.TabStop = true;
     //
     // buttonCancel
     //
     this.buttonCancel.BackColor    = System.Drawing.Color.Transparent;
     this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.buttonCancel, "buttonCancel");
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.UseVisualStyleBackColor = false;
     this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
     //
     // groupBoxTZ
     //
     this.groupBoxTZ.BackColor = System.Drawing.Color.Transparent;
     this.groupBoxTZ.Controls.Add(this.comboBoxZones);
     resources.ApplyResources(this.groupBoxTZ, "groupBoxTZ");
     this.groupBoxTZ.Name    = "groupBoxTZ";
     this.groupBoxTZ.TabStop = false;
     //
     // comboBoxZones
     //
     this.comboBoxZones.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.comboBoxZones, "comboBoxZones");
     this.comboBoxZones.Name = "comboBoxZones";
     //
     // buttonOK
     //
     this.buttonOK.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.buttonOK, "buttonOK");
     this.buttonOK.Name = "buttonOK";
     this.buttonOK.UseVisualStyleBackColor = false;
     this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
     //
     // numericLongMin
     //
     resources.ApplyResources(this.numericLongMin, "numericLongMin");
     this.numericLongMin.Maximum = 59;
     this.numericLongMin.Minimum = 0;
     this.numericLongMin.Name    = "numericLongMin";
     this.numericLongMin.Value   = 0;
     //
     // radioButtonEast
     //
     resources.ApplyResources(this.radioButtonEast, "radioButtonEast");
     this.radioButtonEast.Name    = "radioButtonEast";
     this.radioButtonEast.TabStop = true;
     //
     // numericLatMin
     //
     resources.ApplyResources(this.numericLatMin, "numericLatMin");
     this.numericLatMin.Maximum = 59;
     this.numericLatMin.Minimum = 0;
     this.numericLatMin.Name    = "numericLatMin";
     this.numericLatMin.Value   = 0;
     //
     // labelInfo
     //
     this.labelInfo.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.labelInfo, "labelInfo");
     this.labelInfo.Name = "labelInfo";
     //
     // numericLatDeg
     //
     resources.ApplyResources(this.numericLatDeg, "numericLatDeg");
     this.numericLatDeg.Maximum = 89;
     this.numericLatDeg.Minimum = 0;
     this.numericLatDeg.Name    = "numericLatDeg";
     this.numericLatDeg.Value   = 0;
     //
     // groupBoxLatitude
     //
     this.groupBoxLatitude.BackColor = System.Drawing.Color.Transparent;
     this.groupBoxLatitude.Controls.Add(this.numericLatDeg);
     this.groupBoxLatitude.Controls.Add(this.labelMin1);
     this.groupBoxLatitude.Controls.Add(this.labelDeg1);
     this.groupBoxLatitude.Controls.Add(this.numericLatMin);
     this.groupBoxLatitude.Controls.Add(this.radioButtonNorth);
     this.groupBoxLatitude.Controls.Add(this.radioButtonSouth);
     resources.ApplyResources(this.groupBoxLatitude, "groupBoxLatitude");
     this.groupBoxLatitude.Name    = "groupBoxLatitude";
     this.groupBoxLatitude.TabStop = false;
     //
     // labelMin1
     //
     this.labelMin1.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.labelMin1, "labelMin1");
     this.labelMin1.Name = "labelMin1";
     //
     // radioButtonWest
     //
     resources.ApplyResources(this.radioButtonWest, "radioButtonWest");
     this.radioButtonWest.Name    = "radioButtonWest";
     this.radioButtonWest.TabStop = true;
     //
     // groupBoxLongitude
     //
     this.groupBoxLongitude.BackColor = System.Drawing.Color.Transparent;
     this.groupBoxLongitude.Controls.Add(this.labelMin2);
     this.groupBoxLongitude.Controls.Add(this.numericLongMin);
     this.groupBoxLongitude.Controls.Add(this.labelDeg2);
     this.groupBoxLongitude.Controls.Add(this.numericLongDeg);
     this.groupBoxLongitude.Controls.Add(this.radioButtonWest);
     this.groupBoxLongitude.Controls.Add(this.radioButtonEast);
     resources.ApplyResources(this.groupBoxLongitude, "groupBoxLongitude");
     this.groupBoxLongitude.Name    = "groupBoxLongitude";
     this.groupBoxLongitude.TabStop = false;
     //
     // labelMin2
     //
     this.labelMin2.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.labelMin2, "labelMin2");
     this.labelMin2.Name = "labelMin2";
     //
     // labelDeg2
     //
     this.labelDeg2.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.labelDeg2, "labelDeg2");
     this.labelDeg2.Name = "labelDeg2";
     //
     // linkLabelAtlas
     //
     this.linkLabelAtlas.BackColor = System.Drawing.Color.Transparent;
     resources.ApplyResources(this.linkLabelAtlas, "linkLabelAtlas");
     this.linkLabelAtlas.Name    = "linkLabelAtlas";
     this.linkLabelAtlas.TabStop = true;
     this.linkLabelAtlas.UseCompatibleTextRendering = true;
     this.linkLabelAtlas.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelAtlas_LinkClicked);
     //
     // Locality
     //
     this.AcceptButton = this.buttonOK;
     resources.ApplyResources(this, "$this");
     this.BackColor    = System.Drawing.SystemColors.ControlLight;
     this.CancelButton = this.buttonCancel;
     this.Controls.Add(this.groupBoxTZ);
     this.Controls.Add(this.groupBoxLongitude);
     this.Controls.Add(this.groupBoxLatitude);
     this.Controls.Add(this.groupBoxCity);
     this.Controls.Add(this.labelInfo);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.linkLabelAtlas);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.Name            = "Locality";
     this.groupBoxCity.ResumeLayout(false);
     this.groupBoxTZ.ResumeLayout(false);
     this.groupBoxLatitude.ResumeLayout(false);
     this.groupBoxLatitude.PerformLayout();
     this.groupBoxLongitude.ResumeLayout(false);
     this.groupBoxLongitude.PerformLayout();
     this.ResumeLayout(false);
 }
Exemple #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(AboutOld));
     this.labelVer          = new ChronosXP.XPLabel();
     this.linkLabelURL      = new ChronosXP.XPLinkLabel();
     this.label7            = new ChronosXP.XPLabel();
     this.buttonOK          = new System.Windows.Forms.Button();
     this.label1            = new ChronosXP.XPLabel();
     this.pictureBox1       = new System.Windows.Forms.PictureBox();
     this.label14           = new ChronosXP.XPLabel();
     this.xPLabel4          = new ChronosXP.XPLabel();
     this.xPLabel5          = new ChronosXP.XPLabel();
     this.xPLabel7          = new ChronosXP.XPLabel();
     this.labelName         = new ChronosXP.XPLabel();
     this.linkLabelLicense  = new ChronosXP.XPLinkLabel();
     this.xPLinkLabel1      = new ChronosXP.XPLinkLabel();
     this.xPLabel8          = new ChronosXP.XPLabel();
     this.xpGroupBoxCredits = new ChronosXP.XPGroupBox();
     this.xpLabel1          = new ChronosXP.XPLabel();
     this.xpLabel2          = new ChronosXP.XPLabel();
     this.xpGroupBoxCredits.SuspendLayout();
     this.SuspendLayout();
     //
     // labelVer
     //
     this.labelVer.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("labelVer.Anchor")));
     this.labelVer.AutoSize    = ((bool)(resources.GetObject("labelVer.AutoSize")));
     this.labelVer.BackColor   = System.Drawing.Color.Transparent;
     this.labelVer.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("labelVer.Dock")));
     this.labelVer.Enabled     = ((bool)(resources.GetObject("labelVer.Enabled")));
     this.labelVer.Font        = ((System.Drawing.Font)(resources.GetObject("labelVer.Font")));
     this.labelVer.ImageAlign  = ((System.Drawing.ContentAlignment)(resources.GetObject("labelVer.ImageAlign")));
     this.labelVer.ImageIndex  = ((int)(resources.GetObject("labelVer.ImageIndex")));
     this.labelVer.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("labelVer.ImeMode")));
     this.labelVer.Location    = ((System.Drawing.Point)(resources.GetObject("labelVer.Location")));
     this.labelVer.Name        = "labelVer";
     this.labelVer.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("labelVer.RightToLeft")));
     this.labelVer.Size        = ((System.Drawing.Size)(resources.GetObject("labelVer.Size")));
     this.labelVer.TabIndex    = ((int)(resources.GetObject("labelVer.TabIndex")));
     this.labelVer.Text        = resources.GetString("labelVer.Text");
     this.labelVer.TextAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("labelVer.TextAlign")));
     this.labelVer.Visible     = ((bool)(resources.GetObject("labelVer.Visible")));
     //
     // linkLabelURL
     //
     this.linkLabelURL.Anchor       = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("linkLabelURL.Anchor")));
     this.linkLabelURL.AutoSize     = ((bool)(resources.GetObject("linkLabelURL.AutoSize")));
     this.linkLabelURL.BackColor    = System.Drawing.Color.Transparent;
     this.linkLabelURL.Dock         = ((System.Windows.Forms.DockStyle)(resources.GetObject("linkLabelURL.Dock")));
     this.linkLabelURL.Enabled      = ((bool)(resources.GetObject("linkLabelURL.Enabled")));
     this.linkLabelURL.ImageAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("linkLabelURL.ImageAlign")));
     this.linkLabelURL.ImageIndex   = ((int)(resources.GetObject("linkLabelURL.ImageIndex")));
     this.linkLabelURL.ImeMode      = ((System.Windows.Forms.ImeMode)(resources.GetObject("linkLabelURL.ImeMode")));
     this.linkLabelURL.LinkArea     = ((System.Windows.Forms.LinkArea)(resources.GetObject("linkLabelURL.LinkArea")));
     this.linkLabelURL.Location     = ((System.Drawing.Point)(resources.GetObject("linkLabelURL.Location")));
     this.linkLabelURL.Name         = "linkLabelURL";
     this.linkLabelURL.RightToLeft  = ((System.Windows.Forms.RightToLeft)(resources.GetObject("linkLabelURL.RightToLeft")));
     this.linkLabelURL.Size         = ((System.Drawing.Size)(resources.GetObject("linkLabelURL.Size")));
     this.linkLabelURL.TabIndex     = ((int)(resources.GetObject("linkLabelURL.TabIndex")));
     this.linkLabelURL.TabStop      = true;
     this.linkLabelURL.Tag          = "http://chronosxp.sourceforge.net";
     this.linkLabelURL.Text         = resources.GetString("linkLabelURL.Text");
     this.linkLabelURL.TextAlign    = ((System.Drawing.ContentAlignment)(resources.GetObject("linkLabelURL.TextAlign")));
     this.linkLabelURL.Visible      = ((bool)(resources.GetObject("linkLabelURL.Visible")));
     this.linkLabelURL.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelURL_LinkClicked);
     //
     // label7
     //
     this.label7.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("label7.Anchor")));
     this.label7.AutoSize    = ((bool)(resources.GetObject("label7.AutoSize")));
     this.label7.BackColor   = System.Drawing.Color.Transparent;
     this.label7.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("label7.Dock")));
     this.label7.Enabled     = ((bool)(resources.GetObject("label7.Enabled")));
     this.label7.ImageAlign  = ((System.Drawing.ContentAlignment)(resources.GetObject("label7.ImageAlign")));
     this.label7.ImageIndex  = ((int)(resources.GetObject("label7.ImageIndex")));
     this.label7.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("label7.ImeMode")));
     this.label7.Location    = ((System.Drawing.Point)(resources.GetObject("label7.Location")));
     this.label7.Name        = "label7";
     this.label7.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("label7.RightToLeft")));
     this.label7.Size        = ((System.Drawing.Size)(resources.GetObject("label7.Size")));
     this.label7.TabIndex    = ((int)(resources.GetObject("label7.TabIndex")));
     this.label7.Text        = resources.GetString("label7.Text");
     this.label7.TextAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("label7.TextAlign")));
     this.label7.Visible     = ((bool)(resources.GetObject("label7.Visible")));
     //
     // buttonOK
     //
     this.buttonOK.Anchor       = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("buttonOK.Anchor")));
     this.buttonOK.BackColor    = System.Drawing.Color.Transparent;
     this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.buttonOK.Dock         = ((System.Windows.Forms.DockStyle)(resources.GetObject("buttonOK.Dock")));
     this.buttonOK.Enabled      = ((bool)(resources.GetObject("buttonOK.Enabled")));
     this.buttonOK.FlatStyle    = ((System.Windows.Forms.FlatStyle)(resources.GetObject("buttonOK.FlatStyle")));
     this.buttonOK.ImageAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("buttonOK.ImageAlign")));
     this.buttonOK.ImageIndex   = ((int)(resources.GetObject("buttonOK.ImageIndex")));
     this.buttonOK.ImeMode      = ((System.Windows.Forms.ImeMode)(resources.GetObject("buttonOK.ImeMode")));
     this.buttonOK.Location     = ((System.Drawing.Point)(resources.GetObject("buttonOK.Location")));
     this.buttonOK.Name         = "buttonOK";
     this.buttonOK.RightToLeft  = ((System.Windows.Forms.RightToLeft)(resources.GetObject("buttonOK.RightToLeft")));
     this.buttonOK.Size         = ((System.Drawing.Size)(resources.GetObject("buttonOK.Size")));
     this.buttonOK.TabIndex     = ((int)(resources.GetObject("buttonOK.TabIndex")));
     this.buttonOK.Text         = resources.GetString("buttonOK.Text");
     this.buttonOK.TextAlign    = ((System.Drawing.ContentAlignment)(resources.GetObject("buttonOK.TextAlign")));
     this.buttonOK.Visible      = ((bool)(resources.GetObject("buttonOK.Visible")));
     this.buttonOK.Click       += new System.EventHandler(this.buttonOK_Click);
     //
     // label1
     //
     this.label1.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("label1.Anchor")));
     this.label1.AutoSize    = ((bool)(resources.GetObject("label1.AutoSize")));
     this.label1.BackColor   = System.Drawing.Color.Transparent;
     this.label1.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("label1.Dock")));
     this.label1.Enabled     = ((bool)(resources.GetObject("label1.Enabled")));
     this.label1.ImageAlign  = ((System.Drawing.ContentAlignment)(resources.GetObject("label1.ImageAlign")));
     this.label1.ImageIndex  = ((int)(resources.GetObject("label1.ImageIndex")));
     this.label1.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("label1.ImeMode")));
     this.label1.Location    = ((System.Drawing.Point)(resources.GetObject("label1.Location")));
     this.label1.Name        = "label1";
     this.label1.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("label1.RightToLeft")));
     this.label1.Size        = ((System.Drawing.Size)(resources.GetObject("label1.Size")));
     this.label1.TabIndex    = ((int)(resources.GetObject("label1.TabIndex")));
     this.label1.Text        = resources.GetString("label1.Text");
     this.label1.TextAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("label1.TextAlign")));
     this.label1.Visible     = ((bool)(resources.GetObject("label1.Visible")));
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("pictureBox1.Anchor")));
     this.pictureBox1.BackColor   = System.Drawing.Color.Transparent;
     this.pictureBox1.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("pictureBox1.Dock")));
     this.pictureBox1.Enabled     = ((bool)(resources.GetObject("pictureBox1.Enabled")));
     this.pictureBox1.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("pictureBox1.ImeMode")));
     this.pictureBox1.Location    = ((System.Drawing.Point)(resources.GetObject("pictureBox1.Location")));
     this.pictureBox1.Name        = "pictureBox1";
     this.pictureBox1.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("pictureBox1.RightToLeft")));
     this.pictureBox1.Size        = ((System.Drawing.Size)(resources.GetObject("pictureBox1.Size")));
     this.pictureBox1.SizeMode    = ((System.Windows.Forms.PictureBoxSizeMode)(resources.GetObject("pictureBox1.SizeMode")));
     this.pictureBox1.TabIndex    = ((int)(resources.GetObject("pictureBox1.TabIndex")));
     this.pictureBox1.TabStop     = false;
     this.pictureBox1.Text        = resources.GetString("pictureBox1.Text");
     this.pictureBox1.Visible     = ((bool)(resources.GetObject("pictureBox1.Visible")));
     //
     // label14
     //
     this.label14.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("label14.Anchor")));
     this.label14.AutoSize    = ((bool)(resources.GetObject("label14.AutoSize")));
     this.label14.BackColor   = System.Drawing.Color.Transparent;
     this.label14.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("label14.Dock")));
     this.label14.Enabled     = ((bool)(resources.GetObject("label14.Enabled")));
     this.label14.ImageAlign  = ((System.Drawing.ContentAlignment)(resources.GetObject("label14.ImageAlign")));
     this.label14.ImageIndex  = ((int)(resources.GetObject("label14.ImageIndex")));
     this.label14.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("label14.ImeMode")));
     this.label14.Location    = ((System.Drawing.Point)(resources.GetObject("label14.Location")));
     this.label14.Name        = "label14";
     this.label14.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("label14.RightToLeft")));
     this.label14.Size        = ((System.Drawing.Size)(resources.GetObject("label14.Size")));
     this.label14.TabIndex    = ((int)(resources.GetObject("label14.TabIndex")));
     this.label14.Text        = resources.GetString("label14.Text");
     this.label14.TextAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("label14.TextAlign")));
     this.label14.Visible     = ((bool)(resources.GetObject("label14.Visible")));
     //
     // xPLabel4
     //
     this.xPLabel4.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("xPLabel4.Anchor")));
     this.xPLabel4.AutoSize    = ((bool)(resources.GetObject("xPLabel4.AutoSize")));
     this.xPLabel4.BackColor   = System.Drawing.Color.Transparent;
     this.xPLabel4.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("xPLabel4.Dock")));
     this.xPLabel4.Enabled     = ((bool)(resources.GetObject("xPLabel4.Enabled")));
     this.xPLabel4.ImageAlign  = ((System.Drawing.ContentAlignment)(resources.GetObject("xPLabel4.ImageAlign")));
     this.xPLabel4.ImageIndex  = ((int)(resources.GetObject("xPLabel4.ImageIndex")));
     this.xPLabel4.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("xPLabel4.ImeMode")));
     this.xPLabel4.Location    = ((System.Drawing.Point)(resources.GetObject("xPLabel4.Location")));
     this.xPLabel4.Name        = "xPLabel4";
     this.xPLabel4.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("xPLabel4.RightToLeft")));
     this.xPLabel4.Size        = ((System.Drawing.Size)(resources.GetObject("xPLabel4.Size")));
     this.xPLabel4.TabIndex    = ((int)(resources.GetObject("xPLabel4.TabIndex")));
     this.xPLabel4.Text        = resources.GetString("xPLabel4.Text");
     this.xPLabel4.TextAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("xPLabel4.TextAlign")));
     this.xPLabel4.Visible     = ((bool)(resources.GetObject("xPLabel4.Visible")));
     //
     // xPLabel5
     //
     this.xPLabel5.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("xPLabel5.Anchor")));
     this.xPLabel5.AutoSize    = ((bool)(resources.GetObject("xPLabel5.AutoSize")));
     this.xPLabel5.BackColor   = System.Drawing.Color.Transparent;
     this.xPLabel5.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("xPLabel5.Dock")));
     this.xPLabel5.Enabled     = ((bool)(resources.GetObject("xPLabel5.Enabled")));
     this.xPLabel5.ImageAlign  = ((System.Drawing.ContentAlignment)(resources.GetObject("xPLabel5.ImageAlign")));
     this.xPLabel5.ImageIndex  = ((int)(resources.GetObject("xPLabel5.ImageIndex")));
     this.xPLabel5.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("xPLabel5.ImeMode")));
     this.xPLabel5.Location    = ((System.Drawing.Point)(resources.GetObject("xPLabel5.Location")));
     this.xPLabel5.Name        = "xPLabel5";
     this.xPLabel5.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("xPLabel5.RightToLeft")));
     this.xPLabel5.Size        = ((System.Drawing.Size)(resources.GetObject("xPLabel5.Size")));
     this.xPLabel5.TabIndex    = ((int)(resources.GetObject("xPLabel5.TabIndex")));
     this.xPLabel5.Text        = resources.GetString("xPLabel5.Text");
     this.xPLabel5.TextAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("xPLabel5.TextAlign")));
     this.xPLabel5.Visible     = ((bool)(resources.GetObject("xPLabel5.Visible")));
     //
     // xPLabel7
     //
     this.xPLabel7.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("xPLabel7.Anchor")));
     this.xPLabel7.AutoSize    = ((bool)(resources.GetObject("xPLabel7.AutoSize")));
     this.xPLabel7.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("xPLabel7.Dock")));
     this.xPLabel7.Enabled     = ((bool)(resources.GetObject("xPLabel7.Enabled")));
     this.xPLabel7.ImageAlign  = ((System.Drawing.ContentAlignment)(resources.GetObject("xPLabel7.ImageAlign")));
     this.xPLabel7.ImageIndex  = ((int)(resources.GetObject("xPLabel7.ImageIndex")));
     this.xPLabel7.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("xPLabel7.ImeMode")));
     this.xPLabel7.Location    = ((System.Drawing.Point)(resources.GetObject("xPLabel7.Location")));
     this.xPLabel7.Name        = "xPLabel7";
     this.xPLabel7.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("xPLabel7.RightToLeft")));
     this.xPLabel7.Size        = ((System.Drawing.Size)(resources.GetObject("xPLabel7.Size")));
     this.xPLabel7.TabIndex    = ((int)(resources.GetObject("xPLabel7.TabIndex")));
     this.xPLabel7.Text        = resources.GetString("xPLabel7.Text");
     this.xPLabel7.TextAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("xPLabel7.TextAlign")));
     this.xPLabel7.Visible     = ((bool)(resources.GetObject("xPLabel7.Visible")));
     //
     // labelName
     //
     this.labelName.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("labelName.Anchor")));
     this.labelName.AutoSize    = ((bool)(resources.GetObject("labelName.AutoSize")));
     this.labelName.BackColor   = System.Drawing.Color.Transparent;
     this.labelName.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("labelName.Dock")));
     this.labelName.Enabled     = ((bool)(resources.GetObject("labelName.Enabled")));
     this.labelName.Font        = ((System.Drawing.Font)(resources.GetObject("labelName.Font")));
     this.labelName.ImageAlign  = ((System.Drawing.ContentAlignment)(resources.GetObject("labelName.ImageAlign")));
     this.labelName.ImageIndex  = ((int)(resources.GetObject("labelName.ImageIndex")));
     this.labelName.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("labelName.ImeMode")));
     this.labelName.Location    = ((System.Drawing.Point)(resources.GetObject("labelName.Location")));
     this.labelName.Name        = "labelName";
     this.labelName.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("labelName.RightToLeft")));
     this.labelName.Size        = ((System.Drawing.Size)(resources.GetObject("labelName.Size")));
     this.labelName.TabIndex    = ((int)(resources.GetObject("labelName.TabIndex")));
     this.labelName.Text        = resources.GetString("labelName.Text");
     this.labelName.TextAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("labelName.TextAlign")));
     this.labelName.Visible     = ((bool)(resources.GetObject("labelName.Visible")));
     //
     // linkLabelLicense
     //
     this.linkLabelLicense.Anchor       = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("linkLabelLicense.Anchor")));
     this.linkLabelLicense.AutoSize     = ((bool)(resources.GetObject("linkLabelLicense.AutoSize")));
     this.linkLabelLicense.BackColor    = System.Drawing.Color.Transparent;
     this.linkLabelLicense.Dock         = ((System.Windows.Forms.DockStyle)(resources.GetObject("linkLabelLicense.Dock")));
     this.linkLabelLicense.Enabled      = ((bool)(resources.GetObject("linkLabelLicense.Enabled")));
     this.linkLabelLicense.ImageAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("linkLabelLicense.ImageAlign")));
     this.linkLabelLicense.ImageIndex   = ((int)(resources.GetObject("linkLabelLicense.ImageIndex")));
     this.linkLabelLicense.ImeMode      = ((System.Windows.Forms.ImeMode)(resources.GetObject("linkLabelLicense.ImeMode")));
     this.linkLabelLicense.LinkArea     = ((System.Windows.Forms.LinkArea)(resources.GetObject("linkLabelLicense.LinkArea")));
     this.linkLabelLicense.Location     = ((System.Drawing.Point)(resources.GetObject("linkLabelLicense.Location")));
     this.linkLabelLicense.Name         = "linkLabelLicense";
     this.linkLabelLicense.RightToLeft  = ((System.Windows.Forms.RightToLeft)(resources.GetObject("linkLabelLicense.RightToLeft")));
     this.linkLabelLicense.Size         = ((System.Drawing.Size)(resources.GetObject("linkLabelLicense.Size")));
     this.linkLabelLicense.TabIndex     = ((int)(resources.GetObject("linkLabelLicense.TabIndex")));
     this.linkLabelLicense.TabStop      = true;
     this.linkLabelLicense.Text         = resources.GetString("linkLabelLicense.Text");
     this.linkLabelLicense.TextAlign    = ((System.Drawing.ContentAlignment)(resources.GetObject("linkLabelLicense.TextAlign")));
     this.linkLabelLicense.Visible      = ((bool)(resources.GetObject("linkLabelLicense.Visible")));
     this.linkLabelLicense.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelLicense_LinkClicked);
     //
     // xPLinkLabel1
     //
     this.xPLinkLabel1.Anchor       = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("xPLinkLabel1.Anchor")));
     this.xPLinkLabel1.AutoSize     = ((bool)(resources.GetObject("xPLinkLabel1.AutoSize")));
     this.xPLinkLabel1.Dock         = ((System.Windows.Forms.DockStyle)(resources.GetObject("xPLinkLabel1.Dock")));
     this.xPLinkLabel1.Enabled      = ((bool)(resources.GetObject("xPLinkLabel1.Enabled")));
     this.xPLinkLabel1.ImageAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("xPLinkLabel1.ImageAlign")));
     this.xPLinkLabel1.ImageIndex   = ((int)(resources.GetObject("xPLinkLabel1.ImageIndex")));
     this.xPLinkLabel1.ImeMode      = ((System.Windows.Forms.ImeMode)(resources.GetObject("xPLinkLabel1.ImeMode")));
     this.xPLinkLabel1.LinkArea     = ((System.Windows.Forms.LinkArea)(resources.GetObject("xPLinkLabel1.LinkArea")));
     this.xPLinkLabel1.Location     = ((System.Drawing.Point)(resources.GetObject("xPLinkLabel1.Location")));
     this.xPLinkLabel1.Name         = "xPLinkLabel1";
     this.xPLinkLabel1.RightToLeft  = ((System.Windows.Forms.RightToLeft)(resources.GetObject("xPLinkLabel1.RightToLeft")));
     this.xPLinkLabel1.Size         = ((System.Drawing.Size)(resources.GetObject("xPLinkLabel1.Size")));
     this.xPLinkLabel1.TabIndex     = ((int)(resources.GetObject("xPLinkLabel1.TabIndex")));
     this.xPLinkLabel1.TabStop      = true;
     this.xPLinkLabel1.Tag          = "http://CartaNatal.com";
     this.xPLinkLabel1.Text         = resources.GetString("xPLinkLabel1.Text");
     this.xPLinkLabel1.TextAlign    = ((System.Drawing.ContentAlignment)(resources.GetObject("xPLinkLabel1.TextAlign")));
     this.xPLinkLabel1.Visible      = ((bool)(resources.GetObject("xPLinkLabel1.Visible")));
     this.xPLinkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.xpLinkLabel_LinkClicked);
     //
     // xPLabel8
     //
     this.xPLabel8.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("xPLabel8.Anchor")));
     this.xPLabel8.AutoSize    = ((bool)(resources.GetObject("xPLabel8.AutoSize")));
     this.xPLabel8.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("xPLabel8.Dock")));
     this.xPLabel8.Enabled     = ((bool)(resources.GetObject("xPLabel8.Enabled")));
     this.xPLabel8.ImageAlign  = ((System.Drawing.ContentAlignment)(resources.GetObject("xPLabel8.ImageAlign")));
     this.xPLabel8.ImageIndex  = ((int)(resources.GetObject("xPLabel8.ImageIndex")));
     this.xPLabel8.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("xPLabel8.ImeMode")));
     this.xPLabel8.Location    = ((System.Drawing.Point)(resources.GetObject("xPLabel8.Location")));
     this.xPLabel8.Name        = "xPLabel8";
     this.xPLabel8.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("xPLabel8.RightToLeft")));
     this.xPLabel8.Size        = ((System.Drawing.Size)(resources.GetObject("xPLabel8.Size")));
     this.xPLabel8.TabIndex    = ((int)(resources.GetObject("xPLabel8.TabIndex")));
     this.xPLabel8.Text        = resources.GetString("xPLabel8.Text");
     this.xPLabel8.TextAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("xPLabel8.TextAlign")));
     this.xPLabel8.Visible     = ((bool)(resources.GetObject("xPLabel8.Visible")));
     //
     // xpGroupBoxCredits
     //
     this.xpGroupBoxCredits.Anchor    = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("xpGroupBoxCredits.Anchor")));
     this.xpGroupBoxCredits.BackColor = System.Drawing.Color.Transparent;
     this.xpGroupBoxCredits.Controls.Add(this.xPLinkLabel1);
     this.xpGroupBoxCredits.Controls.Add(this.xPLabel8);
     this.xpGroupBoxCredits.Controls.Add(this.xPLabel7);
     this.xpGroupBoxCredits.Controls.Add(this.xPLabel5);
     this.xpGroupBoxCredits.Controls.Add(this.xPLabel4);
     this.xpGroupBoxCredits.Controls.Add(this.xpLabel1);
     this.xpGroupBoxCredits.Controls.Add(this.label14);
     this.xpGroupBoxCredits.Controls.Add(this.label7);
     this.xpGroupBoxCredits.Controls.Add(this.label1);
     this.xpGroupBoxCredits.Controls.Add(this.xpLabel2);
     this.xpGroupBoxCredits.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("xpGroupBoxCredits.Dock")));
     this.xpGroupBoxCredits.Enabled     = ((bool)(resources.GetObject("xpGroupBoxCredits.Enabled")));
     this.xpGroupBoxCredits.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("xpGroupBoxCredits.ImeMode")));
     this.xpGroupBoxCredits.Location    = ((System.Drawing.Point)(resources.GetObject("xpGroupBoxCredits.Location")));
     this.xpGroupBoxCredits.Name        = "xpGroupBoxCredits";
     this.xpGroupBoxCredits.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("xpGroupBoxCredits.RightToLeft")));
     this.xpGroupBoxCredits.Size        = ((System.Drawing.Size)(resources.GetObject("xpGroupBoxCredits.Size")));
     this.xpGroupBoxCredits.TabIndex    = ((int)(resources.GetObject("xpGroupBoxCredits.TabIndex")));
     this.xpGroupBoxCredits.TabStop     = false;
     this.xpGroupBoxCredits.Text        = resources.GetString("xpGroupBoxCredits.Text");
     this.xpGroupBoxCredits.Visible     = ((bool)(resources.GetObject("xpGroupBoxCredits.Visible")));
     //
     // xpLabel1
     //
     this.xpLabel1.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("xpLabel1.Anchor")));
     this.xpLabel1.AutoSize    = ((bool)(resources.GetObject("xpLabel1.AutoSize")));
     this.xpLabel1.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("xpLabel1.Dock")));
     this.xpLabel1.Enabled     = ((bool)(resources.GetObject("xpLabel1.Enabled")));
     this.xpLabel1.ImageAlign  = ((System.Drawing.ContentAlignment)(resources.GetObject("xpLabel1.ImageAlign")));
     this.xpLabel1.ImageIndex  = ((int)(resources.GetObject("xpLabel1.ImageIndex")));
     this.xpLabel1.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("xpLabel1.ImeMode")));
     this.xpLabel1.Location    = ((System.Drawing.Point)(resources.GetObject("xpLabel1.Location")));
     this.xpLabel1.Name        = "xpLabel1";
     this.xpLabel1.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("xpLabel1.RightToLeft")));
     this.xpLabel1.Size        = ((System.Drawing.Size)(resources.GetObject("xpLabel1.Size")));
     this.xpLabel1.TabIndex    = ((int)(resources.GetObject("xpLabel1.TabIndex")));
     this.xpLabel1.Text        = resources.GetString("xpLabel1.Text");
     this.xpLabel1.TextAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("xpLabel1.TextAlign")));
     this.xpLabel1.Visible     = ((bool)(resources.GetObject("xpLabel1.Visible")));
     //
     // xpLabel2
     //
     this.xpLabel2.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("xpLabel2.Anchor")));
     this.xpLabel2.AutoSize    = ((bool)(resources.GetObject("xpLabel2.AutoSize")));
     this.xpLabel2.BackColor   = System.Drawing.Color.Transparent;
     this.xpLabel2.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("xpLabel2.Dock")));
     this.xpLabel2.Enabled     = ((bool)(resources.GetObject("xpLabel2.Enabled")));
     this.xpLabel2.ImageAlign  = ((System.Drawing.ContentAlignment)(resources.GetObject("xpLabel2.ImageAlign")));
     this.xpLabel2.ImageIndex  = ((int)(resources.GetObject("xpLabel2.ImageIndex")));
     this.xpLabel2.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("xpLabel2.ImeMode")));
     this.xpLabel2.Location    = ((System.Drawing.Point)(resources.GetObject("xpLabel2.Location")));
     this.xpLabel2.Name        = "xpLabel2";
     this.xpLabel2.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("xpLabel2.RightToLeft")));
     this.xpLabel2.Size        = ((System.Drawing.Size)(resources.GetObject("xpLabel2.Size")));
     this.xpLabel2.TabIndex    = ((int)(resources.GetObject("xpLabel2.TabIndex")));
     this.xpLabel2.Text        = resources.GetString("xpLabel2.Text");
     this.xpLabel2.TextAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("xpLabel2.TextAlign")));
     this.xpLabel2.Visible     = ((bool)(resources.GetObject("xpLabel2.Visible")));
     //
     // About
     //
     this.AcceptButton      = this.buttonOK;
     this.AutoScaleBaseSize = ((System.Drawing.Size)(resources.GetObject("$this.AutoScaleBaseSize")));
     this.AutoScroll        = ((bool)(resources.GetObject("$this.AutoScroll")));
     this.AutoScrollMargin  = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMargin")));
     this.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMinSize")));
     this.BackColor         = System.Drawing.SystemColors.ControlLight;
     this.CancelButton      = this.buttonOK;
     this.ClientSize        = ((System.Drawing.Size)(resources.GetObject("$this.ClientSize")));
     this.Controls.Add(this.xpGroupBoxCredits);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.linkLabelLicense);
     this.Controls.Add(this.labelVer);
     this.Controls.Add(this.labelName);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.linkLabelURL);
     this.Enabled         = ((bool)(resources.GetObject("$this.Enabled")));
     this.Font            = ((System.Drawing.Font)(resources.GetObject("$this.Font")));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("$this.ImeMode")));
     this.Location        = ((System.Drawing.Point)(resources.GetObject("$this.Location")));
     this.MaximizeBox     = false;
     this.MaximumSize     = ((System.Drawing.Size)(resources.GetObject("$this.MaximumSize")));
     this.MinimumSize     = ((System.Drawing.Size)(resources.GetObject("$this.MinimumSize")));
     this.Name            = "About";
     this.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("$this.RightToLeft")));
     this.StartPosition   = ((System.Windows.Forms.FormStartPosition)(resources.GetObject("$this.StartPosition")));
     this.Text            = resources.GetString("$this.Text");
     this.xpGroupBoxCredits.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemple #3
0
 /// <summary>
 /// This method is required for Windows Forms designer support.
 /// Do not change the method contents inside the source code editor. The Forms designer might
 /// not be able to load this method if it was changed manually.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(Phases));
     this.labelDate      = new ChronosXP.XPLabel();
     this.buttonOK       = new System.Windows.Forms.Button();
     this.columnHeader2  = new System.Windows.Forms.ColumnHeader();
     this.columnHeader1  = new System.Windows.Forms.ColumnHeader();
     this.dateTimePicker = new System.Windows.Forms.DateTimePicker();
     this.listView       = new System.Windows.Forms.ListView();
     this.SuspendLayout();
     //
     // labelDate
     //
     this.labelDate.Anchor      = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("labelDate.Anchor")));
     this.labelDate.AutoSize    = ((bool)(resources.GetObject("labelDate.AutoSize")));
     this.labelDate.BackColor   = System.Drawing.Color.Transparent;
     this.labelDate.Dock        = ((System.Windows.Forms.DockStyle)(resources.GetObject("labelDate.Dock")));
     this.labelDate.Enabled     = ((bool)(resources.GetObject("labelDate.Enabled")));
     this.labelDate.Font        = ((System.Drawing.Font)(resources.GetObject("labelDate.Font")));
     this.labelDate.ImageAlign  = ((System.Drawing.ContentAlignment)(resources.GetObject("labelDate.ImageAlign")));
     this.labelDate.ImageIndex  = ((int)(resources.GetObject("labelDate.ImageIndex")));
     this.labelDate.ImeMode     = ((System.Windows.Forms.ImeMode)(resources.GetObject("labelDate.ImeMode")));
     this.labelDate.Location    = ((System.Drawing.Point)(resources.GetObject("labelDate.Location")));
     this.labelDate.Name        = "labelDate";
     this.labelDate.RightToLeft = ((System.Windows.Forms.RightToLeft)(resources.GetObject("labelDate.RightToLeft")));
     this.labelDate.Size        = ((System.Drawing.Size)(resources.GetObject("labelDate.Size")));
     this.labelDate.TabIndex    = ((int)(resources.GetObject("labelDate.TabIndex")));
     this.labelDate.Text        = resources.GetString("labelDate.Text");
     this.labelDate.TextAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("labelDate.TextAlign")));
     this.labelDate.Visible     = ((bool)(resources.GetObject("labelDate.Visible")));
     //
     // buttonOK
     //
     this.buttonOK.Anchor       = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("buttonOK.Anchor")));
     this.buttonOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.buttonOK.Dock         = ((System.Windows.Forms.DockStyle)(resources.GetObject("buttonOK.Dock")));
     this.buttonOK.Enabled      = ((bool)(resources.GetObject("buttonOK.Enabled")));
     this.buttonOK.FlatStyle    = ((System.Windows.Forms.FlatStyle)(resources.GetObject("buttonOK.FlatStyle")));
     this.buttonOK.ImageAlign   = ((System.Drawing.ContentAlignment)(resources.GetObject("buttonOK.ImageAlign")));
     this.buttonOK.ImageIndex   = ((int)(resources.GetObject("buttonOK.ImageIndex")));
     this.buttonOK.ImeMode      = ((System.Windows.Forms.ImeMode)(resources.GetObject("buttonOK.ImeMode")));
     this.buttonOK.Location     = ((System.Drawing.Point)(resources.GetObject("buttonOK.Location")));
     this.buttonOK.Name         = "buttonOK";
     this.buttonOK.RightToLeft  = ((System.Windows.Forms.RightToLeft)(resources.GetObject("buttonOK.RightToLeft")));
     this.buttonOK.Size         = ((System.Drawing.Size)(resources.GetObject("buttonOK.Size")));
     this.buttonOK.TabIndex     = ((int)(resources.GetObject("buttonOK.TabIndex")));
     this.buttonOK.Text         = resources.GetString("buttonOK.Text");
     this.buttonOK.TextAlign    = ((System.Drawing.ContentAlignment)(resources.GetObject("buttonOK.TextAlign")));
     this.buttonOK.Visible      = ((bool)(resources.GetObject("buttonOK.Visible")));
     this.buttonOK.Click       += new System.EventHandler(this.ButtonOKClick);
     //
     // columnHeader2
     //
     this.columnHeader2.Text      = resources.GetString("columnHeader2.Text");
     this.columnHeader2.TextAlign = ((System.Windows.Forms.HorizontalAlignment)(resources.GetObject("columnHeader2.TextAlign")));
     this.columnHeader2.Width     = ((int)(resources.GetObject("columnHeader2.Width")));
     //
     // columnHeader1
     //
     this.columnHeader1.Text      = resources.GetString("columnHeader1.Text");
     this.columnHeader1.TextAlign = ((System.Windows.Forms.HorizontalAlignment)(resources.GetObject("columnHeader1.TextAlign")));
     this.columnHeader1.Width     = ((int)(resources.GetObject("columnHeader1.Width")));
     //
     // dateTimePicker
     //
     this.dateTimePicker.Anchor        = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("dateTimePicker.Anchor")));
     this.dateTimePicker.Dock          = ((System.Windows.Forms.DockStyle)(resources.GetObject("dateTimePicker.Dock")));
     this.dateTimePicker.DropDownAlign = ((System.Windows.Forms.LeftRightAlignment)(resources.GetObject("dateTimePicker.DropDownAlign")));
     this.dateTimePicker.Enabled       = ((bool)(resources.GetObject("dateTimePicker.Enabled")));
     this.dateTimePicker.Format        = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePicker.ImeMode       = ((System.Windows.Forms.ImeMode)(resources.GetObject("dateTimePicker.ImeMode")));
     this.dateTimePicker.Location      = ((System.Drawing.Point)(resources.GetObject("dateTimePicker.Location")));
     this.dateTimePicker.Name          = "dateTimePicker";
     this.dateTimePicker.RightToLeft   = ((System.Windows.Forms.RightToLeft)(resources.GetObject("dateTimePicker.RightToLeft")));
     this.dateTimePicker.ShowUpDown    = true;
     this.dateTimePicker.Size          = ((System.Drawing.Size)(resources.GetObject("dateTimePicker.Size")));
     this.dateTimePicker.TabIndex      = ((int)(resources.GetObject("dateTimePicker.TabIndex")));
     this.dateTimePicker.Visible       = ((bool)(resources.GetObject("dateTimePicker.Visible")));
     this.dateTimePicker.ValueChanged += new System.EventHandler(this.DateTimePickerValueChanged);
     //
     // listView
     //
     this.listView.Alignment = ((System.Windows.Forms.ListViewAlignment)(resources.GetObject("listView.Alignment")));
     this.listView.Anchor    = ((System.Windows.Forms.AnchorStyles)(resources.GetObject("listView.Anchor")));
     this.listView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2
     });
     this.listView.Dock          = ((System.Windows.Forms.DockStyle)(resources.GetObject("listView.Dock")));
     this.listView.Enabled       = ((bool)(resources.GetObject("listView.Enabled")));
     this.listView.Font          = ((System.Drawing.Font)(resources.GetObject("listView.Font")));
     this.listView.FullRowSelect = true;
     this.listView.ImeMode       = ((System.Windows.Forms.ImeMode)(resources.GetObject("listView.ImeMode")));
     this.listView.LabelWrap     = ((bool)(resources.GetObject("listView.LabelWrap")));
     this.listView.Location      = ((System.Drawing.Point)(resources.GetObject("listView.Location")));
     this.listView.MultiSelect   = false;
     this.listView.Name          = "listView";
     this.listView.RightToLeft   = ((System.Windows.Forms.RightToLeft)(resources.GetObject("listView.RightToLeft")));
     this.listView.Size          = ((System.Drawing.Size)(resources.GetObject("listView.Size")));
     this.listView.TabIndex      = ((int)(resources.GetObject("listView.TabIndex")));
     this.listView.TabStop       = false;
     this.listView.Text          = resources.GetString("listView.Text");
     this.listView.View          = System.Windows.Forms.View.Details;
     this.listView.Visible       = ((bool)(resources.GetObject("listView.Visible")));
     //
     // Phases
     //
     this.AcceptButton      = this.buttonOK;
     this.AutoScaleBaseSize = ((System.Drawing.Size)(resources.GetObject("$this.AutoScaleBaseSize")));
     this.AutoScroll        = ((bool)(resources.GetObject("$this.AutoScroll")));
     this.AutoScrollMargin  = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMargin")));
     this.AutoScrollMinSize = ((System.Drawing.Size)(resources.GetObject("$this.AutoScrollMinSize")));
     this.BackColor         = System.Drawing.SystemColors.ControlLight;
     this.CancelButton      = this.buttonOK;
     this.ClientSize        = ((System.Drawing.Size)(resources.GetObject("$this.ClientSize")));
     this.Controls.Add(this.labelDate);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.dateTimePicker);
     this.Controls.Add(this.listView);
     this.Enabled         = ((bool)(resources.GetObject("$this.Enabled")));
     this.Font            = ((System.Drawing.Font)(resources.GetObject("$this.Font")));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.ImeMode         = ((System.Windows.Forms.ImeMode)(resources.GetObject("$this.ImeMode")));
     this.Location        = ((System.Drawing.Point)(resources.GetObject("$this.Location")));
     this.MaximizeBox     = false;
     this.MaximumSize     = ((System.Drawing.Size)(resources.GetObject("$this.MaximumSize")));
     this.MinimumSize     = ((System.Drawing.Size)(resources.GetObject("$this.MinimumSize")));
     this.Name            = "Phases";
     this.RightToLeft     = ((System.Windows.Forms.RightToLeft)(resources.GetObject("$this.RightToLeft")));
     this.SizeGripStyle   = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition   = ((System.Windows.Forms.FormStartPosition)(resources.GetObject("$this.StartPosition")));
     this.Text            = resources.GetString("$this.Text");
     this.ResumeLayout(false);
 }
Exemple #4
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(PrintHours));
     this.xpCheckBoxGlyphs          = new ChronosXP.XPCheckBox();
     this.buttonPageSetup           = new System.Windows.Forms.Button();
     this.radioButtonPrintAll       = new System.Windows.Forms.RadioButton();
     this.dateTimePickerStart       = new System.Windows.Forms.DateTimePicker();
     this.dateTimePickerStd         = new System.Windows.Forms.DateTimePicker();
     this.xpCheckBoxMultiple        = new ChronosXP.XPCheckBox();
     this.xPGroupBox3               = new ChronosXP.XPGroupBox();
     this.xpLabel1                  = new ChronosXP.XPLabel();
     this.dateTimePickerAux         = new System.Windows.Forms.DateTimePicker();
     this.xpLabelAux                = new ChronosXP.XPLabel();
     this.buttonOK                  = new System.Windows.Forms.Button();
     this.buttonCancel              = new System.Windows.Forms.Button();
     this.xPGroupBox2               = new ChronosXP.XPGroupBox();
     this.comboBoxCity              = new System.Windows.Forms.ComboBox();
     this.xpGroupBox1               = new ChronosXP.XPGroupBox();
     this.xpCheckBoxDiary           = new ChronosXP.XPCheckBox();
     this.buttonPrintPreview        = new System.Windows.Forms.Button();
     this.xpGroupBoxTR              = new ChronosXP.XPGroupBox();
     this.xpLabelAnd                = new ChronosXP.XPLabel();
     this.dateTimePickerEnd         = new System.Windows.Forms.DateTimePicker();
     this.radioButtonPrintSelective = new System.Windows.Forms.RadioButton();
     this.xPGroupBox3.SuspendLayout();
     this.xPGroupBox2.SuspendLayout();
     this.xpGroupBox1.SuspendLayout();
     this.xpGroupBoxTR.SuspendLayout();
     this.SuspendLayout();
     //
     // xpCheckBoxGlyphs
     //
     resources.ApplyResources(this.xpCheckBoxGlyphs, "xpCheckBoxGlyphs");
     this.xpCheckBoxGlyphs.Name            = "xpCheckBoxGlyphs";
     this.xpCheckBoxGlyphs.CheckedChanged += new System.EventHandler(this.xpCheckBoxGlyphs_CheckedChanged);
     //
     // buttonPageSetup
     //
     resources.ApplyResources(this.buttonPageSetup, "buttonPageSetup");
     this.buttonPageSetup.Name   = "buttonPageSetup";
     this.buttonPageSetup.Click += new System.EventHandler(this.buttonPageSetup_Click);
     //
     // radioButtonPrintAll
     //
     resources.ApplyResources(this.radioButtonPrintAll, "radioButtonPrintAll");
     this.radioButtonPrintAll.Name            = "radioButtonPrintAll";
     this.radioButtonPrintAll.CheckedChanged += new System.EventHandler(this.radioButtonPrintAll_CheckedChanged);
     //
     // dateTimePickerStart
     //
     resources.ApplyResources(this.dateTimePickerStart, "dateTimePickerStart");
     this.dateTimePickerStart.Format        = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePickerStart.Name          = "dateTimePickerStart";
     this.dateTimePickerStart.ShowUpDown    = true;
     this.dateTimePickerStart.ValueChanged += new System.EventHandler(this.dateTimePickerStart_ValueChanged);
     //
     // dateTimePickerStd
     //
     resources.ApplyResources(this.dateTimePickerStd, "dateTimePickerStd");
     this.dateTimePickerStd.CalendarTitleBackColor = System.Drawing.SystemColors.InactiveCaption;
     this.dateTimePickerStd.Format        = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePickerStd.Name          = "dateTimePickerStd";
     this.dateTimePickerStd.ShowUpDown    = true;
     this.dateTimePickerStd.ValueChanged += new System.EventHandler(this.dateTimePickerStd_ValueChanged);
     //
     // xpCheckBoxMultiple
     //
     resources.ApplyResources(this.xpCheckBoxMultiple, "xpCheckBoxMultiple");
     this.xpCheckBoxMultiple.Name            = "xpCheckBoxMultiple";
     this.xpCheckBoxMultiple.CheckedChanged += new System.EventHandler(this.xpCheckBoxMultiple_CheckedChanged);
     //
     // xPGroupBox3
     //
     this.xPGroupBox3.BackColor = System.Drawing.Color.Transparent;
     this.xPGroupBox3.Controls.Add(this.xpLabel1);
     this.xPGroupBox3.Controls.Add(this.dateTimePickerStd);
     this.xPGroupBox3.Controls.Add(this.xpCheckBoxMultiple);
     this.xPGroupBox3.Controls.Add(this.dateTimePickerAux);
     this.xPGroupBox3.Controls.Add(this.xpLabelAux);
     resources.ApplyResources(this.xPGroupBox3, "xPGroupBox3");
     this.xPGroupBox3.Name    = "xPGroupBox3";
     this.xPGroupBox3.TabStop = false;
     //
     // xpLabel1
     //
     resources.ApplyResources(this.xpLabel1, "xpLabel1");
     this.xpLabel1.Name = "xpLabel1";
     //
     // dateTimePickerAux
     //
     resources.ApplyResources(this.dateTimePickerAux, "dateTimePickerAux");
     this.dateTimePickerAux.CalendarTitleBackColor = System.Drawing.SystemColors.InactiveCaption;
     this.dateTimePickerAux.Format     = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePickerAux.Name       = "dateTimePickerAux";
     this.dateTimePickerAux.ShowUpDown = true;
     //
     // xpLabelAux
     //
     resources.ApplyResources(this.xpLabelAux, "xpLabelAux");
     this.xpLabelAux.Name = "xpLabelAux";
     //
     // buttonOK
     //
     resources.ApplyResources(this.buttonOK, "buttonOK");
     this.buttonOK.Name   = "buttonOK";
     this.buttonOK.Click += new System.EventHandler(this.buttonOK_Click);
     //
     // buttonCancel
     //
     this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     resources.ApplyResources(this.buttonCancel, "buttonCancel");
     this.buttonCancel.Name   = "buttonCancel";
     this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
     //
     // xPGroupBox2
     //
     this.xPGroupBox2.BackColor = System.Drawing.Color.Transparent;
     this.xPGroupBox2.Controls.Add(this.comboBoxCity);
     resources.ApplyResources(this.xPGroupBox2, "xPGroupBox2");
     this.xPGroupBox2.Name    = "xPGroupBox2";
     this.xPGroupBox2.TabStop = false;
     //
     // comboBoxCity
     //
     this.comboBoxCity.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     resources.ApplyResources(this.comboBoxCity, "comboBoxCity");
     this.comboBoxCity.Name   = "comboBoxCity";
     this.comboBoxCity.Sorted = true;
     this.comboBoxCity.SelectedIndexChanged += new System.EventHandler(this.comboBoxCity_SelectedIndexChanged);
     //
     // xpGroupBox1
     //
     this.xpGroupBox1.BackColor = System.Drawing.Color.Transparent;
     this.xpGroupBox1.Controls.Add(this.xpCheckBoxDiary);
     this.xpGroupBox1.Controls.Add(this.xpCheckBoxGlyphs);
     resources.ApplyResources(this.xpGroupBox1, "xpGroupBox1");
     this.xpGroupBox1.Name    = "xpGroupBox1";
     this.xpGroupBox1.TabStop = false;
     //
     // xpCheckBoxDiary
     //
     resources.ApplyResources(this.xpCheckBoxDiary, "xpCheckBoxDiary");
     this.xpCheckBoxDiary.Name            = "xpCheckBoxDiary";
     this.xpCheckBoxDiary.CheckedChanged += new System.EventHandler(this.xpCheckBoxDiary_CheckedChanged);
     //
     // buttonPrintPreview
     //
     resources.ApplyResources(this.buttonPrintPreview, "buttonPrintPreview");
     this.buttonPrintPreview.Name   = "buttonPrintPreview";
     this.buttonPrintPreview.Click += new System.EventHandler(this.buttonPrintPreview_Click);
     //
     // xpGroupBoxTR
     //
     this.xpGroupBoxTR.BackColor = System.Drawing.Color.Transparent;
     this.xpGroupBoxTR.Controls.Add(this.xpLabelAnd);
     this.xpGroupBoxTR.Controls.Add(this.dateTimePickerEnd);
     this.xpGroupBoxTR.Controls.Add(this.radioButtonPrintSelective);
     this.xpGroupBoxTR.Controls.Add(this.dateTimePickerStart);
     this.xpGroupBoxTR.Controls.Add(this.radioButtonPrintAll);
     resources.ApplyResources(this.xpGroupBoxTR, "xpGroupBoxTR");
     this.xpGroupBoxTR.Name    = "xpGroupBoxTR";
     this.xpGroupBoxTR.TabStop = false;
     //
     // xpLabelAnd
     //
     resources.ApplyResources(this.xpLabelAnd, "xpLabelAnd");
     this.xpLabelAnd.Name = "xpLabelAnd";
     //
     // dateTimePickerEnd
     //
     resources.ApplyResources(this.dateTimePickerEnd, "dateTimePickerEnd");
     this.dateTimePickerEnd.Format     = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dateTimePickerEnd.Name       = "dateTimePickerEnd";
     this.dateTimePickerEnd.ShowUpDown = true;
     //
     // radioButtonPrintSelective
     //
     resources.ApplyResources(this.radioButtonPrintSelective, "radioButtonPrintSelective");
     this.radioButtonPrintSelective.Name            = "radioButtonPrintSelective";
     this.radioButtonPrintSelective.CheckedChanged += new System.EventHandler(this.radioButtonPrintSelective_CheckedChanged);
     //
     // PrintHours
     //
     this.AcceptButton = this.buttonOK;
     resources.ApplyResources(this, "$this");
     this.BackColor    = System.Drawing.SystemColors.ControlLight;
     this.CancelButton = this.buttonCancel;
     this.Controls.Add(this.xPGroupBox2);
     this.Controls.Add(this.xPGroupBox3);
     this.Controls.Add(this.xpGroupBoxTR);
     this.Controls.Add(this.xpGroupBox1);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.buttonOK);
     this.Controls.Add(this.buttonPrintPreview);
     this.Controls.Add(this.buttonPageSetup);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "PrintHours";
     this.xPGroupBox3.ResumeLayout(false);
     this.xPGroupBox2.ResumeLayout(false);
     this.xpGroupBox1.ResumeLayout(false);
     this.xpGroupBoxTR.ResumeLayout(false);
     this.ResumeLayout(false);
 }