317 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
			
		
		
	
	
			317 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			C#
		
	
	
	
	
	
| namespace WinApp
 | |
| {
 | |
| 	partial class frmMembership
 | |
| 	{
 | |
| 		/// <summary>
 | |
| 		/// Required designer variable.
 | |
| 		/// </summary>
 | |
| 		private System.ComponentModel.IContainer components = null;
 | |
| 
 | |
| 		/// <summary>
 | |
| 		/// Clean up any resources being used.
 | |
| 		/// </summary>
 | |
| 		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
 | |
| 		protected override void Dispose(bool disposing)
 | |
| 		{
 | |
| 			if (disposing && (components != null))
 | |
| 			{
 | |
| 				components.Dispose();
 | |
| 			}
 | |
| 			base.Dispose(disposing);
 | |
| 		}
 | |
| 
 | |
| 		#region Windows Form Designer generated code
 | |
| 
 | |
| 		/// <summary>
 | |
| 		/// Required method for Designer support - do not modify
 | |
| 		/// the contents of this method with the code editor.
 | |
| 		/// </summary>
 | |
| 		private void InitializeComponent()
 | |
| 		{
 | |
| 			this.components = new System.ComponentModel.Container();
 | |
| 			System.Windows.Forms.Label dtsLabel;
 | |
| 			System.Windows.Forms.Label endDateLabel;
 | |
| 			System.Windows.Forms.Label gidLabel;
 | |
| 			System.Windows.Forms.Label startDateLabel;
 | |
| 			System.Windows.Forms.Label ugidLabel;
 | |
| 			System.Windows.Forms.Label uidLabel;
 | |
| 			System.Windows.Forms.Label usridLabel;
 | |
| 			this.splitContainer1 = new System.Windows.Forms.SplitContainer();
 | |
| 			this.lbMembers = new System.Windows.Forms.ListBox();
 | |
| 			this.membershipInfoListBindingSource = new System.Windows.Forms.BindingSource(this.components);
 | |
| 			this.membershipBindingSource = new System.Windows.Forms.BindingSource(this.components);
 | |
| 			this.dtsTextBox = new System.Windows.Forms.TextBox();
 | |
| 			this.endDateTextBox = new System.Windows.Forms.TextBox();
 | |
| 			this.gidTextBox = new System.Windows.Forms.TextBox();
 | |
| 			this.startDateTextBox = new System.Windows.Forms.TextBox();
 | |
| 			this.ugidTextBox = new System.Windows.Forms.TextBox();
 | |
| 			this.uidTextBox = new System.Windows.Forms.TextBox();
 | |
| 			this.usridTextBox = new System.Windows.Forms.TextBox();
 | |
| 			this.btnNew = new System.Windows.Forms.Button();
 | |
| 			this.btnCancel = new System.Windows.Forms.Button();
 | |
| 			this.btnSave = new System.Windows.Forms.Button();
 | |
| 			this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
 | |
| 			dtsLabel = new System.Windows.Forms.Label();
 | |
| 			endDateLabel = new System.Windows.Forms.Label();
 | |
| 			gidLabel = new System.Windows.Forms.Label();
 | |
| 			startDateLabel = new System.Windows.Forms.Label();
 | |
| 			ugidLabel = new System.Windows.Forms.Label();
 | |
| 			uidLabel = new System.Windows.Forms.Label();
 | |
| 			usridLabel = new System.Windows.Forms.Label();
 | |
| 			this.splitContainer1.Panel1.SuspendLayout();
 | |
| 			this.splitContainer1.Panel2.SuspendLayout();
 | |
| 			this.splitContainer1.SuspendLayout();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.membershipInfoListBindingSource)).BeginInit();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.membershipBindingSource)).BeginInit();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
 | |
| 			this.SuspendLayout();
 | |
| 			// 
 | |
| 			// splitContainer1
 | |
| 			// 
 | |
| 			this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
| 			this.splitContainer1.Location = new System.Drawing.Point(0, 0);
 | |
| 			this.splitContainer1.Name = "splitContainer1";
 | |
| 			// 
 | |
| 			// splitContainer1.Panel1
 | |
| 			// 
 | |
| 			this.splitContainer1.Panel1.Controls.Add(this.lbMembers);
 | |
| 			// 
 | |
| 			// splitContainer1.Panel2
 | |
| 			// 
 | |
| 			this.splitContainer1.Panel2.Controls.Add(this.btnNew);
 | |
| 			this.splitContainer1.Panel2.Controls.Add(this.btnCancel);
 | |
| 			this.splitContainer1.Panel2.Controls.Add(this.btnSave);
 | |
| 			this.splitContainer1.Panel2.Controls.Add(dtsLabel);
 | |
