示例#1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.pagesPanel = new DisksDB.UserInterface.ControlMyTab();
     this.button5 = new System.Windows.Forms.Button();
     this.buttonCancel = new System.Windows.Forms.Button();
     this.buttonNext = new System.Windows.Forms.Button();
     this.buttonBack = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.SuspendLayout();
     //
     // pictureBox1
     //
     this.pictureBox1.Location = new System.Drawing.Point(0, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(163, 312);
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // pagesPanel
     //
     this.pagesPanel.BackBrushColor = System.Drawing.Color.White;
     this.pagesPanel.DrawMode = System.Windows.Forms.TabDrawMode.OwnerDrawFixed;
     this.pagesPanel.ItemSize = new System.Drawing.Size(73, 1);
     this.pagesPanel.Location = new System.Drawing.Point(163, 0);
     this.pagesPanel.Multiline = true;
     this.pagesPanel.Name = "pagesPanel";
     this.pagesPanel.Padding = new System.Drawing.Point(0, 0);
     //this.pagesPanel.SelectedIndex = 0;
     this.pagesPanel.Size = new System.Drawing.Size(340, 312);
     this.pagesPanel.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
     this.pagesPanel.TabIndex = 1;
     this.pagesPanel.SelectedIndexChanged += new System.EventHandler(this.PageChanged);
     //
     // button5
     //
     this.button5.Location = new System.Drawing.Point(0, 0);
     this.button5.Name = "button5";
     this.button5.TabIndex = 0;
     //
     // buttonCancel
     //
     this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Location = new System.Drawing.Point(416, 320);
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.TabIndex = 2;
     this.buttonCancel.Text = "Cancel";
     this.buttonCancel.Click += new System.EventHandler(this.ButtonCancelClick);
     //
     // buttonNext
     //
     this.buttonNext.Location = new System.Drawing.Point(328, 320);
     this.buttonNext.Name = "buttonNext";
     this.buttonNext.TabIndex = 3;
     this.buttonNext.Text = "Finish";
     this.buttonNext.Click += new System.EventHandler(this.ButtonNextClick);
     //
     // buttonBack
     //
     this.buttonBack.Enabled = false;
     this.buttonBack.Location = new System.Drawing.Point(248, 320);
     this.buttonBack.Name = "buttonBack";
     this.buttonBack.TabIndex = 4;
     this.buttonBack.Text = "<< Back";
     this.buttonBack.Click += new System.EventHandler(this.ButtonBackClick);
     //
     // groupBox1
     //
     this.groupBox1.Location = new System.Drawing.Point(-8, 296);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(584, 18);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "groupBox1";
     //
     // FormWizardBase
     //
     this.AcceptButton = this.buttonNext;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.buttonCancel;
     this.ClientSize = new System.Drawing.Size(494, 350);
     this.Controls.Add(this.buttonBack);
     this.Controls.Add(this.buttonNext);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.pagesPanel);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.groupBox1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormWizardBase";
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Enter Wizard Name Here";
     this.Closed += new System.EventHandler(this.FormWizzardClosed);
     this.ResumeLayout(false);
 }
