Messenger/Most Closed Beta/v7.0/MSGer.tk (C#)/SelectPartnerForm.Designer.cs
szatmari.norbert.peter 7a2a792dda Import to Google Code:
Most Closed Beta v1.0-v9.0
Less Closed Beta v1.0
2014-04-25 21:18:16 +00:00

179 lines
No EOL
9.1 KiB
C#

namespace MSGer.tk
{
partial class SelectPartnerForm
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
GlacialComponents.Controls.GLColumn glColumn1 = new GlacialComponents.Controls.GLColumn();
GlacialComponents.Controls.GLItem glItem1 = new GlacialComponents.Controls.GLItem();
GlacialComponents.Controls.GLSubItem glSubItem1 = new GlacialComponents.Controls.GLSubItem();
this.partnerList = new GlacialComponents.Controls.GlacialList();
this.selectedPartners = new System.Windows.Forms.TextBox();
this.okbtn = new System.Windows.Forms.Button();
this.cancelbtn = new System.Windows.Forms.Button();
this.titleText = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// partnerList
//
this.partnerList.AllowColumnResize = false;
this.partnerList.AllowMultiselect = true;
this.partnerList.AlternateBackground = System.Drawing.Color.DarkGreen;
this.partnerList.AlternatingColors = false;
this.partnerList.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.partnerList.AutoHeight = true;
this.partnerList.BackColor = System.Drawing.SystemColors.ControlLightLight;
this.partnerList.BackgroundStretchToFit = true;
glColumn1.ActivatedEmbeddedType = GlacialComponents.Controls.GLActivatedEmbeddedTypes.None;
glColumn1.CheckBoxes = true;
glColumn1.ImageIndex = -1;
glColumn1.Name = "PartnerName";
glColumn1.NumericSort = false;
glColumn1.Text = "";
glColumn1.TextAlignment = System.Drawing.ContentAlignment.MiddleLeft;
glColumn1.Width = 100;
this.partnerList.Columns.AddRange(new GlacialComponents.Controls.GLColumn[] {
glColumn1});
this.partnerList.ControlStyle = GlacialComponents.Controls.GLControlStyles.Normal;
this.partnerList.ForeColor = System.Drawing.Color.Black;
this.partnerList.FullRowSelect = true;
this.partnerList.GridColor = System.Drawing.Color.LightGray;
this.partnerList.GridLines = GlacialComponents.Controls.GLGridLines.gridBoth;
this.partnerList.GridLineStyle = GlacialComponents.Controls.GLGridLineStyles.gridNone;
this.partnerList.GridTypes = GlacialComponents.Controls.GLGridTypes.gridOnExists;
this.partnerList.HeaderHeight = 0;
this.partnerList.HeaderVisible = false;
this.partnerList.HeaderWordWrap = false;
this.partnerList.HotColumnTracking = false;
this.partnerList.HotItemTracking = true;
this.partnerList.HotTrackingColor = System.Drawing.Color.LightGray;
this.partnerList.HoverEvents = false;
this.partnerList.HoverTime = 1;
this.partnerList.ImageList = null;
this.partnerList.ItemHeight = 17;
glItem1.BackColor = System.Drawing.Color.White;
glItem1.ForeColor = System.Drawing.Color.Black;
glItem1.RowBorderColor = System.Drawing.Color.Black;
glItem1.RowBorderSize = 0;
glSubItem1.BackColor = System.Drawing.Color.Empty;
glSubItem1.Checked = false;
glSubItem1.ForceText = false;
glSubItem1.ForeColor = System.Drawing.Color.Black;
glSubItem1.ImageAlignment = System.Windows.Forms.HorizontalAlignment.Left;
glSubItem1.ImageIndex = -1;
glSubItem1.Text = "Test";
glItem1.SubItems.AddRange(new GlacialComponents.Controls.GLSubItem[] {
glSubItem1});
glItem1.Text = "Test";
this.partnerList.Items.AddRange(new GlacialComponents.Controls.GLItem[] {
glItem1});
this.partnerList.ItemWordWrap = false;
this.partnerList.Location = new System.Drawing.Point(13, 26);
this.partnerList.Name = "partnerList";
this.partnerList.Selectable = true;
this.partnerList.SelectedTextColor = System.Drawing.Color.White;
this.partnerList.SelectionColor = System.Drawing.Color.DarkBlue;
this.partnerList.ShowBorder = true;
this.partnerList.ShowFocusRect = true;
this.partnerList.Size = new System.Drawing.Size(359, 286);
this.partnerList.SortType = GlacialComponents.Controls.SortTypes.InsertionSort;
this.partnerList.SuperFlatHeaderColor = System.Drawing.Color.White;
this.partnerList.TabIndex = 0;
this.partnerList.Click += new System.EventHandler(this.ItemClicked);
this.partnerList.DoubleClick += new System.EventHandler(this.ItemDoubleClick);
//
// selectedPartners
//
this.selectedPartners.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.selectedPartners.Location = new System.Drawing.Point(13, 319);
this.selectedPartners.Multiline = true;
this.selectedPartners.Name = "selectedPartners";
this.selectedPartners.Size = new System.Drawing.Size(359, 103);
this.selectedPartners.TabIndex = 1;
//
// okbtn
//
this.okbtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.okbtn.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okbtn.Location = new System.Drawing.Point(215, 428);
this.okbtn.Name = "okbtn";
this.okbtn.Size = new System.Drawing.Size(75, 23);
this.okbtn.TabIndex = 2;
this.okbtn.Text = "OK";
this.okbtn.UseVisualStyleBackColor = true;
this.okbtn.Click += new System.EventHandler(this.okbtn_Click);
//
// cancelbtn
//
this.cancelbtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.cancelbtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.cancelbtn.Location = new System.Drawing.Point(297, 429);
this.cancelbtn.Name = "cancelbtn";
this.cancelbtn.Size = new System.Drawing.Size(75, 23);
this.cancelbtn.TabIndex = 3;
this.cancelbtn.Text = "Mégse";
this.cancelbtn.UseVisualStyleBackColor = true;
//
// titleText
//
this.titleText.AutoSize = true;
this.titleText.Location = new System.Drawing.Point(13, 7);
this.titleText.Name = "titleText";
this.titleText.Size = new System.Drawing.Size(53, 13);
this.titleText.TabIndex = 4;
this.titleText.Text = "Unknown";
//
// SelectPartnerForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(384, 462);
this.Controls.Add(this.titleText);
this.Controls.Add(this.cancelbtn);
this.Controls.Add(this.okbtn);
this.Controls.Add(this.selectedPartners);
this.Controls.Add(this.partnerList);
this.Name = "SelectPartnerForm";
this.Text = "Partnerválasztás";
this.ResizeEnd += new System.EventHandler(this.FormResizeFinish);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private GlacialComponents.Controls.GlacialList partnerList;
private System.Windows.Forms.TextBox selectedPartners;
private System.Windows.Forms.Button okbtn;
private System.Windows.Forms.Button cancelbtn;
private System.Windows.Forms.Label titleText;
}
}