| 			this.splitContainer1.Panel2.Controls.Add(this.dtsTextBox);
 | |
| 			this.splitContainer1.Panel2.Controls.Add(endDateLabel);
 | |
| 			this.splitContainer1.Panel2.Controls.Add(this.endDateTextBox);
 | |
| 			this.splitContainer1.Panel2.Controls.Add(gidLabel);
 | |
| 			this.splitContainer1.Panel2.Controls.Add(this.gidTextBox);
 | |
| 			this.splitContainer1.Panel2.Controls.Add(startDateLabel);
 | |
| 			this.splitContainer1.Panel2.Controls.Add(this.startDateTextBox);
 | |
| 			this.splitContainer1.Panel2.Controls.Add(ugidLabel);
 | |
| 			this.splitContainer1.Panel2.Controls.Add(this.ugidTextBox);
 | |
| 			this.splitContainer1.Panel2.Controls.Add(uidLabel);
 | |
| 			this.splitContainer1.Panel2.Controls.Add(this.uidTextBox);
 | |
| 			this.splitContainer1.Panel2.Controls.Add(usridLabel);
 | |
| 			this.splitContainer1.Panel2.Controls.Add(this.usridTextBox);
 | |
| 			this.splitContainer1.Size = new System.Drawing.Size(685, 409);
 | |
| 			this.splitContainer1.SplitterDistance = 228;
 | |
| 			this.splitContainer1.TabIndex = 0;
 | |
| 			// 
 | |
| 			// lbMembers
 | |
| 			// 
 | |
| 			this.lbMembers.DataSource = this.membershipInfoListBindingSource;
 | |
| 			this.lbMembers.DisplayMember = "Ugid";
 | |
| 			this.lbMembers.Dock = System.Windows.Forms.DockStyle.Fill;
 | |
| 			this.lbMembers.FormattingEnabled = true;
 | |
| 			this.lbMembers.ItemHeight = 16;
 | |
| 			this.lbMembers.Location = new System.Drawing.Point(0, 0);
 | |
| 			this.lbMembers.Name = "lbMembers";
 | |
| 			this.lbMembers.Size = new System.Drawing.Size(228, 404);
 | |
| 			this.lbMembers.TabIndex = 0;
 | |
| 			this.lbMembers.ValueMember = "Ugid";
 | |
| 			this.lbMembers.SelectedValueChanged += new System.EventHandler(this.lbMembers_SelectedValueChanged);
 | |
| 			// 
 | |
| 			// membershipInfoListBindingSource
 | |
| 			// 
 | |
| 			this.membershipInfoListBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.MembershipInfo);
 | |
| 			// 
 | |
| 			// membershipBindingSource
 | |
| 			// 
 | |
| 			this.membershipBindingSource.DataSource = typeof(VEPROMS.CSLA.Library.Membership);
 | |
| 			this.membershipBindingSource.CurrentItemChanged += new System.EventHandler(this.CurrentItemChanged);
 | |
| 			// 
 | |
| 			// dtsLabel
 | |
| 			// 
 | |
| 			dtsLabel.AutoSize = true;
 | |
| 			dtsLabel.Location = new System.Drawing.Point(20, 15);
 | |
| 			dtsLabel.Name = "dtsLabel";
 | |
| 			dtsLabel.Size = new System.Drawing.Size(33, 17);
 | |
| 			dtsLabel.TabIndex = 0;
 | |
| 			dtsLabel.Text = "Dts:";
 | |
| 			// 
 | |
| 			// dtsTextBox
 | |
| 			// 
 | |
| 			this.dtsTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.membershipBindingSource, "Dts", true));
 | |
| 			this.dtsTextBox.Location = new System.Drawing.Point(102, 12);
 | |
| 			this.dtsTextBox.Name = "dtsTextBox";
 | |
| 			this.dtsTextBox.Size = new System.Drawing.Size(100, 22);
 | |
| 			this.dtsTextBox.TabIndex = 1;
 | |
| 			// 
 | |
| 			// endDateLabel
 | |
| 			// 
 | |
| 			endDateLabel.AutoSize = true;
 | |
| 			endDateLabel.Location = new System.Drawing.Point(20, 43);
 | |
| 			endDateLabel.Name = "endDateLabel";
 | |
| 			endDateLabel.Size = new System.Drawing.Size(71, 17);
 | |
| 			endDateLabel.TabIndex = 2;
 | |
| 			endDateLabel.Text = "End Date:";
 | |
| 			// 
 | |
| 			// endDateTextBox
 | |
| 			// 
 | |
| 			this.endDateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.membershipBindingSource, "EndDate", true));
 | |