示例#2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.panelBack = new System.Windows.Forms.Panel();
     this.tabControl1 = new DisksDB.UserInterface.ControlMyTab();
     this.tabPageCategory = new System.Windows.Forms.TabPage();
     this.panelCategoryIcon = new DisksDB.UserInterface.PanelIcon();
     this.labelCategoryName = new System.Windows.Forms.Label();
     this.tabPageBox = new System.Windows.Forms.TabPage();
     this.pictureBox4 = new System.Windows.Forms.PictureBox();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.label4 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.tabPageFolder = new System.Windows.Forms.TabPage();
     this.panelFolderIcon = new DisksDB.UserInterface.PanelIcon();
     this.labelFolderDate = new DisksDB.Language.Label();
     this.label6 = new DisksDB.Language.Label();
     this.labelFolderName = new System.Windows.Forms.Label();
     this.tabPageImage = new System.Windows.Forms.TabPage();
     this.panel1 = new System.Windows.Forms.Panel();
     this.pictureBoxImage = new System.Windows.Forms.PictureBox();
     this.tabPageDisk = new System.Windows.Forms.TabPage();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.labelCategoryDescription = new System.Windows.Forms.Label();
     this.panelBack.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPageCategory.SuspendLayout();
     this.tabPageBox.SuspendLayout();
     this.tabPageFolder.SuspendLayout();
     this.tabPageImage.SuspendLayout();
     this.panel1.SuspendLayout();
     this.tabPageDisk.SuspendLayout();
     this.SuspendLayout();
     //
     // panelBack
     //
     this.panelBack.BackColor = System.Drawing.SystemColors.Window;
     this.panelBack.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.panelBack.Controls.Add(this.tabControl1);
     this.panelBack.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panelBack.Location = new System.Drawing.Point(0, 0);
     this.panelBack.Name = "panelBack";
     this.panelBack.Size = new System.Drawing.Size(856, 421);
     this.panelBack.TabIndex = 0;
     //
     // 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.BackBrushColor = System.Drawing.Color.White;
     this.tabControl1.Controls.Add(this.tabPageCategory);
     this.tabControl1.Controls.Add(this.tabPageBox);
     this.tabControl1.Controls.Add(this.tabPageFolder);
     this.tabControl1.Controls.Add(this.tabPageImage);
     this.tabControl1.Controls.Add(this.tabPageDisk);
     this.tabControl1.Location = new System.Drawing.Point(0, -20);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(852, 436);
     this.tabControl1.TabIndex = 0;
     //
     // tabPageCategory
     //
     this.tabPageCategory.BackColor = System.Drawing.SystemColors.Window;
     this.tabPageCategory.Controls.Add(this.labelCategoryDescription);
     this.tabPageCategory.Controls.Add(this.panelCategoryIcon);
     this.tabPageCategory.Controls.Add(this.labelCategoryName);
     this.tabPageCategory.Location = new System.Drawing.Point(4, 25);
     this.tabPageCategory.Name = "tabPageCategory";
     this.tabPageCategory.Size = new System.Drawing.Size(844, 407);
     this.tabPageCategory.TabIndex = 0;
     this.tabPageCategory.Text = "Category";
     //
     // panelCategoryIcon
     //
     this.panelCategoryIcon.BackIcon = null;
     this.panelCategoryIcon.Location = new System.Drawing.Point(8, 8);
     this.panelCategoryIcon.Name = "panelCategoryIcon";
     this.panelCategoryIcon.Size = new System.Drawing.Size(32, 32);
     this.panelCategoryIcon.TabIndex = 11;
     //
     // labelCategoryName
     //
     this.labelCategoryName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.labelCategoryName.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelCategoryName.Location = new System.Drawing.Point(48, 16);
     this.labelCategoryName.Name = "labelCategoryName";
     this.labelCategoryName.Size = new System.Drawing.Size(784, 23);
     this.labelCategoryName.TabIndex = 8;
     //
     // tabPageBox
     //
     this.tabPageBox.AutoScroll = true;
     this.tabPageBox.BackColor = System.Drawing.SystemColors.Window;
     this.tabPageBox.Controls.Add(this.pictureBox4);
     this.tabPageBox.Controls.Add(this.pictureBox3);
     this.tabPageBox.Controls.Add(this.pictureBox2);
     this.tabPageBox.Controls.Add(this.label4);
     this.tabPageBox.Controls.Add(this.label3);
     this.tabPageBox.Location = new System.Drawing.Point(4, 25);
     this.tabPageBox.Name = "tabPageBox";
     this.tabPageBox.Size = new System.Drawing.Size(844, 407);
     this.tabPageBox.TabIndex = 1;
     this.tabPageBox.Text = "Box";
     //
     // pictureBox4
     //
     this.pictureBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox4.Location = new System.Drawing.Point(490, 488);
     this.pictureBox4.Name = "pictureBox4";
     this.pictureBox4.Size = new System.Drawing.Size(264, 240);
     this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox4.TabIndex = 4;
     this.pictureBox4.TabStop = false;
     //
     // pictureBox3
     //
     this.pictureBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox3.Location = new System.Drawing.Point(490, 264);
     this.pictureBox3.Name = "pictureBox3";
     this.pictureBox3.Size = new System.Drawing.Size(264, 216);
     this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox3.TabIndex = 3;
     this.pictureBox3.TabStop = false;
     //
     // pictureBox2
     //
     this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox2.Location = new System.Drawing.Point(490, 16);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(264, 240);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox2.TabIndex = 2;
     this.pictureBox2.TabStop = false;
     //
     // label4
     //
     this.label4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.Location = new System.Drawing.Point(8, 32);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(474, 336);
     this.label4.TabIndex = 1;
     //
     // label3
     //
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.Location = new System.Drawing.Point(8, 8);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(474, 23);
     this.label3.TabIndex = 0;
     //
     // tabPageFolder
     //
     this.tabPageFolder.BackColor = System.Drawing.SystemColors.Window;
     this.tabPageFolder.Controls.Add(this.panelFolderIcon);
     this.tabPageFolder.Controls.Add(this.labelFolderDate);
     this.tabPageFolder.Controls.Add(this.label6);
     this.tabPageFolder.Controls.Add(this.labelFolderName);
     this.tabPageFolder.Location = new System.Drawing.Point(4, 25);
     this.tabPageFolder.Name = "tabPageFolder";
     this.tabPageFolder.Size = new System.Drawing.Size(844, 407);
     this.tabPageFolder.TabIndex = 3;
     this.tabPageFolder.Text = "Folder";
     //
     // panelFolderIcon
     //
     this.panelFolderIcon.BackIcon = null;
     this.panelFolderIcon.Location = new System.Drawing.Point(8, 8);
     this.panelFolderIcon.Name = "panelFolderIcon";
     this.panelFolderIcon.Size = new System.Drawing.Size(32, 32);
     this.panelFolderIcon.TabIndex = 7;
     //
     // labelFolderDate
     //
     this.labelFolderDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.labelFolderDate.Location = new System.Drawing.Point(112, 48);
     this.labelFolderDate.Name = "labelFolderDate";
     this.labelFolderDate.Size = new System.Drawing.Size(720, 23);
     this.labelFolderDate.TabIndex = 3;
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(8, 48);
     this.label6.Name = "label6";
     this.label6.TabIndex = 2;
     this.label6.Text = "Creation date:";
     //
     // labelFolderName
     //
     this.labelFolderName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.labelFolderName.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.labelFolderName.Location = new System.Drawing.Point(48, 16);
     this.labelFolderName.Name = "labelFolderName";
     this.labelFolderName.Size = new System.Drawing.Size(784, 23);
     this.labelFolderName.TabIndex = 1;
     //
     // tabPageImage
     //
     this.tabPageImage.Controls.Add(this.panel1);
     this.tabPageImage.Location = new System.Drawing.Point(4, 25);
     this.tabPageImage.Name = "tabPageImage";
     this.tabPageImage.Size = new System.Drawing.Size(844, 407);
     this.tabPageImage.TabIndex = 5;
     this.tabPageImage.Text = "Image";
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.BackColor = System.Drawing.SystemColors.Window;
     this.panel1.Controls.Add(this.pictureBoxImage);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(844, 407);
     this.panel1.TabIndex = 0;
     //
     // pictureBoxImage
     //
     this.pictureBoxImage.Location = new System.Drawing.Point(0, 0);
     this.pictureBoxImage.Name = "pictureBoxImage";
     this.pictureBoxImage.Size = new System.Drawing.Size(448, 296);
     this.pictureBoxImage.TabIndex = 0;
     this.pictureBoxImage.TabStop = false;
     //
     // tabPageDisk
     //
     this.tabPageDisk.BackColor = System.Drawing.SystemColors.Window;
     this.tabPageDisk.Controls.Add(this.pictureBox1);
     this.tabPageDisk.Controls.Add(this.label2);
     this.tabPageDisk.Controls.Add(this.label1);
     this.tabPageDisk.Location = new System.Drawing.Point(4, 25);
     this.tabPageDisk.Name = "tabPageDisk";
     this.tabPageDisk.Size = new System.Drawing.Size(844, 407);
     this.tabPageDisk.TabIndex = 2;
     this.tabPageDisk.Text = "Disk";
     //
     // pictureBox1
     //
     this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.pictureBox1.Location = new System.Drawing.Point(488, 16);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(352, 352);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.pictureBox1.TabIndex = 2;
     this.pictureBox1.TabStop = false;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location = new System.Drawing.Point(8, 40);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(464, 328);
     this.label2.TabIndex = 1;
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(464, 23);
     this.label1.TabIndex = 0;
     //
     // labelCategoryDescription
     //
     this.labelCategoryDescription.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.labelCategoryDescription.Location = new System.Drawing.Point(8, 48);
     this.labelCategoryDescription.Name = "labelCategoryDescription";
     this.labelCategoryDescription.Size = new System.Drawing.Size(824, 352);
     this.labelCategoryDescription.TabIndex = 12;
     //
     // FormSummary
     //
     this.AllowRedocking = false;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(856, 421);
     this.Controls.Add(this.panelBack);
     this.DockableAreas = WeifenLuo.WinFormsUI.DockAreas.Document;
     this.Name = "FormSummary";
     this.TabText = "Summary";
     this.Text = "Summary";
     this.panelBack.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPageCategory.ResumeLayout(false);
     this.tabPageBox.ResumeLayout(false);
     this.tabPageFolder.ResumeLayout(false);
     this.tabPageImage.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.tabPageDisk.ResumeLayout(false);
     this.ResumeLayout(false);
 }