| 			this.endDateTextBox.Location = new System.Drawing.Point(102, 40);
 | |
| 			this.endDateTextBox.Name = "endDateTextBox";
 | |
| 			this.endDateTextBox.Size = new System.Drawing.Size(100, 22);
 | |
| 			this.endDateTextBox.TabIndex = 3;
 | |
| 			// 
 | |
| 			// gidLabel
 | |
| 			// 
 | |
| 			gidLabel.AutoSize = true;
 | |
| 			gidLabel.Location = new System.Drawing.Point(20, 71);
 | |
| 			gidLabel.Name = "gidLabel";
 | |
| 			gidLabel.Size = new System.Drawing.Size(34, 17);
 | |
| 			gidLabel.TabIndex = 4;
 | |
| 			gidLabel.Text = "Gid:";
 | |
| 			// 
 | |
| 			// gidTextBox
 | |
| 			// 
 | |
| 			this.gidTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.membershipBindingSource, "Gid", true));
 | |
| 			this.gidTextBox.Location = new System.Drawing.Point(102, 68);
 | |
| 			this.gidTextBox.Name = "gidTextBox";
 | |
| 			this.gidTextBox.Size = new System.Drawing.Size(100, 22);
 | |
| 			this.gidTextBox.TabIndex = 5;
 | |
| 			// 
 | |
| 			// startDateLabel
 | |
| 			// 
 | |
| 			startDateLabel.AutoSize = true;
 | |
| 			startDateLabel.Location = new System.Drawing.Point(20, 99);
 | |
| 			startDateLabel.Name = "startDateLabel";
 | |
| 			startDateLabel.Size = new System.Drawing.Size(76, 17);
 | |
| 			startDateLabel.TabIndex = 6;
 | |
| 			startDateLabel.Text = "Start Date:";
 | |
| 			// 
 | |
| 			// startDateTextBox
 | |
| 			// 
 | |
| 			this.startDateTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.membershipBindingSource, "StartDate", true));
 | |
| 			this.startDateTextBox.Location = new System.Drawing.Point(102, 96);
 | |
| 			this.startDateTextBox.Name = "startDateTextBox";
 | |
| 			this.startDateTextBox.Size = new System.Drawing.Size(100, 22);
 | |
| 			this.startDateTextBox.TabIndex = 7;
 | |
| 			// 
 | |
| 			// ugidLabel
 | |
| 			// 
 | |
| 			ugidLabel.AutoSize = true;
 | |
| 			ugidLabel.Location = new System.Drawing.Point(20, 127);
 | |
| 			ugidLabel.Name = "ugidLabel";
 | |
| 			ugidLabel.Size = new System.Drawing.Size(41, 17);
 | |
| 			ugidLabel.TabIndex = 8;
 | |
| 			ugidLabel.Text = "Ugid:";
 | |
| 			// 
 | |
| 			// ugidTextBox
 | |
| 			// 
 | |
| 			this.ugidTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.membershipBindingSource, "Ugid", true));
 | |
| 			this.ugidTextBox.Location = new System.Drawing.Point(102, 124);
 | |
| 			this.ugidTextBox.Name = "ugidTextBox";
 | |
| 			this.ugidTextBox.Size = new System.Drawing.Size(100, 22);
 | |
| 			this.ugidTextBox.TabIndex = 9;
 | |
| 			// 
 | |
| 			// uidLabel
 | |
| 			// 
 | |
| 			uidLabel.AutoSize = true;
 | |
| 			uidLabel.Location = new System.Drawing.Point(20, 155);
 | |
| 			uidLabel.Name = "uidLabel";
 | |
| 			uidLabel.Size = new System.Drawing.Size(33, 17);
 | |
| 			uidLabel.TabIndex = 10;
 | |
| 			uidLabel.Text = "Uid:";
 | |
| 			// 
 | |
| 			// uidTextBox
 | |
| 			// 
 | |
| 			this.uidTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.membershipBindingSource, "Uid", true));
 | |
| 			this.uidTextBox.Location = new System.Drawing.Point(102, 152);
 | |
| 			this.uidTextBox.Name = "uidTextBox";
 | |
| 			this.uidTextBox.Size = new System.Drawing.Size(100, 22);
 | |
| 			this.uidTextBox.TabIndex = 11;
 | |
| 			// 
 | |
| 			// usridLabel
 | |
| 			// 
 | |
| 			usridLabel.AutoSize = true;
 | |
| 			usridLabel.Location = new System.Drawing.Point(20, 183);
 | |
| 			usridLabel.Name = "usridLabel";
 | |
| 			usridLabel.Size = new System.Drawing.Size(45, 17);
 | |
| 			usridLabel.TabIndex = 12;
 | |