示例#3
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.Windows.Forms.ListViewItem listViewItem4 = new System.Windows.Forms.ListViewItem("Data Base");
     System.Windows.Forms.ListViewItem listViewItem5 = new System.Windows.Forms.ListViewItem("User Interface");
     System.Windows.Forms.ListViewItem listViewItem6 = new System.Windows.Forms.ListViewItem("Pocket PC");
     this.buttonOk = new System.Windows.Forms.Button();
     this.listView1 = new System.Windows.Forms.ListView();
     this.imageList = new System.Windows.Forms.ImageList(this.components);
     this.labelTitle = new System.Windows.Forms.Label();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
     this.tabControl1 = new DisksDB.UserInterface.ControlMyTab();
     this.tabPageDataBase = new System.Windows.Forms.TabPage();
     this.buttonReset = new System.Windows.Forms.Button();
     this.tabPageUserInterface = new System.Windows.Forms.TabPage();
     this.comboBoxLanguage = new System.Windows.Forms.ComboBox();
     this.label2 = new System.Windows.Forms.Label();
     this.tabPagePocketPC = new System.Windows.Forms.TabPage();
     this.textBox1 = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.cbUseActiveSync = new System.Windows.Forms.CheckBox();
     this.checkBoxAllowSync = new System.Windows.Forms.CheckBox();
     this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     this.buttonCancel = new System.Windows.Forms.Button();
     this.tabControl1.SuspendLayout();
     this.tabPageDataBase.SuspendLayout();
     this.tabPageUserInterface.SuspendLayout();
     this.tabPagePocketPC.SuspendLayout();
     this.SuspendLayout();
     //
     // buttonOk
     //
     this.buttonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
     this.buttonOk.Location = new System.Drawing.Point(568, 434);
     this.buttonOk.Name = "buttonOk";
     this.buttonOk.Size = new System.Drawing.Size(75, 23);
     this.buttonOk.TabIndex = 1;
     this.buttonOk.Text = "Ok";
     //
     // listView1
     //
     this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.listView1.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
     listViewItem4,
     listViewItem5,
     listViewItem6});
     this.listView1.LargeImageList = this.imageList;
     this.listView1.Location = new System.Drawing.Point(8, 8);
     this.listView1.MultiSelect = false;
     this.listView1.Name = "listView1";
     this.listView1.Size = new System.Drawing.Size(96, 418);
     this.listView1.SmallImageList = this.imageList;
     this.listView1.StateImageList = this.imageList;
     this.listView1.TabIndex = 2;
     this.listView1.UseCompatibleStateImageBehavior = false;
     this.listView1.SelectedIndexChanged += new System.EventHandler(this.listView1_SelectedIndexChanged);
     //
     // imageList
     //
     this.imageList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.imageList.ImageSize = new System.Drawing.Size(32, 32);
     this.imageList.TransparentColor = System.Drawing.Color.Transparent;
     //
     // labelTitle
     //
     this.labelTitle.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.labelTitle.BackColor = System.Drawing.SystemColors.Highlight;
     this.labelTitle.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.labelTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.labelTitle.Location = new System.Drawing.Point(112, 8);
     this.labelTitle.Name = "labelTitle";
     this.labelTitle.Size = new System.Drawing.Size(608, 23);
     this.labelTitle.TabIndex = 3;
     this.labelTitle.Text = "Data Base";
     this.labelTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // comboBox1
     //
     this.comboBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBox1.DisplayMember = "Name";
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.Location = new System.Drawing.Point(8, 32);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(600, 21);
     this.comboBox1.TabIndex = 1;
     this.comboBox1.ValueMember = "ClassName";
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Location = new System.Drawing.Point(8, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(600, 16);
     this.label1.TabIndex = 0;
     this.label1.Text = "Data Base Access Layer";
     //
     // propertyGrid1
     //
     this.propertyGrid1.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.propertyGrid1.HelpVisible = false;
     this.propertyGrid1.LineColor = System.Drawing.SystemColors.ScrollBar;
     this.propertyGrid1.Location = new System.Drawing.Point(8, 64);
     this.propertyGrid1.Name = "propertyGrid1";
     this.propertyGrid1.Size = new System.Drawing.Size(600, 290);
     this.propertyGrid1.TabIndex = 4;
     this.propertyGrid1.ToolbarVisible = false;
     //
     // 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.BackBrushColor = System.Drawing.SystemColors.Control;
     this.tabControl1.Controls.Add(this.tabPageDataBase);
     this.tabControl1.Controls.Add(this.tabPageUserInterface);
     this.tabControl1.Controls.Add(this.tabPagePocketPC);
     this.tabControl1.Location = new System.Drawing.Point(104, 8);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(624, 418);
     this.tabControl1.TabIndex = 5;
     this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
     //
     // tabPageDataBase
     //
     this.tabPageDataBase.Controls.Add(this.buttonReset);
     this.tabPageDataBase.Controls.Add(this.label1);
     this.tabPageDataBase.Controls.Add(this.comboBox1);
     this.tabPageDataBase.Controls.Add(this.propertyGrid1);
     this.tabPageDataBase.Location = new System.Drawing.Point(4, 25);
     this.tabPageDataBase.Name = "tabPageDataBase";
     this.tabPageDataBase.Size = new System.Drawing.Size(616, 389);
     this.tabPageDataBase.TabIndex = 0;
     this.tabPageDataBase.Text = "Data Base";
     //
     // buttonReset
     //
     this.buttonReset.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonReset.Location = new System.Drawing.Point(536, 362);
     this.buttonReset.Name = "buttonReset";
     this.buttonReset.Size = new System.Drawing.Size(75, 23);
     this.buttonReset.TabIndex = 5;
     this.buttonReset.Text = "Initialize";
     this.toolTip.SetToolTip(this.buttonReset, "Initializes database");
     this.buttonReset.Click += new System.EventHandler(this.InitializeClick);
     //
     // tabPageUserInterface
     //
     this.tabPageUserInterface.Controls.Add(this.comboBoxLanguage);
     this.tabPageUserInterface.Controls.Add(this.label2);
     this.tabPageUserInterface.Location = new System.Drawing.Point(4, 25);
     this.tabPageUserInterface.Name = "tabPageUserInterface";
     this.tabPageUserInterface.Size = new System.Drawing.Size(616, 389);
     this.tabPageUserInterface.TabIndex = 1;
     this.tabPageUserInterface.Text = "User Interface";
     //
     // comboBoxLanguage
     //
     this.comboBoxLanguage.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.comboBoxLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBoxLanguage.Location = new System.Drawing.Point(8, 32);
     this.comboBoxLanguage.Name = "comboBoxLanguage";
     this.comboBoxLanguage.Size = new System.Drawing.Size(600, 21);
     this.comboBoxLanguage.TabIndex = 1;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location = new System.Drawing.Point(8, 8);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(600, 24);
     this.label2.TabIndex = 0;
     this.label2.Text = "Language";
     //
     // tabPagePocketPC
     //
     this.tabPagePocketPC.Controls.Add(this.textBox1);
     this.tabPagePocketPC.Controls.Add(this.label3);
     this.tabPagePocketPC.Controls.Add(this.cbUseActiveSync);
     this.tabPagePocketPC.Controls.Add(this.checkBoxAllowSync);
     this.tabPagePocketPC.Location = new System.Drawing.Point(4, 25);
     this.tabPagePocketPC.Name = "tabPagePocketPC";
     this.tabPagePocketPC.Size = new System.Drawing.Size(616, 389);
     this.tabPagePocketPC.TabIndex = 2;
     this.tabPagePocketPC.Text = "Pocket PC";
     //
     // 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(8, 88);
     this.textBox1.Name = "textBox1";
     this.textBox1.Size = new System.Drawing.Size(600, 20);
     this.textBox1.TabIndex = 3;
     this.textBox1.Visible = false;
     //
     // label3
     //
     this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.Location = new System.Drawing.Point(8, 72);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(600, 16);
     this.label3.TabIndex = 2;
     this.label3.Text = "Syncrozniation application on Pocket PC (no need to edit)";
     this.label3.Visible = false;
     //
     // cbUseActiveSync
     //
     this.cbUseActiveSync.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.cbUseActiveSync.Location = new System.Drawing.Point(8, 32);
     this.cbUseActiveSync.Name = "cbUseActiveSync";
     this.cbUseActiveSync.Size = new System.Drawing.Size(600, 24);
     this.cbUseActiveSync.TabIndex = 1;
     this.cbUseActiveSync.Text = "Start synchronization on Deveice connection";
     this.cbUseActiveSync.Visible = false;
     //
     // checkBoxAllowSync
     //
     this.checkBoxAllowSync.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.checkBoxAllowSync.Location = new System.Drawing.Point(8, 8);
     this.checkBoxAllowSync.Name = "checkBoxAllowSync";
     this.checkBoxAllowSync.Size = new System.Drawing.Size(600, 24);
     this.checkBoxAllowSync.TabIndex = 0;
     this.checkBoxAllowSync.Text = "Allow synching with Pocket PC";
     //
     // buttonCancel
     //
     this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.buttonCancel.Location = new System.Drawing.Point(649, 434);
     this.buttonCancel.Name = "buttonCancel";
     this.buttonCancel.Size = new System.Drawing.Size(75, 23);
     this.buttonCancel.TabIndex = 6;
     this.buttonCancel.Text = "Cancel";
     //
     // FormOptions
     //
     this.AcceptButton = this.buttonOk;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.buttonCancel;
     this.ClientSize = new System.Drawing.Size(728, 463);
     this.Controls.Add(this.buttonCancel);
     this.Controls.Add(this.labelTitle);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.buttonOk);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.MinimumSize = new System.Drawing.Size(734, 488);
     this.Name = "FormOptions";
     this.ShowIcon = false;
     this.ShowInTaskbar = false;
     this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Options";
     this.Closing += new System.ComponentModel.CancelEventHandler(this.FormOptions_Closing);
     this.Load += new System.EventHandler(this.FormOptions_Load);
     this.tabControl1.ResumeLayout(false);
     this.tabPageDataBase.ResumeLayout(false);
     this.tabPageUserInterface.ResumeLayout(false);
     this.tabPagePocketPC.ResumeLayout(false);
     this.tabPagePocketPC.PerformLayout();
     this.ResumeLayout(false);
 }