| 			usridLabel.Text = "Usrid:";
 | |
| 			// 
 | |
| 			// usridTextBox
 | |
| 			// 
 | |
| 			this.usridTextBox.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.membershipBindingSource, "Usrid", true));
 | |
| 			this.usridTextBox.Location = new System.Drawing.Point(102, 180);
 | |
| 			this.usridTextBox.Name = "usridTextBox";
 | |
| 			this.usridTextBox.Size = new System.Drawing.Size(100, 22);
 | |
| 			this.usridTextBox.TabIndex = 13;
 | |
| 			// 
 | |
| 			// btnNew
 | |
| 			// 
 | |
| 			this.btnNew.Location = new System.Drawing.Point(366, 67);
 | |
| 			this.btnNew.Name = "btnNew";
 | |
| 			this.btnNew.Size = new System.Drawing.Size(75, 23);
 | |
| 			this.btnNew.TabIndex = 33;
 | |
| 			this.btnNew.Text = "New";
 | |
| 			this.btnNew.UseVisualStyleBackColor = true;
 | |
| 			this.btnNew.Click += new System.EventHandler(this.btnNew_Click);
 | |
| 			// 
 | |
| 			// btnCancel
 | |
| 			// 
 | |
| 			this.btnCancel.Location = new System.Drawing.Point(366, 38);
 | |
| 			this.btnCancel.Name = "btnCancel";
 | |
| 			this.btnCancel.Size = new System.Drawing.Size(75, 23);
 | |
| 			this.btnCancel.TabIndex = 32;
 | |
| 			this.btnCancel.Text = "Cancel";
 | |
| 			this.btnCancel.UseVisualStyleBackColor = true;
 | |
| 			this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
 | |
| 			// 
 | |
| 			// btnSave
 | |
| 			// 
 | |
| 			this.btnSave.Location = new System.Drawing.Point(366, 9);
 | |
| 			this.btnSave.Name = "btnSave";
 | |
| 			this.btnSave.Size = new System.Drawing.Size(75, 23);
 | |
| 			this.btnSave.TabIndex = 31;
 | |
| 			this.btnSave.Text = "Save";
 | |
| 			this.btnSave.UseVisualStyleBackColor = true;
 | |
| 			this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
 | |
| 			// 
 | |
| 			// errorProvider1
 | |
| 			// 
 | |
| 			this.errorProvider1.ContainerControl = this;
 | |
| 			this.errorProvider1.DataSource = this.membershipBindingSource;
 | |
| 			// 
 | |
| 			// frmMembership
 | |
| 			// 
 | |
| 			this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
 | |
| 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 | |
| 			this.ClientSize = new System.Drawing.Size(685, 409);
 | |
| 			this.Controls.Add(this.splitContainer1);
 | |
| 			this.Name = "frmMembership";
 | |
| 			this.Text = "frmMembership";
 | |
| 			this.Load += new System.EventHandler(this.frmMembership_Load);
 | |
| 			this.splitContainer1.Panel1.ResumeLayout(false);
 | |
| 			this.splitContainer1.Panel2.ResumeLayout(false);
 | |
| 			this.splitContainer1.Panel2.PerformLayout();
 | |
| 			this.splitContainer1.ResumeLayout(false);
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.membershipInfoListBindingSource)).EndInit();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.membershipBindingSource)).EndInit();
 | |
| 			((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
 | |
| 			this.ResumeLayout(false);
 | |
| 
 | |
| 		}
 | |
| 
 | |
| 		#endregion
 | |
| 
 | |
| 		private System.Windows.Forms.SplitContainer splitContainer1;
 | |
| 		private System.Windows.Forms.ListBox lbMembers;
 | |
| 		private System.Windows.Forms.BindingSource membershipInfoListBindingSource;
 | |
| 		private System.Windows.Forms.TextBox dtsTextBox;
 | |
| 		private System.Windows.Forms.BindingSource membershipBindingSource;
 | |
| 		private System.Windows.Forms.TextBox endDateTextBox;
 | |
| 		private System.Windows.Forms.TextBox gidTextBox;
 | |
| 		private System.Windows.Forms.TextBox startDateTextBox;
 | |
| 		private System.Windows.Forms.TextBox ugidTextBox;
 | |
| 		private System.Windows.Forms.TextBox uidTextBox;
 | |
| 		private System.Windows.Forms.TextBox usridTextBox;
 | |
| 		private System.Windows.Forms.Button btnNew;
 | |
| 		private System.Windows.Forms.Button btnCancel;
 | |
| 		private System.Windows.Forms.Button btnSave;
 | |
| 		private System.Windows.Forms.ErrorProvider errorProvider1;
 | |
| 	}
 | |
| } |